/* Developed by Adrian Rodriguez - Explorer Films */

@charset "utf-8";
/* CSS Document */

body {
	background-image: url(gradientHorizon.jpg);
	background-repeat: repeat;
	text-align: center;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bodyText {
	font-family: Arial;
	text-align: left;
}

.sectionHeadLink {	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}
a {
	font-family: Arial;
}

.pictureHighlight {
	position: relative;
	display:inline-block;
}

.pictureHighlight a:hover:before {
	content: url(thumbMO.png);
	position: absolute;
}

.comingsoonHighlight {
	position: relative;
	display:inline-block;
}

.comingsoonHighlight a:hover:before {
	content: url(comingsoonMOthumb.png);
	position: absolute;
}


.menuBG {
	background-image: url(menubarBG.jpg);
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
}

#bodyContentWrapper{
	text-align:left;
	margin-right:-40px;
	padding-left: 20px;
}

#slideshow {
	z-index: 0;
	text-align: center;
	font-family: "Trajan Pro";
	height: 226px;
}

#logoMov {
	height: 171px;
}

.finePrint {
	color: #666;
	font-size: 10px;
	text-align: center;
}
.homeTagline {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 30px;
}
.smallMenu {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#mainMenu {
	height: 28px;
}
#pageTitle {
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #FFF;
	line-height: 30px;
	margin-left: 80px;
}
.bodyText {
	font-family: Arial;
	font-weight: normal;
}
.sectionHeading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.smallHeading {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.sectionHeadLink {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

.contactText {
	text-align: right;
	font-family: Arial;
	font-size: 14px;
}

.greyText {
	font-family: Arial;
	font-size:14px;
	color:#666;
}

#picMenuDiv{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	
}
