* {
    margin: 0;
    padding: 0;
}

body {
    border: 0 none;
    background: #fff url(../images/body.jpg) no-repeat bottom center;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #212121;
}

img {
    border: 0 none;
}

a:hover {
    text-decoration: none;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }



#header {
    background: url(../images/header_new.png) no-repeat top center;
    height: 188px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header_content {
    width: 900px;
    margin: 0 auto;
}

.header_content h1 {
    float: left;
    width: 340px;
    text-align: left;
    background: none;
    padding: 0;
    margin: 0;
}

.header_content h1 img {
    width: 310px;
    height: 180px;
    display: block;
}

.header_content .menu {
    padding-top: 50px;
    width: 555px;
    float: right;
}


.menu ul {
    list-style: none outside none;
    background: url(../images/menu_div_first.png) no-repeat top left;
    height: 93px;
}

.menu li {
    display: block;
    width: 111px;
    height: 93px;
    float: left;
    text-align: center;
    background: url(../images/menu_div.png) no-repeat top right;
    position: relative;
}

.menu a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding-top: 60px;
    padding-bottom: 15px;
}

.menu a:hover,
.menu li.active a {
    color: #bb0d00;
}

.menu ul ul {
    background: none;
    height: auto;
    position: absolute;
    left: 0;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    background: #ececec;
    display: none;
}


.menu ul ul li {
    height: auto;
    float: none;
    width: 109px;
}

.menu ul ul a {
    padding-top: 0;
    padding-bottom: 0;
    padding: 5px;
    background: #ececec;
    text-transform: none;
}






.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.center {
    text-align: center;
}




#content {
    padding-top: 188px;
    width: 742px;
    margin: 0 auto;
}

.content_wrapper {
    padding: 10px 10px 10px 10px;
}




h1 {
    font-size: 30px;
    font-weight: normal;
    color: #db0606;
    padding-bottom: 8px;
    background: url(../images/title_shadow.png) no-repeat bottom left;
    margin-top: 10px;
    margin-bottom: 15px;
}

h1 a {
    font-size: 13px;
    padding-top: 14px;
    color: #db0606;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #db0606;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inside_content p {
    padding-bottom: 15px;
}

.inside_content ul {
    margin-left: 40px;
    padding-bottom: 10px;
    list-style: none outside none;
}

.inside_content ul li {
    background: url(../images/bullet.png) no-repeat 0 6px;
    padding-bottom: 5px;
    padding-left: 15px;
}



.packing th,
.packing td {
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #b9babb;
}

.packing th {
    text-align: left;
    font-weight: normal;
    color: #db0606;
}

.packing td {
    background: url("../images/title_shadow.png") no-repeat -105px -1px;
}

.packing th:last-child,
.packing td:last-child {
    border-right: 0 none;
}

.packing tr:last-child td {
    border-bottom: 0 none;
}


.nutr {
    width: 70%;
    margin: 0 auto;
    border-collapse: collapse;
}

.nutr td {
    border-bottom: 1px dashed #b9babb;
    padding: 3px 5px;
}

.nutr tr:hover {
    background: #fffeca;
}

.nutr .head {
    border-bottom: 3px solid #b9babb;
    font-style: italic;
    text-align: right;
}

.nutr .middle {
    border-top: 3px solid #b9babb;
}

.nutr .foot {
    border-top: 3px solid #b9babb;
}

.nutr .small {
    font-size: 12px;
    color: #9fa0a1;
    font-style: italic;
}

.nutr .indent {
    padding-left: 25px;
}

.nutr tr:last-child td {
    border-bottom: 0 none;
}




.sec_1 .content_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.inside_submenu {
    float: right;
    background: #F0F1F0 url(../images/header_new.png) no-repeat 0 -90px;
    border: 1px solid #C9C9C9;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 185px;
    margin: 0 0 10px 20px;
}

.inside_submenu strong {
    display: block;
    text-align: center;
    color: #DB0606;
    margin-bottom: 25px;
}

.inside_submenu table {
    width: 100%;
}

.inside_submenu table td {
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
}

.inside_submenu table td img {
    display: block;
    margin: 0 auto;
}

.inside_submenu a {
    color: #DB0606;
    display: block;
}

.inside_submenu a:hover {
    text-decoration: none;
    font-weight: bold;
}



.contact_form {
    background-position: 0 -104px;
    width: 350px;
}

.contact_form label {
    display: block;
    padding-bottom: 15px;
}

.contact_form input {
    display: block;
    margin-left: 20px;
    margin-top: 5px;
    width: 200px;
    padding: 3px;
}

.contact_form textarea {
    display: block;
    margin-left: 20px;
    margin-top: 5px;
    width: 300px;
    padding: 3px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.contact_form p {
    text-align: center;
    color: #DB0606;
}

.contact_form p input {
    margin: 10px auto 0 auto;
    width: 100px;
}



.imageblock {
    float: right;
    width: 230px;
    padding: 0 0 10px 10px;
    margin: 0 0 8px 10px;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: left;
    font-style: italic;
    font-size: 12px;
    color: #666;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.imageblock img {
    max-width: 230px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}



.list_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

.list_item .thumbnail {
    float: left;
    width: 140px;
    padding-top: 15px;
}

.list_item .newscontent {
    margin-left: 140px;
}

.list_item .newslink {
    color: #DB0606;
    font-size: 18px;
}

.list_item .description {
    padding-top: 8px;
}


.tabs_head {
    padding: 0 20px;
    margin: 15px auto 0 auto;
    height: 66px;
    background: url(../images/tabs_head.png) no-repeat;
}

.tabs_head a {
    display: block;
    float: left;
    color: #666;
    margin-right: 3px;
    text-decoration: none;
    outline: 0 none;
}

.tabs_head a:hover {
    text-decoration: underline;
    color: #db0606;
}

.tabs_head a.active {
    background: url(../images/tabs_left.png) no-repeat top left;
    text-decoration: underline;
    color: #db0606;
}

.tabs_head strong {
    display: block;
    padding: 22px 16px 29px;
}

.tabs_head a.active strong {
    background: url(../images/tabs_right.png) no-repeat top right;
}

.tabs_container {
    margin-top: 15px;
    margin-bottom: 20px;
}

.tabs_container div {
    display: none;
}

div#block_0 {
    display: block;
}




#footer {
    height: 200px;
    width: 742px;
    margin: 0 auto;
}

.footer_content {
    padding: 140px 40px 0;
}

.footer_content p {
    color: #4d4c4c;
    font-size: 13px;
}

.footer_content p em {
    font-style: normal;
    font-size: 10px;
}

.footer_content p a {
    color: #4d4c4c;
    text-decoration: none;
}

.footer_content p a:hover {
    text-decoration: underline;
}

.footer_content .aroma {
    float: left;
    margin-left: -17px;
}

.footer_content .aroma em {
    margin-left: 17px;
}

.footer_content .omedia {
    float: right;
    text-align: right;
}




















