/* 

font-family:'Eurostile LT W01 Medium1391130';
font-family:'Eurostile LT W01 Obliqu1391166';
font-family:'Eurostile LT W01 Demi1391154';
font-family:'Eurostile LT W01 Demi O1391158';
font-family:'Eurostile LT W01 Bold1391134';
font-family:'Eurostile LT W01 Bold O1391146';
font-family:'Eurostile LT W01 Conden1391150';
font-family:'Eurostile LT W01 Bold C1391138';
font-family:'Eurostile LT W01 Extend1391162';
font-family:'Eurostile LT W01 Bold E1391142';

/* ================================================= */
/* ACCESSIBILITY
/* ================================================= */

a#a_skip {
	position: absolute;
	height: auto;
	width: auto;
	top: -70px;
	left: 280px
}

a#a_skip:focus, a#a_skip:active {
	top: 28px;
	z-index: 10000;
}

a#a_skip_footer {
	position: absolute;
	height: auto;
	width: auto;
	top: -30px;
	left: 280px
}

a#a_skip_footer:focus, a#a_skip_footer:active {
	top: 28px;
	z-index: 10000;
}

a#a_main_content {
	position: absolute;
	height: auto;
	width: auto;
	top: -300px;
	left: 0px
}

a#a_main_content:focus, a#a_main_content:active {
	top: 20px;
	z-index: 10000;
}

img {
	outline: 0px;
	border: 0px;	
}

/*================================================= */
/* ADMIN
/* ================================================= */

* { margin: 0; padding: 0; font-weight: normal; outline: none !important; }

html, body {
	font-family:'Eurostile LT W01 Medium1391130';
	color: #807F83;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	min-width: 1000px;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust:none;
	-webkit-appearance: none;
    border-radius: 0;
	position: relative;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-top: 0px;
	width: auto;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 600px) {
	html, body {
		min-width: 320px;
	}
}

header#header_main {
	display: block;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	overflow: visible;
	position: relative;
}

section#section_main {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

article#article_home {
	display: block;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	background-color: #cccccc;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/article_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 5px solid #3ba7ce;
}

article#article_main {
	display: block;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	background-color: #000000;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/article_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 5px solid #3ba7ce;
}

nav#nav_secondary {
	display: block;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	background-color: #ffffff;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary {
		padding-top: 100px;
	}
}

footer#footer_main {
	display: block;
	width: 100%;
	max-width: 1002px;
	overflow: hidden;
	background-color: #000000;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	border-top: 5px solid #3ba7ce;
}

/*================================================= */
/* General styles
/* ================================================= */

header#header_main a.a_40 {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 0px;	
	overflow: hidden;
	width: 300px;
	height: auto;
	z-index: 2;
}

@media only screen and (max-width: 600px) {
	header#header_main a.a_40 {
		width: 250px;
	}
}

header#header_main a.a_40 img {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 0px;	
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 2;
}

header#header_main nav {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	background-image: url(../images/footer_bg.jpg);
	background-position: bottom left;
	border-top: 1px solid #666666;
}

header#header_main nav ul {
	display: block;
	width: auto;
	height: auto;
	list-style: none;
}

header#header_main nav ul li {
	display: block;
	position: relative;
	float: left;
}

header#header_main nav ul li:first-child {
	display: none;
}

header#header_main nav ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	font-family:'Eurostile LT W01 Bold1391134';
}

header#header_main nav ul li a:hover {
	background-color: #3ba7ce;
}

article#article_home nav#nav_home {
	display: block;
	position: relative;
	width: 100%;
	height: 344px;
}

@media only screen and (max-width: 600px) {
	
	header#header_main nav ul li a {
		font-size: 9px;	
	}
	article#article_home nav#nav_home {
		height: 300px;
	}
}


article#article_home nav#nav_home ul {
	list-style: none;
	display: block;
	width: 275px;
	height: 344px;
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home ul {
		width: 100%;
		height: 300px;
	}
}

article#article_home nav#nav_home ul li {
	display: block;
	position: relative;
	height: auto;
	
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home ul li {
		width: 50%;
		float: left;
	}
}

article#article_home nav#nav_home ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #333333;
	background-color: #999999;
	padding: 15px;
	font-size: 12px;
	height: 55px;
	padding-left: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: -970px -120px;
	border-bottom: 1px solid #666666;
	font-family:'Eurostile LT W01 Bold1391134';
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home ul li a {
		font-size: 10px;
		line-height: 13px;
		padding-left: 10px;
		padding: 5px;
		background-image: none;
		min-height: 50px;
		border-right: 1px solid #666666;
	}
}

article#article_home nav#nav_home ul li a:hover, article#article_home nav#nav_home ul li a.selected {
	background-color: transparent;
	color: #ffffff;
	background-position: -970px -255px;
}

article#article_home nav#nav_home h1 {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 300px;
	color: #ffffff;
	font-size: 25px;	
	font-family:'Eurostile LT W01 Bold1391134';
	width: 500px;
	text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
	article#article_home nav#nav_home h1 {
		width: 350px;
	}
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home h1 {
		left: 20px;
		width: 100%;
		font-size: 17px;
		bottom: auto;
		top: 140px;
	}
}


article#article_home nav#nav_home a.a_marquee {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0px;
	width: 0px;
	overflow: hidden;
	height: 344px;
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home a.a_marquee {
		height: 300px;
	}
	
	article#article_home nav#nav_home a.a_marquee img {
		margin-left: -100px;	
	}
}

article#article_home nav#nav_home a.a_marquee iframe {
	border:none;
	overflow:hidden;
	float: right;
	height: 100%;
	width: 725px !important;
	height: 344px !important;
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home a.a_marquee iframe {
		width: 100% !important;
		margin-top: 130px;
	}
}

article#article_home nav#nav_home a.a_marquee h2 {
	display: block;
	width: 300px;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-image: url(../images/tint_50.png);
}

@media only screen and (max-width: 600px) {
	article#article_home nav#nav_home a.a_marquee h2 {
		width: 300px;
		padding-top: 20px;
		top: 122px;
		font-size: 12px;
		padding: 10px;
	}
}

article#article_main h1 {
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 20px;
	padding-bottom: 0px;
}

article#article_main h2 {
	color: #999999;
	font-size: 36px;
	text-transform: uppercase;
	padding: 20px;
	padding-top: 0px;
}

article#article_main h3 {
	color: #3ba7ce;
	font-size: 16px;
	padding: 20px;
	padding-top: 0px;
	width: auto;
	max-width: 400px;
}

article#article_main p {
	color: #ffffff;
	font-size: 12px;
	padding: 20px;
	padding-top: 0px;
	width: auto;
	max-width: 400px;
}

article#article_main p a {
	text-decoration: underline;
	color: #f2f2f2;	
}

article#article_main iframe {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 50%;	
}

@media only screen and (max-width: 600px) {
	article#article_main iframe {
		position: relative;
		width: 100%;
		height: 200px;
		left: 0px;
	}
}

article#article_main ul {
	color: #ffffff;
	font-size: 12px;
	padding: 20px;
	padding-top: 0px;
	width: auto;
	max-width: 385px;
	margin-left: 15px;
}

article#article_main ul li {
	margin-bottom: 5px;
}

nav#nav_secondary h2 {
	width: 255px;
	height: 100px;
	background-color: #3ba7ce;
	line-height: 100px;
	color: #ffffff;
	text-shadow: 0px 0px 10px #000000;
	text-transform: uppercase;
	font-family:'Eurostile LT W01 Medium1391130';
	padding-left: 20px;
	font-size: 24px;
	background-image: url(../images/tuning_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary h2 {
		width: 100%;
		background-size: cover;
	}
}

nav#nav_secondary div.scroll_container {
	display: block;
	width: 100%;
	height: 100px;
	overflow: scroll;	
	position: relative;
	z-index: 2;
	background-image: url(../images/grad.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

nav#nav_secondary ul#ul_makeman {
	display: block;
	padding-left: 275px;	
	height: 100px;
	position: relative;
	list-style: none;
	width: 3000px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_makeman {
		padding-left: 0px;	
	}
}

nav#nav_secondary ul#ul_makeman li {
	display: block;
	position: relative;
	float: left;
}

nav#nav_secondary ul#ul_makeman li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0px;
	height: 100px;
}

nav#nav_secondary ul#ul_makeman li a:hover, nav#nav_secondary ul#ul_makeman li a.selected {
	background-color: #F0F0F0;
}

nav#nav_secondary ul#ul_modelclass, nav#nav_secondary ul#ul_trimsubmodel {
	display: none;
}

nav#nav_secondary ul#ul_modelclass {
	position: relative;
	width: 100%;
	height: auto;
	list-style: none;
	background-color: #0e3546;
	overflow: hidden;
}

nav#nav_secondary ul#ul_modelclass li {
	display: block;
	position: relative;
	float: left;
	width: auto;
}

nav#nav_secondary ul#ul_modelclass li a {
	display: block;
	position: relative;
	width: auto;
	padding: 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}

nav#nav_secondary ul#ul_modelclass li a:hover, nav#nav_secondary ul#ul_modelclass li a.selected {
	background-color: #3ba7ce;
}

nav#nav_secondary ul#ul_modelclass li a.selected {
	border-bottom: 1px solid #3ba7ce;
}

nav#nav_secondary ul#ul_trimsubmodel {
	position: relative;
	width: 100%;
	height: auto;
	list-style: none;
	background-color: #3ba7ce;
	overflow: hidden;
	background-image: url(../images/trimsubmodel_grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

nav#nav_secondary ul#ul_trimsubmodel li {
	display: block;
	position: relative;
	float: left;
	width: auto;
}

nav#nav_secondary ul#ul_trimsubmodel li a {
	display: block;
	position: relative;
	width: auto;
	padding: 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

nav#nav_secondary ul#ul_trimsubmodel li a:hover, nav#nav_secondary ul#ul_trimsubmodel li a.selected {
	color: #0e3546;
}

nav#nav_secondary > h1 {
	padding: 20px;
	padding-bottom: 10px;
	border-top: 1px #000000 solid;
	text-transform: uppercase;
	font-size: 30px;
	color: #000000;
	background-color: #f2f2f2;
}

nav#nav_secondary > h1 span.span_model {
	color: #3ba7ce;
}

nav#nav_secondary > h1 span.span_trim {
	color: #999999;
}

nav#nav_secondary > h1 span.span_class {
	color: #666666;
}


nav#nav_secondary ul#ul_products {
	display: none;
	position: relative;
	width: auto;
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #f2f2f2;
}

nav#nav_secondary ul#ul_products > li {
	display: block;
	background-color: #3ba7ce;
	overflow: hidden;
	min-height: 40px;
	position: relative;
	width: auto;
	height: auto;
	min-height: 60px;
	border-radius: 20px;
	/*border: 5px solid #3ba7ce;*/
	margin-bottom: 15px;
	background-image: url(../images/product_tint.png);
	background-repeat: repeat-y;
	cursor: pointer;
}

nav#nav_secondary ul#ul_products li div.div_price {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/price_tint.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 500px;
	height: 70px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.div_price {
		width: 120px;
		background-position: -100px 0px;
		padding-left: 5px;
		height: 100%;
		background-repeat: repeat-y;
	}
}

nav#nav_secondary ul#ul_products li div.buy_now {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 550px;
	bottom: 0px;
	background-color: #3ba7ce;
	color: #ffffff;	
	font-family:'Eurostile LT W01 Medium1391130';
	right: -602px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.buy_now {
		position: relative;
		right: auto !important;
		bottom: auto !important;
		width: auto !important;
	}
}

nav#nav_secondary ul#ul_products li div.buy_now a {
	color: #ffffff;
	font-size: 20px;
	width: 130px;
	padding: 10px;
	text-transform: uppercase;
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.buy_now a {
		width: auto !important;
		font-size: 14px;
		float: none;
	}
}

nav#nav_secondary ul#ul_products li div.buy_now p {
	display: block;
	position: relative;
	width: 375px;
	padding: 5px;
	padding-right: 15px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 8px;
	background-image: url(../images/tint_50.png);
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.buy_now p {
		width: auto !important;
		font-size: 12px;
		display: none;
	}
}

nav#nav_secondary ul#ul_products li div.div_accordion {
	display: none;
	overflow: hidden;
}


nav#nav_secondary ul#ul_products > li > strong {
	font-family:'Eurostile LT W01 Medium1391130';
	color: #ffffff;
	text-transform: uppercase;
	width: 260px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 18px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products > li > strong {
		width: 130px;
		font-size: 14px;
	}
}

nav#nav_secondary ul#ul_products li img.img_product {
	display: block;
	position: absolute;
	bottom: -160px;
	left: 290px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li img.img_product {
		display: none;
	}
}

nav#nav_secondary ul#ul_products li a.a_left {
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 260px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	/*background-color: #3ba7ce;*/
	text-shadow: -1px -1px #0e3749;
	border-top: 1px solid #318eaf;
	border-bottom: 1px solid #287694;
	margin-top: 1px;
	overflow: hidden;
	font-size: 12px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li a.a_left {
		width: 100%;
	}
}

nav#nav_secondary ul#ul_products li div.div_left {
	display: none;
	position: absolute;
	top: 0px;
	left: 290px;
	width: 680px;
	height: 330px;
	overflow: hidden;
	background-image: url(../images/tint_50.png);
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.div_left {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}
	
	nav#nav_secondary ul#ul_products li div.div_left img {
		width: 100%;
		height: auto;
	}
}

nav#nav_secondary ul#ul_products li div.div_left h3 {
	color: #9fe5ff;
	font-size: 18px;
}

nav#nav_secondary ul#ul_products li div.div_left div.div_body {
	color: #ffffff;
	font-size: 14px;
	padding: 15px;
	padding-top: 10px;
}

nav#nav_secondary ul#ul_products li div.div_left div.div_body h5 {
	color: #9fe5ff;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


nav#nav_secondary ul#ul_products li div.div_left div.div_body ul {
	padding-left: 20px;
	display: block;
	overflow: hidden;
}

nav#nav_secondary ul#ul_products li a.a_left:hover, nav#nav_secondary ul#ul_products li a.a_left.selected {
	background-color: #0e3546;
	border-bottom: 1px solid #0e3546;
}

nav#nav_secondary ul#ul_products li h3 {
	color: #ffffff;
	font-size: 35px;
	padding: 15px;
	display: block;
	padding-bottom: 0px;
	text-transform: uppercase;
}

nav#nav_secondary ul#ul_products li h4 {
	color: #0e3546;
	font-size: 35px;
	padding: 15px;
	padding-top: 0px;
	display: block;
	font-family:'Eurostile LT W01 Medium1391130';
	text-transform: uppercase;
}

nav#nav_secondary ul#ul_products li div.div_price h3 {
	float: right;
	padding-top: 0px;
	height: 70px;
	line-height: 70px;
}

nav#nav_secondary ul#ul_products li div.div_price h4 {
	float: right;
	padding-top: 0px;
	height: 70px;
	line-height: 70px;
	color: #3ba7ce !important;
	padding-right: 15px;
}

@media only screen and (max-width: 600px) {
	nav#nav_secondary ul#ul_products li div.div_price h3, nav#nav_secondary ul#ul_products li div.div_price h4 {
		font-size: 16px;
		padding-left: 0px;
		line-height: 24px;
		float: none;
		height: auto;
		padding-bottom: 0px;
		padding-top: 5px;
	}
	
	nav#nav_secondary ul#ul_products li div.div_price h4 {
		padding-top: 10px;
	}
	
	nav#nav_secondary ul#ul_products li div.div_price h3 {
		padding-top: 0px;
	}
}

footer#footer_main address {
	font-style: normal;
	font-size: 40px;
	font-family:'Eurostile LT W01 Medium1391130';
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	footer#footer_main address {
		right: auto;
		top: 115px;
		left: 20px;
		font-size: 25px;
	}
}

footer#footer_main address a {
	color: #ffffff;
	text-decoration: none;	
}

footer#footer_main address span {
	color: #999999;
}

footer#footer_main p.p_copy {
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

footer#footer_main div.addthis_sharing_toolbox {
	position: absolute;
	top: 20px;
	left: 20px;	
}

section#section_twitter {
	position: relative;
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

footer#footer_main a#milltek {
	display: block;
	position: relative;
	padding: 20px;
	margin-top: 55px;
	overflow: hidden;
}

/* ================================================= */
/* TWITTER
/* ================================================= */

section#section_twitter {
	height: 30px;
	position: relative;
	background-color: #000000;
	border-bottom: 1px solid #666666;
	z-index: 2;
	display: block;
}

section#section_twitter ul {
	overflow: hidden;
	position: absolute;
	display: block;
	height: 30px;
	width: 100%;
	z-index: 1;
}

section#section_twitter ul li {
	margin-left: 20px;
	display: block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	overflow: hidden;
	background-image: url(../images/twitter.png);
	background-position: 0px 0xp;
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-left: 0px;
}

section#section_twitter ul li span {
	color: #ffffff;
}

section#section_twitter ul li, section#section_twitter ul li a {
	font-weight: normal;
	color: #cccccc;
}


section#section_twitter ul li span a {
	color: #3BA7D7;
}

section#section_twitter ul li a:hover {
	text-decoration: underline;
}

div.fb {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #3ba7ce;
	background-color: #ffffff;
	background-image: url(../images/tint_25.png);
}
