@charset "utf-8";
/*所有页面的共通设置，非首页的单独设置*/
/*以下为对BODY的设置*/
/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
body {
	color: #333;
	background-color: #999999;
	background-image: url(images/body%20background.jpg);
	background-repeat: repeat;
	font-size: 100%;
	line-height: 1.6;
	font-family: sans-serif, SimSun;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #F00;
}
/*以下为对WRAPPER的设定*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 958px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wrapper #footer {
	clear: both;
	width: auto;
}

#wrapper #header ul li {
	float: left;
	list-style: none;
}
#wrapper #header #flash  {
	margin-bottom: 18px;
}
#wrapper #header .move {
	height: 30px;
	vertical-align: bottom;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #D40000;
	width: 20em;
	font-size: 36px;
}
#header #bar li a  {
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2em;
	width: 165px;
	border-top: 3px none #F6F6F3;
	border-bottom: 3px none #36F;
	border-left: 10px solid;
	font-size: 100%;
	background-image: url(images/b004_01.gif);
	background-repeat: no-repeat;
	color: #FFF;
}
#wrapper #header .right {
	text-align: right;
	margin-right: 10px;
}


#header #bar li a:hover {
	background-image: url(images/b004_05.gif);
}
#home #header #bar #nHome a,
#profile #header #bar #nProfile a,
#products #header #bar #nProducts a,
#contact #header #bar #nContact a {
	background-image: url(images/b004_03.gif);
}
#wrapper #header  {
	background-image: url(images/1.jpg);
	border-top: 2px solid #2A1F55;
	border-right-color: #2A1F55;
	border-bottom-color: #2A1F55;
	border-left-color: #2A1F55;
	background-repeat: no-repeat;
}

#wrapper #footer {
	background-color: #005089;
	color: #FF0;
	clear: both;
}
#wrapper #footer ul li a {
	color: #FFF;
}

#wrapper #footer ul {
	list-style: url(none) none;
	line-height: 15pt;
	text-indent: 2em;
	color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
}
#wrapper #footer address {
	text-indent: 2em;
	text-align: right;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#wrapper #products-main .return {
	float: right;
	margin-top: 10px;
}
