/* The global container */

#container-global {
	margin: 0px auto 0 auto;
	position: relative;
	width: 915px;
	height:20px;
}

body {
	background-image: url(images/parent_images/background_tile.gif);
	background-repeat: repeat-x;
	background-color:#000000
}

#promo {
	position:absolute;
	width:685px;
	height:255px;
	left:0px;
	top: 120px;
	z-index: 16;
}

#camera {
	position:absolute;
	width:185px;
	height:119px;
	left:450px;
	top: 310px;
	z-index: 22;
}

#contact_container {
	position:absolute;
	width:225px;
	height:255px;
	left:690px;
	top:120px;
	background-color:#1c1c1c;
	z-index: 18;
}

#contact_us_btn {
	position:absolute;
	width:225px;
	height:30px;
	left:0px;
	top:225px;
	z-index:10;
}

/*content*/
#background_tile {
	position:absolute;
	width:685px;
	height:610px;
	left:0px;
	top:380px;
	background-image:url(images/filming/pro/background_tile.gif);
	background-repeat:repeat-y;
	z-index: 20;
}

#heading {
	position:absolute;
	width:270px;
	height:25px;
	left:40px;
	top:405px;
	color:#FFFFFF;
	z-index: 21;
}

#image01 {
	position:absolute;
	width:110px;
	height:59px;
	left:60px;
	top:590px;
	z-index: 21;
}

#image02 {
	position:absolute;
	width:110px;
	height:59px;
	left:175px;
	top:590px;
	z-index: 21;
}

#image03 {
	position:absolute;
	width:110px;
	height:59px;
	left:60px;
	top:655px;
	z-index: 21;
}

#image04 {
	position:absolute;
	width:110px;
	height:59px;
	left:175px;
	top:655px;
	z-index: 21;
}

#image05 {
	position:absolute;
	width:110px;
	height:59px;
	left:60px;
	top:830px;
	z-index: 21;
}

#image06 {
	position:absolute;
	width:110px;
	height:59px;
	left:175px;
	top:830px;
	z-index: 21;
}

#image07 {
	position:absolute;
	width:110px;
	height:59px;
	left:370px;
	top:507px;
	z-index: 21;
}

#image08 {
	position:absolute;
	width:110px;
	height:59px;
	left:485px;
	top:507px;
	z-index: 21;
}

#paragraph01 {
	position:absolute;
	width:270px;
	height:145px;
	left:40px;
	top:445px;
	color:#FFFFFF;
	z-index: 21;
}

#paragraph02 {
	position:absolute;
	width:270px;
	height:110px;
	left:40px;
	top:730px;
	color:#FFFFFF;
	z-index: 21;
}

#paragraph03 {
	position:absolute;
	width:270px;
	height:70px;
	left:40px;
	top:903px;
	color:#FFFFFF;
	z-index: 21;
}

#paragraph04 {
	position:absolute;
	width:270px;
	height:60px;
	left:350px;
	top:445px;
	color:#FFFFFF;
	z-index: 21;
}

#paragraph05 {
	position:absolute;
	width:270px;
	height:75px;
	left:350px;
	top:578px;
	color:#FFFFFF;
	z-index: 21;
}

#menu {
	position:absolute;
	width:275px;
	height:170px;
	left:350px;
	top:663px;
	color:#FFFFFF;
	z-index: 21;
}

/*footer*/
#grad {
	position:absolute;
	background-image: url(images/home/footer/grad.gif);
	background-repeat: repeat-x;
	width:915px;
	height:50px;
	left:0px;
	top:995px;
	z-index: 11;
}

#copyright {
	position:absolute;
	width:300px;
	height:20px;
	left:20px;
	top:1032px;
	color:#292929;
	z-index: 12;
}

#quicktime {
	position:absolute;
	width:117px;
	height:41px;
	left:273px;
	top:1017px;
	color:#292929;
	z-index: 13;
}

#psr {
	position:absolute;
	width:62px;
	height:41px;
	left:391px;
	top:1017px;
	color:#292929;
	z-index: 14;
}

#reefwonders {
	position:absolute;
	width:209px;
	height:41px;
	left:454px;
	top:1017px;
	color:#292929;
	z-index: 15;
}

/*text style*/
p3 {
	font: normal 14px/1.2em Arial;
	font-weight:bold;
}

p4 {
	font: normal 11px/1.0em Arial;
	font-weight:bold;
}

p5 {
	font: normal 15px/1.4em Arial;
	font-weight:bold;
}

p6 {
	font: normal 10px/0.9em Arial;
	font-weight:bold;
}

p7 {
	font: normal 11px/1.0em Arial;
}

p8 {
	font: normal 14px/1.2em Arial;
}

/*link style*/
a.link:link {
	color: #bf0000;
	text-decoration:none;
}
			
a.link:visited {
	color: #bf0000;
	text-decoration:none;
}
			
a.link:hover { 
	color: #FFFFFF;
	text-decoration:none;
}
			
a.link:active {
	color: #666666;
	text-decoration:none;
}
