/* global changes */
body {
	margin: 0;
	background-color: white;
	line-height:1.5em;
	font-size: .75em;
	font-family: verdana, arial, sans-serif;
	color: #5B5B5B;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	line-height:normal;
}

h2{
	font-size: 2.4em;
	color: #47bb24;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom:.3em;
}

h3{
	font-size: 1.5em;
	color: black;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom:.3em;
}

p{
}

table{
	border-collapse: collapse;
}

td{
	padding: 0;
	vertical-align: top;
}

img{
	border: none;
}

a{
	color:#47bb24;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: none;
}


/* end global changes */

/* mainTable */

#mainTable{
	width: 800px;
	background-color: white;
	margin: 0 auto;
}

/* end mainTable */

#landContainer{
	background-color: white;
}

#innerlandContainer{
	margin: 25px auto 25px auto;
	width: 830px;
	height: 590px;
	position: relative;
}

#landfooter{
	color: white;
	font-size: 11px;
	position: absolute;
	top: 552px;
	left: 175px;
}

#mainContainer{
	background-image: url(../images/shadowsides.jpg); 
	background-repeat: repeat-y;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#innerContainer{
	width:800px;
	margin: 0 auto;
}

#header{
	background-image: url(../images/USheader.jpg);
	background-repeat: no-repeat;
	height: 209px;
	position:relative;
}

#header h1, #header h2{
	width: 100px;
	position:absolute;
	left:-10000px;
}


#menu{
	width: 800px;
	text-align: center;
	background-image: url(../images/backpattern.gif);
	background-repeat: repeat;
	padding: 10px 0;
	color: white;
	text-transform:uppercase;
	font-size:.85em;
}

#menu a{
	text-decoration: none;
	color: white;
}

#menu a:hover{
	color:#000;
}

#menu .selected{
	color:#000;		
}

#content{
	background-image: url(../images/backpattern.gif);
	background-repeat: repeat-y;
	width: 800px;
}

#contentbottom{
	margin: 0 auto;
	display: block;
	width: 1000px;
	height: 16px;
}

#leftcol{
	width: 350px;
	background-image: url(../images/backpattern.gif);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 20px 20px 80px 20px;
	color: #fff;
}

#leftcol h2{
	color:#5B5B5B;	
}
#leftcol h4{
	color:#000;	
}


#trailer{
	width:320px;
	margin:0 auto;
	border:1px solid #5B5B5B;
	}

#leftLink{
	text-align:center;
	margin:20px 0;
}
#leftLink a{
	padding:20px 5px;
}

#rightcol{
	width: 450px;

	padding: 20px 20px 80px 20px;
	background-color:#fff;
}
#rightcol .emergencyStamp{
	background-image: url(../images/emergency.gif);
	background-repeat: no-repeat;
	background-position: 65px 40px; 
}

#footer{
	background-color: #47bb24;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
	color: white;
	position:relative;
}

#footer a{
	text-decoration: none;
	color: white;
}

#footer a:hover{
	color:#000;
	}
	
#footer #pplogo{
	position: absolute;
	right: 0px;
	top: -68px;
}

/* STORE */
.store_container{
	margin:20px 0;
	border:1px solid #ddd;
	padding:15px;
	}


/* FILM MAKERS */
.filmmakers img{
	float:right;
	padding: 0 0 10px 10px;
	}

/* PRESS */
.pressList {
	padding:0;
	margin:10px 0 20px 10px;
	}
.pressList a{
	color:#fff;
	}
.pressList a:hover{
	color:#000;
	}
#pressContainer{
	background-color:#fff; 
	width:500px;
	}
.pressImage{
	display:none;
	width:500px;
	text-align:center;
	}
.pressImage img{
	}
.pressImage .pullQuote{
	text-align:left;padding:0 20px;
	}
#pressContainer img{
	display:inline;
	margin:0 auto;
	float:none;
	position:relative;
	border:1px solid #aaa;
	padding:10px;
	}		
.first{
	display:block;
	}	

.quoteName{
	text-align:right;
	margin-bottom:20px;
	}