@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
}

ul,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,hr {
	margin:0px;
	padding:0px;
}

div {
	overflow:hidden;
}

p {
	font-size:12px;
	text-indent:2em;
	line-height:25px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

a {
	text-decoration:none;
}

ul {
	list-style:none;
}

#container {
	margin:0px auto;
	width:1000px;
}

#logo {
	width:1000px;
	height:94px;
	background:url(../images/banner.jpg) no-repeat;
	margin:0px auto;
}

#content {
	margin-top:10px;
}

#nav {
	width:1000px;
	height:42px;
	background:url(../images/nav_bg.jpg) repeat-x;
}

#nav ul {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	padding-left:30px;
	line-height:42px;
	display:block;
}

#nav ul li a span {
	padding-right:30px;
	font-size:14px;
	color:#000000;
}

#nav ul li:hover {
	background:url(../images/nav_bg_s.jpg) repeat-x;
}

#nav ul li:hover a span{
	color:#ff7800;
	font-weight:bold;
}

.down_panal {
	width:700px;
	height:190px;
	background:url(../images/nav_product_bg.jpg) repeat-x;
	position:absolute;
	margin-left:-175px;
	display:none;
}

.down_panal .sep {
	width:3px;
	height:190px;
	margin-left:auto;
	margin-right:auto;
}

.down_panal .sep img {
	margin-top:30px;
}

.product {
	width:345px;
	height:188px;
}

.down_panal .product1 {
	float:left;
}

.down_panal .product2 {
	float:right;
}

#nav ul li:hover div {
	display:block;
}

.nav_product_pic {
	width:150px;
	height:180px;
	text-align:center;
	float:left;
}

.nav_product_pic img {
	margin-top:20px;
}

.nav_product_list {
	margin-left:152px;
	height:180px;
}

#nav .product_list {
	height:75%;
}

#nav .nav_product_list div dl {
	margin-top:30px;
	margin-left:0px;
}

#nav .nav_product_list div dl dt {
	margin-bottom:10px;
}

#nav .nav_product_list div dl dt a {
	font-size:14px;
	color:#000099;
	line-height:20px;
	padding:0px;
	margin-bottom:10px;
	text-decoration:none;
}

#nav .nav_product_list div dl dd a {
	font-size:12px;
	color:#909090;
	line-height:25px;
	padding:0px;
	text-decoration:none;
}

#nav .nav_product_list div a {
	padding-left:100px;
	font-size:12px;
	text-decoration:underline;
	color:#0077ff;
}

#left_side {
	float:left;
	overflow:hidden;
	zoom:1;
	width:171px;
	height:350px;
}

#left_side dl dt {
	width:171px;
	height:32px;
	background:url(../images/left_side_bg.jpg) repeat-y;
	line-height:32px;
	font-size:14px;
	padding-left:10px;
	margin-bottom:10px;
}

#left_side dl dd {
	width:171px;
	height:34px;
	background:url(../images/icons.gif) left top no-repeat;
	margin-bottom:10px;
}

#left_side dl dd .qq {
	width:25px;
	height:28px;
	margin:3px 0px 2px 10px ;
	background:url(../images/icons.gif) 0px -40px no-repeat;
	float:left;
}

#left_side dl dd .email {
	width:27px;
	height:22px;
	margin:6px 0px 5px 10px;
	background:url(../images/icons.gif) -40px -40px no-repeat;
	float:left;
}

#left_side dl dd .phone {
	width:35px;
	height:24px;
	margin:5px 0px 4px 10px;
	background:url(../images/icons.gif) -80px -40px no-repeat;
	float:left;
}

#left_side dl dd .cell {
	width:27px;
	height:32px;
	margin:1px 0px 0px 10px;
	background:url(../images/icons.gif) -120px -40px no-repeat;
	float:left;
}

#left_side dl dd a, #left_side dl dd span {
	display:block;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:14px;
	text-decoration:underline;
}

#left_side dl dd a:visited {
	color:#0077ff;
}

#left_side .last_item {
	margin-bottom:20px;
}

#guide {
	font-size:12px;
	margin-top:0px;
	margin-left:180px;
	margin-bottom:10px;
}

#guide a {
	text-decoration:underline;
}

#payment {
	border:1px #cccccc solid;
	margin-left:180px;
	height:310px;
	margin-bottom:15px;
	padding:10px;
}

#payment h1 {
	font-size:14px;
	font-weight:bold;
	color:#0066FF;
	background:url(../images/buy-now.jpg) 0px 0px no-repeat;
	padding-left:35px;
	line-height:30px;
	height:30px;
}

#payment p {
	margin-top:10px;
	margin-bottom:20px;
}

#payment ul {
	margin:20px;
	margin-left:50px;
}

#payment ul li {
	list-style:inside lower-roman;
	font-size:12px;
	line-height:20px;
}

#payment table {
	margin:10px auto;
	width:600px;
	font-size:12px;
	text-align:center;
	line-height:18px;
	border:1px gray solid;
}

#payment table tr, #payment table tr td {
	border:1px gray solid;
}

#footer div.link {
	width:900px;
	height:32px;
	margin:0px auto;
}

#footer div.link ul {
}

#footer div.link ul li {
	padding:0px 18px;
	height:32px;
	float:left;
	color:#333333;
	font-size:14px;
	line-height:32px;
}

#footer div.link ul li a {
	text-decoration:underline;
}

#copyright {
	height:32px;
	text-align:center;
	font-size:12px;
	line-height:32px;
}

