html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.aleft {
text-align:left;
float:left;
}

.aright {
text-align:right;
float:right;
}

body {
	background-color: #152A63;
	background-image: url(img/bg.png);
	background-repeat: repeat;
}


#bodymain {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#bodyhead
{
	height:150px;
}
#bodynav
{
	height:30px;
	background-image: url(img/bgnav.png);
	background-repeat: repeat;
}
#bodynav ul
{
	list-style-type:none;
	margin:0px auto;
	padding:0;
}
#bodynav li
{
	display:inline;
}
#bodynav a:link,
#bodynav a:visited
{
	display:inline-block;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(img/bgnavb.png);
	background-repeat: repeat;
	text-align:center;
	line-height:30px;
	height:30px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#bodynav a:hover,
#bodynav a:active
{
	background-color:#3399FF;
	text-decoration:underline;
}

body#pagehome #navahome, 
body#pagetires #navatires, 
body#pageservice #navaservice, 
body#pagecoupons #navacoupons, 
body#pagestores #navastores {
	background-color:#3399FF;
	text-decoration:none;
}

#bodytext {
	background-color:white;
	background-image: url(img/bgbody.png);
	background-repeat: repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
}

#bodytext h1,
#bodytext h2,
#bodytext h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#bodytext h1 {
	font-size:2.4em;
	letter-spacing: .06em;
	padding-bottom: 12px;
}

#bodytext h2 {
	font-size:2.0em;
	letter-spacing: .08em;
	padding-bottom: 12px;
}

#bodytext h3 {
	font-size:1.6em;
	letter-spacing: .06em;
	padding-bottom: 12px;
}

#bodytext p {
	font-size:0.8em;
	padding-bottom: 12px;
	line-height: 1.5;
}

#embedvid {
	width: 406px;
	height: 230px;
	float: left;
}

#bodyfoot
{
	color:white;
	height:150px;
	background-image: url(img/bgnav.png);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#bodyfoot a:link,
#bodyfoot a:visited
{
	color:#FFFF33;
	text-decoration:none;
}
#bodyfoot a:hover,
#bodyfoot a:active
{
	color:#3399FF;
	text-decoration:underline;
}

#bodyfoot .footrow
{
	height:25px;
	line-height:25px;
	padding-left:8px;
	padding-right:8px;
	background-image: url(img/bgnavb.png);
}

#bragline
{
	text-align: center;
}
#bragline img
{
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#tirelist {
	margin: 6px;
	border-collapse: separate;
	border-spacing: 8px;
	padding-left:40px;
	padding-right:40px;
	width: 100%;
	}

#tirelist td {
	border:1px solid transparent;
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/ 
	padding: 4px;
	text-align: center;
	}
	
#tirelist td:hover {
	background-color:#ddf;
	border:1px solid silver;
	}
	
#gmap_frame {
	width: 100%;
	height: 404px;
	border: 0px none;
}

.sidebar-entry {text-decoration:none; border:1px solid silver; width: 240px; background-color: white;}
a.sidebar-entry {color:#000; text-decoration: none; margin-left:12px; margin-bottom: 2px;}
a.sidebar-entry:hover {background-color:#3399FF; text-decoration: none}
a.sidebar-entry:focus {background-color:#ccf; text-decoration: none}

#sidebar {width:400px; height:400px; overflow:auto;float: left;}
#map {width:500px; height:400px; float: right;}

.info-window {
	font-size: 0.8em;
}

.iw-header {
	font-weight: bold;
	font-size: 1.2em;
	padding-right:8px;
}

.iw-cell-6 {
	padding-top: 2px;
	padding-left: 14px;
	margin-left: 8px;
	background-image:url(img/gmap_phone.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.iw-cell-7, .iw-cell-10, .iw-cell-12 {
	padding-top: 4px;
}

.iw-cell-4, .iw-cell-5, .iw-cell-8, .iw-cell-9 {
	padding-left: 8px;
}

.iw-cell-12 {
	text-align: right;
}

.info-window a, .info-window a:link, .info-window a:visited, .info-window a:hover, .info-window a:active {
	font-weight: normal;
	color: green;
	outline: none;
	text-decoration: underline;
	}

