body {
    background: #f8f8f8;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #652a03;
    text-align: center;
}

img{
    /*margin: 0;*/
    /*padding: 0;*/
    border:0 solid;
}

ul{
    padding:0;
    margin: 0;
    padding-left: 30px;
    /*margin-left: 10px;*/
}
a{
    cursor: pointer;    
}

.main {
    width: 1025px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #652a03;
}

.head {
    width: 1025px;
    height: 375px;
    background: url( img/head.jpg ) no-repeat;
    border: 0px solid #000000;
}

.footer {
    width: 1025px;
    height: 81px;
    background: url( img/footer_pattern.gif ) repeat-x;
    color: white;
    font-weight: bold;
}

.footer a {
    color: white;
    text-decoration: none;
}

.content {

}

.font_gray {
    color: #b5b4b4;
}

.main_caption {
    width: 100%;
    height: 49px;
    font-size: 17px;
    font-weight: bold;
    color: #fc6843;
}

.content_header {
    font-size: 14;
    font-weight: bold;
    color: #fc6843;
}

.item_menu_content {
    background: url( img/main_menu_pixel.gif ) repeat-x; /*width:225px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.item_menu_container {
    padding: 0;
    border: 1px solid #d9d9d9;
    background: #eeeded;
    width: 100%;
}

.sign {
    color: #7d7d7d;
    font-size: 10px;
    height: 20px;
}

.header_left {
    /*background: url( img/head_left_part.jpg ) no-repeat;*/
    /*width: 570px;*/
    /*height: 375px;*/
}

.header_center {
    width: 100px;
}

.header_center_top {
    background: url( img/head_center_top1.jpg ) no-repeat;
    margin-top: -1px;
    width: 100px;
    height: 112px;
}

.header_center_bottom {
    background: url( img/head_center_bottom.png ) no-repeat;
    width: 100px;
    height: 179px;
}

.about_us {
    background: url( img/about_us.png ) no-repeat;
    width: 100px;
    height: 21px;
    cursor: pointer;
}

.galery {
    background: url( img/gallery.png ) no-repeat;
    width: 100px;
    height: 27px;
    cursor: pointer;
}

.services {
    background: url( img/services.png ) no-repeat;
    width: 100px;
    height: 18px;
    cursor: pointer;
}

.contact_us {
    background: url( img/contact_us.png ) no-repeat;
    width: 100px;
    height: 18px;
    cursor: pointer;
}

.header_right {
    background: url( img/head_right_part.png ) no-repeat;
    width: 353px;
}

.menu_text {
    color: #652a03;
}

.menu_list {
    margin: 0;
    padding-left: 40px;
    cursor: pointer;
    color: #fd5329;
}

.menu_sublist {
    font-size: 11px;
    cursor: pointer;
    margin: 0;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fd5329;

}

.bold {
    color: #fc6843;
    font-weight: bold;
}

a.menulink:link {
    color: #652a03;
    text-decoration: none;
}

a.menulink:link {
    color: #652a03;
    text-decoration: none;
}

A.menulink:active {
    color: #cc7902;
    text-decoration: none;
}

A.menulink:hover {
    color: #cc7902;
    text-decoration: none;
}

a:visited {
    color: #652a03;
    text-decoration: none;
}

/*
.picture-shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.picture-shadow-container .shadow2,
    .picture-shadow-container .shadow3,
    .picture-shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

.picture-shadow-container .shadow1 {
    background: #F1F0F1;
}

.picture-shadow-container .shadow2 {
    background: #DBDADB;
}

.picture-shadow-container .shadow3 {
    background: #B8B6B8;
}

.picture-shadow-container .container {
    background: #ffffff;
    border: 1px solid #848284;
}*/



.img-shadow{
  float:left;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }

