body {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-family: Tahoma, sans-serif;
  color: #797979;
  font-size: 11px;
  background: url(../img/body_bg.gif) repeat-x;
  text-align: justify;
}
a {
  outline-style: none;
  font-size: 11px;
  font-weight: bold;
  color: #df1f06;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div#main {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
div#top {
  width: 900px;
  height: 148px;
  margin: 0;
  background: url(../img/top_bg.jpg) no-repeat top center;
  position: relative;
}
div#menu {
  width: 900px;
  height: 45px;
  position: absolute;
  top: 103px;
  line-height: 45px;
  text-align: center;
}
div#content {
  width: 900px;
  height: auto;
  margin: 0;
  padding: 20px 0 50px 0;
}
div#footer {
  width: 100%;
  height: 60px;
  margin: 0;
  background: #de1f05;
}
div#footer div#in {
  width: 900px;
  height: 60px;
  margin: 0 auto;
}
a#logo {
  width: 155px;
  height: 70px;
  display: block;
  position: absolute;
  top: 20px;
  left: 65px;
}
a.menuLink {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px #a21604;
  text-transform: uppercase;
  margin: 0 40px;
}
a.menuLink:hover {
  text-decoration: none;
  color: #3c3c3c;
}
div.clearFix {
  width: 900px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div#content div.left {
  width: 300px;
  height: auto;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}
div#content div.right {
  width: 480px;
  height: auto;
  float: left;
  padding-left: 20px;
}
div.title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #f3341a;
  background: url(../img/dot.gif) center left no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  margin-left: 360px;
}
a.button {
  display: block;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #e4250b;
  color: #ffffff;
  width: 100px;
  font-size: 11px;
  text-align: center;
  float: right;
}
a.button:hover {
  background-color: #f9280c;
  text-decoration: none;
}
input[type=submit] {
  display: block;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #e4250b;
  color: #ffffff;
  width: 100px;
  font-size: 11px;
  text-align: center;
  float: right;
  cursor: pointer;
  border: none;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #f9280c;
  text-decoration: none;
}
div#in div.left {
  width: 600px;
  padding-top: 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
}
div#in div.right {
  width: 300px;
  padding-top: 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}
div#footer a {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}
div.galleryConteiner img {
  border: solid 1px #ec0000;
  width: 125px;
  height: 125px;
}
div.galleryConteiner div.text {
  padding-bottom: 20px;
}
div.formConteiner div.text {
  padding-bottom: 20px;
}
a.offerButton {
  display: block;
  padding: 5px 0 5px 45px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url(../img/offerButton.jpg) no-repeat top center;
  color: #000000;
  font-size: 13px;
  text-align: left;
  width: 215px;
  clear: both;
  margin: 0 0 10px 0;
  font-family: Arial; 
}
a.offerButton:hover {
  background-position: 0 100%;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px 0px #a21604;
}
div.offer {
  color: #f8280c;
  font-weight: bold;
  font-family: Arial;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div.galleryConteiner {
  padding: 0 40px;
}
div.image {
  width: 160px;
  float: left;
  margin-bottom: 30px;
}
