/* A Screen - Home */

#topImg {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	/*padding-top:10px; 
	padding-bottom:10px;*/
	width:716px;
	height:192px;
}

#central-info {
	
}

#c1{
	float: left;
	width:360px;	
	font-size:32px;
	line-height:40px;
	/*margin-right: 10px;*/
	color:#FFF;
}

#c2{
	/*float: left;*/
	margin-left:370px;
	width:325px;	
	font-size:11.8px;
	line-height:18px;
	color:#FFF;
}

#c2 a {
	color: #F6EB2F;
}

#c2 a:hover {
	color: #FFF;
}

#menu3 {
	position:relative;
	margin-top:10px;
	width:723px;
	/*clear: both;*/
	float: left;
	/*margin-top: 8px;
	margin-left:-9px;*/
}

#bottom {
	margin:0;
	padding:0;
	list-style: none;
	/*display: inline;
	overflow: hidden;*/
	z-index: 10;
	display:block;
}

#bottom li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#bottom a {
	float: left;
	margin-right:9px;
	padding: 115px 0 0 0;	
	overflow: hidden;
	height: 0px !important; 
	height /**/:115px; /* for IE5/Win only */
	}
	
#bottom #contact a {
	padding:10px 0 0 10px;
	margin-right:0 !important;
	height:105px !important;
	color:#000;
	letter-spacing:-1px;
}	

#bottom p, #bottom h1, #bottom h2, #bottom h3, #bottom h4 {
	margin:0;
	font-weight:normal;
}
	
#bottom a:hover {
	background-position: 0 -116px;
	color:#FFF;
	}


/* production pages */

li#film a  {
	width: 263px;
	background: url(imgs/menuImgs/bottom/film.png) no-repeat left top;
	}
	
li#stills a  {
	width: 263px;
	background: url(imgs/menuImgs/bottom/stills.png) no-repeat left top;
	}
	
#filmPhoto {
	float: left;
	width: 260px;
	margin-right: 12px;	
	margin-top:-1px;
}

#stillsPhoto {
	float: left;
	width: 263px;
	overflow:hidden;
	margin-right: 9px;
	margin-top:-1px;
}	
	
	
/* crewing */	

li#findCrew a  {
	width: 172px;
	background: url(imgs/menuImgs/bottom/findCrew.png) no-repeat left top;
	}
	
li#howWorks a  {
	width: 172px;
	background: url(imgs/menuImgs/bottom/howItWorks.png) no-repeat left top;
	}	

li#joinUs a  {
	width: 170px;
	background: url(imgs/menuImgs/bottom/joinUs.png) no-repeat left top;
	}
	
#findCrewPhoto {
	float:left;
	width: 168px;
	margin-top: -3px;
	margin-right: 12px;
	margin-left:0px;
}

#howWorksPhoto {
	float: left;
	width: 168px;
	margin-top: -3px;
	margin-right: 12px;
	margin-left:0px;
}

#joinUsPhoto {
	float: left;
	width: 168px;
	margin-top: -3px;
	margin-right: 11px;	
}				


/* locations */

li#findLocation a  {
	width: 354px;
	background: url(imgs/menuImgs/bottom/findLocation.png) no-repeat left top;
	}

li#registerLocation a  {
	width: 170px;
	background: url(imgs/menuImgs/bottom/registerLocation.png) no-repeat left top;
	}
	
#findLocationPhoto {
	float: left;
	width: 354px;
	margin-top: -4px;
	margin-right:9px;
	margin-left:0px;
}	

#registerLocationPhoto {
	float: left;
	width: 168px;
	margin-top: -3px;
	margin-right: 11px;	
	margin-left:0px;
}
	
/* common */	
	
	
li#contact a  {
	width: 168px;
	background: url(imgs/menuImgs/bottom/contact.png) no-repeat left top;
	}

#contactPhoto{
	float: left;
	width: 168px;
	/*margin-right: 9px;*/	
	margin-top:-1px;	
}
	



	
