/* CSS Document */
#footercontainer {
	width:752px; 
	height:165px; 
	background-color:#d6d6d6;
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width: 750px;
	background-image: url(../img/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding-left: 0px;
}

#footer ul li {
	float:left;
	}
	
#footer ul a {
	display:block;
	padding: 0 15px;
	line-height: 26px;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#footer ul a:hover {
color: #E90303;
}	

#footer ul .last {
	float:right;
}

#lowprice {
	float:right;
	width:175px;
}

#footerwebsites ul {
	background-color:#D6D6D6;
	border-bottom:1px solid #FFFFFF;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:3px;
	margin-top: 0;
	padding: 0 10px;
	width: 480px;
	height: 30px;
}
	
#footerwebsites ul li {
	float:left;
	line-height: 30px;
	}
	
#footerwebsites ul a {
	display:block;
	padding: 0 .6em;
	line-height:30px;
	text-decoration: none;
	color: #2b2b2b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#footerwebsites ul a:hover {
color: #eb0000;
}	
	
#footerwebsites ul .first {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#2b2b2b;
	border:none;
}

#footnote {
	color:#2b2b2b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:495px;
	padding-left:10px;
}

#footerhotlinks {
	border-top: 1px solid #d9d9d9;
	border-bottom:1px solid #dcdcdc;
	padding: 10px 5px;
	height:35px;
	background-image: url(../img/seo_footer_bg.gif); 
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
}

#footerhotlinks .title{
	margin: 0px; 
	padding: 0px; 
	float: left; 
	color: #999; 
	font-size: 12px; 
	font-weight: bold;
	float:left;
}

#footerhotlinks .items{
	margin:0px; 
	padding:0px;
	font-size:11px;
	color:#666;
	float:right;
}
#footerhotlinks a{
	text-decoration:none;
	font-size:11px;
	color:#666;
}
#footerhotlinks a:hover{
	color: #E90303;
}