/* 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;
}

#contact_container {
	position:absolute;
	width:225px;
	height:255px;
	left:690px;
	top:120px;
	background-color:#1c1c1c;
}

#contact_us_btn {
	position:absolute;
	width:225px;
	height:30px;
	left:0px;
	top:225px;
	z-index:10;
}

/*bottom promotion 01*/
#promo01 {
	position:absolute;
	width:225px;
	height:161;
	left:0px;
	top:380px;
}

#promobar01 {
	position:absolute;
	width:225px;
	height:161;
	left:0px;
	top:481px;
}

#title01 {
	position:absolute;
	width:200px;
	height:20px;
	left:15px;
	top:491px;
	color:#FFFFFF;
}

#subtitle01 {
	position:absolute;
	width:210px;
	height:20px;
	left:15px;
	top:514px;
	color:#bf0000;
}

/*bottom promotion 02*/
#promo02 {
	position:absolute;
	width:225px;
	height:161;
	left:230px;
	top:380px;
}

#promobar02 {
	position:absolute;
	width:225px;
	height:161;
	left:230px;
	top:481px;
}

#title02 {
	position:absolute;
	width:200px;
	height:20px;
	left:245px;
	top:491px;
	color:#FFFFFF;
}

#subtitle02 {
	position:absolute;
	width:210px;
	height:20px;
	left:245px;
	top:514px;
	color:#bf0000;
}

/*bottom promotion 03*/
#promo03 {
	position:absolute;
	width:225px;
	height:161;
	left:460px;
	top:380px;
}

#promobar03 {
	position:absolute;
	width:225px;
	height:161;
	left:460px;
	top:481px;
}

#title03 {
	position:absolute;
	width:200px;
	height:20px;
	left:475px;
	top:491px;
	color:#FFFFFF;
}

#subtitle03 {
	position:absolute;
	width:210px;
	height:20px;
	left:475px;
	top:514px;
	color:#bf0000;
}

/*side promotion 01*/
#sidepromobar01 {
	position:absolute;
	width:225px;
	height:78px;
	left:690px;
	top:380px;
}

#sidepromo01 {
	position:absolute;
	width:78px;
	height:78px;
	left:837px;
	top:380px;
}

#heading01 {
	position:absolute;
	width:130px;
	height:20px;
	left:700px;
	top:385px;
	color:#FFFFFF;
}

#summery01 {
	position:absolute;
	width:127px;
	height:30px;
	left:700px;
	top:405px;
	color:#FFFFFF;
}

#link01 {
	position:absolute;
	width:127px;
	height:20px;
	left:700px;
	top:437px;
	color:#bf0000;
}

/*side promotion 02*/
#sidepromobar02 {
	position:absolute;
	width:225px;
	height:78px;
	left:690px;
	top:463px;
}

#sidepromo02 {
	position:absolute;
	width:78px;
	height:78px;
	left:837px;
	top:463px;
}

#heading02 {
	position:absolute;
	width:130px;
	height:20px;
	left:700px;
	top:468px;
	color:#FFFFFF;
}

#summery02 {
	position:absolute;
	width:127px;
	height:30px;
	left:700px;
	top:488px;
	color:#FFFFFF;
}

#link02 {
	position:absolute;
	width:127px;
	height:20px;
	left:700px;
	top:520px;
	color:#bf0000;
}

/*footer*/
#grad {
	position:absolute;
	background-image: url(images/home/footer/grad.gif);
	background-repeat: repeat-x;
	width:915px;
	height:50px;
	left:0px;
	top:548px;
}

#copyright {
	position:absolute;
	width:300px;
	height:20px;
	left:20px;
	top:585px;
	color:#292929;
}

#quicktime {
	position:absolute;
	width:117px;
	height:41px;
	left:273px;
	top:570px;
	color:#292929;
}

#psr {
	position:absolute;
	width:62px;
	height:41px;
	left:391px;
	top:570px;
	color:#292929;
}

#reefwonders {
	position:absolute;
	width:209px;
	height:41px;
	left:454px;
	top:570px;
	color:#292929;
}

/*promotion text style*/
p3 {
	font: normal 14px/1.3em 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 10px/0.9em Arial;
}

/*promotion link style*/
a.promo:link {
	color: #bf0000;
	text-decoration:none;
}
			
a.promo:visited {
	color: #bf0000;
	text-decoration:none;
}
			
a.promo:hover { 
	color: #FFFFFF;
	text-decoration:none;
}
			
a.promo:active {
	color: #666666;
	text-decoration:none;
}
