@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background: #000;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #f87000;
}
a:active {
	color: #f87000;
}



a.nav:link {
	color: #fff;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #fff;
}
a.nav:hover {
	text-decoration: none;
	color: #f87000;
}
a.nav:active {
	text-decoration: none;
	color: #f87000;
}

a.zdi:link {
	color: #ffb470;
	text-decoration: underline;
}
a.zdi:visited {
	text-decoration: underline;
	color: #ffb470;
}
a.zdi:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.zdi:active {
	text-decoration: underline;
	color: #ffffff;
}

ul#footer_navigation li {
	display:inline;
	color: #ffffff;
	}

ul#footer_navigation li a { 
	margin:5px 5px; 
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

#site_wrapper {
	position:relative;
	width:1096px;
	margin:0 auto;
}

#homeContent {
	float:left;
	width:1096px;
	height: 880px;
	margin-top: 0px;
	background:url(images/backgroundHome.jpg) no-repeat top #000;
}

#aboutContent {
	float:left;
	width:1096px;
	height: 880px;
	margin-top: 0px;
	background:url(images/backgroundAbout.jpg) no-repeat top #000;
}

#blackbox {
	width: 250px;
	height: 40px;
	background: #000;
	margin: 10px 0px 0px 700px;
	padding:8px 8px 2px 8px;
	
}

#sevennightsContent {
	float:left;
	width:1096px;
	margin-top: 0px;
	background:url(images/backgroundBasic.jpg) no-repeat top #000;
}

#contactContent {
	float:left;
	width:1096px;
	margin-top: 0px;
	height: 880px;
	background:url(images/backgroundBasic.jpg) no-repeat top #000;
}

.mainText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height:1.25;
}

.mainNavigation {
	font-family: Arial, Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#fff;
	letter-spacing: 2px;
	text-align:center;
}

.homeText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	margin-left:700px;
	margin-top:30px;
	margin-right:50px;
	line-height: 1.5;
}

.aboutText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	margin-left:350px;
	margin-top:20px;
	margin-right:330px;
	line-height: 1.4;
}

.sevennightsText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#fff;
	margin-left:350px;
	margin-top: 20px;
	margin-right:40px;
	line-height: 1.4;
	font-style:italic;
}

.headlineLarge {
	font-size: 31px;
	margin-top:120px;
	font-style:normal;
}

.headlineMedium {
	font-size: 18px;
	margin-top:20px;
	font-style:normal;
	color:#F90;
}

.headlineSmall {
	font-size: 14px;
	margin-top:20px;
	font-style:normal;
}

.headlineFilm {
	font-size: 15px;
	color:#F90;
	font-style:normal;
}

.blackboxText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
}

.contactText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#fff;
	margin-left:350px;
	margin-top:20px;
	margin-right:40px;
	line-height: 1.6;
	font-style:italic;
}

.submitText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#fff;
	margin-left:350px;
	margin-top:20px;
	margin-right:290px;
	line-height: 1.4;
}

.styleCopyrightText {
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}
