@charset "utf-8";
/*
	stylesheet for Superior Tire
	design by Fathima Cader
	* http://www.likethewind.ca
	July 2009
*/

/* Fundamentals _______________ */
* {
	margin: 0;
	padding: 0;
	}
.hidetext {
	text-indent: -3000px;
	font-size: 0;
	color: #FFF;
	}
.clear { 
	height: 100%;
	}
	.clear:after { 
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden; 
		}
		
.ajaxtable img td {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	

/* General Texting _______________ */
body {
	background: #E7E7E7;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
	}
p {
	line-height: 1.6em;
	font-size: 1.1em;
	margin-bottom: 0.6em;
	}
#content ul,
#content ol {
	margin: 0 0 1em 20px;
	}
	#content li {
		margin-bottom: 0.5em;
		line-height: 1.6em;
		font-size: 1.1em;
		}
		#content li li {
			font-size: 1.0em;
			}
				
a, a:link, a:visited {
	color: #DD0802;
	text-decoration: none;
	}
	a:hover {
		color: #000;
		text-decoration: underline;
		}
img {
	border: none;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	}
	

/* Hn _______________ */
h2 {
	font-size: 1.7em;
	margin-bottom: 0.4em;
	}
h3 {
	font-size: 1.4em;
	margin: 0.8em 0 0.3em;
	}
h4 {
	font-size: 1.2em;
	margin: 0.8em 0 0.3em;
	}

/* Tables _______________ */
table {
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
	}
	td {
		border: 1px solid #AAA;
		padding: 0.8em 0.3em;
		font-size: 1.1em;
		}
		.ajaxtable td {
		border: 0px;
		padding: 0px;
		font-size: 1.1em;
		}
.noframe table, tr, td {
	border: none;
}
	
/* PAGE _______________ */
#page {
	margin: 0 auto;
	width: 945px;
	position: relative;
	}
#main {
	padding-bottom: 10px;
	}
	.ajax {
		background: url(../../images/service_img.jpg) no-repeat top right;
		width: 261px;
		height: 157px;
		float: right;
		border: 5px solid #FFF;
		padding-left: 10px;
	}

/* HEADER _______________ */
#header {
	padding-bottom: 10px;
	background: #FFF;
	}
	h1 {
		float: left;
		width: 300px;
		height: 90px;
		background: url(../img/logo.gif) no-repeat bottom left;
		}
		h1 a {
			display: block;
			width: 100%;
			height: 100%;
			}
	#awards {
		float: left;
		margin-left: 60px;
		width: 300px;
		padding-top: 33px;
		}
	#postalcode {
		text-align: right;
		padding-right: 10px;
		}
		#header .input {
				background:#FFF;
				border: 1px solid #AAA;
				padding: 3px;
				margin: 0 5px;
				font-size: 0.8em;
				}

/* MENU _______________ */
#nav {
	background: #DD0802 url(../img/png/navbg.png) no-repeat center center;
	padding: 15px 8px;
	text-align: center;
	margin-bottom: 10px;
	}
	#nav li {
		display: inline;
		}
		#nav a {
			text-transform: uppercase;
			color: #FFF;
			padding: 3px 15px;
			font-weight: bold;
			}
			#nav a:hover {
				background: #9E0501;
				}

/* FOOTER _______________ */
#footer {
	color: #000;
	font-size: 1em;
	position: relative;
	height: 230px;
	}
	.box { 
		padding: 20px 20px 0;
		width: 288px;
		height: 140px;
		position: absolute;
		background: #FFF;
		top: 0;
		left: 0;
		}
		#driveclean {
			}
			#driveclean img {
				display: block;
				float: left;
				margin-right: 5px;
				}
				#driveclean .sm {
					font-size: 10px;
				}
		#superbucks {
			border: 1px solid #E7E7E7;
			border-width: 0 1px;
			left: 331px;
			}
		#page #footer blockquote {
			font-size: 1.2em;
			left: 665px;
			width: 240px;
			}
	#footer ul {
		border-top: 10px solid #E7E7E7;
		background: #DD0802 url(../img/png/navbg.png) no-repeat center center;
		padding: 25px 10px;
		text-align: center;
		font-size: 0.8em;
		position: absolute;
		top: 150px;
		width: 925px;
		}
		#footer li {
			display: inline;
			padding: 3px 25px;
			text-transform: uppercase;
			font-weight: bold;
			}
			#footer li a { color: #FFF; }
