* {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #f5f5f5;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

p {
	line-height: 20px;
	margin: 5px 0 5px 0;
}

li {
	list-style: none;
}

.email_link:hover {
	text-decoration: underline;
	color: #fef5a7;
}

.bold {
	color: #fef5a7;
	font-weight: bold;
	font-size: 18px;
}

.italics {
	font-style: italic;
}

html {
	background: #000;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #000;
}

#header {
	position: relative;
	background: #000 url(../images/header_limo.jpg) no-repeat left 30px;
	height: 300px;
}

#logo {
	position: absolute;
	top: 20px;
	right: 40px;
	text-indent: -99.9999em;
	background: url(../images/logo.jpg) no-repeat center center;
	width: 400px;
	height: 75px;
}

#spinning_diamond {
	position: absolute;
	bottom: 60px;
	right: 160px;
}


#content {
	float: left;
	display: inline;
	width: 900px;
}

#nav {
	float: left;
	display: inline;
	width: 200px;
}


#main {
	float: left;
	display: inline;
	width: 410px;
}

#sidebar {
	float: right;
	display: inline;
	width: 250px;
	background: #141414;
	padding: 10px;
}

#footer {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}

/* @group form */

#contact_form p {
	clear: both;
}


.input {
	display: block;
	margin: 3px 0 0 0;
}

input {
	background: #333;
	border: none;
	padding: 2px;
	font-size: 14px;
}

select {
	padding: 0 3px 0 3px;
}

.error {
	color: red;
}

#date_label, #car_label {
	display: block;
}

.select {
	display: inline;
	margin: 5px 0 5px 0;
}

#contact_form_submit {
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 0 0;
}

#contact_form_submit:hover {
	cursor: pointer;
	color: #fef5a7;
}

select, option {
	color: #333;
}

#body_request #main {
	width: 625px;
}

#body_request #contact_section {
	float: left;
	display: inline;
	width: 50%;
}

#body_request #details_section {
	float: right;
	display: inline;
	width: 50%;
}

#body_request #contact_form {
	background: #141414;
	padding: 15px;
}

#form_instructions {
	font-size: 14px;
	color: #fef5a7;
}



.loading {
	position: absolute;
	top: 12px;
	left: 75px;
}

/* @end */

/* @group nav */



/* @end */


/* @group rates */

th {
	text-align: left;
	background: #333;
	padding: 5px;
}

td {
	padding: 5px;
}

.subtext {
	display: block;
	font-size: 12px;
}

/* @end */


