@charset "utf-8";
body {
	background-color: #151515;
	margin: 0px;
	text-align: center;
}

div {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

img {
	border: 0;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.yellow {
	color: #ffc100;
}

.b {
	font-weight: bold;
}

.container {
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 950px;
	margin: auto;
	text-align: left;
	display: inline-block;
}

.top_head {
	background-image: url(../images/bg_red.gif);
	height: 18px;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

.top_head span{
	color: #ffc100;
	font-weight: bold;
	margin-left: 10px;
}

.custom_bkits {
	float: left;
	margin-top: -4px;
}




/*left menu*/
.left_body {
	width: 192px;
	float: left;
	margin-right: 1px;
}

.menu {
	width: 192px;
	margin-bottom: 1px;
	float: left;
}

.menu_content1 {
	width: 176px;
	padding-left: 16px;
	height: 200px;
	display: inline-block;
}

.menu_content2 {
	width: 200px;
	padding-left: 16px;
}

.menu_content a {
	background-image:url(../images/img_pointer_yellow.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	padding-left: 13px;
	float: left;
}

.menu_content a:hover{
	background-image:url(../images/img_pointer_red.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	padding-left: 13px;
	float: left;
	color: #FF0000;
}

.menu_content1 a {
	background-image:url(../images/img_pointer_yellow.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	padding-left: 13px;
	float: left;
}

.menu_content1 a:hover{
	background-image:url(../images/img_pointer_red.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	padding-left: 13px;
	float: left;
	color: #FF0000;
}

.menu_content2 a {
	background-image:url(../images/img_pointer_yellow.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 15px;
	padding-left: 13px;
	float: left;
}

.menu_content2 a:hover{
	background-image:url(../images/img_pointer_red.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 15px;
	padding-left: 13px;
	float: left;
	color: #FF0000;
}

.logo_holder {
	width: 192px;
	float: left;
}

/*main body*/
.main_body {
	width: 757px;
	float: left;
}

.banner {
	background-image: url(../images/banner.jpg);
	border-top-color:#191919;
	border-bottom-color:#191919;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 757px;
	height: 342px;
}

.text_titlepage {
	margin-top: 16px;
	margin-bottom: 5px;
}

.content_area {
	width: 542px;
	padding: 0px 11px 0px 11px
}

.content_container {
	width: 564px;
	float:left;
}

.featuredcontainer {
	width: 540px;
}

.featuredride {
	width: 320px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.pcars {
	width: 540px;
	height: 200px;
}

.pcarscontainer {
	width: 100px;
	height: 90px;
	text-align: right;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.txtfeatured {
	width: 300px;
	height: 232px;
}

.videohome {
	width: 340px;
	margin-bottom:30px;
	float: left;
}

.upevents {
	width: 200px;
	margin-bottom:30px;
	float: left;
}

.news_events {
	width: 192px;
	float: right;
}

.news_container {
	width: 192px;
	float: right;
	margin-top: 1px;
}


.news_content {
	margin-top: 8px;
	margin-bottom: 9px;
	width: 177px;
	padding-left: 15px;
}

.news_content a:hover {
	color: #ffc100;
}

/*footer*/
.cfooter {
	width: 950px;
	height: 65px;
	margin: auto;
	float: left;	
}

.footer {
	background-color: #d90404;
	margin-top: 20px;
	width: 950px;
	height: 40px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

/*video*/
.video {
	width: 340px;
	margin-bottom:30px;
}

/*bodykits gallery*/
.bkitsgallery {
	width: 540px;
	margin-bottom: 10px;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width: 535px;
	}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px;
	}
	
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	
	#gallery ul a:hover { color: #fff; }
	
	
