*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 0.97em;
}

body
{
    width: 950px;
    margin: 0px auto;
    background-color: #d5bbab;
}

a
{
    text-decoration: none;
    color: #111111;
}

#wrapper
{
    width: 950px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #d5bbab url('/images/bg.gif') 0px 0px repeat-y;
}
#wrapper #logo
{
    width: 497px;
    height: 136px;
    position: absolute;
    top: 2px;
    left: 154px;
    background: transparent url('/images/logo.png') 0px 0px no-repeat;
    z-index: 200;
    overflow: hidden;
    border: 0px none;
    color: #84502c;
    text-indent: -10000px;
}
#wrapper #logo a
{
    width: 497px;
    height: 136px;
    padding: 0px;
    margin: 0px;
    display: block;
}
#wrapper #wrap
{
    width: 713px; /* 922px total */
    margin: 0px auto; /* 13px 14px*/
    padding: 211px 118px 17px 91px; /* 193 160 17 69*/
    position: relative;
    border: 1px solid #442917;
    background: #84502c url('/images/head.jpg') 0px 0px no-repeat;
}
#wrapper #postwrap
{
    width: 950px;
    height: 16px;
    line-height: 1%;
    overflow: hidden;
    color: #d5bbab;
    background: #d5bbab url('/images/top_n_bottom.gif') 0px -14px no-repeat;
}
#wrapper #prewrap
{
    width: 950px;
    height: 14px;
    line-height: 1%;
    overflow: hidden;
    color: #d5bbab;
    background: #d5bbab url('/images/top_n_bottom.gif') 0px 0px no-repeat;
}

#menu
{
    width: 570px;
    height: 54px;
    padding-top: 1px;
    padding-bottom: 8px;
    position: absolute;
    left: 90px;
    top: 130px;
    z-index: 5000;
    background: transparent url('/images/menu.jpg') 0px 0px no-repeat;
}
#menu ul
{
    width: 570px;
    height: 54px;
    list-style-type: none;
    list-style-position: inside;
}
#menu ul li
{
    height: 54px;
    float: left;
    padding-left: 2px;
    padding-right: 0px;
    text-indent: -10000px;
}
#menu ul li a
{
    height: 54px;
    display: block;
    overflow: hidden;
    border: 0px none;
    font-size: 1.6em;
    text-decoration: none;
    color: #333333;
}
#menu ul li.m0
{
    padding-left: 1px;
}
#menu ul li.m0 a
{
    width: 102px;
}
#menu ul li.m0 a:hover,
#menu ul li.m0 a.current
{
    background: url('/images/menu.jpg') -1px -65px no-repeat;
}
#menu ul li.m1 a
{
    width: 122px;
}
#menu ul li.m1 a:hover,
#menu ul li.m1 a.current
{
    background: url('/images/menu.jpg') -105px -65px no-repeat;
}
#menu ul li.m2 a
{
    width: 141px;
}
#menu ul li.m2 a:hover,
#menu ul li.m2 a.current
{
    background: url('/images/menu.jpg') -229px -65px no-repeat;
}
#menu ul li.m3 a
{
    width: 191px;
}
#menu ul li.m3 a:hover,
#menu ul li.m3 a.current
{
    background: url('/images/menu.jpg') -372px -65px no-repeat;
}

#content
{
    width: 665px;
    min-height: 400px;
    padding: 0px 48px 48px 0px;
    border: 0px none #000;
    background: transparent url('/images/content_corner.gif') right bottom no-repeat;
    position: relative;
    overflow: hidden;
}

#content .flat,
#content .comment
{
    width: 568px;
    min-height: 61px;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 29px;
    overflow: hidden;
    color: #d7c197;
    border: 0px dashed #f00;
}
#content .flat p,
#content .comment p
{
    padding-bottom: 1.2em;
}

#content .flat h2 {
    width: auto;
    }
    #content .flat h2 a {
        color: #d7c197;
    }

#content .odd
{
    padding-right: 24px;
    color: #d7c197;
}
#content .odd p
{
    margin-left: 74px;
    color: #d7c197;
}
#content .even
{
    padding-left: 24px;
    color: #c9c8aa;
}
#content .even p
{
    margin-right: 74px;
    color: #c9c8aa;
}
#content .flat img
{
    border: 1px solid #b2570e;
}
#content .odd img
{
    float: left;
    margin-right: 5px;
}
#content .even img
{
    float: right;
    margin-left: 5px;
}
#content .flat .decorator,
#content .comment .decorator
{
    width: 283px;
    height: 24px;
    padding: 64px 28px 0px 28px;
    position: absolute;
    bottom: 0px;
    text-decoration: none;
    color: #000000;
}
#content .flat .decorator a
{
    text-decoration: none;
    color: #000000;
    font-size: 0.95em;
    border: 0px dashed #000000;
}
#content .even .decorator
{
    background: transparent url('/images/content_decorator.gif') -339px -88px no-repeat;
    text-align: left;
    left: 0px;
}
#content .odd .decorator
{
    background: transparent url('/images/content_decorator.gif') -0px -0px no-repeat;
    text-align: right;
    right: 0px;
}
#content .comment.admin
{
    font-weight: bold;
}

#content h1.subheader,
#content h2.subheader,
#content h3.subheader
{
    width: 400px;
    margin: 15px 0px;
    padding: 0px;
    text-align: left;
    color: #1d1d1d;
    text-decoration: underline;
    border-bottom: 0px solid #1d1d1d;
}
#content h2.subheader,
#content h3.subheader
{
    font-size: 0.9em;
}

#content h1
{
    width: 500px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    color: #e9ce83;
}
#content h2
{
    width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    text-align: left;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: bold;
    color: #d7c197;
}
#content p,
#content .para,
#content .para *
{
    margin-top: 18px;
    color: #c9c8aa;
    }
    #content p a,
    #content .para a
    {
        color: #d7c197;
        text-decoration: none;
        border-bottom: 1px dashed #d7c197;
    }
	
	#content p.price
    {
         background:none repeat scroll 0 0 #94603C;
         border:1px solid #9F6D48;
         display:block;
         margin-left:auto;
         margin-right:auto;
         padding:1em;
         width:70%;
		 font-weight:bold;
		 color:#fc6;
        }
#content ul
{
    margin: 0px 0px 0px 25px;
    list-style-position: outside;
    color: #d7c197;
}
#content ul li
{
    color: #d7c197;
}

#content #carousel
{
    width: 662px;
    height: 102px;
    padding-bottom: 18px;
    position: relative;
    overflow: hidden;
    border: 0px solid #ae5711;
}
#content #carousel #carousel-wrap
{
    margin: 0px 30px;
    overflow: hidden;
    padding: 2px 0px;
}
#content #carousel #carousel-ul
{
    height: 100px;
    position: absolute;
    top: 0px;
    display: block;
    overflow: hidden;
}

#content #carousel a.prev,
#content #carousel a.next
{
    width: 35px;
    height: 102px;
    display: block;
    position: absolute;
    border: 0px dashed #00f;
    z-index: 300;
    top: 0px;
}
#content #carousel a.prev
{
    left: 0px;
    background: transparent url('/images/jcarousel.jpg') 0px -204px no-repeat;
}
#content #carousel a.prev:hover
{
    left: 0px;
    background: transparent url('/images/jcarousel.jpg') 0px -306px no-repeat;
}
#content #carousel a.next
{
    right: 0px;
    background: transparent url('/images/jcarousel.jpg') 0px -0px no-repeat;
}
#content #carousel a.next:hover
{
    right: 0px;
    background: transparent url('/images/jcarousel.jpg') 0px -102px no-repeat;
}

#content #carousel .img
{
    height: 98px;
    padding: 0px;
    margin: 0px 10px;
    float: left;
    display: block;
    background-color: #333333;
}
#content #carousel .img a
{
    border: 0px none;
    color: #000000;
}
#content #carousel .img a img,
#content #carousel .img a:hover img,
#content #carousel .img a:link img,
#content #carousel .img a:visited img,
#content #carousel .img a:active img
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #b2570e;
}

#content form
{
    margin-top: 20px;
}
#content form div.shadow
{
    margin: 10px 0px 0px 30px;
    padding: 0px;
    position: relative;
    float: left;
    border: 0px solid #362112;
    background: #59361e;
}
#content input.field,
#content textarea
{
    position: relative;
    top: -3px;
    left: -3px;
    padding: 5px;
    z-index: 500;
    border: 1px solid #362112;
    background: #d5bbab;
    color: #000000;
}
#content input.submit
{
    margin: 5px 0px 3px 400px;
    color: #000000;
}

/**/
ul.error_list
{
    border: 1px solid #362112;
}
#content ul.error_list li,
.error
{
    background-color: #d5bbab;
    color: #000000;
    font-weight: bold;
}

/* подсветка телефона */
#content .phone {
    padding: 3px 6px 1px 26px;
    color: #110501;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background:#9f6d48 url('/images/phone.png') 0px 0px no-repeat;
    height: 20px;
}


/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
     color: #ffffff;
     cursor:default;
     padding:2px;
     font-size:11px;
     text-align:center;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:2px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}

#backlink {
    margin: 2px 50px;
    text-align: center;
}
#backlink p {
    font-size: 0.8em;
    color: #ccbbab;
}
#backlink p a {
    color: #ccbbab;
    text-decoration: underline;
}


/*******************************************************************************
* Сервис Одна Кнопка - http://odnaknopka.ru/get/
*******************************************************************************/
#odna-knopka {
    position: absolute;
    left: 750px;
    top: 270px;
    padding: 20px;
    z-index: 800;
    }

