@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}
body {
	background: #E8E7DD url(images/bg_body.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#001959;
	}
	
.red{color:#FF0000;}
	
#nav {
	width: 786px;
	height: 46px;
	margin: 29px auto 0 auto;
	background: url(images/bg_nav.jpg) no-repeat;
	}
#nav ul {
	padding: 0 27px 0 330px; list-style-type: none;}
#nav ul li {
	float: left;	
	margin-top: 8px;
	}
#nav ul li a {
	display: block;	
	padding: 10px 30px 8px 31px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;		
	background: url(images/nav_sprt.jpg) right no-repeat;
}
* html #nav ul li a {padding: 10px 31px 8px 30px;}
#nav ul li a:visited {color: #fff;}
#nav ul li a:hover {background-color:#990000; border-bottom: 4px solid #cf683b}
#logo {
	width: 786px;
	height: 228px;
	margin: 0 auto;
	background: url(images/bg_logo.jpg) no-repeat;}

#logo h1 {
	float:left;
	display: block;
	width: 237px;
	height: 132px;
	margin: 50px 0 0 50px;
	background: url(images/logo.gif) no-repeat;}
* html #logo h1 {margin: 50px 0 0 26px;}
#logo strong {display:none;}
#logo div {float:left; text-align:center; width: 490px;}

#desc {
	width: 786px;
	height: 15px;
	margin: 0 auto;
	background: url(images/desc.gif) no-repeat;}
#desc strong {display:none}

#wrap {
	width: 786px;
	margin: 0 auto;
	background: url(images/bg_wrap.jpg) repeat-y;}
#sidebar {
	float:left;
	width: 249px;
	margin-left: 46px;
	padding-top: 57px;
	background: url(images/subcont_t.jpg) no-repeat;}
* html #sidebar {margin-left: 23px;}

#sidebar-content {
	padding: 8px 8px 16px 8px;
	color: #fff;
	background: url(images/subcont_bg.jpg) repeat-y;
	text-align: right;
	}
#sidebar-content2 {
	padding: 8px 8px 16px 8px;
	background: #e9e0ce;
	}

#sidebar-content h2 {
	font-size: 1.2em;
	margin-bottom: 8px;
	}

#sidebar-content ul {
	list-style-type: none}
#sidebar-blank {
	height: 106px;
	background: url(images/subcont_b.jpg) no-repeat;}
#nav_product {
	background: url(images/subcont_bg.jpg) repeat-y;
	text-align: right;
}
#nav_product ul { list-style-type: none}
#nav_product li {border-bottom: 1px solid #fff;
	}
#nav_product li a {display:block; padding: 4px 6px; color: #fff; text-decoration: none;}
#nav_product li a:visited {color: #fff;}
#nav_product li a:hover {background: url(images/subcont_bg_ro.jpg) repeat-y}
#nav_product li a:active {background: url(images/subcont_bg_ro.jpg) repeat-y}


#content {
	float: left;
	width: 420px;
	margin: 57px 32px 56px 32px ;
	}
* html #content {padding-bottom: 32px;}
#content h1 {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D7B08E;
	font-size: 2em;
	color: #C71000;
	}
#content h2, #sidebar-content2 h2 {
	font-size: 1.4em;
	margin-bottom: 8px;
	color: #D7450E;
	}
#content h3 {
	font-size: 1.2em;
	margin-bottom: 8px;
	color: #D7450E;
	}
#content p, #sidebar-content2 p {
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#content ul, #content ul {margin: 0 0 12px 16px;}
* html #content {margin: 57px 24px 0 24px ;}
#footer {
	width: 786px;
	height: 28px;
	margin: 0 auto;
	background: url(images/bg_footer.jpg) no-repeat;
	}
#footer p {
	margin:0 0 0 360px;
	padding: 4px;
	font-size: 10px;
	color: #fff;
	}
	
.logos img{margin:4px 4px 4px 0px;}