@charset "utf-8";
/* CSS Document */
html, body { height:100%; }
body  {
	background:url(../images/swirl.gif) 150px -30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height:18px;
}
#container {
	width: 885px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

div#MainBG {
	/*display: table;*/
	height:100%;
	min-height:100%;
	background-image:url(../images/main-bg.png);
	#background-image:url(../images/main-bg.png);
	_background-image:url(../images/main-bg.gif);
	background-repeat:repeat-y;
	float:left;
	clear:both;
}

div#header {
	width:885px;
	height:172px;
	background-image:url(../images/hdr2.png);
	#background-image:url(../images/hdr2.png);
	_background-image:url(../images/hdr2.jpg);
	background-repeat:no-repeat;
	padding: 0;
	_margin-bottom: -3px;
} 
div#header-home {
	width:885px;
	height:172px;
	background-image:url(../images/hdr1.png);
	#background-image:url(../images/hdr1.png);
	_background-image:url(../images/hdr1.jpg);
	background-repeat:no-repeat;
	padding: 0;
	_margin-bottom: -3px;
} 
div#homeLink {
	width:185px;
	height:115px;
	padding-left:42px;
	padding-top:35px;
}
div#mainContent {
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	margin-top:10px;
	margin-left:15px;
	background:url(../images/content_top.gif) no-repeat top right;
	background-color:#ecf6c2;
} 

div#footer { 
	font-size:11px;
	color:#6d7f1f;
	background:url(../images/footer-base.png);
	#background:url(../images/footer-base.png);
	_background:url(../images/footer-base.gif);
	background-repeat:no-repeat;
	width:855px;
	height:25px;
	padding: 40px 10px 20px 20px;
	clear:both;
}
span#footer-text {
	float:right;
	padding: 0px 30px 0 0;
}
span#footer-links{ float:left; padding-left:20px; }
span#footer-links a{ color:#6d7f1f; }
span#footer-links a:hover{ color:#4b3896; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p { width:520px; }
span#purple { color:#4b3896; font-weight:bold;}
.purple { color:#4b3896; font-weight:bold;}
a, a.purple, span#purple a { color:#4b3896;}
h3 { color:#4b3896; font-size:14px; font-weight:bold; margin:2px;}

/************** MENU ****************/
ul#navlist {
padding: 0;
margin:0;
list-style-type:
none;
margin-left:12px;
}
#navlist a {
	position:relative;
	width:170px;
	height:52px;
	#height:49px;
	_height:49px;
	overflow:hidden;
	display: block;
}
#navlist li {
	width: 170px; 
}
#navlist li#thome a { background: url(../images/menu-home.gif) no-repeat 0px 0px; }
#navlist li#tabout a { background: url(../images/menu-about.gif) no-repeat 0px 0px; }
#navlist li#tperformances a { background: url(../images/menu-performances.gif) no-repeat 0px 0px; }
#navlist li#tpackages a { background: url(../images/menu-fantasea-cave.gif) no-repeat 0px 0px; }
#navlist li#ttestimonials a { background: url(../images/menu-testimonials.gif) no-repeat 0px 0px; }
#navlist li#tgallery a { background: url(../images/menu-gallery.gif) no-repeat 0px 0px; }
#navlist li#tdownloads a { background: url(../images/menu-downloads.gif) no-repeat 0px 0px; }
#navlist li#tcontact a { background: url(../images/menu-contact.gif) no-repeat 0px 0px; }

#navlist li#thome a:hover, #navlist li#thome a.selected,
#navlist li#tabout a:hover, #navlist li#tabout a.selected,
#navlist li#tperformances a:hover, #navlist li#tperformances a.selected,
#navlist li#tpackages a:hover, #navlist li#tpackages a.selected,
#navlist li#ttestimonials a:hover, #navlist li#ttestimonials a.selected,
#navlist li#tgallery a:hover, #navlist li#tgallery a.selected,
#navlist li#tdownloads a:hover, #navlist li#tdownloads a.selected,
#navlist li#tcontact a:hover, #navlist li#tcontact a.selected { background-position: 0px -50px; }

#navlist span { display:none; }

/******SUB NAV ***********/
ul#subnav {padding:0;margin:0;margin-left:10px;}
ul#subnav li { list-style-type:none; padding-left: 15px}
ul#subnav li.selected{
padding-left: 15px;
background-image: url(../images/anchor.gif);
background-repeat: no-repeat;
background-position: -3px 2px;

}
ul#subnav li#sub_about a.selected {text-decoration:underline;}
ul#subnav li#sub_about a {
text-decoration:none;
padding:1px;
padding-top:2px;
background-image:none;
width:100px;
height:15px;
background-image:none;
color:#2b1a6d;
font-size:11px;
}
ul#subnav li#sub_about a:hover {
text-decoration:underline;
padding-left: 16px;
margin-left:-15px;
background-image: url(../images/anchor.gif);
background-repeat: no-repeat;
background-position: -3px 2px;
}

/************** END MENU ****************/
span#red { color:#990000; font-weight:bold; }
a.link1 { text-decoration:none; color:#000000; }
a.link1:hover { text-decoration:none; color:#990000; }

/* Rounded Corner Boxes */

DIV#box-left {
	margin-left:33px;
	_margin-left:16px;
	margin-top:15px;
	float:left;
	width: 195px;
	background: #b7e2e8;
	overflow:hidden;
}
DIV#box-right {
	float:right;
	margin-left:20px;
	margin-right:35px;
	margin-top:15px;
	width: 600px;
	overflow:hidden;
	background:url(../images/content_top.gif) right top no-repeat #ecf6c2;
}

DIV#content {
	padding-left:20px;
	padding-top:10px;
}

/* Rounded Corner Box Background Images */
/******* LEFT **********/
DIV#top-left {
	width: 100%;
	height: 10px;
	background: #b7e2e8 url(../images/top_left.gif) left top no-repeat;
}
DIV#top-right {
	float: right;
	width: 20px;
	height: 10px;
	background: #b7e2e8 url(../images/top_right.gif) right top no-repeat;
}
DIV#bottom-left {
	width: 100%;
	height: 20px;
	background: #b7e2e8 url(../images/bottom_left.gif) left bottom no-repeat;
}
DIV#bottom-right {
	float: right;
	width: 20px;
	height: 20px;
	background: #b7e2e8 url(../images/bottom_right.gif) right bottom no-repeat;
}
/******* RIGHT **********/
DIV#top2-left {
	width: 100%;
	height: 10px;
	background: #ecf6c2 url(../images/top2_left.gif) left top no-repeat;
}
DIV#top2-right {
	float: right;
	width: 20px;
	height: 10px;
	background: #ecf6c2 url(../images/top2_right.gif) right top no-repeat;
}
DIV#bottom2-left {
	width: 100%;
	height: 20px;
	background: #ecf6c2 url(../images/bottom2_left.gif) left bottom no-repeat;
}
DIV#bottom2-right {
	float: right;
	width: 20px;
	height: 20px;
	background: #ecf6c2 url(../images/bottom2_right.gif) right bottom no-repeat;
}
/******* HOMEPAGE **********/
DIV#box-home {
	float:right;
	margin-left:15px;
	margin-right:20px;
	margin-top:15px;
	width: 620px;
	overflow:hidden;
}
DIV#home-left {
float:left;
}
DIV#home-right {
float:right;
width:185px;
margin-right:15px;
_margin-right:0px;
}
DIV#home2  {
float:left;
background:url(../images/book-a-party.jpg) no-repeat;
width:185px;
height:27px;
padding-left:17px;
padding-top:35px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
}
DIV#home2 a { color:#FFFFFF; margin-left:36px; }
DIV#home2 a:hover { color:#a0248e; }
DIV#home3  {
float:left;
margin:7px 0px 7px 0px;
background:url(../images/subscribe.gif) no-repeat;
width:185px;
height:85px;
}
DIV#home4  {
float:left;
width:185px;
height:72px;
}
DIV#home5  {
float:left;
width:185px;
height:163px;
margin-bottom:7px;
}
/*********** FORMS *********/
DIV#home3 form {
margin-left:6px;
margin-top:33px;
}
DIV#home3 input {
	padding-left:5px;
	font-size:10px;
	color:#333333;
	background-color:#ffffa0;
	border-style:none;
	display: block;
	width: 130px;
	height:15px;
	float: left;
	margin-bottom: 5px;
}
DIV#home3 input#btn_go {
	padding:0;
	display: block;
	width: 18px;
	height:17px;
	float: left;
	margin-left:5px;
}
br {
	clear: left;
}
span#asterix { float:left; clear:both; margin-right:3px; color:#FF0000;}

table#tbl_perform { border-left: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid;}
table#tbl_perform td { border-right: #CCCCCC 1px solid; border-top: #CCCCCC 1px solid; color:#615397;}
table#tbl_perform tr.row1 { background-color:#e0ddeb; }
table#tbl_perform tr.row2 { background-color:#eeecf7; }

.top {
	margin-top:10px;
	margin-right:23px;
	float:right;
	width:43px;
	height:20px;
}
.date { font-size:9px; float:left; clear:both;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {border: none 0; 
	border-top: 1px dashed #908aaa;
	width: 500px;
	height: 1px;
	float:left;
} 
.flower {
background:url(../images/pages/flower_vine.gif) no-repeat;
width:53px;
height:66px;
float:right;
clear:both;
margin:20px 50px 20px 20px;
_margin:0px 50px 0px 20px;
#margin:0px 50px 0px -50px;
}
ul#list_package {
background:url(../images/pages/octopus.gif) no-repeat 170px 150px;
color:#660066;
font-weight:bold;
width:400px;
line-height:25px;
padding-bottom:80px;
padding-top:30px;
}
ul#list_package li {
list-style-type:none;
background:url(../images/anchor2.gif) no-repeat 0px 3px;
margin:0px;
padding-left:20px;
}

table#tbl_bio {
width:500px;
background-color: #d7c9fa;
padding:5px;
margin:10px;
color:#6600CC;
}
table#tbl_bio tr.row1 { background-color:#e0ddeb; }
table#tbl_bio tr.row1 { background-color: #eeecf7; }
table#tbl_bio td {
padding:3px;
padding-left:15px;
}
ul.list_perform {
font-size:14px;
font-weight:bold;
color:#4b3896;
}
ul.list_perform li {
list-style-type:none;
background:url(../images/anchor3.gif) no-repeat 0px 3px;
margin:0px;
padding-left:20px;
line-height:25px;
}
.fish3 {
	width:500px;
	height:380px;
	float:left;
	background:url(../images/fish3.gif) no-repeat 340px 0px;
}
