/*******************************************************************/
body, html {
    margin:0px;
    padding:0px;
    font-family: Arial;
    font-size:13px;
    width: 100%;
    height: 100%;
    color: #2a3030;
}

#wrapper{
    width:1170px;
    margin:0 auto;
    height: auto !important;
    min-height: 100%;
}

#footer{
    background:url(/images/skin/footer.png);
    height:55px;
    bottom:0px;
    clear: both;
    margin-top:-55px;
}

img{
    border:none;
}

#header{
    position:relative;
}

#slogan{
    position:absolute;
    top:50px;
    left:160px;
}

#contacts{
    position: absolute;
    top:25px;
    right:0px;
}

#menu{
    position: absolute;
    top:60px;
    right:0px;
}

.menu_left{
    background:url(/images/skin/menu_left.png) no-repeat;
    width:7px;
    height:36px;
}
.menu_right{
    background:url(/images/skin/menu_right.png) no-repeat;
    width:6px;
    height:36px;
}

.menu_item{
    display:block;
    padding:11px 12px;
    background:url(/images/skin/menu_item.png) repeat-x;
    font-weight:bold;
    text-decoration:none;
    color:#00458e;
}

.menu_item:hover{
    background:url(/images/skin/menu_item_hover.png) repeat-x;
}

#slider{
    position:relative;
    width:1170px;
    height:345px;
}

#slider_bg{
    z-index: 1000;
    position:absolute;
    top:0px;
    left:0px;
    width:1170px;
    height:345px;
    background:url(/images/skin/slider_bg.png);
}

#prewbutton{
    display:block;
    width:41px;
    height:69px;
    z-index: 1001;
    position: absolute;
    top:150px;
    left:15px;
    background:url(/images/skin/prev.png) no-repeat;
}

#nextbutton{
    display:block;
    width:40px;
    height:69px;
    z-index: 1001;
    position: absolute;
    top:150px;
    right:15px;
    background:url(/images/skin/next.png) no-repeat;
}

#content{
    
}

#left{
    float:left;
    width:253px;
}

#right{
    float:right;
    width:864px;
}

.menu_1{
    padding:10px;
    padding-bottom:20px;
    font-weight:bold;
    color:white;
    background:url(/images/skin/menu_bg.png) no-repeat;
}

.menu_2{
    display:block;
    padding: 7px 1px;
    margin-bottom:5px;
    color: #2a3030;
    text-decoration:none;
    font-weight:bold;
}

.menu_2:hover{
    color:#e24a00;
    padding: 6px 0px;
    border:1px solid #8394ae;
}

.menu_3{
    display:block;
    padding: 7px 1px;
    margin-bottom:5px;
    color: #2a3030;
    text-decoration:none;
    font-weight:bold;
}

.item_name{
    height:34px;
    text-align:center;
    background:url(/images/skin/item_line.png);
    color:white;
    font-weight:bold;
    border-top:1px solid #787676;
}

.item{
    border-radius:5px;
    border:1px solid #787676;
}

.item.hover{
    border-radius:5px;
    border:1px solid #ee9f0f;
}

.item.hover .item_name{
    height:34px;
    text-align:center;
    background:url(/images/skin/item_line_hover.png);
    color:white;
    font-weight:bold;
    border-top:1px solid #ee9f0f;
}

.item_content{
    width:200px;
    float:left;
}

.page a{
    background:url(/images/skin/page_1.png) no-repeat;
    display:block;
    padding-top:5px;
    padding-bottom:8px;
    width:25px;
    text-align:center;
    border-radius:2px;
    text-decoration:none;
    color:white;
}

.page2{
    background:url(/images/skin/page_2.png) no-repeat 0px 7px;
    padding-top:5px;
    padding-bottom:8px;
    width:25px;
    text-align:center;
    border-radius:2px;
    text-decoration:none;
    color:white;
}


.gallery_item{
    width: 216px;
    margin-bottom:10px;
    float:left;
    text-align: center;
}

.gallery_image{
    border:2px solid #004f94;
    border-radius:3px;
}

.no_image{
    width:200px;
    height:138px;
    border:2px solid #004f94;
    border-radius:3px;
    background:white;
}

.item_title{
    background:url(/images/skin/item_name.png) repeat-x;
    padding:11px;
    color:white;
    border-radius:5px 5px 0px 0px;
    font-weight:bold;
}

.item_price{
    margin-top:20px;
    float:left;
    background:url(/images/skin/item_price.png) repeat-x;
    color:white;
    padding:6px;
    border-radius:3px;
}