/*--------------------------------------------------------------
Reset CSS
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
Page Setup 
--------------------------------------------------------------*/
body {
	background: #000 url(/img/bg.gif);
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { font-weight: bold; text-decoration: none; color: #fff; }
a:hover { text-decoration:underline; }
a img { border:0; }
/*--------------------------------------------------------------
 Text formatting styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; text-align:left; line-height: 1.75; }
.subby p		{ color: #fff; font-size: 90%; }
ul, ol      { margin: 0 0 1.5em 1.5em; line-height: 1.75; }
ol					{ color: #fff; font-size: 90%; list-style: decimal; margin-left: 2.5em; }
#content ol li	{ background: 0; padding: 0; }
#content li	{
	background: url(/img/bullet.gif) no-repeat 0 10px;
	padding-left: 14px;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1 { font-size: 4em; margin-bottom: 10px; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.2em; color: #fff; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#container {
	margin:0 auto;
	width:980px;
	text-align:left;
	}
#header {
	position: relative;
	height: 90px;
	margin-bottom: 20px;
	}
#content {
	background: #000;
	padding: 20px 20px 0;
	border: 1px solid #0b0b0b;
	}
#left {
	float:left;
	width:459px;
	margin-right: 20px
	}
#right {
	float:left;
	width:459px;
	}
.col {
	width: 219px;
	float: left;
	margin: 10px 20px 20px 0;
	color: #fff;
	background: #080808;
	}
.col.last {
	margin-right: 0;
	}
.col ul {
	margin: 5px 15px 10px;
	}
.col h3 {
	height: 40px;
	}
.col h3#weddings {
	background: url(/img/weddings-header.gif) no-repeat;
	}
.col h3#formals {
	background: url(/img/formals-header.gif) no-repeat;
	}
.col h3#parties {
	background: url(/img/parties-header.gif) no-repeat;
	}
.col h3 span {
	display: none;
	}
#book {
	display: block;
	height: 160px;
	background: url(/img/book-now.gif) no-repeat;
	}
#book:hover {
	background-position: 0 -160px;
	}
#book span {
	display: none;
	}
#footer {
	padding: 10px 20px 0;
	}
#numbers {
	float: right;
	}
#numbers p {
	text-align: right;
	}
/*--------------------------------------------------------------
 Header styles 
--------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 40px;
	left: 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 49px;
	left: 411px;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 33px;
	}
#top-nav li a span {
	display: none;
	}
#top-nav li a:hover {
	background-position: 0 -33px;
	}
#header #top-nav li a.current {
	background-position: 0 -66px;
	}
#index a {
	width: 71px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#limousine-limos-packages a {
	width: 99px;
	background: url(/img/nav/packages.gif) no-repeat;
	}
#our-limousines-and-vehicles-limos a {
	width: 127px;
	background: url(/img/nav/our-vehicles.gif) no-repeat;
	}
#gallery a {
	width: 88px;
	background: url(/img/nav/gallery.gif) no-repeat;
	}
#contact a {
	width: 113px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Sub Nav styles 
--------------------------------------------------------------*/
ul#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#subnav li {
	border-bottom: 1px dashed #ccc;
	}
#subnav li a {
	display: block;
	width: 220px;
	padding: 8px 10px;
	}
#subnav li a:hover {
	background-position: 0 -30px;
	}
#left #subnav li a.current {
	background-position: 0 -60px;
	}
/*--------------------------------------------------------------
 Packages styles 
--------------------------------------------------------------*/
.package {
	margin-bottom: 20px;
	}
.package .image img {
	border: 1px solid #404040;
	}
.package .image {
	margin-right: 18px;
	float: left;
	width: 220px;
	}
.package .text {
	float: left;
	width: 700px;
	}
.package .text h2 {
	float: left;
	width: 600px;
	background: #101010;
	padding: 8px 0 0 11px;
	}
.package .text a.book {
	float: left;
	width: 89px;
	height: 37px;
	line-height: 37px;
	background: url(/img/book.gif) no-repeat;
	text-align: center;
	color: #fff;
	font-weight: normal;
	}
.package .text .left {
	float: left;
	width: 330px;
	margin: 10px 29px 0 0;
	}
.package .text .right {
	float: left;
	width: 330px;
	margin-top: 10px;
	}
/*--------------------------------------------------------------
 Gallery styles 
--------------------------------------------------------------*/
#gall a {
	display: block;
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
	border: 1px solid #444;
	}
#gall a:hover {
	border: 1px solid #666;
	}
#gall a img {
	display: block;
	}
/*--------------------------------------------------------------
 Vehicle styles 
--------------------------------------------------------------*/
.vehicle {
	margin-bottom: 20px;
	}
.vehicle .image img {
	border: 1px solid #404040;
	}
.vehicle .image {
	margin-right: 18px;
	float: left;
	width: 578px;
	}
.vehicle .text {
	float: left;
	width: 342px;
	}
.vehicle .text h2 {
	background: #101010;
	padding: 8px 0 0 11px;
	margin-bottom: 10px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	float: left;
	color: #3c3c3c;
	font-size: 80%;
	}
#footer ul {
	float: right;
	}
#footer ul li {
	display: inline;
	padding: 0 10px 0 5px;
	background: url(/img/footer-div.gif) no-repeat 100% 100%;
	}
#footer ul li.last {
	padding-right: 0;
	background: 0;
	}
#footer ul li a {
	color: #444;
	font-size: 80%;
	font-weight: normal;
	}
#sitescene {
	margin:0;
	width: 35px;
	float: right;
	margin-bottom: 15px;
	}
#sitescene a {
	display: block;
	height: 33px;
	background: url(/img/sitescene.gif) no-repeat;
	}
#sitescene a:hover {
	background-position: 0 -33px;
	}
#sitescene a span {
	display: none;
	}
/*--------------------------------------------------------------
 Form styles 
-------------------------------------------------------------*/
.std-form {
	float: left;
	width: 450px;
	}
.std-form fieldset {
	padding-bottom: 20px;
	}
.std-form label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 0.5em;
	}
.std-form .inline label {
	display: inline;
	}
.input_text {
	padding: 3px;
	width: 180px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	}
select.input_text {
	width: 188px;
	}
.std-form textarea {
	width: 290px;
	}
.std-form .inline input {
	width: auto;
	}
.std-form .floater fieldset {
	padding: 0;
	float: left;
	padding-right: 15px;
	}
.std-form .floater {
	paddin-bottom: 20px;
	}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
.float-fix {overflow:hidden;clear:both;height:0;font-size:0;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1, .sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	}
.sIFR-active h1 {
	font-size: 48px;
	}
.sIFR-active .subby h1 {
	font-size: 34px;
	}
.sIFR-active h2 {
	font-size: 23px;
	}