/*
 * Style for for Justice Collegium site
 *
 * Design: LTD progway, http://www.progway.ru/
 * Author: LTD progway, http://www.progway.ru/
 * Copyright (c): 2008
 *
 */
html {
  background: url('assets/images/bg.png') white left top repeat-x;
}
body { 
  width: 999px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

div, ul, ol, li, img, form, p {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
body, div {
  font-family: Tahoma, sans-serif;
}
body, div, p, td, ul{
  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;
}
.phone {
  font-size: 20px;
  font-weight: bold;
}
.hidden {
  display: none;
}
#header {
  padding-bottom: 25px;
}
#header img {
  margin: 0 auto;
  display: block;
  border: 0;
}

#contacts p{
  color: #808285;
  font-family: Sylfaen, serif;
  font-size: 15px;
  text-align: center;
}
#contacts a {
  color: #808285;
}
/*.phones {
  font-size: 125%;
}*/
#menu{
  float: left;
  width: 180px;
  margin-left: 180px;
}
#menu li {
  padding: 0 0 10px 0;
}
#menu li li {
  padding: 5px 0;
}
#menu ul ul {
  padding-left: 10px;
}
#menu ul a{
  font-family: Sylfaen, serif;
  color: #babcbe;
  font-size: 15px;
  font-weight: bold;
}
#menu ul ul a {
  font-size: 13px;
}
#menu li.active > a{
  color: #8b001b;
}
#main {
  width: 625px;
  float: right;
  padding-bottom: 100px;
  min-height: 450px;
}
h1 {
  font-size: 30px;
  color: #8b001b;
  font-family: Sylfaen, serif;
  position: relative;
  left: 374px;
  width: 382px;
  padding-left: 18px;
  margin-top: 0;

}
#content {
  border-left: 3px solid #babcbe;
  padding-left: 15px;
  font-size: 11px;
  min-height: 300px;
}
#content p {
  padding-bottom: 1em;
  text-align: justify;
}
#content p.tleft {
  text-align: left;
}
#content h2 {
  font-size: 150%;
  color: #8b001b;
  font-family: Sylfaen, serif;
  padding-bottom: 0.5em;
  margin: 0;
}
#content a {
  color: #8b001b;
}
#content table {
  border-collapse: collapse;
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
}
#content table td {
  border: 1px solid black;
  padding: 5px;
}
#content table td p {
  padding-bottom: 0;
  text-align: center;
}

#content table thead td {
  background-color: #8b001b;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 125%;
  font-weight: bold;
}
#content ul {
  padding-bottom: 1em;
  padding-left: 25px;
  list-style: disc;
}
.cost {
  text-align: center;
}
.map {
  width: 600px;
  height: 450px;
  margin-bottom: 1.5em;
}
#stickers {
  position: absolute;
  left: 0;
  top: 285px;
  /*width: 170px;
  height: 600px;*/
  border: 0;
}
#footer {
  clear: both;
}
#copyright {
  padding: 15px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
a.progway {
  color: #5f3a74;;
  text-decoration: none;
}
a.progway.publicity {
  color: #79a924;
}
a.progway strong {
  font-weight: normal;
}
a.progway:hover {
  color: #fff;
  background-color: #5f3a74;
}
a.progway.publicity:hover {
  background-color: #79a924;
}
#flashcontent {
  float: right;
  width: 350px;
  padding: 0 0 0.5em 1em;
}