﻿html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
body{
	margin:0 auto;
	padding:0;
	font: 62.5% tahoma,'verdana',sans-serif;
	background: #fff;
}
/*HEADER*/
div#all{max-width:100%;min-width:780px;margin:0 auto;border-top:10px solid #fff;}
div#top{
	height:193px;
	margin:0 auto;
	padding:0;
	/*background:url('imgs/bg.jpg');*/
	background:#000;
	border-bottom:1px solid #fff;
}
div#top div.right{
	width:370px;
	height:193px;
	margin:0;
	padding:0;
	background:url('imgs/topright.jpg') no-repeat scroll right bottom;
	float:right;
}
div#top div.right p{
	text-align:center;
	color:#fff;
	font-size:22px;
	display:block;
	width:270px;
	margin:0;
	padding:30px 0 0 0;
	float:right;
	background:url('imgs/toprc.gif') no-repeat scroll right top;
}
div#top div.left{
	width:520px;
	height:193px;
	margin:0 -150px 0 0;
	padding:0;
	float:left;
}
div#top div.left div.navi{
	width:520px;
	height:12px;
	margin:20px 0 21px;
	padding:0;
	float:left;
}
div#top div.left div.navi a{
	width:11px;
	height:11px;
	margin:0 25px;
	padding:0;
	float:left;
}
div#top div.left div.navi a img{
	width:11px;
	height:11px;
	margin:0;
	padding:0;
	float:left;
	border:none;
}
div#top div.left div.navi div.line{
	width:3px;
	height:11px;
	margin:0;
	padding:0;
	float:left;
	background:url('imgs/topline.jpg') no-repeat;
}
div#top div.left div.links{
	width:520px;
	height:32px;
	margin:0;
	padding:0;
	float:left;
	background:url('imgs/topline.jpg') no-repeat;
	text-align:center;
	font: 1.4em 'myriad pro',tahoma,'verdana',sans-serif;
}
div#top div.left div.links a.second{
	display:block;
	width:105px;
	height:22px;
	margin:0 0 0 -1px;
	padding:10px 0 0 0;
	float:left;
	color:#51653c;
	background:url('imgs/topmenu3.jpg') no-repeat scroll center top;
	text-decoration:none;
}
div#top div.left div.links a.second:hover{
	display:block;
	width:105px;
	height:22px;
	margin:0 0 0 -1px;
	padding:10px 0 0 0;
	float:left;
	color:#fff;
	background:url('imgs/topmenu.jpg') no-repeat;
}
div#top div.left div.links a.first{
	display:block;
	width:105px;
	height:22px;
	margin:0 0 0 -1px;
	padding:10px 0 0 0;
	float:left;
	color:#fff;
	background:url('imgs/topmenu.jpg') no-repeat;
	text-decoration:none;
}
div#top div.left div.logo{
	width:519px;
	height:108px;
	margin:0 -100px 0 0;
	padding:0;
	color:#fff;
	float:left;
	border-right:1px solid #fff;
	background:#85dd30 url('imgs/topcenter.jpg') no-repeat scroll right bottom;
}
div#top div.left div.logo h2{
	margin:20px 20px 0;
	padding:0;
	font:bold 1.9em 'myriad pro',tahoma,'verdana',sans-serif;
}
div#top div.left div.logo h3{
	margin:0 20px 0;
	padding:0;
	font:1.4em 'myriad pro',tahoma,'verdana',sans-serif;
}
/*MAIN*/
div#main{
	border-top: 8px solid #b8b8b8;
	background: #fff;
	background-image: url(imgs/bgul.jpg);
	background-repeat: repeat-y;
}
div#main div.left{
	width: 239px;
	border: 1px solid #fff;
	border-left: none;
	background: right top;
	float: left;
	background-image: url('imgs/bgul.jpg');
	background-color: #e2e2e2;
	background-repeat: repeat-y;
}
div#main div.left p{
	margin-top:10px;
	padding:0 0 0 10px;
	font:bold 1.4em 'myriad pro',tahoma,'verdana',sans-serif;
	color:#5b666f;
}
div#main div.left ul{
	width:170px;
	margin:5px 0 0 10px;
	padding:0px;
	list-style:none;
	color:#d07132;
	float:left;
}
div#main div.left ul li{
	width:160px;
	height:12px;
	margin:2px 0;
	padding:2px 5px;
	font:1.2em tahoma,'verdana',sans-serif;
	color:#5a5c60;
}
div#main div.left ul li img{
	width:7px;
	height:5px;
	margin:0 10px 0 0;
	padding:5px 0 2px 0;
}
div#main div.left ul li a{
	font:1em tahoma,'verdana',sans-serif;
	color:#5a5c60;
}
div#main div.left ul li a:hover{
	color:#d07132;
}
div#main div.left ul li.head{
	width:160px;
	height:12px;
	padding:0 0 5px;
	margin:5px 0 5px 5px;
	font:bold 1.3em tahoma,'verdana',sans-serif;
	color:#d07132;
}
div#main div.left div.mainline{
	width:209px;
	height:1px;
	padding:0;
	margin:15px;
	background:url('imgs/mainline.gif') repeat-x;
	float:left;
}
div#main div.right{
	float:left;
}
div#main div.right p span{
	padding:0 0 0 15px;
	border-bottom:2px solid #b8b8b8;
	color:#5c7d3c;
	font-size:1.6em;
	font-weight:600;
}
div#main div.right #content{
	font: 1.2em tahoma,'verdana',sans-serif;
	margin-left:250px;
}
div#main div.right #content span.bold{
	font-weight:700;
}
div#main div.right img.photo{
	float:right;
	margin:5px;
	padding:0;
}
/*bottom*/
div#footer{
	width:100%;
	float:left;
	height:53px;
	/*background:url('imgs/bg.jpg');*/
	background:#000;
	border-bottom:10px solid #fff;
}
div#footer div.links{
	height:43px;
	margin:0;
	padding:10px 15px 0;
	float:left;
	background:url('imgs/bottomlc.gif') no-repeat scroll left bottom;
	color:#e0e0e0;
	font-size:1.2em;
}
div#footer div.links a{
	margin:0 0 10px 0;
	padding:0;
	float:left;
	color:#fff;
}
div#footer div.links a:hover{
	float:left;
	color:#fff;
	text-decoration:none;
}
div#footer div.links img{
	width:1px;
	margin:4px 15px 0 15px;
	padding:0;
	float:left;

}
div#footer div.links p{
	font-size:0.8em;
	margin:0;
	padding:0;
}
div#footer div.links p span{
	display:block;
	float:left;
}
div#footer div.links p a.cop{
	margin-left:5px;
	float:left;
	color:#e0e0e0;
}
div#footer div.links div.counter{
	width:88px;
	height:31px;
	margin:0 10px;
	padding:0;
	float:right;
}
div#footer div.links div.counter a img{
	width:88px;
	height:31px;
	margin:0;
	border:0;
}
div#main div.left ul li.EquipType {
	margin-top: 15px;
	padding: 0 0 0 0px;
	font: bold 1.4em 'myriad pro',tahoma,'verdana',sans-serif;
	color: #5b666f;
	margin-bottom: 15px;
}

