
body     { 
background-image: url(/images/back1.jpg); 
margin-top:5px;
margin-left:5px;
}

/*
body#home a#homenav,
body#tires a#tiresnav,
body#wheels a#wheelsnav,
body#why a#whynav, 
body.freeservices a#freenav, 
body#customerservice a#custnav, {
	background-color: #FF0000; 
	color: white;
	border-color: #FF0000;  
}
*/

#maincontainer {
background-color:white;
/*margin: 0 auto;*/
width:850px;
overflow-x:hidden;
position:relative;
}

#topbar {
background:#ECF0FC url(/images/top_gradient.jpg) repeat-x scroll left top;
height:90px;
width:850px;
color:black;
position:relative;
}

#logo {
background: url(/images/logo2.gif);
background-repeat: no-repeat;
height:150px;
width:150px;
position:absolute;
top:-5px;
left:10px;
}

#map {
/*background: url(map.png);*/
background-repeat: no-repeat;
width:108px;
height:139px;
position:absolute;
top:5px;
left:735px;
}

#storelocator {
position:absolute;
top:25px;
left:650px;
}

#creditcards {
background: url(/images/credit_cards.png);
width:200px;
height:26px;
position:absolute;
top:0px;
left:650px;
}

#contentcontainer {
padding-left:10px;
padding-right:10px;
width:830px;
min-height:500px;
}

#footer {
border-top: 5px solid #FF0000; /*Red color theme*/ 
background:#ECF0FC url(/images/bottom_gradient.jpg) repeat-x scroll left top;
height:50px;
width:850px;
position:relative;
}

.storehours{
color:black;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding:4px;
margin-bottom:2px;
}

/* ######### H Tags ######### */

h1 {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
	height:20px;
}

h2 {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
	height:4px
}
h3 {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
