@charset "UTF-8";
/* CSS Document */

/* -------------------------- Styles for the BODY and HTML -------------------------- */
html, body {
margin:auto;
height: 100%;
padding: 0px;
background-color: #222222;
}

/* -------------------------- Styles for the CONTAINERS -------------------------- */
#home-container {
width: 100%;
height: 100%;
margin: 0 auto;
}


#home-container-image {
width:940px;
height:440px;
text-align:center;
}



/* -------------------------- Styles for the NAVIGATION -------------------------- */
#home-navigation {
width: 940px;
height: 70px;
position: relative;
bottom: 0px;
text-align: center;
}
#home-navigation-block-left-opacity {
width: 120px;
height: 70px;
margin-right: 4px;
background-color: #000000;
float: left;
filter:alpha(opacity=85);
opacity: 0.85;
}
#home-navigation-block-mid-opacity {
width: 740px;
height: 70px;
background-color: #000000;
float: left;
filter:alpha(opacity=85);
opacity: 0.85;
}
#home-navigation-block-logo {
width: 70px;
height: 70px;
background-color: #8a1e02;
position: absolute;
right: 0;
}
#home-navigation-block-left {
width: 108px;
position: absolute;
left: 0;
padding: 6px;
padding-top: 50px;
text-align: right;
}
#home-navigation-block-mid {
position: absolute;
left: 126px;
padding: 6px;
padding-top: 18px;
text-align: left;
vertical-align: bottom;
overflow: hidden;
}
#home-navigation-block-tagline {
width: 500px;
overflow: hidden;
position: absolute;
left: 348px;
color: #e4e4e4;
text-align: right;
font-size:32px;
line-height: 26px;
letter-spacing: -2px;
font-weight: bold;
padding-right: 10px;
padding-top: 24px;
padding-bottom: 10px;
}

/* -------------------------- Styles for the FOOTER-------------------------- */
#home-footer {
width: 940px;
padding-top: 10px;
text-align: left;
}