* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 top center no-repeat;
	font: 14px/1.5;
	font-style: italic;
	color: #666;
	font-family: 'Orbitron', sans-serif;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

.no_bg {
	background: none !important;
}

.no_margin {
	margin: 0 !important;
}

.hr_gray {
	border: none;
	background: #ccc;
	height: 1px;
	width: 100%;
	margin: 10px 0;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center_text {
	text-align: center;
}

.error {
	padding-left: 120px;
}

#header {
	height: 105px;
	width: 1044px;
	background: url('../images/header-logo.jpg');
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 225px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 0;
}

.social {
	margin: 5px 5px 0 0;
	float: right;
	height: 33px;
	overflow: hidden;
	display: block;
}

.social:hover img {
	position: relative;
	top: -33px;
}

#newsletter_form {
	height: 23px;
	width: 180px;
	float: right;
	margin-top: 30px;
}

#newsletter_text {
	width: 137px;
	height: 23px;
	background: url('../images/newletter-box.jpg');
	border: 0;
	padding: 0 3px;
	color: #999;
	float: left;
	font-family: 'Orbitron', sans-serif;
}

#newsletter_button {
	width: 23px;
	height: 23px;
	background: url('../images/newletter-arrow.jpg');
	border: 0;
}

#newsletter_button:hover {
	background: url('../images/newletter-arrow-over.jpg');
}

#navigation {
	height: 46px;
	width: 944px;
	background: url('../images/bg-menu.jpg');
	margin: 0 auto;
	padding: 3px 0 0 100px;
	position: relative;
	z-index: 2000;
}

#navigation li {
	float: left;
	background: url('../images/menu-sep.png') top left no-repeat;
	display: block;
	height: 48px;
	padding-left: 10px;
	margin-right: 10px;
	position: relative;
}

#navigation > li > a {
	color: #BBB;
	display: block;
	margin-top: 12px;
	line-height: 1;
	display: block;
	width: 100%;
	height: 100%;
}

#navigation li a:hover span {
	color: #BBB;
}

#navigation li a span {
	color: #444;
	display: block;
}

#navigation ul {
	top: 46px;
	left: 0px;
	position: absolute;
	z-index: 2000;
	display: none;
}

#navigation ul li {
	display: block;
	float: none;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #000;
	margin: none;
	width: 100%;
	position: relative;
	z-index: 2000;
}

#navigation ul a {
	margin: none;
	color: #BBB;
	position: relative;
	z-index: 2000;
}

#navigation ul a:hover {
	color: red;
}

#navigation li:hover ul {
	display: block;
}

#slide {
	width: 1044px;
	margin: 0 auto;
	height: 340px;
	background: #000 url('../images/slide.jpg') top center no-repeat;
}

#carousel {
	width: 1004px;
	height: 182px;
	margin: 0 auto;
	background: url('../images/bg-inner-home.jpg') repeat;
	padding: 20px 0 10px 40px;
	position: relative;
}

#carousel li {
	float: left;
	width: 239px;
	text-align: center;
}


#content {
	width: 1004px;
	min-height: 300px;
	margin: 0 auto;
	background: url('../images/bg-inner.jpg') repeat;
	padding: 20px;
}

#page_configurator #content {
	background: url('../images/bg-inner-home.jpg') repeat !important;
}

#border_top {
	width: 1044px;
	height: 8px;
	background: url('../images/lines-top-repeat.jpg') repeat-x;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

#border_bottom {
	width: 1044px;
	height: 9px;
	background: url('../images/lines-bottom-repeat.jpg') repeat-x;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

#prev {
	position: absolute;
	left: 5px;
	top: 70px;
}

#next {
	position: absolute;
	right: 5px;
	top: 70px;
}

#list_brands {
	height: 132px;
	width: 1042px;
	margin: 0 auto;
	background: url('../images/logo-bar-1044.jpg') top center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 12px;
}

#list_brands p {
	padding-top: 3px;
}

#list_brands li {
	float: left;
}

#list_brands a {
	color: #999;
	display: block;
	width: 300px;
	padding: 0 20px;
}

.img_space {
	height: 60px;
	margin-top: 10px;
	text-align: center;
}

#footer {
	width: 1042px;
	text-align: center;
	padding: 20px 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
	font-size: 12px;
}

#footer ul {
	margin-bottom: 20px;
}

#footer li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 10px;
}

#footer a {
	color: #999;
}

#list_wheels li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 50px;
	height: 220px;
}

#list_wheels span {
	font-size: 16px;
	text-align: center;
	color: #666;
}

#brand_logo {
	margin: 0 auto 30px auto;
	display: block;
}

#wheel_right {
	float: right;
	width: 400px;
	position: relative;
}

.column_half {
	width: 45%;
	margin-right: 5%;
	float: left;
	font-size: 16px;
}

#box_dealers {
	width: 500px;
	padding: 20px;
	margin: 30px auto 0;
	color: #666;
	background: rgb(204,204,204);
}

#box_dealers label {
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}

#employment_left {
	width: 450px;
	float: left;
}

#employment_right {
	width: 460px;
	float: right;
	color: #666;
	padding: 20px;
}

#employment_left p {
	margin-top: 20px;
	font-size: 14px;
}

#page_contact a {
	color: #fff;
}
	
#form_contact label {
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
	padding-right: 20px;
}


#form_contact input[type=text] {
	width: 300px;
	display: block;
}

#form_contact input {
	margin-bottom: 10px;
}

#form_contact textarea {
	width: 300px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
}

#thank_you {
	text-align: center;
	width: 400px;
	color: #666;
	background: rgb(204,204,204);
	text-align: center;
	padding: 50px 0;
	margin: 30px auto 0;
}
	
#j_gallery_list li{
	float:left;
	margin:10px;
}

#page_gallery #j_gallery_list a {
	color: #fff !important;
}

#brands_list li {
	float: left;
	text-align: center;
	width: 334px;
}
