@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/homeBg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	color: #185a10;
	font-family: "garamond-premier-pro-caption", Palatino, serif;
	font-size:18px;
}
#pageArea{
	background-color: #f1eedf;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#pageContent{
	width: 654px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 40px;	
}
#pageHeader{
	width: 200px;	
	height: 23px;
	text-align:left;
}
#navBar{
	margin-top: 34px;
	height: 22px;
	width: 100%;	
}
#navButtons{
	width: 100%;
	padding-top: 6px;
}
#navButton{
	height: 10px;
	text-align: left;
	float: left;
}
.welcomeBtn{
	width: 80px;
}
.aboutBtn{
	width: 85px;
}
.reelBtn{
	width: 80px;	
}
.contactBtn{
	width: 65px;
}
#mainContent{
	width: 573px;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	padding-bottom:60px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
}

#televisionLabel{
	text-align:left;
	font-size:26px;
	margin-left:-30px;
	font-weight:300;
	margin-top:-20px;
}

#topRow{
	background-color:red;
	width:110%;
	margin-left:-25px;
}

.thumbnail{
	height:100px;
	width:150px;
	float:left;
	margin-right:15px;
	margin-bottom:35px;
}
.thumbnail:hover{
	opacity:.8;
	cursor:pointer;
}
.label{
	font-size:14px;
}
#secondRow{
	height:100px;
	margin-top:130px;
	width:110%;
	margin-left:-25px;
}

#thirdRow{
	height:100px;
	margin-top:30px;
	width:110%;
	margin-left:-25px;
}

#webContentLabel{
	text-align:left;
	font-size:26px;
	font-weight:300;
	margin-top: 30px;
	padding-bottom: 5px;
}

#fourthRow{
	height:100px;
	width:110%;
	margin-lefT:-25px;
}

#blanket{
	position:fixed;
	top:0;
	left:0;
	background-color:black;
	opacity:.7;
	z-indeX:100;
	width:100%;
	height:100%;
	display:none;
}

#videoFrame{
	position:absolute;
	background-color:white;
	height:400px;
	width:600px;
	z-index:200;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-200px;
	display:none;
}

#closeX{
	margin-left: 590px;
	margin-top: -10px;
	cursor:pointer;
}

#webContent{
	width:110%;
	margin-left:-25px;
}

#televisionContent{
	width:110%;
	margin-left:-25px;
}