* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  background: #3d3938 url(/images/back.png) 0 0 repeat-x;
  height: 100%;
}

table {
  border: 0;
  border-collapse: collapse;
  font: 13px/18px Arial;
  width: 100%;
}

table td {
  padding: 0;
  vertical-align: top;
}

img {
  border: 0;
}

a {
  color: #7e1e00;
}

p {
  margin: 10px 0;
}

h1, h2, h3 {
  font: 20px/24px Arial;
}

ul, ol {
  margin-left: 40px;
}
li {
  margin: 5px 0;
}

.clear {
	clear: both;
	display: block;
}

#main {
  table-layout: fixed;
  height: 100%;
}

.left {
  background: url(/images/left-back.png) 100% 0 repeat-y;
  width: 50%;
}
 .right {
  background: url(/images/right-back.png) 0 0 repeat-y;
  width: 50%;
}
.left div {
  background: url(/images/left-top-back.png) 100% 0 no-repeat;
  width: 20px;
  height: 329px;
  float: right;
}
.right div {
  background: url(/images/right-top-back.png) 0 0 no-repeat;
  width: 20px;
  height: 329px;
}

.center {
  font: 13px/18px Arial;
  color: #3d3938;
  background: #fff url(/images/top-back.png) 0 0 repeat-x;
  width: 938px;
  height: 100%;
}

.menu {
  margin: 24px 10px;
}
.menu a {
  font-weight: bold;
  background: url(/images/menu-li.gif) 15px 1px no-repeat;
  display: inline;
  padding: 0 15px 1px 35px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .menu a { background: url(/images/menu-li.gif) 15px 0 no-repeat; }
}
.menu a.active {
  color: #3d3938;
  text-decoration: none;
}
.menu a.active:hover {
  text-decoration: underline;
}

.block {
  background: #944917 url(/images/block-center.jpg) 0 0 no-repeat;
  width: 938px;
  height: 279px;
}
.block-top {
  background: url(/images/block-top.png);
  width: 938px;
  height: 17px;
  filter:expression(fixPNG(this));
}
.block-text {
  padding: 58px 25px 0 445px;
  color: #fee8d8;
}
.block-text h2 {
  font: 28px/36px Arial;
  color: #fff;
}
.block-bottom {
  background: url(/images/block-bottom.png);
  width: 938px;
  height: 17px;
  filter:expression(fixPNG(this));
}
.block-care {
  background: url(/images/block-care.png) 0 0 no-repeat;
  width: 444px;
  height: 107px;
}
.block-index {
  background: url(/images/block-index.png) 0 0 no-repeat;
  width: 455px;
  height: 89px;
}

.text {
  padding: 30px 25px;
}
.text .img {
  float: left;
  margin: 5px 10px 5px 0;
}
.text .img2 {
  float: right;
  margin: 5px 0 5px 10px;
}
.text h2 {
  margin-top: 20px;
}

.text-photo {
  padding: 30px 25px;
  font: 12px/16px Arial;
  position: relative;
}
.text-photo input, .text-photo select {
  font: 12px/16px Tahoma;
}
.text-photo .home {
  position: absolute;
  right: 35px;
  top: 30px;
  font-weight: bold;
}
.text-photo .home-details {
  font-weight: bold;
  text-align: right;
}

.news, .gallery {
  font: 12px/18px Arial;
  width: 230px;
  float: left;
  padding: 20px 10px 30px 25px;
}
.news span {
  font-weight: bold;
  color: #7e1e00;
}
.news div {
  margin: 0 0 20px;
}
.news h3 {
  color: #fff;
  background: url(/images/news.gif) 0 0 no-repeat;
  padding: 15px 40px;
  margin: 0 0 20px 0;
}

.direct {
  background: url(/images/direct.gif) 0 0 no-repeat;
  padding: 22px 0 0;
}
.direct  div {
  background: #fff9f0;
  border: 1px solid #fbe5c0;
  color: #1c1c1c;
  margin: 0 0 7px;
  padding: 10px 10px 0;
}
.direct a {
  color: #1c1c1c;
}
.direct b {
  color: #00c;
  text-decoration: underline;
}
.direct span {
  color: #060;
  font-weight: normal;
}

.gallery h3 {
  color: #fff;
  background: url(/images/news.gif) 0 0 no-repeat;
  padding: 15px 20px;
  margin: 0 0 20px 0;
}

.standart p {
  margin-left: 20px;
}

.question {
  margin: 20px 0;
}
.question div {
  margin: 10px 0;
}
.question label {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 200px;
  margin: 0 15px 0 0;
}
.question .submit {
  margin-left: 215px;
}

.photo {
  margin: 20px 0 10px;
}
.photo div {
  float: left;
  width: 25%;
  _width: 24%;
  height: 130px;
  text-align: center;
  color: #004C75;
}

.categories h3 {
  margin: 0 0 15px;
}
.categories div {
  float: left;
  width: 48%;
}

.back {
  float: right;
}

.message {
  background: #fff9f0;
  border: 1px solid #fbe5c0;
  font: 14px/18px Arial;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
}

.footer {
  font: 13px/18px Arial;
  color: #fee8d8;
  background: #944917 url(/images/footer.png) 0 17px no-repeat;
  width: 938px;
  height: 101px;
}
.footer a {
  color: #fee8d8;
}
.footer-top {
  background: url(/images/footer-top.png);
  width: 938px;
  height: 17px;
  filter:expression(fixPNG(this));
}
.footer-left {
  float: left;
  margin: 22px 0 0 25px;
  _margin-left: 12px;
  white-space: nowrap;
}
.footer-left img {
  float: left;
  margin: 3px 20px 0 0;
}
.footer-right {
  font: 11px/24px Tahoma;
  float: right;
  margin: 20px 35px 0 0;
  _margin-right: 17px;
}
.footer-right img {
  filter:expression(fixPNG(this));
}

#goog-wm {
  width: 800px;
  padding: 1em;
}
#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}       
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }   
#goog-wm ul li { }
#goog-wm li.search-goog {
  display: none;
}

#pageHeader {
  width: 938px;
  height: 68px;
  position: relative;
  background: url(/images/xhead2.gif) 0 20px no-repeat;
  text-align: center;
  
}
.topNav {
  line-height: 20px;
  padding: 34px 0px 0px 50px;
  color: #dae1e8;
  font-size:13px;
  font-weight: bold;
}
.topNav a {
  height: 20px;
  color: #fff;
}
.topNav a:hover {
  color: #fff;
}

.dogr {
	color: #737577;
	padding: 20px 0 0;
}
.dogr .price {
	float: right;
	font: 16px Tahoma;
	text-decoration: underline;
}
.dogr .title a {
	color: #0291cf;
	font: 16px Tahoma;
}
.dogr .pic {
	float: left;
	padding: 15px 15px 25px 0;
	text-align: center;
	width: 82px;
}
.dogr .pic img {
	border: #d4d4d4 solid 2px;
}
.dogr .txt {
	padding: 15px 0 25px;
}
.dogr .txt a {
	color: #0291cf;
}