/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
  text-decoration: none;
  color: #9d9fa2;
}

html {overflow-y: scroll;}

body {
  line-height: 1;
  background: #050A10 url(/images/bg.jpg) repeat fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #9D9FA2;
  text-align: center;
}

table {
  border-collapse: collapse;
	border-spacing: 0;
  width: 880px;
  margin: auto;
}

#header {
  padding: 30px 25px 0 33px;
  position: relative;
  overflow: hidden;
}

h1 {
  text-indent: -9999px;
  background: url(/images/logo.png) no-repeat scroll 0 0 transparent;
  width: 203px;
  height: 69px;
  float: left;
  margin-bottom: 6px;
}

#header > a {
  position: absolute;
  bottom: 8px;
  left: 37px;
  color: #636364;
}

ul.tabs {
  float: right;
  padding: 0;
  font-size: 12px;
}

#header ul.tabs {
  margin: 39px 0 0;
}

ul.tabs > li {
  margin-left: 0;
  padding: 0 0 0 1px;
  list-style: none;
  float: left;
  background: transparent url(/images/tabs/separator.jpg) no-repeat 0 16px;
}
#header ul.tabs > li {
  position: relative;
  z-index: 1;
}
#header ul.tabs > li:hover {z-index: 2;}
#header ul.tabs > li.current {z-index: 3;}

ul.tabs li.first {background: none;}

ul.tabs a {
  display: block;
  overflow: hidden;
  color: #9d9fa2;
  padding: 0 6px;
  height: 15px;
}

#header ul.tabs a {
  height: 20px;
  padding: 16px 10px 0;
}
#header ul.tabs a:hover, ul.tabs li.current a {color: #030a0f;}

#home-tab {
  width: 54px;
  left: 5px;
}
#header #home-tab:hover, #home-tab.current {background: url(/images/tabs/home.png) no-repeat;}
#about-tab {
  width: 77px;
  left: 4px;
}
#about-tab:hover, #about-tab.current {background: url(/images/tabs/about-us.png) no-repeat;}
#cars-tab {
  width: 76px;
  left: 3px;
}
#cars-tab:hover, #cars-tab.current {background: url(/images/tabs/cars.png) no-repeat;}
#limos-tab {
  width: 84px;
  left: 2px;
}
#limos-tab:hover, #limos-tab.current {background: url(/images/tabs/limos.png) no-repeat;}
#testimonials-tab {
  width: 98px;
  left: 1px;
}
#testimonials-tab:hover, #testimonials-tab.current {background: url(/images/tabs/testimonials.png) no-repeat;}
#contact-tab {width: 68px;}
#contact-tab:hover, #contact-tab.current {background: url(/images/tabs/contact.png) no-repeat;}

#content {
  border: 26px solid white;
  background-color: white;
  overflow: hidden;
  text-align: left;
  line-height: 1.5em;
  color: #636364;
}

#footer {
  padding: 7px 27px 50px 24px
}

#footer p {
  float: left;
  padding-top: 2px;
}

#footer ul {
  float: right;
  font-size: 11px;
}

#footer ul li {background-position: 0 2px;}

#footer ul.tabs a {padding-top: 2px;}

#facebook-link {
  padding-right: 20px;
  background: transparent url(/images/facebook.png) no-repeat right 0;
}

#details {padding-top: 250px;}

#details, #sitemap {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  color: white;
  font-size: 10px;
}

#details a, #sitemap a {color: white;}
#details a:hover, #sitemap a:hover {text-decoration: underline;}

#details p, #sitemap p {
  margin-bottom: 10px;
  line-height: 12px;
}
