/* main */
html, body { height:100%; margin:0px; padding:0px; }
body { position:relative; background:#fff; font-size:12px; font-family: Tahoma, Arial, sans-serif; color:#40362D; }
input, textarea, select, button { font-family:inherit; font-size:inherit; font-weight:inherit; }
h1,h2,h3,h4,h5,h6,p,img { margin:0px; padding:0px; }
ul, li { margin:0px; padding:0px; list-style-type:none; }
a { text-decoration:none; outline:none; }
a img { border:none; }

/* all */
#all {
  position:relative;
  top:0px;
  width:900px;
  height:100%;
  left:50%;
  margin-left:-450px;
  background: #dfe0e2 url('../img/all_bg.jpg') top left repeat-y;
}
html>body #all {
  height: auto;
  min-height: 100%;
}

/* header */
#header {
  position:relative;
  width:100%;
  height:204px;
  background: url('../img/header.jpg') top left no-repeat;
  margin-bottom:10px;
}

/* sidebar */
#sidebar {
  float:left;
  width:250px;
  padding-bottom:20px;
}

/* content */
#content {
  float:right;
  width:550px;
  margin-right:20px;
  padding:0px 0px 62px 0px;
  /*border:1px dotted #f00;*/
}
html>body #content {
  width:555px;
  margin-right:35px;
}
/* empty */
#empty {
  clear:both;
  height:75px;
}

/* footer */
#footer {
  position:absolute;
  width:100%;
  height:62px;
  left:0;
  bottom:0;
  background: url('../img/footer.jpg') top left repeat-x;
  text-align:center;
}

/* header menu */
#hd_menu_about { position:absolute; top:162px; left:287px; }
#hd_menu_cooperation { position:absolute; top:162px; left:430px; }
#hd_menu_services { position:absolute; top:162px; left:585px; }
#hd_menu_contacts { position:absolute; top:162px; left:770px; }
/* header menu */
/* sidebar */
img.imgMenuTop, img.imgMenuBottom {
  display:block;
  margin-left:15px;
}
img.imgMenuTop {
  margin-top:20px;
}
ul.sidebarMenu {
  width:250px;
  margin-left:15px;
  padding-top:5px;
  background: url('../img/sb_menu_middle.jpg') top left repeat-y;
}
ul.sidebarMenu li {
  margin:0px 5px;
  border-bottom:1px dotted #fff;
}
ul.sidebarMenu li a {
  display:block;
  width:233px;
  padding:5px 0px 2px 7px;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#456cb2;

}
ul.sidebarMenu li a:hover {
  color:#fff;
  background-color:#456cb2;
}
/* sidebar */

/* content */
#content h1 {
  clear:both;
  font-family: Arial, Tahoma, sans-serif;
  color:#5070a0;
  font-size:14px;
  margin-bottom:10px;
}
#content h2 {
  font-family: Arial, Tahoma, sans-serif;
  color:#49699F;
  font-size:14px;
  margin-bottom:10px;
  clear:both;
}
#content h3 {
  font-family: Arial, Tahoma, sans-serif;
  color:#49699F;
  font-size:14px;
  margin-top:10px;
  margin-bottom:1px;
  clear:both;
}
#content a {
  color:#49699F;
  text-decoration:underline;
  /*border-bottom:1px dotted #49699F;*/
}
/*#content a:hover {
  color:#fff;
  background-color:#49699F;
}*/
#content p {
  clear:both;
  color:#575757;
  line-height:1.3;
  margin-bottom:10px;
}
#content p strong {
  color:#777;
}
#content p img {
  float:right;
  padding:2px;
  border:1px solid #bfbfbf;
  margin:0 0 3px 5px;
}
#content ul {
  color:#575757;
  margin-bottom:20px;
  margin-left:25px;
}
#content ul li {
  list-style-type:circle;
}
#content div.priceItem {
  text-align:right;
  font-weight:bold;
  padding-bottom:3px;
  border-bottom:1px dotted #bfbfbf;
  margin-bottom:15px;
  color:#49699F;
}
#content table.objects td { /* таблица - перечень объектов */
  vertical-align:top;
  padding:2px 5px;
  border-bottom:1px dotted #999;
}
#content p.afterTable {
  font-family: Arial, Tahoma, sans-serif;
  font-size:14px;
  font-weight:bold;
  margin-top:15px;
  color:#49699F;
}
#content p.date {
  text-align:right;
  font-weight:bold;
  font-size:10px;
  border-bottom:1px dotted #bfbfbf;
}
#content a.detailed {
  display:block;
}
#content p.goback {
  text-align:right;
}
#content p.help {
  text-align:right;
  font-size:11px;
  margin:0px 45px 0px 0px;
  color:#999;
}
/* content */

/* footer menu */
#footer p {
  padding-top:10px;
  color:#f4f4f4;
}
#footer p a {
  color:#f4f4f4;
}
#footer p a:hover {
  border-bottom:1px dotted #f4f4f4;
}
#footer #copyright {
  position:absolute;
  top:42px; left:10px;
  color:#f4f4f4;
  font-size:11px;
}
#footer #developer {
  position:absolute;
  top:42px; right:10px;
  color:#f4f4f4;
  font-size:11px;
}
#footer img {
  margin-top:7px;
}
/* footer menu */
/* feedback form */
#feedbackForm { margin:0 10px 40px 10px; height:290px; }

#feedbackForm #user, #feedbackForm #email, #feedbackForm #phone, #feedbackForm #u_message {
  display:block;
  width:360px;
  float:left;
  margin:2px 0;
}
#feedbackForm #radio {
  width:360px;
  float:left;
  margin:2px 0;
}
#feedbackForm #radio input {
  width:10px;
}

#feedbackForm #submit {
  width:120px;
  padding-left:240px;
  outline:none;
}
#feedbackForm label {
  position:relative;
  display:block;
  text-align:right;
  float:left;
  width:120px;
  padding-right:5px;
}
#feedbackForm label em {
  position:absolute;
  right:-300px;
  top:-3px;
  font-size:.9em;
  color: #f00;
  padding: 1px;
}
/* feedback form */

/* paginator */
#content div.paginator {
  text-align:center;
  margin-top:5px;
}
#content div.paginator span {
  margin:0 3px;
}
#content div.paginator a {
  color:#868686;
}
/* paginator */
