@charset "UTF-8";
/* CSS Document */

#footer-container {
 margin-left: auto;
 margin-right: auto;
 vertical-align: middle;
 width: 920px;
}

#footer {
	float: left;
	width: 935px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .6px;
	color: #666;
	text-align: left;
	vertical-align: top;
	vertical-align:text-top;
	margin: auto;
	margin-top: 20px;

}


#footer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left: 15px;
	border-bottom: 1px solid #999;
}

#footer ul {
	list-style: none;
	padding-left: 0px;
	line-height: 20px;


}

#products {
	float: left;
	width: 354px;
	text-align: left;
	border-right: 1px solid #999;
	height: 170px; 

}


#products li {
	padding-left: 15px;	
}
*html #products li {
	padding-left: 0px;	
}

#resources {
	float: left;
	width: 354px;
	border-right: 1px solid #999;
	height: 170px;
}

#resources li {
		padding-left: 15px;

} 
*html #resources li {
		padding-left: 0px;

}

#customer-center {
	float: left;
	width: 214px;
}

*html #customer-center {
	width:200px;}
	
	
#customer-center li {
	padding-left: 15px;
}

*html #customer-center li {
	padding-left: 0px;
}

.right-footer-list {
	width: 155px;
	float: left;

}

*html .right-footer-list {
	width: 135px;
	float:right;

}

.right-footer-list li a { text-decoration:none; color:#666;}
.right-footer-list li a:hover {color:#06C;}


.left-footer-list {
	width: 155px;
	float: left;
}

*html .left-footer-list {
	width: 135px;
	float:left;
}

.left-footer-list li a { text-decoration:none; color:#666;}
.left-footer-list li a:hover {color:#06C;}

.bottom-text {
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .6px;
	color: #666;
}
	
