body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #000 url('../images/bg-main.gif') repeat-x fixed bottom;
	font-family: Arial, Helvetica, sans-serif;
}

html, * {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	cursor: default;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#top {
	width: 100%;
	height: 110px;
	background: transparent url('../images/bg-bar.png') repeat-x scroll 0 0;
}
#top-alum {
	width: 100%;
	height: 110px;
	background: transparent url('../images/bg-bar-al.png') repeat-x scroll 0 0;
}
#top-menu {
	width: 950px;
	text-align: right;
	margin: 5px auto;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
}
#top-menu a {
	text-decoration: none;
	color: #ffffff;
}
#top-menu .space {
	color: #DD9258;
}
#menu {
	width: 950px;
	height: 110px;
	position: relative;
	margin: 0 auto;
	background: transparent url('../images/bg-withlogo.png') no-repeat scroll 0 0;
}
.alum {
	background: transparent url('../images/bg-withlogo-al.png') no-repeat scroll 0 0!important;
}
#menu #flashlogo {
	position: absolute;
	top: 24px;
	left: 30px;
}

#menu .inner {
	position: absolute;
	top: 67px;
	right: 0;
	z-index: 999;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	width: auto;
	float: left;
	display: block;
	font-size: 12px;
}
#menu ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #DD9258;
	display: block;
	width: auto;
	white-space: nowrap;
}
#menu ul li a:hover {
	color: #DD9258;
}
#menu ul li.last a {
	border-right: 0;
}
#menu ul li ul {	
	margin: 10px 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	
}
#menu .end {
	display: block;
	height: 20px;
	background: transparent url('../images/bottom-submenu.png') no-repeat scroll 0 100%;
}
		
#menu ul li ul li {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	width: 120px;
	background: transparent url('../images/bg-submenu.png') repeat scroll 0 0;
}
		
#menu ul li ul li a {	
	padding: 2px 0 2px 10px;
	width: 110px;
	margin: 0;
	border: none;
	position: relative;
	text-align: left;
	display: block;
}
		
#menu ul li li a:hover {	
	
}
#home {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
#home #flash {
	text-align: center;
	margin: 0 15px;
	padding: 0 0 10px 0;
	background: transparent url('../images/bg-shadow.png') repeat-x scroll 0 100%;
}
#flash img {
	display: block;
}
#flash {
	text-align: center;
	width: 920px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: transparent url('../images/bg-shadow.png') repeat-x scroll 0 100%;
}
#flash img {
	width: 920px;
	height: 226px;
	margin: 0 auto;
}

#content {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 0 15px;
}

#content a {
	color: #fff;
}
#content ul {
	margin: 0 0 15px 60px;
}

#content .left {
	width: 460px;
	float: left;
	margin: 15px 0 0 0;
}

#content .left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 10px 30px;
}

#content .right {
	float: right;
	width: 440px;
	margin: 25px 0 0 0;
}

#content .right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
#content .right h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD9258;
	font-weight: normal;
	
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 0 50px;
}

#home #content .right div.feature_panel {
	float: left;
	margin: 0 0 0 10px;
}

#content .left table {
	margin: 0 0 0 30px;
}

/* feature panels */

div.feature_panel {
	width: 200px;
	height: 158px;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 10px!important;
	line-height: 10.5px!important;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	background: transparent url('../images/bg-fpanel.png') no-repeat scroll 0 0;
}
div.feature_panel img {
	width: 190px!important;
}
div.feature_panel p {
	font-size: 10px!important;
}
div.wide {
	width: 410px;
	height: 138px;
	background: transparent url('../images/bg-fpanel-wide.png') no-repeat scroll 0 0;
}

div.orange {
	background: transparent url('../images/bg-fpanel-orange.png') no-repeat scroll 0 0;;
}

div.feature_panel .inner {
	padding: 5px 10px;
	position: relative;
}
div.feature_panel a.more {
	position: absolute;
	top: 72px;
	color: #DD9258;
}
div.feature_panel a {
	color: #DD9258;
}

div.wide table {
	
}

div.wide table th {
	border-bottom:1px solid #000000;
	color:#DD9258;
	padding: 2px 4px;
}
div.wide table td {
	border-bottom:1px solid #FFFFFF;
	padding: 2px 4px;	
}

/* login panel */

#login-panel {
	
}

div.login_left {
	float:left;
	width:60px;
	clear: both;
	padding: 3px 0 0 0;
}
div.login_right {
	float:right;
	width: 110px;
	margin: 0 5px 0 0;
}
#login-panel .orange {
	color: #DD9258;
	margin: 0 0 5px 0;
}
#login-panel input {
	width: 110px;
	background-color:transparent;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;
	margin:2px 0;
}
#login-panel label {
	font-size:10px;
	margin:0 3px 0 0;
	line-height: 14px;
}
#login-panel input.submit {
	width: 60px;
	background-color:transparent;
	border:1px solid #DD9258;
	color:#DD9258;
	font-family:Tahoma;
	font-size:10px;
	margin:5px 0 0 0;
}

#news {
	
}

#news img {
	float: right;
	margin: 10px 0 20px 20px;
	border: 3px solid #fff;
}

#footer {
	width: 100%;
	height: 21px;
	padding: 9px 0 9px 0;
	background: transparent url('../images/bg-footer.png') repeat-x scroll 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer .inner {
	width: 890px;
	padding: 3px 30px 0;
	overflow: hidden;
	margin: 0 auto;
}
#footer .inner .space {
	color: #ffffff;
	padding: 0 2px;
}

#footer .left {
	width: 550px;
	float: left;	
}

#footer .right {
	width: 300px;
	float: right;	
}
#footer a {
	color: #000000;
	text-decoration: none;
}

/* our cars */

#ourcars {
	width: 824px;
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#ourcars a {
	color:#DD9258;
}

#ourcars h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#DD9258;
}

#ourcars div.left {
	width: 205px;
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#ourcars div.center {
	width: 379px;
	float: left;
	margin: 10px 0 0 0;
}
#ourcars div.right {
	width: 240px;
	float: left;
	font-size: 10px;
	margin: 10px 0 0 0;
}

#ourcars div.left div.feature_panel {
	margin: 0;
}

#ourcars div.left div.feature_panel select {
	width: 160px;
	margin: 5px 0;
}

#ourcars div.center .inner {
	padding: 0 10px 0 0;
}

#ourcars table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 10px 0 0 0;
	width:100%;
}
#ourcars table th {
	border-bottom:1px solid #DD9258;
	color:#DD9258;
	padding:0 0 5px;
}

#ourcars table td {
	border-bottom:1px solid #FFFFFF;
	padding:5px 0;
}
#ourcars table a {
	color:#FFFFFF;
	text-decoration:underline;
}

#ourcars div.right table td {
	border: 0;
	padding: 0 5px;
}

#ourcars div.right p {
	font-size: 10px;
}

#ourcars input.submit {
	background-color:transparent;
	border:1px solid #DD9258;
	color:#DD9258;
	display:block;
	float:right;
	font-family:Tahoma;
	font-size:10px;
	margin:20px 0 0;
	width:100px;
}
#ourcars div.wire {
	border: 1px solid #DD9258;
	margin: 0 0 5px 0;
}


#downloads {
	text-align: left;
	margin: 15px 0 0 60px;
	width: 840px;
}

#downloads p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 10px -20px;
}
#downloads div.wall {
	width: 200px;
	height: 200px;
	margin: 0 5px;
	float: left;
}
#downloads div.wall ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#downloads div.wall ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: auto;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

div.contact_form {
	padding: 0 30px 10px 30px;
	font-size: 11px;
}
div.contact_form span {
	padding: 2px;
}
div.contact_form div.fleft {
	width: 185px;
	float: left;
	overflow: hidden;
}
div.contact_form div.fright {
	width: 150px;
	float: right;
	overflow: hidden;
}
div.contact_form label {
	font-size: 11px;
	color: #fff;
	margin: 0 0 5px 0;
}
div.contact_form input {
	margin: 0 0 5px 0;
	background: transparent;
	border: 1px solid #fff;
	width: 140px!important;
}
div.contact_form input.submit {
	border: 1px solid #DD9258;
	color: #DD9258;
}
.checkbox input {
	border: 0!important;
}
div.contact_form textarea {
	margin: 0 0 5px 0;
	background: transparent;
	border: 1px solid #fff;
	width: 140px;
}

/* p1 page */

#content div.pone p {
	margin: 0 0 10px 30px;
}

#content div.pone h1 {
	margin: 20px 0 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dd9258;
	font-weight: normal;
}

#content div.pone a {
	margin: 0;
}

#content div.pone .quote {
	margin: 20px 0;
}
#content div.pone .quote  p {
	font-style: italic;
	color: #ccc;
}
#content div.pone .quote p.signed {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 14px;
}


/* configurator page */

#carDetails {
	width: 420px;
	position: absolute;
	left: 310px;
	height: auto;
	background-color: #000;
	border: 1px solid #fff;
	display: none;
	text-align: center;
}
#detContent {
	width: 300px;
	margin: 20px auto;
	text-align: left;
}
#carDetails #mainImage {
	width: 300px;
	height: 90px;
	clear: left;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#carDetails #closeDetails {
	text-align: right;
	margin: 10px 0;
}
#carDetails #closeDetails a {
	float: right;
}
#carDetails h2 {
	font-size: 10px;
	font-weight: bold;
}
#carDetails h1 {
	font-size: 10px;
	color: #dd9258;
	margin: 10px 0 0 0;
}
#carDetails p {
	font-size: 10px!important;
}
#carDetails div#quick_stats {
	display: block;
}
#carDetails table.stats {
	width: 100%;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0;
}
#carDetails table.stats td {
	border: 0;
	line-height: normal;
	padding: 0;
}
#carDetails table.stats td.logo {
	vertical-align: bottom;
}

table.configurator {
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 0 10px 0;
}
table.configurator th {
	padding: 5px 5px;
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	text-align: left;
}
table.configurator td {
	padding: 5px 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
table.configurator td a {
	color: #CCC;
}
#configurator .submit {
	font-family: Tahoma;
	font-size: 10px;
	background: none;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: none;
	margin: 0;
	width: 120px;
}
select {
	width: 122px;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #444;
	color: #fff;
	border: 1px solid #666;
	font-size: 9px;
}
table.status {
	width: 140px;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 0 10px 0;
}
table.status th {
	padding: 5px 5px;
	color: #dd9258;
	border-bottom: 1px solid #dd9258;
	text-align: left;
}
table.status td {
	padding: 5px 5px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
input.submit {
	font-family: Tahoma;
	font-size: 10px;
	background-color: #000;
	color: #dd9258;
	border: 1px solid #dd9258;
	display: block;
	float: none;
	margin: 0;
}

#configurator {
	padding: 10px 30px 20px 30px;
}
#configurator p {
	font-size: 13px;
	color: #fff;
}
#configurator .submit {
border:1px solid #DD9258;
color:#DD9258;
display:block;
float:none;
font-family:Tahoma;
font-size:10px;
margin:0;
width:120px;
}
#configurator input {
background-color:transparent;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-family:Tahoma;
font-size:10px;
margin:2px 0;
width:110px;
}
#configurator a.submit {
background-color:transparent;
border:1px solid #DD9258;
color:#DD9258 !important;
display:block;
font-family:Tahoma;
font-size:10px;
height:18px !important;
line-height:18px !important;
margin:2px 0 !important;
text-align:center;
padding: 0 4px;
text-decoration:none !important;
width:auto!important;
}

#clubfinder {
	padding: 10px 0;
}
#clubfinder p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0 0 10px 30px;
}
#flashmap {
	margin: 10px 0 10px 30px;
}
span.orange, p.orange {
	color: #DD9258!important;
	font-weight: bold!important;
	margin-bottom: 0!important;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

table th {
	border-bottom:1px solid #DD9258;
	color:#DD9258;
	padding: 2px 4px;
}
table td {
	border-bottom:1px solid #FFFFFF;
	padding: 2px 4px;	
}
table tr.out td {
	color:  #999999!important;	
}
table tr.out td a {
	color: #999999!important;	
}

/* gallery */

#gallery {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	padding: 15px 30px;
}

#gallery .small-menu {
	width: 135px;
	float: left;
	margin: 20px 20px 0 0;
}
#gallery .small-menu a {
	display: block;
}
#gallery-image {
	float: left;
	width: 705px;
	margin: 20px 0;
}
#gallery-image img {
	display: block;
	border-top: 24px solid #999999;
	border-left: 24px solid #999999;
	border-right: 24px solid #999999;
}
#gallery-image-bottom {
	width: 100%;
	height: 25px;
	background: transparent url('../images/gallery-big-image-bottom.gif') no-repeat scroll 0 100%;
}
#gallery-thumbs {
	margin: 15px 0;
}
#gallery-thumbs .thumb {
	width: 200px;
	float: left;
	height:250px;
	margin: 0 15px 20px 0;
}
#gallery-thumbs .thumb img {
	display: block;
	margin: 0 0 10px;
}
#gallery-thumbs .thumb p {
	font-size: 10px;
	margin: 0 0 5px 0;
}
#gallery-thumbs .thumb a {
}

/* members home important message */
#importantMessage {
	width: 860px;
	margin: 20px auto;
	text-align: left;
}
#importantMessage p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #fff;
	margin: 0 0 10px;
}

#partners {
	margin: 20px 0;
	overflow: hidden;
}

#partners h2 {
	color: #DD9258;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	margin: 0 0 10px;
}

#partners .image {
	float: left;
	margin: 10px 20px 10px 0;
}
#partners p {
	margin: 0 0 10px!important;
	padding: 0!important;
}

#partners .cnt {
	margin: 0 0 0 170px;
}

#partners .item {
	clear: left;
	overflow: hidden;
	margin: 0 0 10px;
}
.orange {
	color: #DD9258;
	font-weight: bold;
	margin-bottom: 0;
}

.clear {
	clear: both;
	height: 1px!important;
}