@charset "utf-8";
/* CSS Document */



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:1000;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			225px; /* left offset of submenus need to match (see below) */
}
.facebook .sf-menu {
	position:		absolute;
	top:			-999em;
	width:			225px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			225px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	height:         30px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	0px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	/* background:		#BDD2FF; */
}
.sf-menu li li {
	padding-bottom: 0px;
	height:         30px;
	width: 50px;
	/*
	border-bottom:		1px ridge #ccc;
	*/
}
.sf-menu li li a {
	margin-top:5px;
}
.sf-menu li li:hover {
	background:		#323232;
	background: #323232 url(images1/menu_hover_on.jpg) repeat-x; 
}
.sf-menu li #models_menu  li:hover {
	background:		#323232;
	background: #ffd200 url(images1/menu_models_bg.jpg) repeat-x; 
}
.sf-menu li li li {
	width: 70px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#323232;
	outline:		0;
	background: #323232 url(images1/menu_hover_on.jpg) repeat-x;
	z-index: 1000;
}




/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu a.sf-with-ul.face {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	margin-top:     10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images1/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-sub-indicator .company_indicator  {
	position:		absolute;
	display:		block;
	right:			.10em;
	margin-top:     10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images1/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.facebook .sf-sub-indicator{
	margin-top:     -6px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('images1/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	/*
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	*/
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

html {height:100%}
body {
	margin: 0;
	padding: 0;
	background: #804040;
	background: url(images1/gradient.jpg) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
}


p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}
p {
   font-size:14px;
}
a {
	text-decoration: none;
	color: #ccc;
	
}
#left a {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	background: none;
}
/* Header */
#header {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
/* Logo */
#logo {
	width: 203px;
	height: 36px;
	padding: 2px 2px 2px 2px;
	color: #000000;
}


/* Menu */
#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(images1/menu_nav_bg.png) no-repeat left top;
		border: solid 2px #323232;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background: url(images1/menu_gradient.jpg) repeat-y left top;

}
#menu li {
	float: left;
	/*
	border-right: 2px;
	border-color:#100f0f;
	border-right-style: ridge;
	border-height:100%;   
	*/
	width:198px; 
}
#menu li li {
	float: left;   
	width:198px;  
}
#menu a {
	display: block;
	padding: 6px 15px 7px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	text-align:center;
}
#menu li li a {
	display: block;
	padding: 0px 0px 0px 0px;
}
#menu a:hover, #menu .current_page_item a {
}
#menu a:hover {
	background: url(images1/img03.jpg) no-repeat center top;
	text-decoration: none;
}
#menu .first {
	background: url(images1/img03.jpg) no-repeat center top;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
    height:685px;	
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Footer */
#footer {
	width: 1000px;
	height: 32px;
	margin: 0 auto;
	margin-top:20px;
	padding: 9px 4px 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(images1/footer.png) no-repeat left top;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
#footer a {
	color: #cccccc;
	border:0px;
}
.arrow {
	border:0px;
	padding-left: 4px;
}
.copyright {
	margin-top:-17px;
	float:right;
}
.flags {
	margin-left:5px;
	border:0px;
}
.footer-share {
	margin-left:50px;
	border:0px;
	float:left;
}
.home_bottom_row {

	width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: url(images1/Home_bottom_row.png) bottom;
}
/* CSS Document */
#leftcol_general { 
	float:left;
	width:230px; /* actual value */
	height: 250px;
	margin-top:-20px;
	margin-right:5px;
	margin-left:0px;
    background: url(images1/company_bg.png) repeat-x left top;
    padding:4px;
}
#leftcol { 
	float:left;
	width:235px; /* actual value */
	height: 250px;
	margin:5px;
}
#rightcol {
	float:right;
	width:235px; /* actual value */
	height: 250px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:-30px;
}
#rightcol_general {
	float:right;
	width:235px; /* actual value */
	height: 250px;
	margin-top:-15px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:-30px;
}
#centercol {
	width:235px; /* actual value */
	height: 250px;
	float:left;
	margin:5px;
}
.img {
	margin-top:2px;
	border:5px;
	border-color:#fff;
    border-style:solid;
}
.top_text {
	margin:2px;	
	text-align:left;
	font-weight:bold;
	font-family:helvetica,san-serif;
	font-size:16px;
	color:#96a7b1;
}
.models_top_text {
	margin:2px;	
	text-align:left;
	font-weight:bold;
	font-family:helvetica,san-serif;
	font-size:14px;
	color:#ffffff;
}
.main_area_header {
	margin:2px;	
	text-align:left;
	font-weight:bold;
	font-family:helvetica,san-serif;
	font-size:50px;
	color:#ffffff;
	margin-bottom:18px;
}
.bottom_text {
	margin:2px;	
	text-align:left;
	font-family:helvetica,san-serif;
	font-size:14px;
	color:#ffffff;
}
.bottom_text_small {
	margin:2px;	
	text-align:left;
	font-family:helvetica,san-serif;
	font-size:12px;
	color:#ffffff;
}
.circle {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  color: #ccc; 	
  border:0px;
  margin-right:14px;
  cursor:hand;
}
.video_wrapper {
	margin:10px;
}
.green_border {
	background:#194c00;
}
/*

contact
*/
.contact_info {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

.facebook {
	width: 50px;	
}
.facebook .sf-sub-indicator{
	margin-top:     -6px;
}
#left {
	float: left;
	width: 480px;height:300px;
	padding: 0px;
	color:#ccc;
}
#right {
	float: right;
	width: 500px;height:300px;
	padding: 0px 10px 0px 0;
	
}
#cu3er-container {width:1000px; outline:0; margin:0; height:350px;}
input#License, input#Biketime, input#Biketype, input#Hometown,input#Zip, input#Street, input#Gender, input#Birthdate, input#State, input#City, input#Street, input#Phone, input#Name, input#Email, input#Message, input#url {
	background:#404040;
	border:1px solid #808080;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
	color:#eaeaea;
}

input#Submit {
	background:#404040;
	border:1px solid #808080;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#fff;
}

input#submit:hover {
	background:#d97000;
	border:1px solid #454545;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#Message, textarea#Message {
	background:#404040;
	border:1px solid #808080;
	padding:4px;
	width:247px;
	height:175px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;	
}