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



/* ----------------  RESET --------------- */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	

/* ------------- TEXT ------------- */


h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Times New Roman, Times, serif;
	}
	
p {
	font-family: "Tahoma", Verdana, sans serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.7em;
	}
p a {
	font-family: "Tahoma", Verdana, sans serif;
	font-size: 12px;
	color: #D0993E;
	text-decoration: underline;
	}
	
h1 {
	font-size: 18px;
	color: #70726C;
	}
	
h2 {
	font-size: 16px;
	color: #70726C;
	}

h3, h3 a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	}
	
h5 {
	color: #D0993E;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	}
	
img, img a{
	border: 0px;
	}


/* ------------- BODY & BACKGROUND ------------- */

body {
	background: url(../images/body_bkg.jpg) repeat scroll;
	background-attachment: fixed;
	}
	
#container {
	width: 850px;
	position: relative;
	}

#header {
	height: 300px;
	position: relative;
	}

#headerHome {
	height: 300px;
	position: relative;
	z-index: 200;
	}

.logo {
	background: url(../images/transparent_logo.png) no-repeat scroll;
	height: 400px;
	left: -100px;
	position: absolute;
	overflow: visible;
	top: -100px;
	width: 100%;
	z-index: 50;
	}	

.topStripe {
	position: absolute;
	background: url(../images/stripes.png) top left no-repeat;
	overflow: visible;
	top: 10px;
	width: 100%;
	height: 400px;
	z-index: 0;
	}

/* ------------- HEADER  --------------- */
#navStripes {
	position: absolute;
	background: url(../images/menu_art.png) no-repeat left scroll;
	overflow: visible;
	top: 176px;
	height: 40px;
	width: 100%;
	z-index: 0;
	}

.nav {
	position: absolute;
	top: 180px;
	width: 500px;
	padding-left: 300px;
	z-index: 100;
	height: 40px;
	}

.nav ul {
	padding-top: 10px;
	z-index: 100;
	}

.nav li {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 13px;
	color: #ffffff;
	list-style: none;
	display: inline;
	padding: 2px 20px 2px 20px;
	border-right: 1px solid #d0993e;
	z-index: 100;
	}

.nav li.last {
	border-right: 0px;
	}
	
.nav li a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
	}
	
.nav li a:hover {
	color: #D0993E;
	text-decoration: underline;
	font-size: 13px;
	}


/* -------------- MAIN CONTENT --------------  */

#main {
	width: 850px;
	position: relative;
	min-height: 350px;
	}
	
.left {
	border-right: dashed 1px #861a1d;
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 50px;
	min-height: 300px;
	}

.left p, .left a {
	display: inline;
	}
	
.left img {
	top: 8px;
	display: inline;
	position: relative;
	}

.links {
	display: block;
	position: relative;
	}
	
		
.right{
	float: right;
	width: 600px;
	padding-right: 20px;
	}


#footer {
	clear: both;
	position: relative;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #861a1d;
	padding-top: 5px;
	margin-top: 25px;
	width: 100%;
	overflow: visible;
	}
	
#footer p {
	color: #cccccc;
	}
	
#footer.home {
	width: 100%;
	position: absolute;
	top: 715px;
	padding-bottom: 15px;
	overflow: visible;
	}



/* ----------- MEDIA PAGE ------------ */

.mediaWrap {
	width: 450px;
	padding: 15px 0;
	border-bottom: 1px solid #D0993E;
	overflow: auto;
	}
	
.mediaWrap p{
	width: 225px;
	float: right;
	}

.mediaWrap img{
	float: left;
	margin-right: 10px;
	}

.mediaLast {
	border: 0px;
	}

	
/* ----------- PROMO ENTRY PAGE ------------ */

#promoContainer {
	width: 731px;
	height: 600px;
	position: absolute;
	top: 250px;
	left: 100px;
	}
	
#controls {
	top: 100px;
	text-align: right;
	position: relative;
	height: 50px;
	width: 100%;
	z-index: 5;
	}
	
#controls li {
	list-style: none;
	display: inline;
	}
	
#homeSocialLinks {
	display: block;
	position: relative;
	top: 155px;
	padding-left: 200px;
	}
	
#homeSocialLinks p, #homeSocialLinks a {
	display: inline;
	}
	
#homeSocialLinks img {
	top: 8px;
	display: inline;
	position: relative;
	}