/*SET UP BACKGROUNDS*/

html {
	background: url(http://a76productions.com/images/bg.jpg) no-repeat left 35px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
}

#overlaytransparency {
	position:fixed;
	top:0;
	left:0; 
	min-width:100%;
	min-height:100%;
}

/*NAVIGATION*/

#logo_nav {
	position: relative;
	margin: 0;
	padding:20px 0 20px 13px;
	height:115px;
	width:1000px;
}

#logo_nav a {
	margin-right:30px;
	float:left;
}

#mainnav {
	margin-left:30px;
	float:left;
	height:25px;
}

/*MAIN*/

#content {
	position: relative;
	margin: 0 auto;
	font:10pt "century gothic", helvetica, arial, sans-serif;
	line-height: 16pt;
	float:left;
}

/*LEFT NAVIGATION*/
		
#leftnavigation {
	width:242px;
	float:left;
}

.btn {
	padding:0 0 10px 13px;
}

/*RIGHT CONTENT*/

#rightcontent {
	width: 775px;
	margin-left:270px;
}

.project {
	text-align:center;
	width: 380px;
	float:left;
	margin:0 7px 21px 0;
	height:300px;
	/*margin-right:10px;
	margin-bottom:10px;*/
}

.project, .project a {
	color: #000000;
	font:bold 10px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

.projectnew {
	color: #000000;
	font:bold 10px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	text-align:left;
	width: 775px;
	float:left;
	margin:0 0 21px 0;
	height:251px;
}

.project a, .projectnew a {
	text-decoration:none;
} 

.project span, .projectnew span {
	display:none;
}

.project img {
	margin-bottom:4px;
}

.imageleft {
	float:left;
	width:445px;
	height:251px;
}

.projinfo {
	float:left;
	width:320px;
	margin-left:10px;
}

/*CLEAR*/

#clearclearclear {
	clear:both;
}

/*OTHER*/

h5 {
	color: #000000;
	font:bold 16px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	margin:0;
	padding:0;
}

/*HOME PAGE*/

#homepgtext {
	width:450px;
	float:left;
	margin-left:163px;
}

.center {
	margin-left:163px;
}

/*RENTALS PAGE - EQUIPMENT PAGES*/

.equip_links, .equiplinks:hover {
	font:12px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
 
.equip_links {
	color: #FF0000;
}

.equip_links:hover {
	color: #660000;
}

/*ABOUT PAGE - BIO PAGES*/

.biopic {
	margin-right:10px;
}

/*CONTACT PAGE*/

#leftcontact {
	margin-left:12px;
	float:left;
	width:435px;
}

#mapmap {
	float:left;
	/*margin-left:450px;
	margin-top:-400px;*/
	/*margin:-328px 0 0 450px;*/
}

.email {
	font:bold 14px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

.email:hover {
	font:bold 14px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.name {
	font:bold 16px "century gothic", Verdana, Arial, Helvetica, sans-serif;
}

.name span {
	font-size:16px;
}

/*NOT SURE*/

.title, .links, .contact_links {
	color:#FF0000;
}

.title {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

.body {
 	margin-top: 15px;
}

.copy {
 	padding-left:10px;
}

.links {
	padding: 0 0 0 20px;
}

.links, .contact_links, .links:hover {
	font:14px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.links2, .links2:hover {
	font:bold 10pt "century gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	padding:0 0 0 20px;
	text-decoration: none;
}

.links2 {
	color: #000000;
}

.links:hover, .links2:hover {
	color: #660000;
}

.duff {
	width: 154px;
	padding-right: 10px;
}
