@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background-color: #000000;
	background-image: url(images/tire-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}


a {
	outline: none;
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0; padding: 0;
}

h1 {
	margin: 0 0 0 0;
	padding: 12px 0 0 30px;
	font-size: 16px;
	font-weight: normal;
	color: #0066CC;
}

h1.firstH1 {
	margin: 0;
}

h2 {
	margin: 30px 0 0 5px;
	padding: 3px 0 0 22px;
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
}

#container {
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 20px;
	height: auto;
	width: 858px;
	background-color: #ffffff;
	color:#000000;
	clear: both;
	overflow: auto;
	border: 2px solid #0f4c8b;
}

#header {
	float: right;
	width: 100%;
	height: 140px;
	clear: both;
	overflow: hidden;
}

#logo {
	float: left;
	margin:  10px 0 0 10px;
}

#hdrMenu {
	margin-top: 108px;
	width: 100%;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

#hdrContact {
	margin-top:20px;
	margin-right:20px;
	float:right;
	font-family: "Century Gothic";
	font-size: 36px;
	color: #0f4c8b;
	}
	
#hdrAddress {
	margin-top:25px;
	margin-right:55px;
	float:right;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0f4c8b;
	}
	#hdrAddress2 {
	margin-top:25px;
	margin-right:50px;
	float:right;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0f4c8b;
	}

#homeSplash {
	float: left;
	margin:  2px 0 0 5px;
}

#contentText {
	float: left;
	margin:  -80px 0 0 20px;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	width: 70%;
}

#homeLogos {
	float: left;
	margin: 20px 0 0 10%;
}

#footer {
	float: right;
	width: 100%;
	height: 70px;
	clear: both;
	overflow: hidden;
}

#ftrMenu {
	width: 100%;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	margin-top: 41px;
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #FFFFFF;
	padding: 5px;
}

/* COUPON PAGE */

.coupon-holder {
	position:relative;
	top: 0px;
	width: 373px;
	left: 0px;
	height: 212px;
	}
.name {
	position:absolute;
	top: 90px;
	width: 280px;
	float:left;
	left:50px;
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: bold;
	}
	
.savings {
	position:absolute;
	top: 120px;
	width: 280px;
	float:left;
	left:50px;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #0f4c8b;
	}
	
.description {
	position:absolute;
	top: 145px;
	width: 280px;
	float:left;
	left:50px;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	}
	
.restrictions {
	position:absolute;
	top: 180px;
	width: 280px;
	float:left;
	left:50px;
	font-family: "Century Gothic";
	font-size: 10px;
	}
	
	.exp {
	position:absolute;
	top: 195px;
	width: 280px;
	float:left;
	left:50px;
	font-family: "Century Gothic";
	font-size: 10px;
	}

.print-button {
	position:absolute;
	top: 5px;
	width: 37px;
	float:left;
	left:330px;
	}
	
/* Tire Brands Page */

#dunlopBrand {
	position:absolute;
	float: left;
	top:200px;
	margin-left:10px;
}

#goodyearBrand {
	position:absolute;
	float: left;
	top:245px;
	margin-left:10px;
}

#bfgoodrichBrand {
	position:absolute;
	float: left;
	top:300px;
	margin-left:10px;
}

#cooperBrand {
	position:absolute;
	float: left;
	top:350px;
	margin-left:10px;
}

#bluestreakBrand {
	position:absolute;
	float: left;
	top:430px;
	margin-left:10px;
}

/* Services Page */

#servicesCol1 {
	position:relative;
	float: left;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	margin-left:20px;
	margin-top: 10px;

}


#servicesCol2 {
	position:relative;
	float: left;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	margin-left:50px;
	margin-top: 10px;
}

#servicesCol3 {
	position:relative;
	float: left;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	margin-left:50px;
	margin-top: 10px;
}

.servicesCol a{
	color: #000000;
}

/* Tire 101 */

#tire101Col {
	position:relative;
	float: left;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight:bold;
	margin-left:50px;
	margin-top: 10px;
}

/*Customer Service */

#text-holder {
	position:absolute;
	top:150px;
	margin-left:10px;
	width:390px;
	}
	
	
