
* {
	border: none;
	outline: none;
}
body {
	background: #262626 url(images/background.png) top left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #f7f7f7;
	margin: 0;
	line-height: 1.3em;
	overflow: auto;
}

a {
	color: #518eb4;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ffffff;
}

h1 {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	font-family: "trajan pro", georgia, serif;
	font-size: 44px;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	background: url(images/h1.png) no-repeat;
	text-indent: -9999px;
}

h2 {
	font-family: "trajan pro", georgia, serif;
	font-size: 22px;
	color: #518eb4;
	font-weight: normal;
}

span {
	font-size: 24px;
	padding-right: 1px;
}


#top {
	width: 100%;
	height: 55px;
	background: #000000;
	position: relative;


}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(images/contentbg.png) no-repeat top center;
	position: absolute;
}

#container {
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#header {
	width: 960px;
	height: 290px;
	background: #161616;
	margin-top: 40px;
}

#header img{
	padding: 10px;
}

#content {
	width: 960px;
	background: #161616;
	margin-bottom: 60px;
}

#footer {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #a7a7a7;
	text-align: left;
	padding-left: 10px;
	margin-top: -40px;
}

#nav {
	width: 960px;
	height: 60px;
	background: #201f1f;
	position: relative;
}

#links {
	width: 709px;
	height: 57px;
	background: url(images/nav.png) no-repeat;
	border: 0;
	position: relative;
}

#links li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	border: 0;
	}

#links li, #links a{
	height: 57px;
	display: block;
	border: 0;
}

#rates {left: 0; width: 143px;}
#fleet {left: 144px; width: 150px;}
#about {left: 295px; width: 200px;}
#quote {left: 496px; width: 231px;}

#rates a:hover {
    background: transparent url(images/nav.png)
    0 -57px no-repeat;
	border: 0;}
#fleet a:hover {
    background: transparent url(images/nav.png)
    -144px -57px no-repeat;
	border: 0;}
#about a:hover {
    background: transparent url(images/nav.png)
    -295px -57px no-repeat;
	border: 0;}
#quote a:hover {
	background: transparent url(images/nav.png)
	-496px -57px no-repeat;
	border: 0;
}



#left {
	width: 515px;
	float: left;
	padding: 10px;
	margin: 20px 0px 0 5px;
	color: #dadada;
}
 
#right {
	width: 380px;
	float: right;
	padding: 10px;
	margin: 20px 10px 10px 10px;
	color: #dadada;
}
#quotes {
	font-family: verdana, geneva, sans-serif;
	color: #dadada;
	font-size: 13px;
	float: left;
	text-align: right;
	margin-right: 15px;
	padding: 0 10px 25px 10px;
}

#right img{
	border: 5px solid #1b1b1b;
	margin-bottom: 20px;
}


#info {
	overflow: auto;
	padding-bottom: 40px;
}

#request {
		font-family: verdana, geneva, sans-serif;
		color: #a7a7a7;
		font-size: 13px;
		float: left;
		text-align: right;
		margin-right: 15px;
		
	}
.comments {
	width: 250px;
}

.phone, .email, .yourname, .car, .date, .time{
	width: 250px;
}
