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

div#footer{
	background:#000;
	width:100%;
	height:130px;
	clear:both;
	font:normal 8pt Arial;
}
div#footer ul{
	padding:0px;
	list-style:none;
	text-decoration:none;
}

div#footer ul li a{
	text-decoration:none;
	color:#999;
	float:left;
}

div#footer ul li a:hover{
	text-decoration:none;
	list-style:none;
	color: #CCC;
}

div#brandsites{
	text-decoration:none;
	list-style:none;
	padding-top:5px;
	margin: 0 auto;
	width:800px;
}

div#brandsites ul li a{
	padding-right:25px;
	margin:0;
}

DIV#brandsites UL {
    MARGIN: 0px auto; 
	FONT: 8pt Arial; 
	WIDTH: 800px; 
	COLOR: #333; 
	LIST-STYLE-TYPE: none; 
	TEXT-DECORATION: none
}

DIV#brandsites UL LI {
    FLOAT: left;
}

div#footercopy ul li{
	margin-top:50px;
}

div#footercopy ul li a{
	margin-top:50px;
	margin-right:25px;
}

DIV#footercopy {
    MARGIN: 0px auto; FONT: 8pt Arial; WIDTH: 800px; COLOR: #333; LIST-STYLE-TYPE: none; TEXT-DECORATION: none
    MARGIN-TOP: 50px;
    PADDING-TOP: 85px;
    clear: both;
}

DIV#contact {
    float: left
}

DIV#copyright {
    FLOAT: right; COLOR: #666; TEXT-ALIGN: right
}