/*
 * Style for for RA4 site
 *
 * Design: LTD progway, http://www.progway.ru/
 * Author: LTD progway, http://www.progway.ru/
 * Copyright (c): 2008
 *
 */
html {
  background-color: white;
}
body {
}

body, div, ul, ol, li, img, form, p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
body, div {
  font-family: Tahoma, sans-serif;
}
body, div, p, td{
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 14px;
}
.big2 {
  font-size: 16px;
}
.small {
  font-size: 11px;
}
.left {
  float: left;
}
.right, .signature {
  float: right;
}
.text_header{
  float: right;
  width: 250px;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.indent {
  padding-bottom: 15px;
}
.indent2 {
  padding-bottom: 30px;
}
.zipped {
  width: 70%;
}
.error {
  color: #cd0000;
  font-size: 0.85em;
  margin-left: 15px;
}
.black {
  color: black;
}
.price {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 10px 0 0 0;
}

#header {
  height: 140px;
  background: url('./images/bg.jpg') no-repeat #7c7c7c 12%;
  color: white;
 
}
#header img {
  float:left;
  padding: 15px 0 0 13%;
  border: 0;
}
#header p{
  padding: 45px 0 0 70%;
  text-align: left;
}
#header p a{
  color: white;
  display: block;
}
#main {
  padding-top: 45px;
  width: 100%;
}
#logos {
  width: 910px;
  margin: 0 auto;
}
#logos li{
  float:left;
  background: url('./images/circle-bg.png') no-repeat;
  width: 190px;
  height: 190px;
  text-align: center;
  margin: 0 15px 50px 15px;
  line-height: 190px;
}
#logos img{
  border: 0;
  vertical-align: middle;
}

#content {
  width: 774px;
  margin: 0 auto;
  color: #7c7c7c;
}
#content h1{
  font-size: 24px;
  font-weight: normal;
  padding-top: 10px;
  left: -45px;
  position: relative;
}
#content p{
  padding: 10px 0;
}

#content .logo {
  text-align: center;
}
#content img {
  margin-bottom: 50px;
}
#copyright {
  position: absolute;
  right: 15px;
  font-size: 80%;
  color: gray;
  padding-bottom: 15px;
}
#copyright a { 
  color: gray;
}
#copyright a:hover {
  color: red;
}
#copyright strong {
  font-weight: normal;
}

