* 
{
	padding: 0;
	margin: 0;
	border: 0;
}

html
{
	font-family: 'Trebuchet MS','Lucida Grande';
	font-size: .9em;
	color: #232323;		
}

body 
{
	background: #252525;
	font-family: 'Trebuchet MS','Lucida Grande';
}

input
{
	font-family: 'Trebuchet MS','Lucida Grande';
}

/**
 * ========================================================================
 * Header
 * ========================================================================
 */

#header-text
{
	font-size: .75em;
	color: #B2AC9D;
}

#header-text a 
{
	color: #B2AC9D;
}

#header-text ul
{
	list-style: none;
}

#header-text li
{
	padding-left: 5px;
	display: inline;
}

#header-text li.driving-directions
{
	color: #8B867A;
}

#header-text li.location
{
	font-weight: bold;
}

#header-text div.inner
{
	padding: 10px 20px 0 0;
	text-align: right;
}

#header
{
	background: #5F8197 url('/public/images/background-header.jpg') no-repeat;
}

/**
 * Logo
 */

#logo-show 
{
	top: 7px;
}

#logo-show 
{
	left: 20px;
	width: 411px;
	height: 131px;
	position: relative;
	font-size: .5em;
}

#logo-show span 
{
	background: url('/public/images/logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/**
 * Phone number
 */

#phone-number
{
	text-align: right;
}

#phone-number h2
{
	padding: 30px 10px 0 0;
	line-height: 1.75em;
	font-size: 1.35em;
	color: #fefefe;
}

/**
 * ========================================================================
 * Navigation
 * ========================================================================
 */

#navigation
{
	border-right: 2px solid #7B9EB5;
	border-left: 2px solid #7B9EB5;
	background: #000;	
}

#navigation a
{
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	color: #fff;
}

#navigation a:hover
{
	border-bottom: 1px solid #00A651;
}

#navigation ul
{
	padding-top: 6px;
	list-style: none;
	border-bottom: 1px solid #000;
}

#navigation li
{
	display: inline;
	padding-left: 35px;
}


/**
 * ========================================================================
 * Content
 * ========================================================================
 */

/**
 * Main content
 */

#main
{
	background: #fff;
}

#splash-image
{
	/*background: url('/public/images/splash/las-vegas-buses-limousines-1.jpg') no-repeat;*/
}

#main div.inner
{
	padding: 15px;
	line-height: 1.5em;
}

#main div.inner ul
{
	padding: 0 0 1em 2.5em;
}

#main div.inner a
{
	color: #00A651;
}

#main div.inner p
{
	padding-bottom: 1em;
}

#main div.inner p.center
{
	text-align: center;
}

#main div.inner h2
{
	font-size: 1.5em;
	color: #847F73;
}

#main div.inner h3
{
	padding-bottom: 15px;
	font-size: 1.5em;
}

#main div.inner h4
{
	padding-bottom: 15px;
	font-size: 1.25em;
}

#main div.inner div.dots
{
	margin: 5px 0 5px 0;
	background: url('/public/images/background-dot.gif') repeat-x;
}

/**
 * Buses page
 */

#main div.inner td.models
{
	padding-bottom: 1em;
	text-align: center;
}

#main div.inner td.models img.border
{
	border: 1px solid #aaa;
}

/**
 * Limousines
 */

#main div.inner td.limousine
{
	padding-bottom: 35px;
	text-align: center;
	color: #00A651;
}

#main div.inner td.models img.border
{
	border: 1px solid #aaa;
}

#main div.inner img.limo-listing
{
	padding: 1em 0 1em 0;
}

#main div.inner ul.limo-listing
{
	padding: 0 0 1em 2.5em;
}

/**
 * Breadcrumb
 */

#breadcrumb
{
}

#breadcrumb ul
{
	padding: 0 !important;
	margin-bottom: 15px;
	list-style: none;
}

#breadcrumb li
{
	display: inline;
	font-size: .85em;
	color: #aaa;
}

#breadcrumb li a
{
	color: #aaa !important;
}

/**
 * Vehicle featured
 */

#main #vehicle-featured
{
	margin-top: 10px;
}

/**
 * Vehicle listings
 */

#main div.vehicle-listings div.image img
{
	margin-bottom: 15px;
	border: 1px solid #aaa;
}

#main div.vehicle-listings div.text
{
	margin-bottom: 15px;
}

#main div.vehicle-listings div.text div.title
{
	font-weight: bold;
}

#main div.vehicle-listings div.text div.price
{
	text-align: right;
	font-weight: bold;
}

#main div.vehicle-listings-separator
{
	margin-bottom: 15px;
	background: url('/public/images/background-dot.gif') repeat-x;
}

/**
 * Vehicles list view
 */

#main div.vehicle-listing div.text div.title
{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.25em;
}

#main div.vehicle-listing div.text div.price
{
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
}

#main div.vehicle-listing div.content div.caption
{
	font-size: .85em;
	color: #aaa;
}

#main div.vehicle-listing div.content div.caption-right
{
	text-align: right;
	font-size: .85em;
	color: #aaa;
}

#main div.vehicle-listing div.content div.image
{
	margin-bottom: 15px;
}

#main div.vehicle-listing div.content div.image img
{
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
}

#main div.vehicle-listing div.content div.information
{
	margin-bottom: 15px;
}

#main div.vehicle-listing div.content div.information ul
{
	list-style: none;
	font-size: .85em;
}


#main div.vehicle-listing div.description div.title
{
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#main div.vehicle-listing-separator
{
	margin-bottom: 10px;
	background: url('/public/images/background-dot.gif') repeat-x;
}

/**
 * I'm interested
 */

#im-interested ol
{
	list-style: none;
}

#im-interested li
{
	margin-top: 10px;
}

#im-interested label
{
	display: block;
	font-weight: bold;
}

#im-interested input.textbox-focus
{
	border: 1px solid #939393 !important;
	background: #FCFFBA !important;
}

#im-interested input.error 
{ 
	border: 1px solid #F94343 !important;
	background: #FFCDCD !important;
}

#im-interested input.textbox
{
	padding: 3px;
    width: 200px;
    border: 1px solid #939393;
}

#im-interested input.submit
{
	padding: 3px;
	margin: 10px 0 0 0;
    border: 1px solid #fff;
	background: #00A651;
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
}

#im-interested label.error
{
	display: block;
	color: red;
}

#im-interested div.error-message
{
	font-weight: bold;
	color: red;
}

#im-interested #error-notice
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#im-interested #error-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#im-interested #error-notice #errors
{
	margin: 1em 0 0 0;
}

/**
 * AJAX error notice
 */

#im-interested #error-notice-ajax
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#im-interested #error-notice-ajax h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#im-interested #error-notice-ajax #errors
{
	margin: 1em 0 0 0;
}

#im-interested #completion-notice
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#im-interested #completion-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

/**
 * AJAX success notice
 */

#im-interested #success-notice-ajax
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#im-interested #success-notice-ajax h4
{
	font-size: 1.1em;
	font-weight: bold;
}

/**
 * Side content
 */

#side
{
	background: #E3E0CD;
}

#side div.box
{
	margin: 10px 9px 0 8px;
	background: #E9E6D3;
}

#side div.box a
{
	color: #232323;
}

#side div.box div.top
{
	background: url('/public/images/background-box-top.gif') top no-repeat;
}

#side div.box div.top h3
{
	padding: 8px 0 0 13px;
	text-transform: uppercase;
	font-size: 1.25em;
	color: #625E55;
}

#side div.box div.top h3 a
{
	color: #625E55;
	text-decoration: none;
}

#side div.box div.text
{
	padding: 5px 10px 0 11px;
	border-right: 2px solid #F0F0E8;
	border-left: 2px solid #F0F0E8;
	line-height: 1.5em;
	font-size: .85em;
}

#side div.box div.text ul
{
	list-style: none;
}

#side div.box div.text div.dots
{
	margin-bottom: 5px;
	background: url('/public/images/background-dot.gif') repeat-x;
}

#side div.box div.text div.read-more
{
	margin-top: 2px;
	text-align: right;
	font-weight: bold;
	color: #00A651;
}

#side div.box div.text div.read-more a
{
	color: #000;
}

#portfolio-button
{
	padding: 10px 0 10px 8px;
}

#side div.box div.bottom
{
	background: url('/public/images/background-box-bottom.gif') no-repeat;
}

/**
 * Map
 */

#map
{
	border: 1px solid #E3E0CD;
}

#directions
{
	border: 1px solid #E3E0CD;
}

/**
 * ========================================================================
 * Footer
 * ========================================================================
 */

#footer-motto
{
	background: #7B9EB5 !important;
}

#footer-motto div.left
{
	background: #7B9EB5 url('/public/images/corner-bottom-left.gif') no-repeat;
}

#footer-motto div.middle
{
	background: #7B9EB5;
	text-align: center;
	color: #E3E0CD;
}

#footer-motto div.middle h4
{
	padding-top: 6px;
	font-size: 1.25em;
}

#footer-motto div.right
{
	background: #7B9EB5 url('/public/images/corner-bottom-right.gif') no-repeat;
}

#footer-text
{
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: .75em;
	color: #AAA495;
}

#footer-text a
{
	color: #AAA495;
}

#footer-text-info
{
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: .85em;
	color: #AAA495;
}
