
/* Basic Stuff */



* {
    margin: 0;
    padding: 0;
  }


body {
    background:#fff /*url(../img/main_back.gif) repeat-y top center*/;
    color: #000;
    font-size: 11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
  }


table {
    border-collapse:collapse;
    height:100%;
  }


td {
    vertical-align:top;
  }


h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    text-transform: none;
  }


h2,h3,h4,h5,h6 {
    font-size:12px;
  }


h1 {
    font-size:25px;
  }


h1 span, h3 span, h4 span {
    color:#B5B5B5;
  }


em {
    font-style:normal;
  }


img {
    border: 0;
  }


a {
    text-decoration: none;
    color:#2c2c2c;
  }


a:hover {
    /*text-decoration: underline;
    */color:#989899;
  }


p {
    line-height: 1.4em;
    text-align:justify;
    margin:0 0 10px 0;
  }


input {
    border:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
  }

/* Header */
















div#fixed {
    background:#fff url(../img/main_back.gif) repeat-y;
    width: 998px !important;
    margin:0 auto;
    position:relative;
  }


#header {
    width:100%;
    height:141px;
    background:url(../img/beader_back.gif) repeat-x top;
    position:relative;
  }


#logo {
    /* background-image : url(../img/logo.gif);
    *//* background-position : top left;
    *//* background-repeat : no-repeat;
    */ height : 144px;
    left : 26px;
    position : absolute;
    top : 31px;
    width : 291px;
    z-index : 100;
  }


#head_models {
    position:absolute;
    right:0;
    top:26px;
    width:658px;
    height:50px;
    background:#FDFA00 url(../img/yellow_head.jpg) no-repeat top right;
    text-align:right;
  }


img.top_models {
    margin:6px 36px 0 0;
  }


#search {
  }


.right {
    float:right;
  }


.left {
    float:left;
  }


.nobg {
    background:none !important;
  }

/* NAV Menu */

















#nav {
    position:absolute;
    bottom:2px;
    margin:0 0 0 26px;
    height:37px;
    /*border:1px solid red;
    */;
  }


#nav ul {
    z-index:99999;
    position:relative;
    list-style: none;
  }


#nav li {
    float: left;
    position:relative;
    display:block;
    height:37px;
    margin:0 9px 0 0;
  }


#nav li a {
    display: block;
    font-size: 1em;
  }


#nav li.active a, #nav li a:hover {
    background-position:bottom left;
  }


#nav li ul {
    display:none;
    padding:13px 0 0 0;
    background:#F2F2F2 url(../img/nav_li_back.gif) repeat-x top;
    position:absolute;
    width:160px;
    border:1px solid #C7C7C7;
    /*border-top:none;
    */left:0px;
    top:48px;
  }

/*#nav li a.nav_news ul {width:100px;}*/
/*
#nav li li.first {height:13px;
				  border:1px solid red;
				  border:none;
				  }
*/

















#nav li li {
    border-bottom:1px solid #fff;
    display:block;
    float: none;
    height:22px;
    text-align:center;
    text-transform:lowercase;
    background:url(../img/nav_li_a_back.gif) no-repeat 5px 4px;
  }


#nav li li.last, #nav li li li.last {
    border:none;
  }


#nav li li a {
    height:22px;
    color:#7B7B7B;
    text-decoration:none;
  }


#nav li li a:hover {
    color:#000;
    text-decoration:underline;
    background:url(../img/nav_li_a_active.gif) no-repeat 5px 4px;
  }


#nav li li ul {
    display:none;
    background:url(../img/catalog/bg1.gif);
    padding:0;
    position:absolute;
    left:117px;
    top:10px;
  }


#nav li:hover li ul, #nav li.jshover li ul {
    display:none;
  }


#nav li:hover ul, #nav li.jshover ul {
    display:block;
  }


#nav li:hover li:hover ul, #nav li.jshover li.jshover ul {
    display:block;
  }

/*		PATH 	*/




#nav li:hover a, #nav li.jshover a {
    background-position:bottom left;
  }


#nav li:hover li:hover a, #nav li.jshover li.jshover a {
    color:#2c2c2c;
  }


#nav li:hover li:hover li a, #nav li.jshover li.jshover li a {
  }


#nav li:hover li:hover li a:hover, #nav li.jshover li.jshover li a:hover {
  }

/* Main */




#main {
    margin : 40px 0 0;
    width : 100%;
  }


#content {
    padding:125px 36px 10px 26px;
    position:relative;
  }


#content div.rel {
    position:relative;
  }


#content h1 {
    color:#000;
  }


#content h1 span {
    font-size:25px;
  }


#print {
    background-image : url(../img/print_back.gif);
    background-position : top right;
    background-repeat : no-repeat;
    font-size : 13px;
    height : 30px;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 6px;
    padding-top : 3px;
    position : absolute;
    right : 0;
    text-align : right;
    top : 0px;
    width : 154px;
  }


#print a {
    color:#2c2c2c;
  }


#print a:hover {
    color:#989899;
  }


#content span.model {
    display:block;
    font-size:13px;
    margin:5px 0 15px 0;
  }


#content span.model em {
    color:#B5B5B5;
    font-style:normal;
  }


#content table.descr {
    margin:15px 0 0 0;
  }


#content table.descr thead {
    font-size:18px;
  }


#content table.descr thead th {
    font-size:13px;
    font-weight:bold;
    background:none;
    width:auto;
    width:93px;
  }


#content table.descr thead td {
  }


#content table.descr em {
    font-style:normal;
    background:#FDFA00;
  }


#content table.descr th {
    background:url(../img/sq2.gif) repeat-x 0 5px;
    width:488px;
    text-align:left;
    font-weight:normal;
    vertical-align:top;
  }


#content table.descr .sq td {
    background:url(../img/sq2.gif) repeat-x 0 5px;
  }


#content table.descr .sq td span {
    background:#fff;
  }


#content table.descr th span {
    background:#fff;
  }

/* 				FOOTER					*/




#footer img {
    margin:0 12px 0 0;
  }


#footer {
    text-align:center;
    vertical-align:middle;
    font-size:11px;
    padding:30px 0 20px 0;
  }


.clear {
    clear:both;
  }

/* 			END 	FOOTER					*/

/*			CONTAINER			*/




#container {
    background-color : #fff;
    position : relative;
  }


#sub_container {
    margin:0 0 0 26px;
    position:relative;
  }


#car {
    position : absolute;
    right : 0px;
    top : 72px;
    z-index : 1001;
  }


#top_gallery {
    background : #fff repeat-x;
    margin : 0 0 3px;
    background-position : bottom;
    /* background-image : url(../img/top_gal_back.gif);
    */ position : relative;
    width : 973px;
    height: 106px;
  }


#top_gallery .item {
    float:left;
    text-align:left;
    padding:6px 5px 0 0;
    position:relative;
  }


#top_gallery a {
    color:#2c2c2c;
  }


#top_gallery_mod {
    background-color : #fff;
    background-image : url(../img/top_gal_back.gif);
    background-position : bottom;
    background-repeat : repeat-x;
    height : 106px;
    position : relative;
    width : 973px;
    top: 100px;
  }


#top_gallery_mod .item {
    float:left;
    text-align:left;
    padding:6px 5px 0 0;
    position:relative;
  }


#top_gallery_mod a {
    color:#2c2c2c;
  }


.inner_gal {
    position:absolute;
    top:5px;
    left:22px;
    z-index:1;
    width:627px;
    height:49px;
    background:url(../img/png.png) repeat-x 0 9px;
  }


* html .inner_gal {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/png.png", sizingMethod="scale");
  }


.image_change {
    position:absolute;
    top:0px;
    left:0;
    background:url(../img/png.png) no-repeat 0 9px;
    height:59px;
    width:100%;
    z-index:1;
  }


.arrow {
    background : url(../img/big_arrow.gif) no-repeat 15px bottom;
    margin : 1px 0 0;
    height : 108px;
    left : 0;
    position : absolute;
    top : 0;
    width : 100%;
    z-index : 1000;
  }


#png_back {
    width:100%;
    height:100%;
    background:url(../img/png_back.png) repeat;
    border:1px solid red;
  }


* html .image_change {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/png.png", sizingMethod="scale");
    width:135px;
  }


#top_gallery .item a img {
  }


#top_gallery .item span {
    display:block;
    color:#CCCCCC;
  }


#grey_block {
    background-color : #B5B5B5;
    background-image : url(../img/bot_angle.gif);
    background-position : left bottom;
    background-repeat : no-repeat;
    min-height : 235px;
    width : 960px;
  }


#grey_block a {
    color:#fff;
    text-decoration:underline;
  }


#grey_block a:hover {
    text-decoration:none;
  }


#grey_block div.text {
    padding:8px 568px 16px 12px;
    text-align:justify;
  }


#grey_block h1 span {
    color:#fff;
    font-size:25px;
  }


#grey_block span.model {
    display:block;
    font-size: 11px;
    margin:13px 0 23px 0;
  }


#grey_block span.model em {
    color:#fff;
  }


#grey_block div.text h1 span {
    color:#fff;
    font-size:25px;
  }


#grey_block div.text span.model {
    display:block;
    font-size: 11px;
    margin:13px 0 23px 0;
  }


#grey_block div.text span.model em {
    color:#fff;
  }


span.more {
    display:block;
    text-align:left;
    font-size:11px;
    margin-bottom: 10px;
  }


#preview {
    margin:0 0 0 6px;
  }


#preview .item {
    float:left;
    text-align:left;
    width:306px;
    height:144px;
    font-size:13px;
    margin:0 0 0 0;
    background:#fff url(../img/yellow_back.gif) no-repeat top right;
  }

/* html #preview .item {width:297px;}				*/



#preview .item a img {
  }


#preview .item a:hover {
  }


#preview .item span {
    display:block;
    color:#CCCCCC;
  }


#preview .item span a {
    padding:3px 0 0 20px;
    color:#000;
    text-decoration:underline;
  }


#preview .item span a:hover {
    text-decoration:none;
  }


div.empty {
    height:20px;
    background:#fff;
    font-size:13px;
    padding:0 0 5px 20px;
  }


#car_logo {
    position:absolute;
    right:19px;
    top:12px;
    z-index:10;
  }


select.goto {
    position:absolute;
    right:0;
    bottom:8px;
    width:126px;
    height:20px;
    border:1px solid #CBCBCB;
    color:#7F7F7F;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
  }


#select {
    position:absolute;
    right:3px;
    top:111px;
    width:126px;
    height:20px;
    border:1px solid #CBCBCB;
    color:#7F7F7F;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    background:#fff url(../img/select_but.gif) no-repeat right;
    padding:2px 0 0 2px;
    z-index:99999;
  }


#select ul {
    z-index:99999;
    position:relative;
    list-style: none;
  }


#select li {
    float: left;
    position:relative;
    display:block;
    z-index:99999;
  }


#select li a {
    display: block;
    font-size: 1em;
    z-index:99999;
  }


#select li ul {
    padding:13px 0 0 0;
    display:none;
    background:#fff;
    position:absolute;
    width:128px;
    border:1px solid #CBCBCB;
    border-top:none;
    z-index:999999;
    left:-3px;
    top:13px;
  }

/*#nav li a.nav_news ul {width:100px;}

#nav li li.first {height:13px;
				  border:1px solid red;
				  border:none;
				  }*/








#select li li {
    border-bottom:1px solid #fff;
    display:block;
    float: none;
    height:22px;
    text-align:left;
    padding:0 0 0 5px;
    text-transform:lowercase;
    background:#fff;
    z-index:999999;
  }


#select li:hover ul {
    display:block;
    z-index:9999999;
  }

/*			END CONTAINER			*/

/* Gallery */







a.gallery {
    border: black solid 1px;
  }


a.gallery:hover {
    border: white solid 1px;
  }


#gal_select {
    width:126px;
    height:20px;
    border:1px solid #CBCBCB;
    color:#7F7F7F;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    background:#fff url(../img/select_but.gif) no-repeat right;
    padding:2px 0 0 2px;
    z-index:99999;
  }


#gal_select a {
    color: black;
    text-decoration: none;
  }


#gal_select ul {
    z-index:99999;
    position:relative;
    list-style: none;
  }


#gal_select li {
    float: left;
    position:relative;
    display:block;
    z-index:99999;
  }


#gal_select li a {
    display: block;
    font-size: 1em;
    z-index:99999;
  }


#gal_select li ul {
    padding:13px 0 0 0;
    display:none;
    background:#fff;
    position:absolute;
    width:128px;
    height: 300px;
    border:1px solid #CBCBCB;
    border-top:none;
    z-index:999999;
    left:-3px;
    top:13px;
    overflow: auto;
  }


#gal_select li li {
    border-bottom:1px solid #fff;
    display:block;
    float: none;
    height:22px;
    text-align:left;
    padding:0 0 0 5px;
    text-transform:lowercase;
    background:#fff;
    z-index:999999;
  }


#gal_select li:hover ul {
    display:block;
    z-index:9999999;
  }


.gal_nav {
    color: black;
    font-size:14px;
  }

