/*

каскадный стиль для главной страницы

*/

.reds {font-weight: bold; color: #ed1b2f;}
.reds A:active {font-weight: bold; color: #ed1b2f;}
.reds A:link {font-weight: bold; color: #ed1b2f;}
.reds A:visited {font-weight: bold; color: #ed1b2f;}
.reds A:hover{font-weight: bold; color: #ed1b2f;}

#topContainer {
  position: relative;
  margin: 0 auto;

  width: 1250px;
  height:610px;

}

#contentContainer {
  position: relative;
  margin: 0 auto;

  top: 0px;
  width: 1250px;
  padding: 6px 0px;
  height: 250px;

  background-color: #000;
  color: #333;

}


#contentContainer .leftItem
{
  position: absolute;

  left: 0px;
  top: 0px;
  width: 461px;
  height: 60px;

  font-size: 10px;
  line-height: 16px;
  color: #DDD;
  width:100%;

}

#leftItem2
{
	padding-top:7px;
	width:100%;
	text-align:center;
}

#contentContainer .rightItem {
  position: absolute;

  left: 461px;
  top: 0px;
  width: 461px;
  height: 60px;

  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #DDD;

}


#centerImg {
  position: absolute;

  left: 0px;
  top: 148px;
  width: 922px;
  height: 371px;

/*  background-color: #b9bfbf; */


}


#center-img .back {
  position: absolute;

  left: 0px;
  top: 50px;

  z-index: 1;
}

#avtotempLogo {
  position: absolute;

  left: 730px;
  top: 420px;
  width: 194px;
  height: 57px;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;

  /*z-index: 999;*/
  z-index: 100;
}

a.special {
  font-weight: bold;
  font-size: 14px;
  color: #ed1b2f;
  padding: 4px 6px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px dotted #ed1b2f;

}

a.special:hover {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  background-color: #ed1b2f;
  border-bottom: 1px solid #ed1b2f;

}
