/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td
{margin: 0; padding: 0; border: 0; outline: none;}
h1, h2, h3, h4, h5, h6
{font-size: 100%;}
body
{line-height: 1;}
table{border-collapse: collapse;border-spacing: 0;}
img{border: none;}
a, *:focus{outline: none;}
/* reset end */

body{
   font: normal 10pt Arial, Helvetica, sans-serif;
   color: #242424;
   background-color: white;
}
.maincontainer{
	margin: 0px auto;
	width: 1000px;
	background-color: white;
}
.headercontainer{
	width: 100%;
}
.bg_header{
	height: 252px;
	background: url(/images/bg_header.jpg);
	width: 100%;
	overflow: hidden;
}
.header{
	height: 252px;
	width: 1000px;
	margin: 0px auto;
}
.logo{
	height: 104px;
	width: 308px;
	margin: 0px 0px 150px 0px;
}
.auto{
	height: 234px;
	width: 576px;
	margin: 18px 0px 20px 86px;
}
.tel{
	color:white;
	position: absolute;
	top: 160px;
	text-shadow: 2px 2px 2px black;
	font-size: 1.1em;
	margin-left: -300px;
}



.line_top, .line_down
{
	background: #f0f0f0 url(/images/line.gif) repeat-x top;
	height: 4px;
	overflow: hidden;
	clear: both;
}
.line_down
{
	background-position: 0px -4px;
}
.bg_menu{
	background: url(/images/bg_menu.jpg) repeat-x;
	width: 100%;
	overflow: hidden;
}
.menu{
	margin: 0px auto;
	width: 970px;
	height: 50px;
	text-align: center;
}
.menu li{
	list-style: none inside;
	text-transform: uppercase;
	float: left;
	margin: 0 42px;
	line-height: 50px;
}
.menu li:hover, #select{
	background: url(/images/menu_active.jpg) repeat-x;
}
.menu a{
	color: white;
	margin: 0px 10px;
	font-size: 1em;
	text-shadow: 1px 1px 1px black;
	text-decoration: none;
}
.middlecontainer
{
	width: 960px;
	padding: 10px 20px;
	line-height: 1.5em;
	overflow: hidden;
}
h3{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 60px;
}

/* products */

.b_left{
	width: 250px;
	float: left;
}
.b_left2{
	width: 360px;
	line-height: 14px;
	padding: 2px 15px 0px 0px;
	float: left;
	text-align: justify;
}
.b_left2 img{
	margin: 20px;
}

.b_right2{
	width: 560px;
	float: left;
        overflow: hidden;
}

span.text_menu{
	word-spacing: 2px;
	clear: both;
	display: block;
}
h2{
	font-size: 1.1em;
	font-weight: bolder;
	margin-bottom: 10px;
}

ul.left_menu1 li, ul.left_menu2 li
{	list-style: none outside;
	padding: 3px; }

ul.left_menu1 li a{
	text-decoration: underline;
	font-size: 1.1em;
	color: #242424;
	margin-left: 10px;
}
ul.left_menu2 li a{
	text-decoration: none;
	margin-left: -24px;
	padding-left: 45px;
	font-size: 1.0em;
	color: #242424;
	width: 150px;
	display: block;
}
ul.left_menu2 li a:hover{
	background-color: #4d607e;
	color: #f0f0f0;
}

.b_right{
	width: 680px;
	
	position: relative;
	overflow: hidden;
}
dl.product{
	margin: 30px 10px;
	width: 300px;
	float: left;
}
.product dt{
	width: 135px;
	margin-right: 5px;
	float: left;
}
.product dd{
	width: 152px;
	height: 144px;
	overflow: hidden;
}

.map{
	display:block; 
	margin:5px;
	margin-bottom:20px;
}
/* products end */

h1
{
	font: 1.5 em "Times New Roman", Times, serif;
	margin: 10px 20px 20px 10px; 
}

.footer{
	background: url(/images/bg_footer.png) repeat;
	height: 54px;
	line-height: 54px;

	text-align: center;
}
.footer a{
	text-decoration: none;
	color: #f0f0f0;
}
.copyr{
	margin:auto;
	width:930px;
	color: #f0f0f0;
}

a{
	color: #2151dc;
}