/* OFFSHORE STUDIOS CSS */

* {
	padding: 0px; 
	margin: 0px; 
}

body { 
	background: #000000 url(../images/bg.jpg);
}

a {
	color: #ff0000; 
}

h3 {
	margin: 10px 10px 0 10px; 
	color:#ffffff;
	font: 18pt Arial, sans-serif; 
	letter-spacing: -1px; 
	font-weight: bold;  
}

/* DIVS AND CLASSES */

#container {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	width: 1080px;
	margin: 0;
	padding: 10px;
}

#footer {
	width: 1080px;
	height: 40px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

/* FONTS & LINKS */
.titleWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #ffffff;
}

.titleRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #ff0000;
}

.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
}

.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
}

.boxText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

.red {
	color: #FF0000;
}

.footer {
	font-family: "Trebuchet MS", "Times New Roman", Georgia;
	font-size: 11px;
	color: #666666;
}

.clearFix {
	clear: both;
	margin: 0;
	padding: 0;
}


/* Sliding Boxes */
.boxgrid { 
	width: 325px; 
	height: 260px; 
	margin: 10px; 
	float: left; 
	background: #161613; 
	border: solid 2px #ffffff; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p { 
	padding: 0 10px; 
	color: #afafaf; 
	font-weight: bold; 
	font: 10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
 
.captionfull .boxcaption {
	top: 260;
	left: 0;
}

.caption .boxcaption {
	top: 220;
	left: 0;
}


