@charset "UTF-8";
/* Main CSS Document */
/* 1. COMMON
/* 2. TOP
/* 3. WRAPPER
/* 4. MENU
/* 5. MAIN
/* 6. HOME
/* 7. ABOUT
/* 8. GENTLEMEN
/* 9. DETAILS
/* 10. FAQS
/* 11. JOIN
/* 12. CONTACT
/* 13. TERMS
/* 14. BOTTOM
/* 15. FOOTER

/* ----------------------------------- */
/* 1. COMMON
/* ----------------------------------- */
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
	}

body {
    background: #262626 url(../images/bg_top.jpg) 0 0 repeat-x;
    text-align: center;
	}
	
p, div, li, td, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	}
	
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 0;
	font-weight: normal;
	}

a img, a:link img, a:visited img, a:hover img, a:active img {
    border: none;
	}

a:link, a:visited {
    color: #FFF;
    text-decoration: none;
	}
	
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
	}
	
.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
	}

.warning {
	color: #df3673;
	}

.title img {
	padding-left: 0;
	}

/* ----------------------------------- */
/* 2. TOP
/* ----------------------------------- */
#top {
	position: absolute;
	height: 147px;
	z-index: 1;
	}

#top img {
	position: absolute;
	float: left;
	margin: 0 0 0 0;
	display: inline;
	}

/* ----------------------------------- */
/* 3. WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 939px;
	margin: 0 auto;
	text-align: left;
	}

/* ----------------------------------- */
/* 4. MENU
/* ----------------------------------- */
#menu {
	position: absolute;
	top: -2px;
	margin-left: 347px;
	background: transparent;
	padding-left: 12px;
	z-index: 100;
	width: 555px;
	}	
	
.menu { 
	position: relative;
	text-align: center;
	font-weight: normal;
	}	
	
#home #pmenu .home a, #browse #pmenu .browse a, #aboutus #pmenu .aboutus a, #faqs #pmenu .faqs a, #joinus #pmenu .joinus a, #drivers #pmenu .drivers a, #contact #pmenu .contact a {
 	color: #ebd14d;
	color: #333;
	background: url(../images/nav_over.jpg) no-repeat;
	}	

.menu a:link span, .menu a:visited span {
	display: none;
	}

.menu a:hover span {
	color: #df3673;
	color: #262626;
	display: block;
	position: absolute;
	top: 55px;
	left: -130%;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	font-style: oblique;
	text-align: center;
	}

/* ----------------------------------- */
/* 5. MAIN
/* ----------------------------------- */
#main {
	background: #181818 url(../images/bg_main.jpg) 0 0 repeat-y;
	}

#container {
	margin: 0;
	}
	
/* ----------------------------------- */
/* 6. HOME
/* ----------------------------------- */
.intro h1 {
	font-size: 20px;
	margin: 20px 5px;
	color: #df3673;
	}
	
.intro h2, .intro a, .intro a:visited {
	font-size: 14px;
	color: #df3673;
	}

#photos {
	text-align:center;
	padding-top: 220px;
	}
	
#welcome {
	float: left;
	width: 800px;
	padding: 15px 0 0 70px;
	}
	
#video {
	float: left;
	width: 370px;
	text-align: center;
	}

#text {
	float: left;
	width: 370px;
	padding: 0 20px 0 0;
	text-align: left;
	}
		
/* ----------------------------------- */
/* 7. ABOUT
/* ----------------------------------- */	
#about {
	float: left;
	width: 380px;
	padding: 220px 20px 0 70px;
	}	

#about_wide {
	padding: 0px 50px 0 70px;
	}

#about_photos {
	float: left;
	width: 354px;
	padding: 200px 50px 0 0;
	text-align: center;
	}	

#about_wide a:link, #about_wide a:visited {
    color: #df3673;
    text-decoration: none;
	}

#about_wide a:hover, #about_wide a:active {
    text-decoration: underline;
	}
	
/* ----------------------------------- */
/* 8. GENTLEMEN
/* ----------------------------------- */
#thumbs {
	padding-top: 210px;
	}

#profile_left, #profile_right {
	float: left;
	width: 420px;
	}
	
#profile_left img, #profile_right img {
	float: left;
	margin-right: 15px;
	}
	
#profile_left {
	padding: 0 10px 10px 40px;
	}
	
#profile_right {
	padding: 0 30px 10px 10px;
	}		

.point_left {
	float: left;
	margin-left: 100px;
	clear:left;
	}

.point_right {
	float: right;
	margin-right: 100px;
	}
	
/* ----------------------------------- */
/* 9. DETAILS
/* ----------------------------------- */
#main_photos {
	float: left;
	width: 390px;
	margin: 220px 0 0 0;
	padding-left: 40px;
	}

#main_photos h1 {
	font-size: 24px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
	}

#detail {
	float: left;
	width: 470px;
	margin-top: 225px;
	}

.label {
	font-size: 14px;
	color: #df3673;
	}
	
#quote {
	padding-right: 35px;
	}	
	
.quote {
	font-size: 18px;
	color: #ccc;
	line-height: 22px;
	margin: 50px 0 0 0;
	}	

.profile {
	float: left;
	margin-right: 30px;
	}

.phone, .emphasis {
	color: #df3673;
	}

.summary {
	font-style: italic;
	color: #ebd14d;
	}

/* ----------------------------------- */
/* 10. FAQS + DRIVERS
/* ----------------------------------- */
#faq, #driver {
	margin: 0 100px 0 100px;
	padding-top: 220px;
	}

#faq a:link, #faq a:visited, #driver a:link, #driver a:visited {
    color: #df3673;
    text-decoration: none;
	}

#faq a:hover, #faq a:active, #driver a:hover, #driver a:active {
    text-decoration: underline;
	}

.question {
	font-size: 14px;
	color: #df3673;
	}

/* ----------------------------------- */
/* 11. JOIN
/* ----------------------------------- */
#join {
	float: left;
	width: 370px;
	padding: 220px 40px 0 50px;
	}	

#join_wide {
	padding: 0px 50px 0 70px;
	}

#join a:link, #join a:visited, #join_wide a:link, #join_wide a:visited {
    color: #df3673;
    text-decoration: none;
	}

#join a:hover, #join a:active, #join_wide a:hover, #join_wide a:active {
    text-decoration: underline;
	}
	
#join_photos {
	float: left;
	width: 400px;
	padding: 260px 0 0 50px;
	text-align: center;
	}

/* ----------------------------------- */
/* 12. CONTACT
/* ----------------------------------- */
#contact_title {
	padding-top: 220px;
	}

#address {
	float: left;
	width: 350px;
	padding: 0 50px 0 70px;
	}	

#links {
	padding: 20px 100px 0 70px;
	}

#address a:link, #address a:visited, #links a:link, #links a:visited {
    color: #df3673;
    text-decoration: none;
	}

#address a:hover, #address a:active, #links a:hover, #links a:active {
    text-decoration: underline;
	}

#message {
	float: left;
	width: 400px;
	padding: 0 50px 0 0;
	text-align: center;
	}

#message h1, #address h1, #links h1 {
	font-size: 20px;
	margin: 5px 0 20px 0;
	color: #df3673;
	}

form label{
 	line-height:16px;
 	display:inline;
	}

.form_left {
	position:relative;
	float:left;
	width:42%;
	overflow:hidden;
	padding-right:1%;
	}

.form_right {
	position:relative;
	float:right;
	width:55%;
	overflow:hidden;											
	}

.text_box{
	display:block;	
	position:relative;
	overflow:hidden;
 	height:24px;
	background:#fff;
	border:solid 1px #ccc;
}

.text_area{
	display:block;	
	position:relative;
	overflow:hidden;
 	height:100px;
	background:#fff;
	border:solid 1px #ccc;
}

.text_inner {
	line-height: 24px;
	}

.text_box input, .text_area textarea{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	border:none;
	background:transparent;
	top:0px;
	left:0px;
	color:#000;
}

.form_bottom {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	}
	
.message {
	color: #df3673;
	text-align: center;
	}	

#send {
	color: #000;
	}	
	
/* ----------------------------------- */
/* 13. TERMS
/* ----------------------------------- */
#terms {
	margin: 0 100px 0 100px;
	padding-top: 220px;
	}

#terms h1 {
	font-size: 17px;
	margin: 0;
	color: #df3673;
	}
	
#terms ul {
	padding-left: 20px;
	}
	
#continue {
	color: #000;
	}
	
/* ----------------------------------- */
/* 14. BOTTOM
/* ----------------------------------- */
#page-bottom {
	height: 82px;
	background: #262626 url(../images/bg_footer.jpg) left bottom no-repeat;
	}
	
/* ----------------------------------- */
/* 15. FOOTER
/* ----------------------------------- */	
#footerHolder {
	margin: 0 auto;
 	width: 900px;
 	text-align: left;
 	clear: both;
 	}

.footer {
	font-size: 10px;
	color: #333;
	}
	
.footer a, .footer a:visited {
	color: #333;
	}
	
.footer a:hover, .footer a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

.footerLink, .footerLink a, .footerLink a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	}
	
.footerLink a:hover {
	text-decoration: underline;
	}

#footerLeft {
	margin-top: 17px;
 	float: left;
	}

#footerRight {
	margin-top: 17px;
 	float: right;
 	}		