@charset "utf-8";
/**
*	@title Main CSS Document
*
*	@author Gideon Schoonbee - gideon@voxx.co.za
*	@date 02 June 2008
*
*/

.footer_1, .footer_2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
}

.footer_1 {
	border-top:4px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#E4E4E4;
	color:#333333;
	text-align:center;	
}

.footer_2 {
	color:#666666;	
}

.footer_search {
	padding-top:10px;
}

.footer_links {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
}

.footer_c_left {
	float:left;
	width: 500px;
	text-align:left;
}

.footer_c_right {
	float:right;
	width:300px;
	text-align:right;
}