@charset "UTF-8";
/* CSS HD Pro ProductionsDocument */

/****** General *******/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.clear{
	clear:both;
	}
	
h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color: #000;
	font-size: 20px;
	}
	
h2{
	color: #FFF;
	font-size: 15px;
	}
	
h3{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	}
	
hr{
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#mainWrapper{
	background-repeat: no-repeat;
	background-position: left top;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	}
	
#pageTitle{
	height: 55px;
	width: 232px;
	position: relative;
	top: 140px;
	left: 20px;
	}

#radio li a{
	color: #FF6600;
	text-decoration: none;
	list-style-type: none;
}
    
    #radio li a:hover{
	text-decoration: underline;
}
	

/****** Content *******/

#contentWrapper{
	width: 907px;
	background-color: #A3100B;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightContent{
	width: 403px;
	float: right;
}

.contentCopy{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
}

.bullets{
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

/****** Equipment *******/

#equipmentContent{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-left: 18px;
	line-height: 18px;
	width: 278px;
	float: left;
}

#rentButton{
	background-image: url(../site_images/buttons/rentIt.png);
	display: block;
	width: 119px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#rentButton:hover{
	  background-position: 0 -32px;
}

#rentButton span{
  display: none;
}



/****** film *******/

#filmStrip{
	background-repeat: no-repeat;
	background-position: left top;
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
	background-image: url(../site_images/film.png);
}

.filmContent{
	position: relative;
	top: 32px;
	left: 11px;
	width: 912px;
}

.film{
	height: 84px;
	width: 109px;
	background-color: #FFF;
	margin-left: 4px;
	float: left;
	margin-right: 1px;
}

.film a{
}
	
.film a:hover{
	height: 84px;
	width: 109px;
	filter: alpha(opacity=50);
	zoom: 1;
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.5;
	opacity:0.5;
}

/****** Copyright *******/


#copyright{
	clear: both;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
.copyright{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.copyright a{
	color:#B01415;
	text-decoration: none;
	font-weight: bold;
}
	
.copyright a:hover{
	color:#B01415;
	text-decoration: underline;
}

/****** Main Nav *******/

#mainNav{
	height: 41px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#homeButton, #servicesButton, #equipmentButton, #galleryButton, #contactButton{
	display: block;
	width: 167px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#homeButton:hover, #servicesButton:hover, #equipmentButton:hover, #galleryButton:hover, #contactButton:hover{
	  background-position: 0 -41px;
}

#homeButton span, #servicesButton span, #equipmentButton span, #galleryButton span, #contactButton span{
  display: none;
}

#homeButton{
	background-image: url(../site_images/buttons/home.png);
}

#servicesButton{
	background-image: url(../site_images/buttons/services.png);
}

#equipmentButton{
	background-image: url(../site_images/buttons/equipment.png);
}

#galleryButton{
	background-image: url(../site_images/buttons/gallery.png);
}

#contactButton{
	background-image: url(../site_images/buttons/contact.png);
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#FF6600;
	}
	
a:link {
	color: #FF6600;
	} 

a:hover{
	text-decoration: underline;
	}

