@charset "utf-8";
html, body {
	height: 100%;	
}

body {
	background-image: url(../images/siteTopBG.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

a, a:visited, #contentArea a {
	color: #cdc4a7;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#homeContentTeaser a, #homeContentTeaser a:visited {
	color: #d20000;
	border-bottom: 1px dotted;
}

a:hover, #homeContentTeaser a:hover, #contentArea a:hover {
	color: #fbf6e2;
	border: 0;
}

label {
	display: block;
	margin-top: 25px;   
	width: 400px;
	font-size: 110%;
	letter-spacing: 1px;
}

label em {
	visibility: visible;
}

label strong {     
    visibility: hidden;
}

input {
	display: block;
	width: 250px;
	background-color: #222;
	border: solid 1px #444;	
	color: #cdc4a7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5px;
	
	padding: 5px;
}

textarea {
	display: block;
	width: 500px; 
	height: 100px;
	background-color: #222;
	border: solid 1px #444;
	color: #cdc4a7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5px;

	padding: 5px;
}

#cancelForm {
	width: 90px;
	display: inline;
	background-color: #111;
	color: #666;
	font-weight: bold;
}

#cancelForm:hover {
	background-color: #C00;
	color: #fff;
	border: solid 1px #999;
}

#sbmtForm {
	width: 180px;
	display: inline;
	margin-left: 238px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #111;
}

#sbmtForm:hover {
	background-color: #3C0;
	color: #fff;
	border: solid 1px #CCC;
}

.small {
	font-size: 80%;	
}

.invsbl {
	display: none;
}

#siteWrapper {
	width: 934px;
	margin: 0 auto;
	background-image:url(../images/siteWrapperBG.png);
	background-repeat: repeat-y;
	height: 100%;
	/*border:#FFF 1px dotted;*/
}

#siteContent {
	width: 900px;
	margin: 0 auto;	
}

#homeContentArea {
	color:#cdc4a7;
	line-height: 14.5pt;
	letter-spacing: .2pt;
	padding-bottom: 10px;
	/*border:#0F0 1px dotted;*/
}

#homeContentTeaser {
	position:relative;
	left:0px;
	top:-80px;
	z-index:-1
	width: 900px;
	height: 50px;
	padding: 20px;
	/*border:#0F0 1px dotted;*/
	margin-bottom: -80px;
	background-image: url(../images/semiTransBlackBg.png);
}

#teaserTxt {
	width: 520px;
	position:relative;
	top: 2px;
}

#trailerButton {
	position:relative;
	left: 700px;
	top: -42px;
	/*border: 1px #999 dotted;*/
	width: 160px;
	
}

#trailerButton a {
	width:120px;
	padding: 15px;
	border: 1px #999 dotted !important;
	background: url(../images/play.png) no-repeat right center;
	width: 130px;
	display: block;
}

#trailerButton a:hover {
	background: url(../images/play_over.png) no-repeat right center;
	border: 1px #cdc4a7 dotted !important;
	background-color: #700000;
}

#contentArea {
	width: 900px;
	display:table-cell;
	padding: 5px 30px 20px 30px;
	color:#cdc4a7;
	background-color: #0a0a0a;
	background-image: url(../images/contentBg.jpg);
	background-repeat: repeat-x;
	line-height: 14.5pt;
	letter-spacing: .2pt;
	/*border:#0F0 1px dotted;*/
	clear: both;
}

#contentArea ul {
	padding: 0;
	margin-left: 25px;
	margin-top: -5px;
}

#contentArea h2 {
	padding-bottom: 15px;	
}

#leftContentColumn {
	width: 510px;
	float: left;
	/*border:#ccc 1px dotted;*/
}

#rightContentColumn {
	width: 290px;	
	float: right;
	margin-top: 30px;
	/*border:#0F0 1px dotted;*/
}

#rightContentColumn img{
	border: 1px solid #222;	
}

#hdrArea {
	margin: 0;
	background-image:url(../images/topNavBG.jpg);
	background-repeat: no-repeat;
	/*border:#0F0 1px dotted;*/
	height: 100px;
}

#logo {
	display: inline;
}

#logo a, #logo a:hover, #logo a:visited, #logo img, #faceBookLink a, #faceBookLink a:hover, #faceBookLink a:visited, #faceBookLink img {
	border: 0;	
}

#mainNav {
	margin: 0;
	padding: 65px 20px 0 0;
	float: right;
	letter-spacing: .3pt;
}

#mainNav li {
	margin: 0;
	padding: 0 18px 0 18px;
	display: inline;
	list-style: none;
	font-size: 120%;
	color: #988f70;
}

#mainNav a, #mainNav a:visited {
	color: #988f70;
	text-decoration: none;
	border: 0;
}

#mainNav a:hover {
	color: #fbf6e2;
	border-bottom: 1px dotted;
}

.castImages {
	display: block;
	clear: both;
	/*border:#0F0 1px dotted;*/
	height: 290px;
	width: 560px;
}

.castImages img{
	border: 3px solid #222;
}

.castImageLeft {
	float: left;
}

.castImageRight {
	float: right;
}

#imageGallery img {
	border: 3px solid #222;
	padding: 0px;
	margin: 25px;
}

#imageGallery a, #imageGallery a:hover, #imageGallery a:visited {
	border: 0;	
}

#footer {
	padding: 10px 0 0 0;
	border-top: 1px solid #553b06;
	font-size: 85%;
	color:#4f4a38;
	text-align: right;
	padding-bottom: 5px;
	clear: both;
}

#faceBookLink {
	float: left;
	position: relative;
	top: -6px;
}
