/***************************** BASIC STYLES ***********************************/

@import url(base.css);


form { 
  margin:0px; 
  padding:0px; 
}

img { 
  behavior:url('pngbehavior.htc'); 
}

body { 
  margin:0px; 
  padding:0px; 
}

body, td, a, p, font { 
  font-family:Tahoma; 
  font-size:9pt; 
  color:#747474; 
}

a { 
  color:#2b79aa; 
}

input, select, textarea { 
  font-size:9pt; 
}

.logo { 
  margin:0;
}

#flashlogo {
  width: 216px; 
  height: 129px;
  padding: 30px 0 33px 0;
  background:url('logo.gif') center center no-repeat; 
}

#car {
  position: absolute; 
  /*left: 750px; */
  top: 0px; 
  display: block;
  width:100%;
}

/****************************** MENU ******************************************/

.menu { 
  padding:5px 10px; 
  height:22px; 
  background-color:#f3f3f3; 
  font-weight:bold; 
  font-family:Verdana; 
  padding-left:29px; 
  text-indent:-19px; 
}

.menu a { 
  text-decoration:none; 
  color:#afafaf; 
  font-family:Verdana; 
  /*этого тут не было*/
  padding-left:-1px;
}

.menuActive { 
  padding:5px 10px; 
  height:22px; 
  background-color:#fff; 
  font-weight:bold; 
  color:0D5788; 
  font-family:Verdana; 
  padding-left:29px; 
  text-indent:-19px; 
}

.menuActive a { 
  text-decoration:none; 
  font-family:Verdana; 
}

img.bullet { 
  margin-right:6px; 
}

/********************************* NEWS BLOCK *********************************/

div.leftNews     { 
  margin:10px 0px 5px 5px; 
}

div.leftNewsTop, div.leftNewsTop a  { 
  font-size:10pt; 
  font-weight:bold; 
  color:#9b9b9b;
  margin: 0 0 5px 0;
  text-decoration: none; 
}

div.leftNewsDate { 
  font-size:7pt; 
  font-weight:bold; 
  color:#134C94; 
}

div.leftNewsText {
  color:#3F3F3F; 
}

div.leftNewsMore { 
  margin-top:5px; 
  text-align:right; 
}

div.leftNewsMore a { 
  font-size:8pt; 
  color: #134C94;
}

div.news { 
  margin:10px 0px 5px 5px; 
}

div.newsDate {
  font-size:7pt; 
  font-weight:bold; 
  color:#0D5788; 
}

div.newsTop { 
  font-size:12pt; 
  font-weight:bold; 
  color:#0D5788; 
  margin: 0 0 5px 0; 
}

div.newsText { 
  color:#9b9b9b; 
}

div.newsMore { 
  margin-top:5px; 
  text-align:left; 
}

div.newsMore a { 
  font-size:8pt; 
}

/******************************************************************************/

#commontab {
  margin:0;
  padding:0;
  background:url('bg.jpg') top left repeat-x; 
}

td.title { 
  background:url('title-bg.gif') top left repeat-x; 
}

#content { 
  padding-top:12px;
  height:100%;
  width:100%;
}

#content h1.welcome, {
  font-weight:bold; 
  color:#2E3193; 
  font-size:11pt; 
  margin:10px 0 10px 0;
  padding:0; 
}

#content h1, .contentTitle  { 
  font-weight:bold; 
  font-size:11pt;
  color:#0D5788; 
  margin:0px 0 16px 0; 
  padding:0; 
}

div.ban { 
  margin-top:10px;
  display:none; 
}

div.bottom { 
  text-align:center; 
}

div.bottomImage { 
  margin-bottom:10px; 
}

div.bottomLink a { 
  color:#747474; 
  font-size:7pt; 
  font-weight:bold; 
}

.footerLeft { 
  padding:0px 0px 0px 40px; 
  font-size: 12px;
  line-height:16px;
}

.footerRight { 
  padding:20px 40px 0px 0px; 
  text-align:right; 
}

tr.pth td { 
  background-color:#999; 
  color:#fff; 
  font-weight:bold; 
}
tr.ptc td { 
  background-color:#fff; 
}

tr.calhh td { 
  text-align:right; 
  padding-bottom:10px; 
}

tr.calh td { 
  font-weight:bold; 
  text-align:right; 
  padding-bottom:5px; 
}

tr.cal td { 
  text-align:right; 
  padding-bottom:2px; 
}

a.p{
  font-size:11px;
  text-decoration:none;
  color:#aaaaaa;
}

/******************************** GALLERY *************************************/

#imgs {
  padding: 20px;
  display: block;
}

#imgs span {
  padding:10px 0 10 0; 
  display:block; 
  font-weight:bold;
}

#imgs img { 
  cursor: hand; 
}

#imgs img.photo {
  border-width:1px;
  border-color:#FFFFFF;
  width:  80px;
  height: 60px;
  margin: 0px 5px 5px 0px;
}    

#bigimage {
  border-width:1px;
  border-color:#FFFFFF;
  white-space:nowrap;
  width:400px;
  height:300px;
}    

#bigimagealt {
  border-width:0; 
  background-color:#FFFFFF; 
  width:100%; 
  text-align:center;
  color: #0D5788;
  font-weight:bold;  
  font-family:Verdana;
}

select#gallery { 
  font-size:10px; 
  width:200px; 
}

td.phonebg {
  padding: 35px 0px 0px 75px; 
  background: transparent url(phone.jpg) no-repeat scroll left top; 
  -moz-background-clip: -moz-initial; 
  -moz-background-origin: -moz-initial; 
  -moz-background-inline-policy: -moz-initial; 
  font-size: 22pt; 
  letter-spacing: -2px; 
  color: rgb(255, 255, 255); 
}

/* LANGS ICONS */

#langs {
  display: block;
  position: absolute;
  top:10px;
  left: 60px;
  z-index: 100;
}

#langs ul li a {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color:#134C94;
}

#langs ul {
  margin: 0;
  padding: 0; 
}

#langs li {
  float:left;
  margin: 0 20px 0 0;
  padding: 0; 
  list-style-type: none;
}

#langs img {
  margin: 0 10px 0 0;
  border: none;
}

/********************************* LANGS ICONS ********************************/

#topmenu {
  position: absolute;
  top: 12px;
  left: 260px;
  z-index: 900;
}

#topmenu .phones {
  line-height:1.5;
  float:left;
}

#topmenu li {
  color:#FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
  float:left;
  margin: 0 20px 0 0;
  padding: 0; 
  list-style-type: none;
  white-space: nowrap;
}

#topmenu a {
  font-weight: bold;
  text-decoration: underline;
  color:#FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
}

#topmenu img {
  margin: 0 10px 0px 0;
  border: none;
  float:left;
}

/******************************************************************************/

#anonces {
  width:100%;
  margin:0 0 30px 0;
  padding:0;
}

.anons {
  float: left;
  width: 33%;
  padding: 0;
  text-align: left;
  display:block;
}

.anons img {
  margin: 10px 0 10px 0;
  border: 2px #0D5788 solid;
}

.anons h3 {
  margin: 5px 0 6px 0;
  font-weight: normal;
}

.anons h3 a {
  color: #134C94;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: underline;
  font-weight: normal;
}

.anons p {
  margin: 0 30px 0 0;
  font-size: 11px;
  line-height: 16px;
}

.anons p a {
  color: #434343;
  text-decoration: none;
}

/********************************** COPYRIGHT *********************************/

.copy { 
  padding-left:5px; 
}

.copy, .copy a { 
  color:#2b79aa;  
  text-decoration:none; 
  font-size:7pt; 
}

/************************************ OTHER ***********************************/

#topflash {
  position:absolute;
  top:0px;
  right:0;
  height:265; 
  width:514;
  margin:0;
} 

#maintab {
  margin-top:88px;
  padding:0;
}

#maintab .cell {
  width: 20px; 
  height: 1px;
}

#pages {
  margin: 20px 0 0 0;
  clear:both;
  float:none;
}

a.hdr {
  text-decoration: none;
  line-height: 2;
}

a.hdr{
  color: #000000;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  font-family: Tahoma;
  text-decoration: none;
  text-transform: uppercase;

}

h2.hdr{
  color: #000000;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  font-family: Tahoma;
  text-decoration: none;
  text-transform: uppercase;
  margin:0;
  padding:0;
  background-color: #FFFFFF;
  display: block;
  float: left;
  padding-right: 3px;
   
  

}

h2{
  color: #000000;
  font-style: normal;
  font-size: 17px;
  font-weight: normal;
  font-family: Tahoma;
  text-decoration: none;
  text-transform: uppercase;
  margin:0;
  padding:0;
  background-color: #FFFFFF;
  display: block;
  padding-right: 3px;
}

#copy_phone {
  background:url('phone.jpg') top left no-repeat; 
  font-size:22pt; 
  letter-spacing:-2px; 
  color:#fff; 
  padding:35px 0px 0px 75px;
}
