@charset "utf-8";

@import"reset.css";

@import"navi.css";

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/share/metalgrad2.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	position: relative;
}
#header h1 em {
	display: none;
}


#header h1 img {
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 28px;
}

#header h5 a {
	font-size: 12px;
	color: #000099;
	background-image: url(../image/share/transparent_back.png);
	display: block;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#header h5 a:hover {
	color: #FF7300;
	text-decoration: underline;
}

#pathroot ol{
	font-size: 11px;
	color: #666;
	position: absolute;
	top: 7px;
	right: 15px;
	line-height: 11px;
}
#pathroot li  {
	text-decoration: none;
	display: inline;
	background-image: url(../image/share/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	padding-left: 5px;
}
#pathroot li a {
	color: #000099;
}
#pathroot li a:hover {
	background-image: url(../image/share/transparent_back.png);
	text-decoration: none;
	color: #FF7300;

}

#pathroot li.pathend{
	padding-right: 0px;
	background-image: none;
}


#footer {
	clear: both;
	text-align: center;
	border-top: 5px solid #7d0000;

}
#footer ul {
	background-image: url(../image/share/metal_hairline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 36px;
	padding-top: 2px;
}
#footer ul li {
	list-style-type: none;
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #FFF;
}
#footer ul li a {
	text-decoration: none;
	padding: 2px 15px;
	text-align: center;
	color: #333;
}
#footer ul li a:hover {
	color: #FF7300;
	text-decoration: underline;
}

.left_line {
	border-left: 1px solid #FFF;
}



#footer address {
	background-image: url(../image/share/metal_hairline2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	color: #FFF;
	padding-top: 3px;
}

a:link {
	color: #1d2088;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #FF7300;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
