@CHARSET "ISO-8859-1";

body
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:100%;
	position:absolute;
	background: #000000;
	margin-top:0;
}

#container 
{
	width:960px;
	margin: 5px auto 5px auto;
	background: #000000;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#masthead
{
	width:100%;
	position:relative;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	background: #000000;
	color:#ffffff;
}

#masthead-left
{
	float:left;
	width:70%;
	text-align:left;
}

#masthead-right
{
	float:right;
	width:20%;
	text-align:center;
}

#navigation
{
	float:left;
	font-size:1.0em;
    width:150px;
    background-color:#OOOOOO;
    color: #ffffff;
}

#navigation ul 
{
	margin:0px;
	padding:0px;
}

#navigation li {
	list-style: none;
} 

ul.top-level
{
	background:#666;
}

ul.top-level li {
 	border-bottom: #fff solid;
	border-top: #fff solid;
	border-width: 1px;
}

#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}

#navigation a:hover{
 text-decoration:underline;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}

#intro-top
{
	clear:both;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
}

#intro-top-left
{
	float:left;
	width:600px;
}

#intro-top-right
{
	float:right;
}

#services
{
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	overflow-hidden;
	color:#ffffff;
}

#cars
{
	float:left;
	width:27%;
	text-align:left;
	padding-right:20px;
}

#airport
{
	float:left;
	width:27%;
	text-align:left;
	padding-right:20px;
}

#weddings
{
	float:left;
	width:27%;
	text-align:left;
}

#bullets
{
	clear:both;
	float:left;
	padding-left:10px;
	padding-top:20px;
	color:#ffffff;
	width:50%;
	text-align:left;
}

#links
{
	float:left;
	padding-top:40px;
	text-align:center;
	width:30%;
}


#beanebytes
{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
}

p.beanebytes
{
	font-size:1.0em;
	color:#ffffff;
}

.gold-title
{
	color:#e9af31;
}

.gold-title-large
{
	color:#e9af31;
	font-size:1.5em;
}


.gold-sub
{
	color:#e9af31;
}

a.link-gold
{
	color:#e9af31;
}

p.telephone
{
	font-size:2.0em;
	color:#e9af31;
}

p.intro-bold
{
	text-align:left;
	font-size:1.2em;
}

p.intro-top
{
	text-align:left;
}

/********* chauffeur.html ********/ 

#driver-top
{
	clear:both;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	color:#ffffff;
}

#driver-top-left
{
	float:left;
	width:600px;
}

#driver-top-right
{
	padding-top:20px;
	float:right;
}

#chauffeur
{
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	overflow-hidden;
	color:#ffffff;
}

#bullets-left
{
	float:left;
	width:35%;
	text-align:left;
	padding-right:20px;
}

#bullets-right
{
	float:left;
	width:35%;
	text-align:left;
}


/********* executive.html ********/ 

#executive
{
	clear:both;
	width:100%;
	padding-left:5px;
	padding-right:5px;
	padding-top:20px;
	text-align:center;
	color:#ffffff;
}

#executive-top
{
	padding-top:20px;
	padding-bottom:10px;
}

#executive-bottom
{
}


/********* weddings.html ********/ 

#wedding-top
{
	clear:both;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	color:#ffffff;
}

#wedding-top-left
{
	float:left;
	width:600px;
}

#wedding-top-right
{
	padding-top:20px;
	float:right;
}

/****** contactUs.html ********/

#contact-top
{
	clear:both;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	color:#ffffff;
}

#contact-top-left
{
	float:left;
	width:500px;
	text-align:left;
}

#contact-top-right
{
	float:left;
	padding-top:20px;
	width:350px;
}

table.contacts
{
	text-align:left;
}

td.contacts-large
{
	font-size:1.2em;
}

/****** getQuote.html ********/

#quote
{
	float:right;
	width:800px;
	text-align:left;
	background-color:#000000;
}

table.quote-box
{
	color:#ffffff;
}

.orangeButton
{
	 background: #f90;
}