body, html {
margin:0px;
padding:0px;
background-color: #2d231b;
}

a img
{
    border: none;   
}

#headerline 
{
    background-color: #2d231b;
    height: 60px;
    position: relative;
    z-index: 100;
}

#outermaket
{
    background-color: #d9ae83;  
}

#maket {
    width:1024px;
    min-height: 768;
    margin:0 auto;
	background-color: #e9c79e;
	/*background-color: #efc89a;*/
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
}

#header{
    margin-top: -60px;
    position: relative;
    z-index: 110;
}

#header .main_menu
{
    height: 60px;
    background-color: #2d231b;
    font-size: 10pt;
    color: #f7e5ba;
}

#header .main_menu ul {
    margin: 0;
    padding: 0 0 0 48px;
}
#header .main_menu ul li {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#header .main_menu ul li .title_menu {
    padding: 24px 57px 0 0;
}

#header ul li a {
    text-decoration: none;
}
#header ul li a:link {
    color: #f7e5ba;
}
#header ul li a:hover {
    color: #f7e5ba;
}
#header ul li a:visited {
    color: #f7e5ba;
}
#header ul li.active a {
    color: #c8aa64;
}

#header .header_content
{
    height: 175px;   
}

#header .header_content .logo
{
    padding: 22px 0 0 99px;

    width: 205px;
}

#header .header_content .catalog_link
{
    padding: 75px 16px 0 0;
    font-size: 13.5pt;
    display: block;
}

#header .header_content a {
    text-decoration: none;
}
#header .header_content a:link {
    color: #48160a;
}
#header .header_content a:hover {
    color: #48160a;
}
#header .header_content a:visited {
    color: #48160a;
}

/* index page */
#index_content
{
   background:#e9c79e url('../img/main_bg.jpg') no-repeat center top -1px; 
   height: 668px;
}

#index_content .content_left
{
    width:435px;
    float:left;
    height: 668px;
}

#index_content .content_left .logo
{
    width: 288px;
    padding: 22px 0 0 48px;
}

#index_content .content_left .link
{
    padding: 10px 0 0 48px;
    font-size: 13.5pt;
}

#index_content .content_left .link a {
    text-decoration: none;
}
#index_content .content_left .link a:link {
    color: #48160a;
}
#index_content .content_left .link a:hover {
    color: #48160a;
}
#index_content .content_left .link a:visited {
    color: #48160a;
}

#index_content .content_left .content
{
    padding: 117px 0 0 48px;
    width: 380px;
    font-size: 13.2pt;
    line-height: 17pt; 
    color: #48160a;
}

#index_content .content_main
{
    position: relative;
    margin-left: 437px;
    height: 668px; 
}

#index_content .content_main .content
{
    margin: 0 auto;
    padding: 35px 0 0 0;
}

#index_content .content_main .slider
{
    position: absolute;
    right: 0px;
    top: 0px;
}

#index_content .content_main .slider .slider_controls
{
    margin: -60px 0 0 190px;
}


/* catalog page */
#catalog_content
{
    min-height: 200px;
}

#catalog_content .header_bg 
{
    width: 1024px;
    height: 23px;
    background:#e9c79e url('../img/catalog_bg_top.png') no-repeat left top;
}

#catalog_content .content_field
{
    width: 1024px;
    min-height: 200px;
    background:#e9c79e url('../img/catalog_bg_repeated.png') repeat-y left top;
}

#catalog_content .content_field .content
{
    padding: 0 180px 0 180px;
    color: #49170b;
    font-size: 11pt;
}

#catalog_content .content_field .content .art
{
    width: 135px;
    height: 230px;
    padding: 30px 42px;
    margin-top: -30px;
}

#catalog_content .content_field .content .art .title
{
    padding-top: 8px;
	font-size: 12px;
font-weight: bold;
}
    

/* catalog2 page */
#catalog2_content
{
    min-height: 200px;
}

#catalog2_content .content_field
{
    width: 1024px;
    min-height: 200px;
    background:#e9c79e url('../img/catalog2_bg_repeated.png') repeat-y left top;
}

#catalog2_content .content_field .content
{
    padding: 0 170px 0 170px;
    color: #49170b;
    font-size: 11pt;
}

#catalog2_content .content_field .content .art
{
    width: 205px;height: 220px;

    padding: 25px 10px;
    margin-top: -30px;
    margin-bottom: 50px;

}

#catalog2_content .content_field .content .art .title
{
    padding-top: 8px;
    text-align: center;
    height: 15px;
	font-size:12px;font-weight:bold;
}

/* contact */
#contact_left
{
    width:416px;
    float:left;
    font-size: 10pt;
}

#contact_left .address
{
    height: 150px;
    background-color: #ecb973;
}

#contact_left .address .content
{

    padding: 20px 0 0 96px;
}

#contact_left .form
{
    background:#e9c79e url('../img/contact_bg_repeated.png') repeat-y left top;
    height: 450px;
}

#contact_left .form table
{
    padding: 10px 0 0 96px;
    width: 280px;
}

#contact_left .form table thead
{
    font-size: 13.5pt;
}

#contact_left .form table .contect_name, #contact_left .form table .contect_message
{
    width: 300px;
}

#contact_left .form table .contect_phone
{
    width: 100px;
}

#contact_left .form table .contect_email
{
    width: 191px;
}

#contact_content
{
    margin-left:416px;
    min-height: 495px;
}

#formwork  .error, span.required {
    font-weight: bold;
    color: #9d3131;
}

p.tick {
    font-style: italic;
    font-size: 1.2em;
    color: #3c763d;
    margin: 0;
    padding: 40px 96px;
}

.subbutton {
    background-image: url("../img/button_send.png") ;
    width: 103px;
    height:30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* catalog item page */
#header .header_content .catalogitem
{
    padding: 35px 0 0 0;
    font-size: 13.5pt;
    float: right;
}

#header .header_content .bg_art1
{
    background:#e9c79e url('../img/tkani/Yamayka_D_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}

#header .header_content .bg_art2
{
    background:#e9c79e url('../img/tkani/afrika_2.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}

#header .header_content .bg_art3
{
    background:#e9c79e url('../img/tkani/banketka.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art3a
{
    background:#e9c79e url('../img/tkani/Afrika_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art4
{
    background:#e9c79e url('../img/tkani/gavanna2.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art4a
{
    background:#e9c79e url('../img/tkani/gavanna1.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art5
{
    background:#e9c79e url('../img/tkani/klassik.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art6
{
    background:#e9c79e url('../img/tkani/koroni.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art7
{
    background:#e9c79e url('../img/tkani/provanc.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art13
{
    background:#e9c79e url('../img/tkani/nota.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art12
{
    background:#e9c79e url('../img/tkani/Prugina_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art11
{
    background:#e9c79e url('../img/tkani/R-n-R_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art10
{
    background:#e9c79e url('../img/tkani/Shanson_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art9
{
    background:#e9c79e url('../img/tkani/Yamayka_M_fabric.jpg') no-repeat right top;
    width: 609px;
    height: 174px;
}
#header .header_content .bg_art_fon
{
    background:#e9c79e url('../img/catalog_item_art_fon.png') no-repeat right top;
    width: 619px;
    height: 170px;
}


#header .header_content .catalogitem .catalogitem_link1
{
    width: 320px;
    height: 50px;
    color: White;
    background-color: #2d231b;
}

#header .header_content .catalogitem .catalogitem_link1 a {
    text-decoration: none;
    padding: 12px 0 0 15px;
    display: block;
}
#header .header_content .catalogitem .catalogitem_link1 a:link {
    color: #FFFFFF;
}
#header .header_content .catalogitem .catalogitem_link1 a:hover {
    color: #FFFFFF;
}
#header .header_content .catalogitem .catalogitem_link1 a:visited {
    color: #FFFFFF;
}

#header .header_content .catalogitem .catalogitem_link2
{
    width: 320px;
    height: 50px;
    background-color: #e9c79e;
}

#header .header_content .catalogitem .catalogitem_link2 a {
    text-decoration: none;
    padding: 12px 0 0 15px;
    display: block;
}

.catalogitem_link2 img, .catalogitem_link1 img, .catalog_link img, .artitem_link img {padding-bottom: 2px;}


#catalogitem_left
{
    float: left;
    width: 416px;
}

#catalogitem_left .slider_controls 
{
    padding-left: 150px;
}

#catalogitem_content
{
    margin-left:416px;
}

#catalogitem_content .content
{
    padding-left: 25px;
    font-size: 9.5pt;
}

#catalogitem_content .content .art_items .first
{
    float:left;
    width: 250px;
}

#catalogitem_content .content .art_items .second
{
    float:left;
    width: 270px;
    padding-left: 20px;
}

/* art item page */
#art_left, #art_left2
{
    width:350px;
    float:left;
}

#art_right, #art_right2
{
    float:right;
    width:350px;
}

#art_content, #art_content2
{
    margin-left:350px;
    margin-right:350px;
    font-size: 9.5pt;
}

#art_left .logo
{
    padding: 22px 0 0 99px;
}

#art_right .link
{
    padding: 50px 0 0 48px;
    font-size: 13.5pt;
}

#art_right .link a {
    text-decoration: none;
}
#art_right .link a:link {
    color: #48160a;
}
#art_right .link a:hover {
    color: #48160a;
}
#art_right .link a:visited {
    color: #48160a;
}

#art_left .leftsliderbutton
{
    padding: 120px 20px 0 0;
    float: right;
    width: 50px;
    height: 50px;
}

#art_right .rightsliderbutton
{
    width: 50px;
    height: 50px;
    padding: 135px 0 0 30px;   
}

#art_left2 .text
{
    padding: 0 10px 0 99px;
    font-size: 9.5pt; margin-top: -17px;
}

#art_right2 .text
{
    padding: 0 0 0 50px;
    font-size: 9.5pt;
}

/*template*/
#left{
background-color:#00C0C0;
width:200px;
float:left;
}
#right{
width:200px;
background-color:#FFFF00;
float:right;
}
#content{
background-color:#8080FF;
margin-left:202px;
margin-right:202px;
}

.item_title {
    height: 75px;
}
.item_title h2 {
    margin-bottom: 3px;
}

.item_title div a {
    float: right;
    margin: 22px 19px 0 0;
    color: #2d231b;
    text-decoration: none;
    font-size: 8pt;
    background: url("../img/download.png") left center no-repeat;
    padding-left: 27px;
    line-height: 11px;

}

#footer
{
    height: 42px;
    /*background-color:#FFC0FF;*/
    clear:both;
    position: relative;
    z-index: 110;
    font-size: 10pt;
    color: #f7e5ba;
}

#footer .address
{
    padding: 12px 0 0 48px;
}

#footer .phone, #footer .email
{
    padding: 12px 0 0 64px;
}


#footerline
{
    margin-top: -42px;
    background-color: #2d231b;
    height: 42px;
    position: relative;
    z-index: 100;
}

.w25
{
    width: 25px;
    display: inline-block;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.h35 {
    height: 35px;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
.clear {
    display: block;
}

input, textarea {
border: 1px solid #e9c79e;
margin-left: -1px;
}

.slider_controls input {
border: 0px;
}
.captcha-error {
    font-weight: bold;
    color: #9d3131;
    margin-bottom: 5px;
}