@CHARSET "UTF-8";
body{
	margin: 0px;
	padding: 0px;	
	background-color: #454a4e;
	text-align: center;
}
a, a:link, a:visited, a:hover, a:active{
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-decoration: none;
}
img{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
*{
	text-align: left;
}
div#page{
	position: relative;
	border: 0px;
	margin: 20px auto;
	padding: 0px;
	width: 834px;
}
div#header {
	height: 237px;
}
div#logo{
	background-image: url(../img/logo.png);
	margin-left: 32px;
	width: 802px;
	height: 65px;
}
div#head-left{
	width: 356px;
	height: 237px;
	float: left;
}
div#banner{
	background-color: #454a4e;
	background-image: url(../img/baner-back.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:5px;
	float: right;

}
div#menu-box {
	background: #454a4e; 
	width:802px ; height: 49px;
	padding: 0px;
	margin-left: 32px;
	margin-top: 5px;
}
div#content {
	background-image: url(../img/main2.gif);
	background-repeat:repeat-y;
	margin-left:32px;
	margin-bottom:5px;
	width: 802px;
	min-height:435px;
	padding-top: 15px; 
	padding-bottom: 15px; 

}
div#sidebar {
	float: right;
	width: 186px;
	height: 100px;
	margin-bottom: 15px;
}
div#footer {
	background-image: url(../img/footer.png);
	margin-left: 32px;
	margin-bottom: 5px;
	width: 802px;
	height: 36px;
}
div#map{
	margin:10px 55px;	
}
.product{
	position: relative;
	left: 20px;
	width: 570;
	margin-bottom: 15px;
	border-left: 4px solid #cacaca;/*#1f366d;	*/
		
}
h3 {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #333;
	font: bold 12px verdana;
	background: url(../img/title2.png) no-repeat;
	line-height: 2.5;
	/*background: #5F5F5F;*/
	
}
.desc{
	color: #333;
	font: 11px verdana;
	line-height: 1;
}
.product img{
	margin-left: 15px;
	margin-top: 15px;	
}
.sideimg{
	margin: 20px 0px 0px 15px;	
}
.clearb{
	clear: both;
}
.name{
	color: #1f366d;
	font-weight: bold;
}
.name_red{
	color: red;
}
h1{
	position: relative;
	left: 20px;
	width: 560px;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	color: #333;
	font:bold 14px verdana;
	line-height: 140%;
}
p{
	position: relative;
	left: 20px;
	width: 570px;
	font-family: verdana;
	font-size: 12px; 
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 140%;
	border-left: 4px solid #5F5F5F;/*#1f366d;	*/	
}
.legal{
	position: relative;
	font-family: verdana;
	font-size: 12px; 
}

.legal li{
	margin: 5px;	
}

li.first {
	list-style: none;
}

.pic{
	position: relative;
	left: 20px;
	margin-top: 10px;
}
div#footer{
	text-align: center;	
	font: 10px tahoma;
	color: #8396BF;
}
a.foot{
	color: #8396BF;
}
a.foot:hover{
	text-decoration: underline;
	color: white;
}	

