@charset "utf-8";
/* CSS Document - AK */

html, body {
	margin:0;
	font-family: Verdana, Arial, Helvetica; font-size:12px;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x
}

a {
	text-decoration:underline;
	color: #000;
	font-weight:bold
}

a:hover {
	color: #333;
	text-decoration:none
}

#main-container {
	width:100%;
	text-align: -moz-center; /* firefox hack */
	#text-align:center; /* ie hack */
	position:absolute
}
 
#header {
	padding-top:3px;
	min-width:896px; /* to prevent cock up wrapping */
	height:103px
}

#nav-container {
	width:896px;
}

#nav {
	width:153px;
	height:216px;
	float:left
}

#banner {
	width:743px;
	height:216px;
	float:right
}

#content-container {
	width:896px;
	clear:both
}

#title1 {
	margin-bottom:5px;
	background: url(img/title-bg.gif);
	padding: 3px 0px 0px 6px;
	width:390px; height:23px;
	font-size:14px; color:#fff; letter-spacing:normal
}

#title2 {
	margin-bottom:5px;
	background: url(img/title-bg1.gif);
	padding: 3px 0px 0px 6px;
	width:390px; height:23px;
	font-size:14px; color:#fff; letter-spacing:normal
}

#title3 {
	margin-bottom:5px;
	background: url(img/title-bg3.gif);
	padding: 3px 0px 0px 6px;
	width:474px; height:23px;
	font-size:14px; color:#fff; letter-spacing:normal; text-align:left
}

#title-products {
	margin:10px 0;
	background: url(img/title-bg4.gif);
	padding: 3px 0px 0px 6px;
	width:100%; height:23px;
	font-size:14px; color:#fff; letter-spacing:normal;
	text-align:left
}

#title-products a { color:#FFF; text-decoration:none }

#content-left1 {
	width:410px;
	float:left;
	font-size:12px; color:#111;
	text-align:left;
	margin:10px 0px 20px;
	line-height:18px
}

#content-right1 {
	background:url(img/manufacturers.gif);
	width:480px;
	float:right;
	font-size:12px; color:#111;
	text-align:left;
	margin:10px 0px 6px;
	padding-top:3px
}

#content-left2 {
	background:url(img/contact-us-img.gif);
	width:410px;
	float:left;
	font-size:12px; color:#111;
	text-align:left;
	margin:0 0 12px 0;
	line-height:18px;
}

#content-right2 {
	width:480px;
	float:right;
	font-size:10px; color:#111;
	text-align:center;
	margin:0 0 12px 0 ;
	/*line-height:20px;*/
}

#footer {
	width:100%;
	background: url(img/footer-bg.gif);
	min-height:180px;
	font-size:10px; text-align:center; line-height:12px; color:#fff;
	padding-top:10px;
	clear:both
}

#footer a { color:#fff }

#copyright {
	font-size:9px; color:#444;
	text-align:right;
	margin:5px 0 10px
}

#copyright a { text-decoration:none; color:#333 }

#copyright a:hover {
	background:#333;
	color:#fff
}

#shadow {
	position:absolute;
	width:100%; 
	height:100%;
	text-align:center;
	z-index:-1;
}

#product-links {
	font-size:10px;
}

#product-title {
	padding:3px;
	background:#e6e6e6;
	border-bottom:1px dotted #666;
	color:#0086cb;
	font-size:14px;
	font-weight:bold;
}

#product-nav {
	width:100%;
	background:#666;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	font-size:13px;
	padding:3px 0;
	text-decoration:none;
	color:#ccc;
	text-align:center
}

#product-nav a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}