/*---------------------------------------------------------
title: alpine group limousine
author: michael bhatti
email: michaelsbhatti@gmail.com
---------------------------------------------------------*/

body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,  
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
strong, sub, sup, tt, var, 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;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

img {
	border: 0;
	}

fieldset {
	border: 1px solid transparent;
	}

table { 
	border-spacing: 0;
	border-collapse: collapse;
	}

td, th {
	text-align: left;
	font-weight: normal;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

:focus {
	outline: 0;
	}

a:link, a:visited, a:active {
	color: #3F3A33;
	text-decoration: underline;
	}

a:hover {
	color: #3F3A33;
	text-decoration: none;
	}

/* All
---------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #0A0A0A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #3F3A33;
	}

h1 {

}

/* Page Title */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 150%;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	border-top: 3px double #3F3A33;
	border-bottom: 1px solid #3F3A33;
	padding: 10px 0;
	margin: 20px 0;
	color: #3F3A33;
	font-weight: normal;
	}

/* Content Header */

h3 {

}

/* Sidebar Header */

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #978460;
	}

p {
	margin: 0 0 20px 0;
	}

li {

}

ul, ol {

}

ul {

}

ol {

}

.clear {

}

/* MAIN CONTAINERS
---------------------------------------------------------*/

#wrapper {
	width: 750px;
	height: auto;
	overflow: hidden;
	background-color:#3F3A33;
	margin: 0 auto;
	}

#header {
	width: 750px;
	height: 356px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}

#content {
	width: 750px;
	height: auto;
	overflow: hidden;
	}

#content_main {
	width: 438px;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 94px;
	padding: 0 15px;
	float: left;
	background-color: #FEFFFF;
	}

#content_sidebar {
	width: 158px;
	height: auto;
	overflow: hidden;
	float: right;
	padding: 20px 15px 0 15px;
	color: #FEFFFF;
	}

#footer {
	width: 750px;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	}

#footer_wrapper {
	width: 468px;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 94px;
	color: #FEFFFF;
	}

/* SIDEBAR
---------------------------------------------------------*/

#content_sidebar a:link, #content_sidebar a:visited, #content_sidebar a:active {
	color: #FEFFFF;
	text-decoration: underline;
	}

#content_sidebar a:hover {
	color: #FEFFFF;
	text-decoration: none;
	}
	
#content_sidebar_navigation {
	margin: 0 0 20px 0;
	}
	
#content_sidebar_navigation td {
	padding: 0 10px 5px 0;
	}
	
#content_sidebar_navigation a:link, #content_sidebar_navigation a:visited, #content_sidebar_navigation a:active {
	color: #FEFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}

#content_sidebar_navigation a:hover {
	color: #978460;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#content_sidebar_button {
	margin: 0 0 20px 0;
	width: 158px;
	height: 43px;
	}
            
#content_sidebar_contact {
	margin: 0 0 20px 0;
	}

/* FORMS
---------------------------------------------------------*/

#content_form {
	padding: 0 0 10px 0;
	}

.content_form_label {
	margin: 0;
	}

#content_form input {
	width: 300px;
	padding: 5px;
	border: 1px solid #3F3A33;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #3F3A33;
	}

#content_form textarea {
	width: 300px;
	padding: 5px;
	border: 1px solid #3F3A33;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #3F3A33;
	}

#content_form_button {
	width: 150px!important;
	}

.reservation_step {
	margin: 0 0 20px 0;
	}

.reservation_step label {
	margin: 0 0 5px 0;
	}

.reservation_step input {
	width: 300px;
	padding: 5px;
	border: 1px solid #3F3A33;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #3F3A33;
	}

.reservation_step #radio {
	width: 30px;
	margin: 5px;
	}

#reservation_form_button {
	width: 150px!important;
	}


/* FOOTER
---------------------------------------------------------*/

#footer_wrapper ul {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 24px;
	}

#footer_wrapper li {
	float: left;
	}

#footer_wrapper a:link, #footer_wrapper a:visited, #footer_wrapper a:active {
	color: #FEFFFF;
	text-decoration: underline;
	}

#footer_wrapper a:hover {
	color: #FEFFFF;
	text-decoration: none;
	}
	
	/* FLEET
---------------------------------------------------------*/

#fleet {
	padding: 0 0 20px 0;
	text-align: center;
	}

.fleet_car {
	height: auto;
	overflow: hidden;
	border-bottom: 1px dotted #3F3A33;
	padding: 20px 0 0 0;
	}
	
.fleet_car_image {
	width: 436px;
	height: 100px;
	border: 1px solid #ECE9D8;
	margin: 0 0 20px 0;
	}
	
#fleet h3 {
	margin: 0 0 20px 0;
	font-size: 14px;
	}

	/* PACKAGES
---------------------------------------------------------*/

#packages {
	width: 438px;
	height: auto;
	overflow: hidden;
	}
	
#packages_left {
	width: 209px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-align: center;
	}
	
#packages_right {
	width: 209px;
	height: auto;
	overflow: hidden;
	float: right;
	font-weight: bold;
	text-align: center;
	}
	
.package_individual {
	width: 207px;
	height: 156px;
	border: 1px solid #ECE9D8;
	margin: 0 0 5px 0;
	} 
