/* Homepage Stylesheet for Tire Town */


/* PODS
******************************/
/* Highlights  */
#highlights-pod {
clear:both;
padding-top:13px;
width:520px;
background: #ba0000 url(../assets/images/pods/highlightsPod_top.gif) left top no-repeat;
color:#fff;
}
#highlights-pod ul {
margin-top:0;
padding-top:10px;
list-style:none;
padding-right:20px;
font: bold 1.1em arial,verdana,sans-serif;
}
#highlights-pod ul li {
margin-bottom: 5px;
}
#highlights-pod-btm {
clear:both;
width:520px;
height:12px;
background: url(../assets/images/pods/highlightsPod_btm.gif) left bottom no-repeat;	
}

/* Services Spotlight */
#services-pod {
clear: both;
margin-top:15px;
padding-top:13px;
width:520px;
background: #000 url(../assets/images/pods/servicesPod_top.gif) left top no-repeat;
color:#fff;
font-weight:bold;
}
#services-pod p {
	padding:0px 30px;
	font: bold 1.2em arial,verdana,sans-serif;
}
#services-pod ul {
list-style:none;
font: bold 1em arial,verdana,sans-serif;
float:left;
}
#services-pod ul.col_1  {
width:220px;
}
#services-pod ul.col_2 {
width:200px;
}
#services-pod ul.col_3 {
width:120px;
}

#services-pod-btm {
clear:both;
width:520px;
height:12px;
background: url(../assets/images/pods/servicesPod_btm.gif) left bottom no-repeat;	
}

