﻿/***************************************/
/*    Styles the Body of all pages     */
/***************************************/
body
{
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
width: 900px;
height: auto;
margin-left: auto;
margin-right: auto;
}


/**************************************/
/*        Styles the Banner           */
/**************************************/
.banner
{
background-color: #ededed;
height: 100px;
border-top-left-radius:5px;
-webkit-border-top-left-radius:5px; /* Safari */
border-top-right-radius:5px;
-webkit-border-top-right-radius:5px; /* Safari */
}

span.autocentral
{
font-size: 40px;
font-weight: bold;
text-shadow: 5px 5px 5px #FF0000;
color: #003366;
}

span.address
{
font-size: 9px;
color: #333;
}

.brand
{
text-align: center;
padding: 10px;
float: right;
}

.brand_page
{
text-align: center;
padding: 8px;
float: left;
}

/**************************************/
/*     Styles the Navigation Bar      */
/**************************************/
.navbar
{
width: 100%;
height: auto;
background: #003366 url(../images/gradient.png) repeat-x 0 -110px;
}

a
{
color: #ededed;
}

#nav
{
margin: 0;
padding: 7px 6px 0;
background: #003366 url(../images/gradient.png) repeat-x 0 -110px;
line-height: 100%;
border-radius: 1em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
}

#nav li
{
margin: 0 5px;
padding: 0 0 8px;
float: left;
position: relative;
list-style: none;
}


/* main level link */
#nav a
{
font-weight: bold;
color: #e7e5e5;
text-decoration: none;
display: block;
padding:  8px 20px;
margin: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover
{
background: #000;
color: #333;
}

/* main level link hover */
#nav .current, .current a, #nav li:hover > a
{
background: #ededed url(../images/gradient.png) repeat-x 0 -110px;
color: #333;
border-top: solid 1px #f8f8f8;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
box-shadow: 0 1px 1px rgba(0,0,0, .2);
text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a
{
background: none;
border: none;
color: #666;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

#nav ul a:hover
{
background: #003366 url(../images/gradient.png) repeat-x 0 -100px !important;
color: #ededed !important;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul
{
display: block;
}

/* level 2 list */
#nav ul
{
display: none;
margin: 0;
padding: 0;
width: 200px;
position: absolute;
top: 35px;
left: 0;
background: #ddd url(../img/gradient.png) repeat-x 0 0;
border: solid 1px #b4b4b4;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li
{
float: none;
margin: 0;
padding: 0;
}

#nav ul a
{
font-weight: normal;
text-shadow: 0 1px 0 #fff;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a
{
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
}
#nav ul li:last-child > a
{
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
}

/* clearfix */
#nav:after
{
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#nav
{
display: inline-block;
} 

/**************************************/
/*        Styles the Content          */
/**************************************/
.content
{

font-size: 13px;
color: #ededed;
}

.slide
{
float: left;
}

.about
{
width: 400px;
height: 200px;
float: right;
margin: 10px;
padding: 5px;
}

.feature
{
clear: both;
background: #003366 url(../images/gradient.png) repeat-x 0 -90px;
width: 880px;
height: auto;
padding: 10px;
}

td.brandlink
{
width: 250px;
text-align: center;
vertical-align: middle;
}

.title_page
{
color: #fff;
}

.showroom
{
clear: both;
background: #003366 url(../images/gradient.png) repeat-x 0 -90px;
width: 880px;
height: 250px;
padding: 10px;
}


.enlarged_img
{
display:block; position:absolute; left:-9999px; padding:10px; opacity:0;

 border-radius:3px; 
 box-shadow:0 15px 10px -15px rgba(0,0,0,0.4);

-webkit-transition: opacity 0.6s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out;
-o-transition: opacity 0.6s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}

/**************************************/
/*    Styles the Breadcrumbsection    */
/**************************************/

.breadcrumbs
{
clear: both;
font-size: 11px;
color: #ededed;
text-align: center;
padding: 10px;
}

.breadcrumbs a
{
text-decoration: none;
color: #ededed;
}

.current_breadcrumb
{
color: #ffff66;
}

/**************************************/
/*    Styles the Copyright Section    */
/**************************************/
.copyright
{
line-height: 30px;  
text-align: center;
font-family: Trebuchet MS;
font-size: 12px;
color: #666;
border-top: 1px solid #AEAEAE;
border-bottom: 0px solid #AEAEAE;
clear: both;
}

.copyright div.copyright-container
{
	margin: 0px auto;
	width: 780px;
	height: auto;
}

.copyright div.center
{
	text-align: center;
}

