html * {
    padding: 0;
    margin: 0;
}

body {
    background: #184b06;
    background-position: top;
    font-family: Arial;
    font-size: 11px;
}

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

img {
    border: 0;
}

div.contener {
    width: 950px;
    margin: 0 auto;
}

div.top {
    height: 110px;
    width: 100%;
    background: white url('images/bg.jpg') repeat-x top;
    padding-bottom: 4px;
}

div.top div.logo {
    width:  270px;
    float: left;
    text-align: center;
}

div.top div.menu {
    float: right;
}

div.top div.menu div.head_menu {
    color: #d5d5d5;
    text-align: right;
    padding-top: 10px;
    font-weight: bold;
    height: 55px;
    float: right;
}

div.top div.menu div.head_menu a {
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana;
    font-size: 11px;
}

div.top div.menu div.ul_menu {
    clear: both;
}

div.top div.menu div.ul_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.top div.menu div.ul_menu ul li {
    float: left;
    margin-left: 6px;
}

div.top div.menu div.ul_menu ul li a {
    color: #1a1a1a;
    background: #ebebeb;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    display: block;
    padding-top: 6px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 2px solid #1b6504;
}

div.top div.menu div.ul_menu ul li a:hover {
    color: white;
    background: #184b06;
    border-bottom: 2px solid black;
    padding-top: 6px;
    margin: 0;
    margin-top: 10px;
}

div.white {
    background: white;
    padding-bottom: 15px;
}

div.content {
    clear: both;
    padding-top: 20px;
}

div.content div.left {
    width:  225px;
    float: left;
}

div.content div.right {
    float: right;
    width: 700px;
}

div.content h1 {
    font-size: 18px;
    font-family: Tahoma;
    color: #363636;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-indent: 10px;
    padding-top: 15px;
}

div.content div.left ul.offer_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.content div.left ul.offer_list li {
    border-bottom:  1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: both;
    font-size: 12px;
    color: #333333;
    padding-left: 4px;
}

div.content div.left ul.offer_list li .img {
    width: 54px;
    height: 41px;
    display: block;
    background: #222222;
    float: left;
    margin: 3px;
}

div.content div.left ul.offer_list li div.txt {
    padding-top: 8px;
    padding-left: 5px;
    float: left;
}

div.content div.left ul.offer_list li strong {
    font-size: 14px;
}

div.content div.left ul.menu_left {
    color: #333333;
    list-style: none;
    font-size: 14px;
}

div.content div.left ul.menu_left li {
    border-bottom: 1px solid #e5e5e5;
}

div.content div.left ul.menu_left a {
    color: #333333;
    padding-top: 8px;
    height: 22px;
    display: block;
    width: 100%;
    text-indent: 5px;
    background: url("images/link.jpg") no-repeat right bottom;
}

div.content div.left ul.menu_left a:hover {
    color: #426c04;
    background: url("images/link.jpg") no-repeat right top;
}

div.content div.right div.logo_big {
    width: 700px;
    height: 286px;
    display: block;
}

div.content div.right div.logo_big ul {
    list-style: none;
}

div.content div.right div.logo_big ul li {
    width: 700px;
    height: 44px;
    display: block;
    padding-top: 242px;
}

div.content div.right div.logo_big ul li div.info {
    background: url("images/info.png") repeat-x bottom;
    color: white;
    font-size: 14px;
    padding-top: 15px;
    height: 29px;
    text-align: right;
    padding-right: 10px;
}

div.clear {
    clear: both;
}

div.footer {
    clear: both;
    text-align: center;
    padding-top: 6px;
    margin: auto;
    color: white;
    padding-bottom: 6px;
    background: #245413;
    margin-bottom: 25px;
}

div.gallery_category {
    padding: 0;
    margin: 0;
    width: 188px;
    float: left;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 15px;
}

div.gallery_category div.category_thumb {
    width: 180px;
    height: 95px;
    display: block;
    border: 4px solid #ccc;
    margin-bottom: 5px;
}

div.gallery_category div.category_thumb a {
    width: 180px;
    height: 95px;
    display: block;
}

div.gallery_category div.category_info {
    text-align: center;
}

ul.ul_gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ul_gallery li {
    list-style: none;
    padding: 0;
    float: left;
    margin: 3px;
}

div.photo_thumb {
    width: 140px;
    height: 90px;
    display: block;
    border: 4px solid #ccc;
    margin-bottom: 5px;
}

div.photo_thumb a {
    width: 140px;
    height: 90px;
    display: block;
}