@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; font-weight:normal; outline:none; }
strong { font-weight:bold; }

body {
	font-family:Tahoma, arial, sans-serif;
	font-size:13px;
}

#main-container {
	width:954px;
	margin:0 auto;
}
#main {
	width:860px;
	margin:0 auto;
}

#top {
	height:45px;
	background:url(../images/bgmaintop.png) no-repeat;
	margin-bottom:30px;
}
#top .topleft { float:left; height:34px; padding-top:9px; margin-left:47px; }
#top .topright { float:right; height:45px; margin-right:47px; }
#top .topright a { color:#fff; text-decoration:none; line-height:45px; }
#top .topright a:hover { text-decoration:underline; }
#top .topright span { font-weight:bold; }

#header { 
	height:150px; 
	margin-bottom:30px;	
}
#header .left { float:left; width:415px; height:150px; }
#header .right { float:right; width:415px; height:150px; background:url(../images/bgheaderright.png) no-repeat; }

#header-products {
	padding:20px 0 0 20px;
}
#header-products a.productbox {
	display:block;
	width:100px;
	height:105px;
	padding:5px 5px 0px 5px;
	border:1px solid #CCC;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	float:left;
	margin-right:20px;
	background:#fff;
	color:#333333;
}
#header-products img { border:none; float:left; }


#mainmenu {
	height:24px;
	line-height:24px;
	margin-bottom:30px;
}
#mainmenu ul { list-style:none; }
#mainmenu li { display:inline; }
#mainmenu li a { 
	display:block;
	height:24px;
	float:left;
	text-decoration:none;
	color:#636363;
	padding:0 16px 0 13px;
	font-size:17px;
	background:url(../images/bgmainmenulia.png) right no-repeat;
}
#mainmenu li a span { font-weight:bold; }
#mainmenu li.active a { color:#ad9409; }
#mainmenu li a:hover span { border-bottom:2px solid #ad9409; }



#page { margin-bottom:30px; clear:both; }
#sidebar { 
	width:205px;
	float:left;
}
#sidebar img { margin-bottom:20px; }
#sidebar .telbutton { width:200px; height:30px; margin-bottom:20px; }
#sidebar .picturesleft { width:205px; height:157px; margin-bottom:20px; }

#content { 
	width:630px;
	float:right;
	line-height:24px;
	color:#636363;
}
#content h1 {
	color:#40001a;
	font-size:18px;
	font-weight:bold;
	margin-bottom:35px;
}
#content h3 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}
#content ul, #content ol {
	padding:0 0 20px 30px;
}

#content p { margin-bottom:25px; }
#content a { color:#ad9409; text-decoration:none; font-weight:bold; }

#content a.banner {
	display:block;
	width:600px;
	height:40px;
	padding-top:70px;
	padding:70px 30px 0 0;
	line-height:33px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	color:#000;
	font-weight:normal;
	margin-bottom:25px;
	text-decoration:none; 
} 
#content a.banner:hover { text-decoration:none; }
#content a:hover { text-decoration:underline; }



#footer {
	height:54px;
	padding:14px 0 0 47px;
	background:url(../images/bgmainfooter.png) no-repeat;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:30px;
}
#footer a { color:#fff; font-weight:bold; text-decoration:none; }
#footer a:hover { text-decoration:underline; }


