@charset "utf-8";
@font-face {
	font-family: abadi;
	src: url(../media/font/abadi-con.ttf);
}
@font-face {
	font-family: opensans;
	src: url(../media/font/opensans-reg.ttf);
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

body {
	background-attachment: fixed;
	background-image: url(../media/image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#header {
	margin: 0px;
	height: 100px;
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

#head-wrapper {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	clear: both;
}
#logo {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#social-nav {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 40px;
	width: 1004px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#social li {
	display: inline;
	margin: 0px;
	padding-top: 10px;
}
#menu-nav {
	padding-right: 20px;
	padding-top: 5px;
	height: 45px;
	width: 1004px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#menu li {
	display: inline;
	margin: 0px;
}

#menu a:link
{
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 7px;
	font-size: smaller;
}

#menu a:visited
{
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 7px;
	font-size: smaller;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-left: 5px;
	padding-bottom: 7px;
	font-size: smaller;
}

/* --------- SWF & SLIDESHOW ----------*/
#content-wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#flash {
	top: -3px;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 960px;
	padding: 0;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 0px 7px 12px 2px #020202;
	-moz-box-shadow: 0px 7px 12px 2px #020202;
	-webkit-box-shadow: 0px 7px 12px 2px #020202;
	clear: both;
}

/* --------- PROFILE & PRODUCTS ----------*/
#profile {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 810px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #FFF;
	font-family:opensans;
	font-size: 14px;
	background-color: rgba(11,11,11,0.9);
}
#products {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(11,11,11,0.9);
	width: 810px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #FFF;
}
#title{
	color: #CCC;
	font-family:abadi;
	background-color: #000;
	margin-left: -45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: -45px;
	font-size: 40px;
}
.sub-title{
	color: #CCC;
	font-family:abadi;
	background-color: #000;
	margin-left: -45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: -45px;
	font-size: 30px;
}
#profile img{
	padding: 10px;
}
#profile p{
	padding-bottom:20px;	
}
#profile p h2{
	margin: 0px;
	padding: 0px;	
}
#profile a:link, #profile a:visited {
	text-decoration: none;	
	color: #555;
}
#profile a:hover, #profile a:active, #profile a:focus {
	text-decoration: none;	
	color: #36F;
}
#menu-profile{
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: -30px;
	width: 850px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#menu-profile li{
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu-profile a:link, #menu-profile a:visited{
	padding: 12px;
	background-color: #000;
	text-decoration: none;	
	color: #FFF;
}
#menu-profile a:hover, #menu-profile a:active, #menu-profile a:focus{
	padding: 12px;
	background-color: #AAA;
	text-decoration: none;	
	color: #000;
}
#mini-content1{
	background-color:#333;
	width: 260px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 2px;
	float: left;
	padding-bottom: 20px;
	height: 370px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#mini-content2{
	background-color:#333;
	width: 260px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 2px;
	float: left;
	padding-bottom: 20px;
	height: 440px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#mini-content3{
	background-color:#333;
	width: 260px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 2px;
	float: left;
	padding-bottom: 20px;
	height: 410px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#mini-content1:hover, #mini-content2:hover, #mini-content3:hover{
	opacity:1;
 	filter:alpha(opacity=100);	
}
#mini-content1 img, #mini-content2 img, #mini-content3 img{
	width: 100%;
}
#mini-content1 h1, #mini-content2 h1, #mini-content3 h1{
	font-family:abadi;
	color:#CCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #080808;
	margin-top: -4px;
	padding-bottom: 10px;
	font-size: 28px;
}
#mini-content1 p, #mini-content2 p, #mini-content3 p {
	color:#fff;
	font-family:opensans;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
#mini-content1 ul, #mini-content2 ul, #mini-content3 ul {
	color:#fff;
	font-family:opensans;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 14px;
}

/* --------- EVENTS ----------*/
#events {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(11,11,11,0.9);
	width: 810px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	color: #FFF;
}
#events p {
	color:#fff;
	font-family:opensans;
	font-size: 14px;
}
#events #gallery {
	width: 260px;
	float: left;	
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
#events #gallery:hover {
	opacity:1;
 	filter:alpha(opacity=100);	
}
#events #gallery h1 {
	font-family:abadi;
	color:#CCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #080808;
	margin-top: -4px;
	padding-bottom: 10px;
	font-size: 27px;
	margin-bottom: 5px;
}
#gallery #event_note {
	color:#fff;
	font-family:opensans;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* --------- DEALERS ----------*/
#dealers {
	font-family:opensans;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(11,11,11,0.9);
	width: 810px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	color: #FFF;
}

/* --------- FOOTER ----------*/
#footer {
	background-color: #666;
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	clear: both;
	height: 220px;
}
#footer-left {
	width: 260px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer h1 {
	color: #1a1a1a;
	font-family:abadi;
	margin-top: 10px;
}

#footer p {
	color: #fff;
	font-family:opensans;
	font-size: 13px;
	margin-top: -10px;
}
#footer-right {
	width: 190px;
	height: 220px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	float: left;
	margin: 0px;
}
#footer-right img{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer-right p{
	padding: 10px;
}
#footer-right #step {
	padding: 0px;
	float: right;
	font-size: xx-large;
	margin-top: -30px;
	margin-right: 7px;
}
#footer-right #step h1{
	color: #888;
}
#copyright{
	color: #fff;
	font-family:opensans;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 100px;
}

/* --------- POP UP WINDOW ----------*/
.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);	
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 2;
	
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
	filter:alpha(opacity=100);	
}
.overlay:target+.popup {
	top: 50%;
	opacity: 1;
	filter:alpha(opacity=100);	
	visibility: visible;
}
.popup {
	background-color: #666;
	border: 3px solid #666;
	display: inline-block;
	left: 50%;
	opacity: 0;
	filter:alpha(opacity=0);	
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 10;
	color: #fff;
	font-family:opensans;
	font-size: 13px;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

	box-shadow: 0px 7px 12px 2px #020202;
	-moz-box-shadow: 0px 7px 12px 2px #020202;
	-webkit-box-shadow: 0px 7px 12px 2px #020202;
}
.popup h1{
	background-color: #000;
	margin-left: -50px;
	margin-right: 250px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.close {
	float: right;
	margin-top: -20px;
	background-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.close a:link, .close a:visited {
	color: #CCC;
	text-decoration: none;	
}
.close a:hover, .class a:active, .class a:focus {
	color: #FFF;
	text-decoration: none;	
}
.btnstyle {
	color: #fff;
	font-size: 16px;
	width: 80px;
	height: 40px;
	border: none;
	border-radius: 3px;
	padding: 0;
	background-color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btnstyle:hover{
	background-color: #111;
}

/* --------- COLLAPSIBLE PANELS ----------*/
.expandable-panel {
    width:100%; 
    position:relative;
    min-height:50px;
    overflow:auto;
    margin-bottom: 0px;
}   
.expandable-panel-heading {
    width:100%; 
    cursor:pointer;
    min-height:50px;
    clear:both;
    background-color:#000;
    position:relative;
}
.expandable-panel-heading:hover {
    background-color:#CCC;
	color:#111;
}
.expandable-panel-heading h2 {
	font-family:abadi;
    padding:14px 10px 9px 15px; 
    font-size:24px;
    line-height:20px;
}
.expandable-panel-content { 
    padding:0 15px 10px 15px;
    margin-top:-999px;
}
.expandable-panel-content p {
    padding:0px;
	color:#fff;
	font-family:opensans;
	font-size: 14px;
}
.expandable-panel-content p:first-child  {
	padding-top:0px;
}
.expandable-panel-content p:last-child {
	padding-bottom:15px;	
}
.icon-close-open {
    width:20px;
    height:20px;
    position:absolute;
    background-image:url(../media/image/icon-close-open.png);
    right:15px;
}
.expandable-panel-content img {
	float:right;
	padding-left:12px;	
	clear:both;
}
.header-active {
	background-color:#CCC;
	color:#111;
}
#menu-dealers{
	font-size: 12px;
	width: 750px;
	margin-left: -30px;
	margin-top: -10px;
	margin-bottom: -5px;
}
#menu-dealers li{
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
}
.expandable-panel-content a:link, .expandable-panel-content a:visited  {
	text-decoration: none;	
	color: #FFF;
}
.expandable-panel-content a:hover, .expandable-panel-content a:active, .expandable-panel-content a:focus {
	text-decoration: none;	
	color: #CCC;
}
.expandable-panel-content #list-dealers {
	background-color:#333;
	margin-bottom: 10px;
	padding: 10px;
}
.expandable-panel-content #list-dealers h3 {
	background-color:#111;
	font-family:opensans;
	font-size: 18px;
	padding: 10px;
	margin: -10px;
}
.expandable-panel-content #list-dealers:hover {
	opacity:0.9;
 	filter:alpha(opacity=90);	
}
