@charset "UTF-8";
/* CSS Document */

#footer {
	float: left;
	width: 100%;
	height: 105px;
	background-image: url("../images/footer_background.gif");
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666666;
}

#footer .categories {
	float: left;
	width : 305px;
	height: 80px;
	margin-left: 10px;
	margin-top: 17px;
	margin-right: 40px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

#footer .categories a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#footer h3 {
	font-size: 14px;
	border-bottom: 2px solid #999999;
	font-weight: normal;
	color: white;
	padding-left: 5px;

}

#footer .categories .left {
	padding-top: 7px;
	padding-left: 6px;
	font-size:12px;
	float: left;
	width: 102px;
	line-height: 1.2em;
}



#footer .categories .middle {
	padding-top: 7px;
	float: left;
	font-size:12px;
	width: 102px;
	line-height: 1.2em;
}

#footer .categories .right {
	padding-top: 7px;
	float: left;
	font-size:12px;
	
	line-height: 1.2em;
}

#footer .credits {
	width: 310px;
	height: 80px;
	float: left;
	margin-top: 17px;
	padding-right: 30px;
}

#footer .credits .credits_info {
	font-size: 10px;
	padding-top: 7px;
	padding-left: 6px;
	color: #FFFFFF;
	line-height: 1.2em;
}

#footer .contact {
	width: 240px;
	height: 90px;
	float: left;
	margin-top: 17px;
}

#footer .contact .contact_left {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 6px;
	padding-top: 7px;
	float: left;
	line-height: 1.2em;
}

#footer .contact .contact_right {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 7px;
	float: left;
	line-height: 1.2em;
}

#footer .contact .contact_bottom {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	padding-left: 2px;
	padding-top: 5px;
	line-height: 1.2em;
	font-weight: normal;
	
}

#footer .contact .contact_bottom img {
	float: left;
	padding-left: 115px;
	margin-top: -16px;
}
