@charset "utf-8";
 /* CSS Document */

a img,:link img,:visited img
{
	border:none
 }

a:link, :visited
{
	color: #000;
 }


a:hover
{
	color: #F60;
 }

body 
{
	text-align: center;
	font-family: "Times", "Times New Roman", serif;
	color: #000;
	background-color: #000000;
 }

#base
{
	position:relative;
	height:700px;
	width:1000px;
	margin-top:auto;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	overflow:hidden
}

#player
{
	position:absolute;
	height:280px;
	width:370px;
	top:30px;
	left:15px;
	overflow:hidden
}

#storebg
{
	position:absolute;
	height:65px;
	width:370px;
	top:325px;
	left:15px;
	filter:alpha(opacity=69); /* IE's opacity*/
	opacity:0.69; /* CSS2 Compliant browsers understand this */
	background:#FFFFFF none repeat scroll 0 0;
}
#store
{
	position:absolute;
	height:65px;
	width:370px;
	top:325px;
	left:15px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
}

#video
{
	position:absolute;
	height:280px;
	width:370px;
	top:405px;
	left:15px;
	overflow:hidden
}

#header
{
	position:absolute;
	height:140px;
	width:590px;
	top:0px;
	left:410px;
}


#photos
{
	position:absolute;
	height:75px;
	width:385px;
	top:140px;
	left:435px;
}

/* Main panels */


#textpanelbg
{
	position:absolute;
	height:460px;
	width:385px;
	top:225px;
	left:435px;
	filter:alpha(opacity=69); /* IE's opacity*/
	opacity:0.69; /* CSS2 Compliant browsers understand this */
	background:#FFFFFF none repeat scroll 0 0;
}
#textpanel
{
	position:absolute;
	height:440px;
	width:365px;
	top:225px;
	left:435px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	overflow:auto;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	padding: 10px;
}

.textpaneltitles
{
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
}

.textpaneltxt
{
	color: #000;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
}

.textpanelbooking
{
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	font-weight: 200;
}


#rightpanel
{
	position:absolute;
	height:575px;
	width:170px;
	top:140px;
	left:825px;
}

.rightpaneltext
{
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	font-style: italic;
}

#storepanelbg
{
	position:absolute;
	height:300px;
	width:370px;
	top:385px;
	left:15px;
	filter:alpha(opacity=69); /* IE's opacity*/
	opacity:0.69; /* CSS2 Compliant browsers understand this */
	background:#FFFFFF none repeat scroll 0 0;
}
#storepanel
{
	position:absolute;
	height:300px;
	width:370px;
	top:385px;
	left:15px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
}

/* Transparent background & text */

.paneltextleft, a.paneltextleft
{
	position:absolute;
	height:390px;
	width:310px;
	top:255px;
	left:10px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	overflow:auto;
	color: #FF0;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	padding: 10px;
 }
.paneltextright, a.paneltextright
{
	position:absolute;
	height:390px;
	width:310px;
	top:255px;
	left:360px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	overflow:auto;
	color: #FF0;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	padding: 10px;
 }
 
.singlepaneltext, a.singlepaneltext
{
	position:absolute;
	height:390px;
	width:660px;
	top:255px;
	left:10px;
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	overflow:auto;
	color: #FF0;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	padding: 10px;
 }
 
/* Bottom */
#bottomline
{
	position:absolute;
	height:25px;
	width:680px;
	top:665px;
	left:10px;
	filter:alpha(opacity=69); /* IE's opacity*/
	opacity:0.69; /* CSS2 Compliant browsers understand this */
	background:black none repeat scroll 0 0;
}

.bottomtext
{
	height: 15px; /* whatever floats your boat */
	width: 670px; /* whatever floats your boat */
	filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
	opacity:1; /* Make CSS compliant browsers understand this is not transparent */
	position:relative;
	overflow:hidden;
	color: #FF0;
	font-size: 10px;
	text-decoration: none;
	vertical-align: text-bottom;
	padding: 5px;
	font-weight: normal;
 }

.smalltext
{
	color: #FF0;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
 }
