/* RESET BROWSERS */


html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Common Page Elements */


table.center {
	margin-left: auto; 
	margin-right: auto;
	width: 777px;
}
body {
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.address { 
	padding: 0 10px 0 10px; 
	font: normal 12px Verdane, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-align: justify;
	letter-spacing: normal; 
	word-spacing: normal; 
	vertical-align: middle; 
	white-space: normal 
}
.copyrights {
	margin: 16px;
	text-align: center;
}
.copyrights p {
	font-size: 9px;
	margin-bottom: 8px; 
}
.copyrights p a {
	text-decoration: none;
	font-size: 10px;
	color: #009900;
}




/* Home Page Specific */

#padProblem {
	padding: 5px;
	
}
#awardBox {
	width: 307px;
	position: relative;
	vertical-align: text-top;
	margin-top: 18px;
}
.topRight {
	position: absolute;
	top: 9px;
	left: 189px;
}
#awardBox p {
	margin-right: 132px;
	margin-left: 6px;
	line-height: 14px;
	font-size: 11px;
}
.hoursTitle {
	font-size: 12px;
	font-weight: bold;
}
.hours {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 12px;
	margin-top: 5px;
}
.newsTitle {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.news {
	margin-top: 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding-left: 12px;
}




/* Parts Page */

.partsTitle {
    padding: 20px 0 20px 40px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #AA080C;
}
.parts {
	padding: 0 20px 12px 56px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
ul {
	padding: 0 20px 40px 80px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}



/* Contact Page */

.map {
	margin: 0 15px 20px 50px;
	position: relative;
}
.mapBorder {
	border: solid;
	border-color: #000000;
	border-style: double;
	border-width: 1px;
}
.mapRight {
	position: absolute;
	left: 415px;
	top: 20px;
}
.mapRight .contactTitle {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #AA080C;
	padding-top: 12px;
}
