/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1em;
}
.header{
	background-color: #d7270f; 
	height: 209px;
	width: 100%; 
	text-align: right;
}
#wrapper{min-height: 100%; height: 100%;}
#logo {position:absolute; left:0px; top:0px; width: 250px; height:60px; z-index:1;}
#address {
	position:absolute;
	left:10px;
	top:70px;
	width: 230px;
	height:auto;
	z-index:1;
	padding: 4px;
	border: 1px solid #000000;
	font-size: 12px;
}
#info {
	padding-left: 10px;
	color: #D7270F;
	font-size: 120%;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000000;
}
li {
	display: inline;


}
#brands{
	text-align: center;
}

#footer {
	color: #333333;
	font-size: 70%;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 2px;
	width: 100%;
}

#footer a {
	color: #333333;
	text-decoration: none;
	

}
