/* CSS Document */
:link,:visited {text-decoration: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,form {margin: 0; padding: 0;}
address {font-style: normal;}
li, ul {
   font-family: Arial, Helvetica, sans-serif;
   line-height: 15px;
}
/*********************************** Standard Styles **************************************/
.clear {
	clear:both;
	font-size:0px;
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0px;
}

.nowShow{
	display:none;
}

body{
	background:#aab1bf url(images/splash/mainBack-index.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#mainBackground{
	width:100%;
	position:absolute;
	top:0;
}

#mainContainer {
	width:944px;
	padding:0px;
	margin:0 auto;
}

#middleContainer {
	width:944px;
	background:transparent url(images/splash/middleBack-index.jpg) top no-repeat;;
	margin:0; 
	padding:0;
	height:260px;
	position:relative;
	top:-26px;
}

#overlayBack{
	display:block;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color:#000000;
	filter: alpha(opacity=85);
	opacity: 0.85;
	z-index:90;
}

#couponContainer{
	width:100%;
	position:absolute;
	top:0;
	z-index:95;
}


#gasCoupon{
	background:#ffffff url(images/splash/gas-coupon.jpg) top left no-repeat;
	width:500px;
	height:420px;
	z-index:100;
	margin:100px auto;
}

#gasCoupon2{
	width:440px;
	height:340px;
	padding:5px;
	z-index:100;
	margin:100px auto;
	display:none;
	background:#aab1bf url(images/splash/mainBack-index.jpg) top left repeat-x;
}


#gasPrice{
	color:#af130e;
	float:left;
	font-weight:bold;
	font-size:50px;
	position:relative;
	left:30px;
	top: 215px;
}

#gasText{
	float:right;
	font-weight:bold;
	font-size:13px;
	position:relative;
	top: 215px;
	right:25px;
}

#gasCoupon a{
	display:block;
	width:215px;
	height:50px;
	
}

a#gasYes{
	float:left;
	position:relative;
	top:225px;
	left:25px;
}

a#gasNo{
	float:right;
	position:relative;
	top:225px;
	right:28px;
}

p.couponContent{
	font-size:36px;
	font-color:#173f69;
	font-weight:bold;
}

p.couponDisclaimer{
	font-size:9px;
	position:relative;
	top:237px;
	left: 20px;
	
}

h1.pageHead{
	font-size: 30px;
	font-weight:bold;
	text-align:center;
	color:#28588f;
	margin-top:10px;
}

h1.pageHeadRed{
	font-size: 30px;
	font-weight:bold;
	text-align:center;
	color:#af130e;
	margin-top:10px;
}

h3.freeGas{
	font-size: 23px;
	font-weight:bold;
	text-align:center;
	color:#ffb038;
	margin-top:10px;
}

#couponForm{
	display:block;
	margin: 15px auto;
	width:380px;
}

#couponForm label{
	display:block;
	float:left;
	width:120px;
	margin-bottom:5px;
}

#couponForm input{
	display:block;
	float:left;
	width:150px;
	margin-bottom:5px;
}

#couponForm input.formButton{
	width:80px;
	margin-left: 15px;
	position:relative;
	top:-2px;
}

#couponPrint{
	width:500px;
	height:480px;
	padding:0;
}

#couponImage{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#couponName{
	font-weight:bold;
	font-size:42px;
	position:relative;
	top:210px;
	text-align:center;
}

p#couponDate{
	z-index:10;
	font-weight:bold;
	color:#000000;
	position:relative;
	top:210px;
}

input#printButton{
	position:relative;
	top:270px;
}

/***********************************End Standard Styles ********************************/
/**********************************Header Styles ****************************************/

.printOnly {
	display:none;
}

#headerContainer {
	height:256px;
	width:944px;
	background:transparent url(images/splash/header-index.jpg) top;
	display:block;
	margin:0; 
	padding:0;
}


a#homeLinkIndex{
	float:left;
	margin-top:38px;
	margin-left:40px;
	font-size:12px;
	font-weight:bold;
}

a#homeLinkIndex:link, a#homeLinkIndex:visited{
	color:#4c4c4c;
}

a#homeLinkIndex:hover, a#homeLinkIndex:active{
	color:#bb1e16;
}

p#indexAddress{
	float:right;
	margin-top:40px;
	margin-right:20px;
	font-size:12px;
	font-weight:bold;
}

/**********************************End Header Styles ****************************************/

/***********************************Content Styles **************************************/

#contentContainer{
	padding-top:39px;
	height:221px;
}
img{
	border:none;
}
a {
	font-weight:bold;
	border:none;
}
a:link, a:visited {
	color:#c52519;
}
a:active, a:hover {
	color:#ff7800;
}
.noShow {
	display:none;
}

#indexButtons{
	margin-left:42px;
}

#indexButtons div, #indexButtons div a{
	display:block;
	width:207px;
	height:217px;
}

#indexButtons div{
	float:left;
	margin-right:12px;
}

#indexButtons div a:hover, #indexButtons div a:active{
	background:transparent none;
}

.indexNewButton{
	background:transparent url(images/splash/indexNewOver.jpg) top left no-repeat;
}

.indexNewButton a:link, .indexNewButton a:visited{
	background:transparent url(images/splash/indexNewBack.jpg) top left no-repeat;
}


.indexUsedButton{
	background:transparent url(images/splash/indexUsedOver.jpg) top left no-repeat;
}

.indexUsedButton a:link, .indexUsedButton a:visited{
	background:transparent url(images/splash/indexUsedBack.jpg) top left no-repeat;
}


.indexServiceButton{
	background:transparent url(images/splash/indexServiceOver.jpg) top left no-repeat;
}

.indexServiceButton a:link, .indexServiceButton a:visited{
	background:transparent url(images/splash/indexServiceBack.jpg) top left no-repeat;
}


.indexCreditButton{
	background:transparent url(images/splash/indexCreditOver.jpg) top left no-repeat;
}

.indexCreditButton a:link, .indexCreditButton a:visited{
	background:transparent url(images/splash/indexCreditBack.jpg) top left no-repeat;
}


/***********************************END Content Styles **************************************/
/*******************************  Footer Styles ************************/

#footerContainer {
	width:944px;
	height:54px;
	padding-top:22px;
	display:block;
	background:transparent url(images/splash/footer-index.jpg) top center no-repeat;
	position:relative;
	top:-26px;
}


#aslDesigned{
	width:214px;
	height:12px;
	float:left;
	position:relative;
	left: 17px;
}


#copyContainer {
	font-size:11px;
	color:#353535;
	float:right;
	position:relative;
	top:-15px;
	right: 22px;
	font-weight:bold;
}

/******************************* End Footer Styles ************************/


