﻿#header-bg {
    position: relative;
    width: 100%;
    height: 530px;
    background: #1d324d url(../images/design/default/content-bg-bluemesh.png);
}
#header-banner-container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 427px;
    background: #1d324d none;
}
#header-banner-text-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 100px;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    background: url(../images/design/default/header-banner-text-bg.png);
	z-index: 40;
}
#header-banner-text-title {
    position: absolute;
    top: 321px;
    left: 0px;
    width: 320px;
    height: 75px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    z-index: 110;
}
#header-banner-text-content {
    position: absolute;
    top: 306px;
    right: 40px;
    width: 600px;
    height: 73px;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
    z-index: 110;
}
#header-banner-text-more {
    position: absolute;
    right: 40px;
    bottom: 31px;
    font-size: 10px;
    text-align: right;
    z-index: 110;
	display: none;
}