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

/* Font Library*/
@font-face {
    font-family: 'KameronRegular';
    src: url('Kameron-Regular-webfont.eot');
    src: url('Kameron-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kameron-Regular-webfont.woff') format('woff'),
         url('Kameron-Regular-webfont.ttf') format('truetype'),
         url('Kameron-Regular-webfont.svg#KameronRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KameronBold';
    src: url('Kameron-Bold-webfont.eot');
    src: url('Kameron-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kameron-Bold-webfont.woff') format('woff'),
         url('Kameron-Bold-webfont.ttf') format('truetype'),
         url('Kameron-Bold-webfont.svg#KameronBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('Lato-Bol-webfont.eot');
    src: url('Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Bol-webfont.woff') format('woff'),
         url('Lato-Bol-webfont.ttf') format('truetype'),
         url('Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('Lato-RegIta-webfont.eot');
    src: url('Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-RegIta-webfont.woff') format('woff'),
         url('Lato-RegIta-webfont.ttf') format('truetype'),
         url('Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('Lato-Reg-webfont.eot');
    src: url('Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Reg-webfont.woff') format('woff'),
         url('Lato-Reg-webfont.ttf') format('truetype'),
         url('Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'LatoLight';
    src: url('Lato-Lig-webfont.eot');
    src: url('Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Lig-webfont.woff') format('woff'),
         url('Lato-Lig-webfont.ttf') format('truetype'),
         url('Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'LatoRegular';
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'LatoRegular';
	font-weight:normal;
	color: #666;
	}
	
h1 {
	font-size: 36px;
	line-height: 50px;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}
	
h4 {
	font-size: 14px;
	}
	
h5 {
	font-size: 12px;
	}
	
h6 {
	font-size: 10px;
	}
	
a {
	color: #000;
	text-decoration: none;
	}

a:link {
	color: #777;
	}

a:hover {
	color: #333;
	}

#site {
	width: 1000px;
	margin: 0 auto 0 auto;
	/* background-color: #352C23; */
	}
	
#temp {
	width: 500px;
	height: 300px;
	margin: 100px auto 0 auto;
	font-family: 'KameronRegular';
	font-size: 80px;
	color: #333;
	background-image: url(../gfx/dd_background_logo.png);
	background-repeat: no-repeat;
	background-position: -30px -40px;
	}
	
#temp p {
	padding: 65px 0 0 45px;}
	
#head {
	height: 120px;
	margin: 0 auto 0 auto;
	}
	
#head .logo {
	margin: 0;
	padding: 0;
	}

/* first level navigation */

ul.rex-navi1 {
	font-family: 'LatoRegular', sans-serif;
	float: right;
	font-size: 12px;
	padding: 0;
	margin: 95px 10px 0 0;
	text-transform: uppercase;
	text-align: right;
}

ul.rex-navi1 li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

ul.rex-navi1 a {
	display: block;
	color:#999;
	padding: 2px 2px 5px 10px;
	text-decoration:none;
}

ul.rex-navi1 a:hover, 
ul.rex-navi1 li a.rex-active {	
	color: #333;
	
}

ul.rex-navi1 li a.rex-current {
	color: #333;
	
}

#fl-clear {
	height: 20px;
	clear: both;
	}


#content {
	width: 1000px;
	min-height: 570px;
	}
	
#textblock {
	margin: 80px 220px 30px 80px;
	}
	
#mainpage {
	width: 1000px;
	min-height: 600px;
	}

#mainpage img {
	display: block;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    opacity:100;
	}

#footer {
	width: 1000px;
	margin: 20px 0;
	font-family: 'LatoRegular', sans-serif;
	text-align: left;
	color: #333;
	height: 50px;
	font-size: 12px;
	}
	
	
#footer .fb {
width: 30px;
height: 30px;
float: right;
}
