section#header{}
section#header>div.top_header{
    background: url('../img/header.png') repeat-x;
    height: 100px;
    width: 100%;
    position: relative;
}
section#header>div.top_header>div.social{
    position: absolute;
    right: 2%;
    top: 10%;
}
section#header>div.top_header>div.social>a{
    display: inline-block;
    height: 15px;
    margin: 0px 5px;
}
section#header>div.top_header>div.social>a.youtube{
    background: url("../img/youtube.png") no-repeat 50% 50%;
    width: 20px;
}
section#header>div.top_header>div.social>a.facebook{
    background: url("../img/facebook.png") no-repeat 50% 50%;
    width: 8px;
}
section#header>div.top_header>div.social>a.twitter{
    background: url("../img/tweet.png") no-repeat 50% 50%;
    width: 18px;
}
section#header>div.top_header>div.logo{
    background: url("../img/logo.png") no-repeat 50% 50%;
    width: 336px;
    height: 75px;
    position: absolute;
    top: 12px;
}
section#header>div.top_header>div.logo>a{
    display: block;
    width: 100%;
    height: 100%;
}
section#header>div.top_header>div.menu{
    position: absolute;
    top: 47%;
    right: 8%;
    width: 58%;
}
section#header>div.top_header>div.menu>ul{}
section#header>div.top_header>div.menu>ul li{
    display: inline-block;
    margin: 0% 1%;
    position: relative;
}
section#header>div.top_header>div.menu>ul li>a{
    color: #ffffff;
}
section#header>div.top_header>div.menu>ul li>div{
    display: none;
    background: #ffffff;
    position: absolute;
    left: -100%;
    top: 280%;
    z-index: 999;
    padding: 10px;
    border-top:3px solid #000000;
    -webkit-box-shadow: inset 0px -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px -1px 1px 1px rgba(0,0,0,0.2);
}
section#header>div.top_header>div.menu>ul li>div>ul{}
section#header>div.top_header>div.menu>ul li>div>ul li{
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    display: block;
}
section#header>div.top_header>div.menu>ul li>div>ul li>a{
    color: #000000;
}
section#header>div.top_header>div.menu>ul li>div>ul li>a:hover{
    color: #d2232a;
}
section#header>div.top_header>div#res_menu{
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 999999;
    max-width: 50%;
    width: 50%;
    display: none;
}
section#header>div.top_header>div#res_menu>img.menu_open{
    border: 0px;
    margin: 2px 5px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 99999;
    right: 5%;
    top: 35px;
}
section#header>div.top_header>div#res_menu>img.menu_close{
    border: 0px;
    margin: 2px 10px;
    cursor: pointer;
    float: right;
    display: none;
    position: absolute;
    z-index: 99999;
    right: 5%;
    top: 35px;
}
section#header>div.top_header>div#res_menu>ul{
    background: url("../img/menu_bg.png") repeat;
    display: none;
    position: relative;
    padding: 70px 5px 30px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.5);
}
section#header>div.top_header>div#res_menu>ul li{
    position: relative;
    margin: 10px 0px;
}
section#header>div.top_header>div#res_menu>ul li>a{
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 5px 0px 5px 20px;
}
section#header>div.top_header>div#res_menu>ul li>a:hover{
    background: url("../img/menres_hover.png") repeat;
}
section#header>div.top_header>div#res_menu>ul li>div{
    display: none;
}
section#header>div.top_header>div#res_menu>ul li>div>ul{
    position: relative;
}
section#header>div.top_header>div#res_menu>ul li>div>ul li{
    display: block;
    margin: 0px;
}
section#header>div.top_header>div#res_menu>ul li>div>ul li>a{
    padding: 5px 0px 5px 30px;
}
section#header>div.top_header>div#res_menu>ul li>div>ul li>a:hover{
}
section#header>div.top_header>div.language{
    position: absolute;
    right: 2.2%;
    top: 45%;
    color: #ffffff;
}
section#header>div.top_header>div.language>a{}


section#header>div.bottom_header{
    position: absolute;
    right: 0px;
    z-index: 99999;
}
section#header>div.bottom_header>div.subscribe_box{
    width: 50px;
    -webkit-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.4);
    box-shadow: -1px 1px 2px 1px rgba(0,0,0,0.4);
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_top{
    height: 75px;
    background: url("../img/subscribe.png") repeat-x;
    cursor: pointer;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_top>div.subscribe{
    background: url("../img/subscribe_icon.png") no-repeat 50% 10%;
    position: relative;
    padding: 10px 0px 5px 0px;
    top: 29%;
    color: #ffffff;
    min-height: 30px;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_top>div.subscribe>span{
	display: none;
	padding: 0px 0px 0px 70px;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_bottom{
    background: url("../img/subscribe_bottom.png") repeat;
    display: none;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_bottom>h3{
    margin: 0px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    padding: 5% 0% 3%;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_bottom>form{
    padding: 3%;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_bottom>form>input[type=text]{
    border: 0px;
    padding: 3%;
    width: 94%;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.5);
    float: right;
}
section#header>div.bottom_header>div.subscribe_box>div.subscribe_bottom>form>div.subscribe_submit{
    background: #000000;
    color: #ffffff;
    padding: 4% 8% 3%;
    position: relative;
    float: right;
    border: 0px;
    margin: 5% 0%;
    cursor: pointer;
}