@charset "utf-8";

/****************************
** Core html setup stuff **
****************************/
html, 
body{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 13px;
	background-color: #fff;
	text-align: justify;
	line-height: 2;
}

a {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
}

/****************************************
** Template specific layout elements **
****************************************/
#pageLoader{
	background: url("../images/loader.gif") no-repeat scroll center center #000000;
	height: 2560px;
	left: 50%;
	margin: -1280px 0 0 -1280px;
	position: fixed;
	top: 50%;
	width: 2560px;
	z-index: 9999999;
}

.background-container{
	background-image: url('../images/background_01_donatone.jpg');
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	-ms-behavior: url("css/backgroundsize.min.htc");
	behavior: url("css/backgroundsize.min.htc");
}

#header{
	height: 127px;
	position: relative;
}



#header-inner{
    display: block;
    position: absolute;
    width: 100%;
    top: -127px;
}

#body-wrapper{
	width: 970px;
	margin: 0 auto;
}

#header-logo {
    float: left;
}

.banner {
    float: right;
}

#header-logo h1{
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
    padding: 61px 0 10px 0;
    background-image: url('../images/red_bar.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#header-logo a.mailto{
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #9B2C30;
    line-height: 29px;
    display: block;
    width: 252px;
}



#footer-wrapper{
	background-color: #b5b5b5;
}

#footer-inner{
	width: 970px;
	text-align: left;
	line-height: 50px;
	margin: 0 auto;
	color: #fff;
    background-color: #b5b5b5;
    position: relative;
}

#footer-inner .fb{
	width: 59px;
	height: 59px;
	position: absolute;
	top: -30px;
	right: 79px;
}

#footer-inner .yt{
	width: 59px;
	height: 59px;
	position: absolute;
	top: -30px;
	right: 0px;
}