* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
	
img, a img {
	border: 0;
}

li {
	list-style-type: none;
}

html {
	height:100%;
}

body {
	background-color: #000000;
	font-family: trebuchet, tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	height: 100%;
}


p {
	margin: 0 0 15px 0;
}

a {
	color: #b29b67;
}

a:visited {
	color: #ccc;
}

a:hover {
	color: #b29b67;
}

h1 {
	position: absolute;
	background: url('/images/logo.gif') no-repeat top left;
	text-indent: -2000px;
	font-size: 1px;
	height: 141px;
	width: 543px;
}

h2.home {
	background: url('/images/title_moment.gif') no-repeat top left;
	text-indent: -2000px;
	font-size: 1px;
	height: 73px;
	width: 362px;
}

h2.fleet{
	background: url('/images/title_fleet.gif') no-repeat top left;
	text-indent: -2000px;
	font-size: 1px;
	height: 73px;
	width: 362px;
}

div#container {
	position: relative;
	width: 950px;
	margin: 0px auto;	
	height: 100%;
}

div#header {
	top: 0px;
	height: 148px ;
	width: 950px ;
	background: #000 url('/images/header.jpg') no-repeat top center;
	margin: 0 auto;
}

div#leftContent {
  float: left;
  width: 437px;
  margin: 10px 25px 0px 25px;
  padding: 3px 0px;
}

div#rightContent {
  float: right;
  width: 437px;
  margin: 10px 25px 0px 0px;
  padding: 3px 0px;
  display: inline;
}

div#content strong {
	font-weight: bold;
}

div#content {
	margin: 0 auto;
	padding-bottom: 10px;
	width:950px;
	text-align: justify;
	line-height: 18px;
}

div#content h3 {
	color: #b29b67;
	font-weight: bold;
	margin-bottom: 1.0em;
}

div#content em {
	font-style: italic;
}

div#footer {
	clear: both;
	height: 130px;
	padding-top: 15px;
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	width: 950px;
	margin: 20px auto;
	background: #000000 url('/images/footer_bg.jpg') no-repeat center top;
}


/* ----- rotating banner images ----- */
ul#banner {
	width: 950px;
}

ul#banner li {
	list-style: none;
	display: inline;
	padding: 0 11px;
}


/* ----- vcard  styles ----- */
ul#hcard-Wild-Horse-Limousine {
	position: absolute;
	top: 15px; 
	right: 0px;
	z-index: 200;
	width: 200px;
	height: 100px;
	text-align: right;
	color: #b29b67;
	font-weight: bold;
}

ul#hcard-Wild-Horse-Limousine-footer {
	display: inline;
}

ul#hcard-Wild-Horse-Limousine-footer li{
	list-style: none;
	display: inline;
}

.vcard { }
.fn { display: none; }
.adr { }
.street-address  { }
.locality  { }
.region  { }
.postal-code  { }
.tel  { }


/* ----- top navigation ----- */
ul#navigation {
	position: absolute;
	margin-top: 115px; 
	margin-left: 85px;
	height: 18px;
	z-index: 200;
	list-style: none;
	display: inline;
	width: 847px;
}

ul#navigation li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#home a{
	width: 85px;
	background: url('/images/nav_home.gif') 0 0 no-repeat;
}

#weddings a{
	width: 130px;
	background: url('/images/nav_weddings.gif') 0 0 no-repeat;
}

#airport a{
	width: 175px;
	background: url('/images/nav_airport.gif') 0 0 no-repeat;
}

#fleet a{
	width: 95px;
	background: url('/images/nav_fleet.gif') 0 0 no-repeat;
}

#rates a{
	width: 180px;
	background: url('/images/nav_rates.gif') 0 0 no-repeat;
}

#reservations a{
	width: 157px;
	background: url('/images/nav_reservations.gif') 0 0 no-repeat;
}

ul#navigation a {
   float: left;
   height: 18px;
}
   
ul#navigation a:hover {
   background-position: 0 -18px;
}

ul#navigation a:active {
   background-position: 0 -36px;
}


/* ----- fleet page thumbnails ----- */
#imgLeft {
	float: left;
}

#imgRight {
	float: right;
}


/* ----- sidebar ----- */
ul#sidebar {
	float:left;
	width: 200px;
	height: 400px;
	margin-right: 20px;
}

ul#sidebar li {
	margin: 4px 1px;
}

ul#sidebar a {
	display: block;
	width: 209px;
	height: 26px;
}
   
ul#sidebar li a:hover {
   background-position: 0 -26px !important;
}
   
ul#sidebar li a:active {
   background-position: 0 -52px !important;
}

form#new_reservation input,
form#new_reservation select {
	display: block;
}