body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('images/pixel.png') top left repeat-x;
}


/*--------------------*/
#container {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	
}
}


/*--------------------*/
#header {
	
	width:760px;
	height: 226px;
	z-index: 99;
	padding: 0;
	margin: 0;
	
}



/*--------------------*/
#mainNav {
	position: absolute;
	top:180px;
	left:25px;
	width: 760px;
	z-index: 100;
}
#mainNav ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#mainNav li {
	display: inline;
	list-style-type: none;
}
#mainNav a {
	padding: 20px;
	font-weight: bold;
	color:#FFFFFF;
}
#mainNav a:link, #mainNav a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color:#FFFF33;
	text-decoration: underline;
}

#logo {
	position:relative;
	top:-100px;
	margin-bottom:-145px;

	}

	


#brands {
	background: #ffffff no-repeat;
	

}

#sidebar {
	background:#FFFFFF;
	padding:10px;
	margin:0;
	width: 200px;
	float:right;

}

#content {
	text-align:center;
	padding: 10px; 
	margin:0;
	width: 520px;
	background:#FFFFFF;
	
}



#content h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #67C84A;
}
#content p {
	color: #808080;
}
#content ul, #content ol {
	color: #000000;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #000000;
	text-decoration: underline;
}




#address {
	text-align:center;
	padding: 10px; 
	margin:0;
	width: 738px;
	font-size: 24px;
	background:#FFFFFF;
	
}



#address h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color:#FF6600;
}

#address a:link, #address a:visited {
	color: #000000;
	text-decoration: none;
}
#address a:hover, #address a:active {
	color: #000000;
	text-decoration: none;
}



/*--------------------*/
#footer {
	color:#FF9900;
	margin: 0px 0 200px 0;
	padding: 0;
	height: 100px;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
}

#footer ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer a {
	padding: 20px;
	font-weight: bold;
	color:#FFFFFF;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#FFFF33;
	text-decoration: underline;
}



/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

