/* Header style */
#header { 
    margin: 0;
    padding: 0;
    width: 948px;
    height: 168px; 
    border-left: #0b2941 solid 1px;
    border-right: #0b2941 solid 1px;
    text-align: left;
    position: relative;
    overflow: hidden; 
    font-size: 13px;
    background: #133167 url(/statics/resources/images/skin/header.png) 0 0 no-repeat;
}

#header h1 a { 
    top: 0; 
    left: 0; 
    width: 342px; 
    height: 127px; 
    text-align: left;
    text-decoration: none;
    position: absolute; 
    overflow: hidden;
    outline: none;
}

/* Newsletter form style */
#header .newsletter-form {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 4px;
    top: 0;
    right: 0;
    position: absolute;
    background: transparent url(/statics/resources/images/skin/white_mask.png) 0 0 repeat;
}

#header .newsletter-form form {
    margin: 0;
    padding: 0;
}

#header .newsletter-form p {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 1px;
    display: inline;
}

#header .newsletter-form p#newsletter-email-field input {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    height: 16px;
    width: 200px;
    border: 1px solid #666;
    background: transparent url(/statics/resources/images/skin/button.png) 0 0 repeat-x;
}
#header .newsletter-form p#newsletter-email-field input:hover {
    background: transparent url(/statics/resources/images/skin/button_h.png) 0 0 repeat-x;
}

#header .newsletter-form p#newsletter-submit input {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    height: 20px;
    border: 1px solid #666;
    background: transparent url(/statics/resources/images/skin/button.png) 0 0 repeat-x;
}

#header .newsletter-form p#newsletter-submit input:hover {
    background: transparent url(/statics/resources/images/skin/button_h.png) 0 0 repeat-x;
}

/* Language style */
#header .language {
    top: 34px;
    right: 8px;
    position: absolute;
}

#header .language a {
    margin-left: 6px;
}

/* Menu style */
#menu {
    margin: 0;
    padding: 0;
    top: 91px; 
    right: 0px; 
    width: 948px;
    height: 77px;
    position: absolute;
    list-style-type: none;
    overflow: hidden;
    text-decoration: none;
    text-align: right;
    display: inline;
}

#menu ul {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style-type: none;
    text-decoration: none;
    float: right;
    overflow: hidden;
    background: url(/statics/resources/images/skin/menu_middle.png) 0 0 repeat-x;
}

#menu ul.menu-left {
    background: url(/statics/resources/images/skin/menu_left.png) 0 0 no-repeat;
}

#menu ul.menu-right {
    background: url(/statics/resources/images/skin/menu_right.png) 0 0 no-repeat;
}

#menu ul.menu-active {
    background: url(/statics/resources/images/skin/menu_active.png) 0 0 repeat-x;
}

#menu li {
    width: 98px; 
    height: 37px; 
    margin: 0;
	padding: 0;
	border: 0;
    cursor: pointer;
    color: #fff;
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#menu li.menu-border {
    width: 9px; 
}

#menu li.menu-active	{
    text-decoration:none;
    color:#fff;
}

#menu a {
    margin: 0;
	padding: 0;
	border: 0;
    display: block;
    width: 98px;
    height: 37px;
    line-height: 37px;
    color: #6f8bb0;
    background: url(/statics/resources/images/skin/menu.png) 50% 0 no-repeat;
}

#menu a.active {
    margin: 0;
	padding: 0;
	border: 0;
    display: block;
    width: 98px;
    height: 37px;
    line-height: 37px;
    color: #000;
    background: url(/statics/resources/images/skin/menu_active.png) 50% 0 no-repeat;
}

#menu a:hover {
    margin: 0;
	padding: 0;
	border: 0;
    display: block;
    width: 98px; 
    height: 37px; 
    line-height: 37px;
    color:#fff;
    background: url(/statics/resources/images/skin/menu_hover.png) 50% 0 no-repeat;
}

/* Smenu style */
#menu ul.smenu {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 0;
    height: 20px;
    position: absolute;
    text-align: right;
    font-weight: normal;
    display: none;
    color: #2069ad;
    background: none;
}

#menu ul.smenu li {
    margin: 0;
	padding: 0;
    height: 20px; 
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    background: none;
}

#menu ul.smenu a {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    color: #1c68b3;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    display: inline;
    background: none;
}

#menu ul.smenu a:hover {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    display: inline;
    background: none;
}

#menu ul.smenu p {
    margin: 0;
    padding: 0;
    color: #1c68b3;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    display: inline;
    background: none;
}
