/*=======================================================================*\
	General Rules 
\*=======================================================================*/

* { /* clear margins and padding for all elements - eliminate browser default inconsistencies */
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #66a940 url("../_img/bg-body.jpg") repeat-x;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4e933b;
	margin: 7px 0 0 0;
	padding: 0 0 6px 0;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4e933b;
	margin: 0 0 -1px 0;
	padding: 0 0 0 0;
	}
	
p {
	line-height: 125%;
	padding: 0 0 15px 0;
	}
	
a {
	color: #4e933b;
	text-decoration: underline;
	}
	a:hover, a:active { 
		color: #4e933b;
		text-decoration: none;
		}
		
img	{ 
	border: 0;
	}
		
.clear { /* class may be assigned to any element following floats to clear them properly */

	clear: both;
	}
	
.left { /* class may be assigned to any element to float left */
	float: left;
	}
	
.right { /* class may be assigned to any element to float right */
	float: right;
	}	
	
/*=======================================================================*\
	Structural CSS
\*=======================================================================*/

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url("../_img/bg-hdr.jpg") no-repeat;
	}

	#page {
		width: 833px;
		margin: 0 auto 0 auto;
		}

	#header {
		float: left;
		width: 833px;
		height: 94px;
		background: ;
		}
		#logo {
			float: left;
			width: 361px;
			height: 24px;
			margin: 54px 0 0 0;
			display: inline;
			}
			#logo a {
				float: left;
				width: 361px;
				height: 24px;						
				}
				#logo a h1 {
					display: none;
					}
					
		div#menu ul {
			float: right;
			font-size: 12px;
			margin: 58px 0 0 0;
			padding: 0 0 0 9px;	
			color: #fff;

			background: #003f20;
			}
			
		div#menu ul li {	
			float: left;
			width: auto; /* primary nav item widths are fluid */	
			font-weight: bold;
			padding: 2px 7px 3px 0;
			list-style-type: none;
			}		
		
		div#menu a {
			float: left;
			color: #fff; /* default link text color */
			padding: 0;
			text-decoration: none;
			padding: 0 0 0 0;
			}
			div#menu a:hover {
				color: #ffff00; /* hover color */
				}
			div#menu ul li a.active, div#menu ul li a:link.active {
				color: #ffff00; /* active state */
				}				
			
#content {		
	float: left;
	width: 833px;	
	margin: 0;
	display: inline;
	}
	#content-top {		
		float: left;
		width: 833px;
		height: 15px;
		margin: 0;
		background: url("../_img/bg-content-top.png") no-repeat;
		}
	#content-main {		
		float: left;
		width: 833px;
		margin: 0;
		background: url("../_img/bg-content-main.png") repeat-y;
		}
		#content-inner {		
			float: left;
			width: 778px;
			margin: 0 0 0 26px;
			padding: 0 0 8px 0;
			display: inline;
			}
			#column-container {		
				float: left;
				width: 778px;
				margin: 16px 0 0 0;
				}
				#banner {		
					width: 778px;
					height: 146px;
					padding: 0 0 14px 0;
					}
				#twocolumn-1 {		
					float: left;
					width: 338px;
					margin: 0;
					}
				#twocolumn-2 {		
					float: right;
					width: 338px;
					margin: 0;
					padding: 0 0 64px 55px;
					background: url("../_img/dotted-sep-vertical.gif") repeat-y;
					}
				#threecolumn-1-hdr {		
					float: left;
					width: 200px;
					margin: 0;
					padding: 0 32px 0 0;
					}
				#threecolumn-2-hdr {		
					float: left;
					width: 200px;
					margin: 0;
					padding: 0 12px 0 30px;
					}
				#threecolumn-3-hdr {		
					float: right;
					width: 230px;
					margin: 0;
					padding: 0 12px 0 39px;
					}
				#threecolumn-1 {		
					float: left;
					width: 200px;
					height: 271px;
					margin: 12px 0 0 0;
					padding: 0 32px 0 0;
					}
				#threecolumn-2 {		
					float: left;
					width: 200px;
					height: 271px;
					margin: 12px 0 0 0;
					padding: 0 12px 0 30px;
					background: url("../_img/dotted-sep-vertical.gif") repeat-y;
					}
				#threecolumn-3 {		
					float: right;
					width: 230px;
					height: 271px;
					margin: 12px 0 0 0;
					padding: 0 12px 0 39px;
					background: url("../_img/dotted-sep-vertical.gif") repeat-y;
					}						
	#content-bottom {		
		float: left;
		width: 833px;
		height: 17px;
		margin: 0;
		background: url("../_img/bg-content-bottom.png") no-repeat;
		}				

/* Home */

#home-mantle {		
	float: left;
	width: 778px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	background: #cccc99;
	}
#home-mantle-inner {		
	float: left;
	width: 751px;
	margin: 11px 0 0 16px;
	padding: 0 0 0 0;
	display:inline;
	}
#home-mantle-inner h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 3px 0 0 0;
	padding: 0 0 14px 0;
	letter-spacing: -.2px;
	}
	
#home-mantle-inner h2 {
	font-size: 24px;
	font-weight: bold;
	color: #4e933b;
	margin: -3px 0 -1px 0;
	padding: 0 0 7px 0;
	letter-spacing: -.3px;
	}
	
#home-mantle-inner h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 -1px 0;
	padding: 0 0 0 0;
	}		
	
.home-mantle-graphic {		
	float: right;
	width: 272px;
	height: 206px;
	margin: 0 0 0 0;
	padding: 0 0 8px 23px;
	display: inline;
	}
.home-slides-graphic {		
	width: 230px;
	height: 43px;
	margin: 0;
	padding: 0 0 10px 0;
	}		
		
/* Movies */

.movie-bucket {		
	float: left;
	width: 778px;
	margin: 0;
	padding: 0 0 25px 0;
	}
.movie-bucket-last {		
	padding: 0 0 6px 0 !important;
	}	
	.video-preview {		
		float: left;
		width: 425px;
		height: 350px;
		margin: 0;
		}
	.movie-desc {		
		float: left;
		width: 335px;
		margin: 0 0 0 18px;
		}
	.movie-desc h2 {
		margin: -3px 0 0 0;
		padding: 0 0 9px 0;
		}
	.movie-slides {		
		width: 335px;
		margin: 0;
		padding: 0 0 10px 0;
		}			

/* Screenings */

.banner-screenings {		
	background: url("../_img/banner-screenings.jpg") no-repeat;
	}

/* News & Press */

/* About Us */

.banner-about {		
	background: url("../_img/banner-about.jpg") no-repeat;
	}

/* Order */

/* Contact */
		
/* Footer */				

#footer {		
	width: 833px;					
	clear: both;
	text-align: center;
	color: #014e29;
	padding: 0 0 25px 0;
	font-size: 10px;
	font-weight: bold;
	}
	#footer p {		
		float: left;
		width: 833px;
		text-align: center;
		margin: 28px 0 0 0;
		padding: 0;						
		}
	#footer ul {	
		list-style: none;
		margin: 0;
		padding: 0;					
		display: inline;
		clear: both;
		}
		#footer ul li {
			margin: 0;
			list-style: none;
			padding-right: 4px;
			display: inline;
			}	
			#footer ul li a {							
				color: #014e29;
				text-decoration: none;
				}
				#footer li a:hover {
					color: #ffff00;
					}