@CHARSET "UTF-8";
@import "reset.css";
@import "editor.css";

body
{
  width: 980px;
  margin: 0 auto;
  background: #8a1d20 url('img/home-bg_new.jpg') no-repeat center top;
  color: #fff;
  font-family: trebuchet ms,Arial,Helvetica;
  height: 528px;
}

body a,
body a:link
{
  color: #fff;
}

.menu
{
  padding: 25px 0 0 220px;
  height: 45px;
}

.menu div
{
  float: left;
  width: 137px;
  padding: 0 18px;
  margin-right: 12px;
  text-align: center;
}

.menu a
{
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}

.sidebar
{
  float: left;
  padding: 296px 0 0 25px;
  width: 175px;
}

.sidebar input
{
  display: block;
  border: 0 none;
}

.sidebar .text
{
  width: 152px;
  height: 14px;
  background: url('img/home-searcher-bg.jpg') no-repeat left top;
  padding: 4px 4px 4px 8px;
  margin-bottom: 8px;
}

.sidebar .submit
{
  width: 94px;
  height: 29px;
  padding: 0;
  background: url('img/home-search-submit.jpg') no-repeat left top;
  cursor: pointer;
}

.advert
{
  width: 157px;
  height: 70px;
  background: url('img/home-advert-bg.jpg') no-repeat left top;
  margin-top: 6px;
  padding: 5px 10px;
  overflow: hidden;
}

.main
{
  float: left;
  padding-left: 18px;
  width: 760px;
}

.imgs
{
  height: 351px;
  padding: 0;
  margin: 0;
}

.imgs li
{
  float: left;
  margin: 1px 13px 0 0;
  width: 173px;
  height:  350px;
  padding: 0;
  position: relative;
}

.imgs li img,
.imgs li a 
{
  width:  173px;
  height: 350px;
  top:  0;
  left: 0;
  display: block;
}

.banners
{
  clear: both;
  padding-top: 8px;
}

.banners a
{
  line-height: 88px;
}

.banners a img
{
  vertical-align: top;
}

.banners .contact img
{
  padding-top: 3px;
  margin-left: -2px;
}
