@charset "UTF-8";

@font-face {
    font-family: 'TahomaBold';
    src: url('Tahoma.ttf');
    src: local('O'),
    url('Tahoma.ttf') format('truetype');
}

#component p {padding-bottom: 20px;}

* { 
  margin: 0;
  padding: 0;
}

body {
background: url("../images/fon.png") no-repeat fixed center center/100% transparent;
font-family: 'Trebuchet MS',sans-serif;
font-size: 14px;

}
a  {
  color: #436878;;
}

a:hover  {
  color: #243238;
}

#wrapper { 
  margin: 0 auto;
    width: 1000px;
}

#top {
  background: url('../images/top.png') left bottom no-repeat;
  height: 85px;
  background: #000;
}

#top-logo {
width: 1000px;
margin: 0 auto;
height: 85px;
}

#top-logo h1{
text-transform: uppercase;
font-weight: normal;
padding: 20px 0 0 0;
float: left;
width: 305px;
}

#top-logo h1 a{
color: rgb(179, 180, 182);
font-size: 36px;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
}

.moduletable_ad {
color: rgb(255, 255, 255);
padding: 10px 0px 0px;
float: left;
}

.moduletable_for {
float: right;
margin: 25px 0px 0px;
}

.menu {

}

.menu li {
list-style-type: none;
height: 40px;
background: none repeat scroll 0% 0% rgb(248, 238, 0);
margin: 5px 0px;
  text-align: center;
}


.menu li a {
color: rgb(0, 0, 0);
text-transform: uppercase;
text-decoration: none;
line-height: 40px;
font-size: 20px;
padding: 0px 15px;
}

.menu li:hover {

}

#wrapper div.center {
  margin: 20px 0px 0px;
}

#component {
width: 694px;
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
float: right;
margin: 15px 0 0 0;
}
#component h2, #component h2 a{
  font-family: 'Trebuchet MS',sans-serif;
font-size: 20px;
color: #003E76;
padding-bottom: 15px;
padding-top: 15px;
font-weight: bold;
}
#component h2 a:hover {
  color: #2b2b2b;
}
#component h3, #component h3 a{
padding-bottom: 15px;
padding-top: 15px;
}

#component p.readmore  a {
  color: #003e76;
  padding-bottom: 10px;
  float: right;
}
#component p.readmore  a:hover{
  color: #243238;
}

#component div.contactobratnaya_svayz h3 {
  display: none;
}

h1 {font-size: 26px; padding-bottom: 20px;}

.item-page {
padding: 15px;
}

#left {
  width: 290px;
  float: left;
  margin-right: 16px;
}

#right {
width: 694px;
float: right;
margin: 5px 0 0 0;
}

#wrapper div.center:after {
  content: '.';
  visibility: hidden;
  height: 0px;
  display:block;
  clear: both;
}

.moduletable_sale {
margin: 20px 0;
width: 270px;
padding: 0 0 0 20px;
background: url(../images/akcii.png) no-repeat top right;
height: 150px;
}
.custom_sale {
padding: 5px;
}
.items-more {
  margin: 20px;
}

#copyright {
  float: right;
}
#copyright, #copyright a {
color: #fff;
}

#contact-form dt,#contact-form dd {
  margin: 0px 5px;
  padding: 2px 5px;
}


#bottom {
background: rgba(0,0,0,0.6);
height: 80px;
margin: 50px 0px 0px;
width: 100%;
}

#bottom-inner {
width: 1000px;
margin: 0 auto;
font-size: 14px;
color: #8d97a6;
position: relative;
top: 20px;
}

.podval {
  font-size: 12px;
  color: #c9eaff;
  padding: 10px 0px 0px 25px;
  line-height: 2;
}
.pagination {
margin: 20px auto;
}

.pagination ul {
list-style-type: none;
}

.pagination li {
float: left;
padding: 10px;
}
.item-separator {
margin: 35px 0 10px 0;
border: 1px solid #003e76;
}

.readmore {
  margin: 10px 0px;
  text-transform: uppercase;
  font-size: 10px;
}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    color: #000;
  }

  .modalDialog:target {
    display: block;
    pointer-events: auto;
  }

  .modalDialog > div {
width: 600px;
position: relative;
margin: 10% auto;
padding: 20px;
border-radius: 10px;
background: linear-gradient(rgb(255, 255, 255), rgb(153, 153, 153)) repeat scroll 0% 0% transparent;
  }

  .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }

  .close:hover { background: #00d9ff; }
  
.foxform div {
    padding: 2px 0px;
    margin: 0px 0px 10px;
}
.foxfield {
    overflow: hidden;
}
.foxform input, .foxform textarea {
    color: rgb(80, 80, 80);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(192, 192, 192, 0.7) inset, 0px 0px 7px rgba(192, 192, 192, 0.7);
    border: 1px solid rgb(192, 192, 192);
    margin: 0px 3px !important;
    padding: 5px !important;
    float: right;
display: block;
float: none;
margin: 0px auto !important;
}

}
button.foxbutton {
    cursor: pointer;
    padding: 3px 5px;
}

ul {padding: 15px 0px 15px 20px;}
.cena td {padding: 10px; background-color: #cccccc;} 
.cena td:hover {background-color: #F8EE00;} 

.contentpane {
background: none;
}
.fox-copyright {
display: none;
}
ul.menu-car {
	list-style-type: none;
	display: block;
	height: 380px;
	padding-left: 10px;
}
ul.menu-car li {
	display: block;
	float: left;
	padding: 5px;
}


.car-gallery .car-phoho
{
	display: inline-block;
	margin: 5px;	
}
