@charset "utf-8";
/* CSS Document */

html{
	margin: 0px;
	padding: 0px;
	display: block;
}

body{
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d2d2d;
	background-image: url(Imgs/background.jpg);
}
#header {
	margin:0px;
	padding:0px;
	width:970px;
	height:200px;
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center center;
}
#header a {
	background-image: url(Imgs/TireQuest-logo-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	width: 970px;
	text-decoration: none;
	background-position: center center;
}
#rightcont {
	width: 300px;
	float: left;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
#extra {
	float: left;
	height: 300px;
	width: 300px;
	background-position: left top;
	text-align: left;
	color: #FFF;
}
#bottom {
	height: 100px;
	width: 970px;
	float: left;
}
#footer {
	float: left;
	height: 60px;
	width: 970px;
	font: 12;
	background-image: url(Imgs/footer.jpg);
	background-position: left top;
}
#footer #left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 45px;

}

#content {
	float: left;
	height: 300px;
	width: 635px;
	padding-left: 35px;
}
#subheader {
	float: left;
	height: 50px;
	width: 670px;
}

#wrapper {
	padding-left: 125px;
}
#wrapper .services {
	height: 55px;
	width: 180px;
	float: left;
}

#wrapper .services a {
	background-image: url(Imgs/servicebutton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 55px;
	width: 180px;
}
#wrapper .services a:hover {
	background-image: url(Imgs/servicebuttono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper .home {
	height: 55px;
	width: 180px;
	float: left;
}

#wrapper .home a {
	background-image: url(Imgs/homebutton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 180px;
	text-decoration: none;
	background-position: left top;
}
#wrapper .home a:hover {
	background-image: url(Imgs/homebuttono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper .specials {
	height: 55px;
	width: 180px;
	float: left;
}

#wrapper .specials a {
	background-image: url(Imgs/specialsbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 180px;
	text-decoration: none;
	background-position: left top;
}
#wrapper .specials a:hover {
	background-image: url(Imgs/specialsbuttono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper .locations {
	height: 55px;
	width: 180px;
	float: left;
}

#wrapper .locations a {
	background-image: url(Imgs/locationsbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 180px;
	text-decoration: none;
	background-position: left top;
}
#wrapper .locations a:hover {
	background-image: url(Imgs/locationsbuttono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper .about {
	height: 55px;
	width: 180px;
	float: left;
}

#wrapper .about a {
	background-image: url(Imgs/aboutbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 180px;
	text-decoration: none;
	background-position: left top;
}
#wrapper .about a:hover {
	background-image: url(Imgs/aboutbuttono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

