
/* Product nav -----------------------------------------  */
#productsnav{
	background: #333;
}
#productsnav li a{
	height: 150px;
}

/* Contents ---------------------------------------- */
#contents ul li a{
	font-weight: bold;
	font-size: 110%;
	line-height: 1.25;
}

/* Sidebar -----------------------------------------  */

#aboutus #side{
	padding-top: 20px;
}
#side, #side a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul#sideproductsnav{
	list-style: none;
	margin: 0 -33px 0 -27px;
	padding: 0;
}
ul#sideproductsnav li{
	float: left;
	width: 100%;
}
ul#sideproductsnav li a{
	display: block;
	background: #999;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
	width: 230px;
}
ul#sideproductsnav li a:hover{
	background: #222;
	color: #eee;
}

/* Contact Us */
#contact #main{
	background: #ccc;
}
#contact #contents{
	width: 690px;
}
#contact #contents dl dt, 
#contact #contents dl dd{
	margin: 0;
	padding: 0 0 2px 0;
	float: left;
}
#contact #contents dl{
	width: 100%;
	float: left;
	padding-top: 10px;
	clear: left;
}
#contact #contents dl dt{ 
	width: 140px;
	margin-right: 10px;
	clear: left;
	font-weight: bold;
}
#contact #contents dl dd{
	width: 510px;
	position: relative;
}
#contact #contents dl dd a{
	display: block;	
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
}
#contact #contents h3, 
#contact p#footerlinks{
	border-top: 1px solid #999;
	padding-top: 10px;
	clear: both;
}
#contact #contents ul li{
	font-weight: normal;
	font-size: 100%;
}

/* Site Map Page --------------------------------------------------------------------------------------- */
#sitemap #contents ul li{
	font-size: 100%;
	line-height: 1.5;
}	

/* Products Page -------------------------------------------------------------------------------------- */
#logos ul{
	text-align: center;
	margin: 1.5em 0 0 -5px;
	padding: 0 0 2em 0;
}
#logos li{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 90px;
	height: 90px;
}
#logos img{
	margin: 0;
	width: 85px;
	height: 85px;
}
#products #footerlinks{
	clear: left;
}
#products #contents{
	width: 450px;
	padding-right: 17px;
}

/* Misc */
.location{
	font-weight: normal;
	text-align: left;
	line-height: 1.7;
	font-size: 90%;
	color: #ddd;
}
.floatright, .floatleft{
	border: 3px solid #999;
}
.floatleft{
	margin: 0 10px 10px 0;
	float: left;
}
.floatright{
	margin: 0 0 10px 10px;
	float: right;
}
