/* General Styles */


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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
//vertical-align: baseline;
background: transparent;
}

/* Styles for the background images, fonts and borders */

Body {

	background: url('images/car-hauler-bg.jpg') no-repeat top center;
    background-attachment: fixed;
	border: 0px;
	text-align: center;
	font-family: "Arial Narrow"; 

}

Wrapper {
	
	background: url('images/car-hauler-background.png') no-repeat top center;
	background-attachement: fixed;
	border: 0px;

}

Header {

	background: #FFF;
	border:0px;

}

Nav {

	background:url('images/car-hauler-menu-bar-background.png') no-repeat bottom center;
	border:0px;
}

/* Begin Structure */

#Body {

 	background:url('images/car-hauler-bg.jpg') no-repeat top center;
	font-family: "Arial Narrow", Arial, sans-serif;
}

#Wrapper {
	
	width: 1000px;
	padding-top:10px;
	text-align:justify;
	margin: 0px auto;
	background: url('images/middle.png') repeat-y top center;
}
.top_images{
	width: 1000px;
	text-align:justify;
	margin: 16px auto 0;
	padding-top:10px;
	background: url('images/top.png') no-repeat top center;

}
.bottom_new{
	width: 1000px;
	text-align:justify;
	margin: 0px auto;
	background: url('images/bottom.png') no-repeat top center;


}
#Header {

	width: 928px;
	height: 440px;
	margin: 0px auto;
	text-align:left;
	}

#Time {
color:#FFFFFF;
float:right;
font-size:14px;
margin-right:175px;
margin-top:-8px;
text-align:center;
width:332px;
	}

#Logo {

	width:420px;
	height:73px;
	margin-top:40px;
	float:left;
	background: url('images/car-hauler-logo.png') no-repeat;
}

#Nav {

background:transparent url(images/car-hauler-menu-bar-background.png) no-repeat scroll center bottom;
border:0 none;
float:left;
height:40px;
line-height:40px;
margin:0 auto;
padding-top:20px;
width:930px;
}

#Banner {
float:right;
font-size:25px;
height:73px;
line-height:141px;
text-align:center;
width:481px;
	
}

#Banner .h2 {
	Font-size:200%;
	font-family: "Arial Narrow", Arial, sans-serif;
	}

#Home {
	width:111px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;
}

#About {
	width:111px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;
}

#Contact {
	width:111px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;
}

#Shipping {
	width:111px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;
}

#FAQ {
	width:151px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;

}

#blog {
	width:151px;
 	height:40px;
	font-size:75%;
	font-family:"Arial Narrow";
	padding-left:25px;
	float:left;

}

#Form {
	width:390px;
	height:250px;
	float:left;
	background:url('images/car-hauler-instant-quote-form-background.png') no-repeat top center;
	Font-Family:"Arial Narrow";
	margin-left:39px;
}

#Formtitle {
	width:95%;
	padding-left:20px;
	line-height:35px;
	color:#FFF;
	font-size:120%;
}

#Homeimg {
	width:520px;
	height:250px;
	float:left;
	background: url('images/car-hauler-homepage-image.png') no-repeat center top;
	margin-top:20px;
    margin-right:27px;
}
#Seperator {

	width:100%;
	padding-top:20px;
}

#123 {
	width:928px;
	height:90px;
	background:url('images/car-hauler-123.png') no-repeat top center;
}

#Quote {
	width:560px;
	height:710px;
	margin:0px auto;
padding-top:0px;	
	background:url('images/car-hauling-second-quote-form-background.png') no-repeat top center;
}
#QuoteTitle {
	color:#FFF;
	font-size:150%;
	padding-left:15px;
	padding-top:15px;
}
#Form2 {
	padding:10px;
	font-size:85%;
}

#ThankYou {
	text-align:left;
	width: 750px;
	min-height: 625px;
	background: url('images/car-hauling-thank-you-page-content.png') no-repeat bottom center;
	padding-top:30px;
	margin: 0px auto;
}
	

a.black:link {
	color: #000;  
	font-weight: narrow; 
	text-decoration:none;
}

a.black:hover {
	color: #FF4900;  
	font-weight: bolder;
}
a.black:visited {
	color:#000;
}
a {
	text-decoration:none;
}
a.mainNav:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      light;
  color:            black;
  } 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  font-weight:      light;
  color:            black;
  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  none;
  font-weight:      light;
  color:            black;
  } 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  none;
  font-weight:      light;

  color: black;
  } 


