﻿
body {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
*,html{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}input {
	height: 17px;
	border: 1px solid #80C0C9;
}
#header {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 195px;
	text-align: center;
	width: 100%;
}
a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
.fontblue {
	font-weight: bold;
	color: #094C54;
}
.fontwhite {
	font-weight: bold;
	color: #FFFFFF;
}

.fontblue2 {
	color: #028194;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#nav {
	background-image: url(../images/dh_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 47px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
#navdiv {
	width: 776px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	height: 40px;
	width: 101px;
	float: left;
	line-height: 40px;
}
#navdiv li a:link, #navdiv li a:visited{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/dh1.jpg);
	background-repeat: no-repeat;
	display: block;
}
#navdiv li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/dh2.jpg);
	background-repeat: no-repeat;
	display: block;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contentleft {
	float: left;
	width: 510px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.product {
	width: 510px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 156px;
}
.productpic {
	float: left;
	height: 156px;
	width: 164px;
	border: 1px solid #027D8F;
	margin-right: 10px;
}
.producttext {
	float: left;
	color: #999999;
	line-height: 22px;
	width: 334px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.line2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
}



#contentright {
	float: left;
	width: 274px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.date {
	color: #028194;
	font-size: 12px;
}

#contentright li {
	background-image: url(../images/dot3.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	text-indent:4px;
	padding:0 8px 0 20px;
}
#contentright li a:link,#contentright li a:visited{
	color: #666666;
	text-decoration: none;
}
#contentright li a:hover{
	color: #028194;
	text-decoration: none;
}
#contentright ul li ul li {
	background-image: url(../images/dot6.jpg);
	background-repeat: no-repeat;
	background-position: 0 12px;
	margin-left: 5px;
	padding-left: 15px;
	text-indent: -2px;
}


#contentright li ul li a:link,#contentright li ul li a:visited{
	color: #666666;
	text-decoration: none;
}
#contentright li ul li a:hover{
	color: #028194;
	text-decoration: none;
}

#footer {
	background-color: #323234;
	color: #CCCCCC;
	height: 80px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	line-height: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
