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



/***************************
//  Home Page ( index.php )
***************************/
#homeContainer{
	background-image:url(/images/home/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#homeContainer #Burst{
	height:185px;
	width:315px;
	position:relative;
	top:150px;
}

#homeContainer #Burst a span{
	display:none;
}

#homeContainer #Burst a:link, #homeContainer #Burst a:visited, #homeContainer #Burst a:active{
	background-image:url(/images/home/burst.png);
	background-repeat:no-repeat;
	display:block;
	height:185px;
	width:315px;
}

#homeContainer #Burst a:hover{
	background-image:url(/images/home/burst.png);
	background-position:0px -185px;
	background-repeat:no-repeat;
}

#homeCorporateContainer{
	background-image:url(/images/home/corporate.png);
	background-repeat:no-repeat;
	height:207px;
	left:5px;
	position:relative;
	top:120px;
	width:411px;
}

.learnMore{
	position:relative;
	top:150px;
	left:210px;
}

.learnMore a span{
	display:none;
}

.learnMore a:link, .learnMore a:visited, .learnMore a:active{
	background-image:url(/images/home/btn_learn-more.png);
	background-repeat:no-repeat;
	display:block;
	height:38px;
	width:174px;
}

.learnMore a:hover{
	background-image:url(/images/home/btn_learn-more.png);
	background-position:0px -38px;
	background-repeat:no-repeat;
}

#homeContainer #pageText{
	font-size:12px;
	left:430px;
	margin:-25px 0 0 0;
	position:relative;
	top:0px;
	width:273px;
}




/***************************
//  Safety Page ( safety.php )
***************************/
#safetyContainer{
	background-image:url(/images/safety/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#safetyContainer #pageText{
/*	left:17px;
	position:relative;
	top:175px;*/
	padding:175px 0 0 17px;
	width:300px;
}



/***************************
//  About Page ( about-us.php )
***************************/
#aboutContainer{
	background-image:url(/images/about/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
	position:relative;
}

#aboutContainer #pageText{
	left:17px;
	position:relative;
	top:0px;
	width:440px;
	padding:155px 0px 0px 0px;
}

#aboutContainer #lowerSection{
	position:relative;
	left:190px;
	top:120px;
	width:360px;
	height:80px;
	overflow:auto;
	padding:10px 0px 0px 0px;
}


/***************************
//  Corporate Page ( corporate.php )
***************************/
#corporateContainer{
	background-image:url(/images/corporate/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#corporateContainer #pageText{
	left:17px;
	min-height:110px;
	position:relative;
	padding:165px 0px 0px 0px;
	width:290px;
}

#corporateContainer #lowerSection{
	position:relative;
	left:190px;
	top:130px;
	width:360px;
	height:80px;
	overflow:auto;
	padding:10px 0px 0px 0px;
}

#corporateContainer a{
	color:#005eff;
}


/***************************
//  Family Fun Page ( family-fun.php )
***************************/
#familyContainer{
	background-image:url(/images/family-fun/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#familyContainer #pageText{
	left:25px;
	position:relative;
	padding:195px 0px 0px 0px;
	width:290px;
}

#familyContainer #lowerSection{
	position:relative;
	left:190px;
	top:140px;
	width:360px;
	height:80px;
	overflow:auto;
	padding:10px 0px 0px 0px;
}

#familyContainer a{
	color:#005eff;
}


/***************************
//  We Deliver Page ( we-deliver.php )
***************************/
#deliveryContainer{
	background-image:url(/images/we-deliver/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#deliveryContainer #pageText{
	left:32px;
	min-height:110px;
	position:relative;
	padding:155px 0px 0px 0px;
	width:285px;
}

#deliveryContainer #lowerSection{
	position:relative;
	left:190px;
	top:140px;
	width:360px;
	height:80px;
	overflow:auto;
	padding:10px 0px 0px 0px;
}

#deliveryContainer a{
	color:#005eff;
}




/***************************
//  Contact Us Page ( contact-us.php )
***************************/
#contactContainer{
	background-image:url(/images/contact-us/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#contactContainer #pageText{
	padding:160px 0 0 10px;
	width:200px;
/*	left:10px;
	position:relative;
	top:160px;
	float:left;
	margin:50px 0 0 10px;
	position:relative;
	width:200px;*/
}

#contactContainer #pageText a{
	color:#000;
	text-decoration:none;
}

#formContainer{
	margin:-95px 0 0 226px;
	width:495px;
/*	height:325px;
	margin:62px 0px 0px 227px;
	float:left;
	padding:20px 0 0 20px;
	width:495px;*/
}

#contactContainer td{
	padding:0px 0px 0px 15px;
}

#contactContainer td table td{
	padding:0px;
}

#contactContainer label{
	color:#FFF;
}

#contactContainer .Error{
	color:#C00;
	font-weight:bold;
}

#contactContainer .largeField{
	background:none;
	background-image:url(/images/contact-us/field-large.png);
	background-repeat:no-repeat;
	border:none;
	height:25px;
	padding:4px;
	width:211px;
}

#contactContainer .smallField{
	background:none;
	background-image:url(/images/contact-us/field-small.png);
	background-repeat:no-repeat;
	border:none;
	height:25px;
	padding:4px;
	width:84px;
}

#contactContainer .textarea{
	background:none;
	background-image:url(/images/contact-us/text-area.png);
	background-repeat:no-repeat;
	border:none;
	height:81px;
	overflow:auto;
	padding:4px;
	width:443px;
}

#contactContainer #Policy{
	color:#FFF;
	font-size:10px;
}

#contactContainer #Policy strong{
	font-size:11px;
}

#contactContainer .Submit{
	background:none;
	background-image:url(/images/contact-us/btn_submit.png);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	height:35px;
	width:167px;
}

#contactContainer .Submit:hover{
	background-image:url(/images/contact-us/btn_submit.png);
	background-position:0px -35px;
	background-repeat:no-repeat;
}




/***************************
//  thank-you.php
***************************/
#thankyouContainer{
	background-image:url(/images/contact-us/thank-you.jpg);
	background-repeat:no-repeat;
	height:650px;
	margin:0 auto;
	width:970px;
}

#thankyouContainer .Back{
	margin:0px 0px 0px 380px;
	position:relative;
	top:430px;
}

#thankyouContainer .Back a:link, #thankyouContainer .Back a:visited, #thankyouContainer .Back a:active{
	background-image:url(/images/contact-us/btn_back.png);
	background-repeat:no-repeat;
	display:block;
	height:36px;
	width:173px;
}

#thankyouContainer .Back a:hover{
	background-position:0px -36px;
}




/***************************
//  Parties Page ( parties.php )
***************************/
#partiesContainer{
	background-image:url(/images/parties/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#partiesContainer #pageText{
	left:27px;
	min-height:110px;
	position:relative;
	padding:165px 0px 0px 0px;
	width:300px;
}

#partiesContainer #lowerSection{
	position:relative;
	left:190px;
	top:130px;
	width:360px;
	height:80px;
	overflow:auto;
	padding:10px 0px 0px 0px;
}




/***************************
//  We Care Page ( we-care.php )
***************************/
#careContainer{
	background-image:url(/images/we-care/main.jpg?06032010);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#careContainer #pageText{
	left:27px;
	min-height:110px;
	position:relative;
	padding:155px 0px 0px 0px;
	width:295px;
}




/***************************
//  Rentals Page ( rentals.php )
***************************/
#rentalsContainer{
	background-image:url(/images/shared/content-background.jpg);
	background-position:0px 62px;
	background-repeat:repeat;
	margin:-110px 0 0 0 ;
	min-height:537px;
	overflow:auto;
	width:956px;
}

#rentalsContainer #pageTitle{
	background-image:url(/images/rentals/page-title.png);
	background-repeat:no-repeat;
	height:78px;
	left:70px;
	position:relative;
	text-align:center;
	top:110px;
	width:352px;
}

#rentalsContainer #pageDescription{
	font-size:14px;
	font-weight:bold;
	left:425px;
	position:relative;
	top:70px;
	width:300px;
}

#rentalsContainer #downloadPricing{
	left:700px;
	top:45px;
	position:relative;
	z-index:10;
	height:36px;
	width:218px;
}

#downloadPricing a{
	display:block;
}

#downloadPricing a span{
	display:none;
}

#downloadPricing a:link, #downloadPricing a:visited, #downloadPricing a:active{
	background-image:url(/images/product/btn_pricing.png);
	background-repeat:no-repeat;
	height:36px;
	width:218px;
}

#downloadPricing a:hover{
	background-image:url(/images/product/btn_pricing.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
}

#rentalsContainer #rentalproductContainer{
	margin:0 auto;
	min-height:135px;
	overflow:auto;
	padding:5px;
	position:relative;
	top:40px;
	width:820px;
}

#rentalsContainer #productContainer hr{
	clear:left;
	width:810px;
}

#rentalsContainer #productBox{
	float:left;
	height:160px;
	margin:5px;
	padding:10px 0 10px 0;
	width:195px;
}

#rentalsContainer #productBox a{
	color:#000;
	text-decoration:none;
}

#rentalsContainer #productBox p{
	font-size:14px;
	padding:3px 0 0 0;
}

#rentalsContainer #productPicture{
	border:solid #f47723 3px;
	min-height:125px;
	width:187px;
}

#rentalsContainer #productPicture:hover{
	border:solid #99f800 3px;
}

#rentalsContainer #rentalPolicy{
	left:70px;
	min-height:100px;
	position:relative;
	top:100px;
	width:300px;
}

#rentalsContainer #pageBottom{
	background-image:url(/images/rentals/page-bottom.png);
	background-repeat:no-repeat;
	width:956px;
	height:90px;
	position:relative;
	top:100px;
	margin:0 0 100px 0;
}




/***************************
//  Gallery Page ( gallery.php )
***************************/
#galleryContainer{
	background-image:url(/images/shared/content-background.jpg);
	background-position:0px 62px;
	background-repeat:repeat;
	margin:-110px 0 0 0 ;
	min-height:537px;
	overflow:auto;
	width:956px;
}

#galleryContainer #pageTitle{
	background-image:url(/images/gallery/page-title.png);
	background-repeat:no-repeat;
	height:63px;
	left:50px;
	position:relative;
	text-align:center;
	top:110px;
	width:181px;
}

#galleryContainer #galleryproductContainer{
	margin:0 auto;
	margin-bottom:100px;
	min-height:135px;
	overflow:auto;
	padding:5px;
	position:relative;
	top:90px;
	width:850px;
}

#galleryContainer #productBox{
	float:left;
	height:210px;
	margin:5px;
	padding:10px 0 10px 0;
	width:270px;
}

#galleryContainer #productBox a{
	color:#000;
	text-decoration:none;
}

#galleryContainer #productBox p{
	font-size:14px;
	padding:3px 0 0 0;
}

#galleryContainer #productPicture{
	min-height:175px;
	width:265px;
}

#galleryContainer .orangeBorder{
	border:solid #f47723 3px;
	cursor:pointer;
}

#galleryContainer .blueBorder{
	border:solid #0707ff 3px;
	cursor:pointer;
}

#galleryContainer #productPicture:hover{
	border:solid #99f800 3px;
}




/***************************
//  Faq Page ( faq.php )
***************************/
#faqContainer{
	background-image:url(/images/shared/content-background.jpg);
	background-position:0px 62px;
	background-repeat:repeat;
	margin:-110px 0 0 0 ;
	min-height:537px;
	overflow:auto;
	width:956px;
}

#faqContainer #pageTitle{
	background-image:url(/images/faq/page-title.png);
	background-repeat:no-repeat;
	height:57px;
	left:50px;
	position:relative;
	text-align:center;
	top:110px;
	width:515px;
}

#faqContainer #informationContainer{
	margin:0 auto;
	margin-bottom:150px;
	min-height:135px;
	overflow:auto;
	padding:5px;
	position:relative;
	top:110px;
	width:850px;
}

#faqContainer #Question{
	padding:0 0 25px 10px;
}

#faqContainer #Question .normal{
	padding:0 0 10px 0;
}





/***************************
//  Used on multiple pages ( about-us.php / corporate.php / family-fun.php / we-deliver.php )
***************************/
#pageLowerText{
}

#btnReserve{
	float:left;
	padding:5px 0px 0px 0px;
}

#btnReserve a{
	display:block;
}

#btnReserve a span{
	display:none;
}

#btnReserve a:link, #btnReserve a:visited, #btnReserve a:active{
	background-image:url(/images/shared/btn_reserve.png);
	background-repeat:no-repeat;
	height:36px;
	width:173px;
}

#btnReserve a:hover{
	background-image:url(/images/shared/btn_reserve.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
}


#btnMoreInfo{
	float:left;
	padding:5px 0px 0px 5px;
}

#btnMoreInfo a{
	display:block;
}

#btnMoreInfo a span{
	display:none;
}

#btnMoreInfo a:link, #btnMoreInfo a:visited, #btnMoreInfo a:active{
	background-image:url(/images/shared/btn_more-info.png);
	background-repeat:no-repeat;
	height:36px;
	width:173px;
}

#btnMoreInfo a:hover{
	background-image:url(/images/shared/btn_more-info.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
}





/***************************
//  Product pages ( all files within /products/ )
***************************/
#productContainer{
	background-image:url(/images/product/main.jpg);
	background-repeat:no-repeat;
	height:537px;
	margin:-537px 0px 0px 0px;
	width:742px;
}

#Product{
	font-size:12px;
	height:318px;
	padding:130px 0 0 14px;
	width:708px;
}

#Product a{
	color:#005bff;
}

#productTitle{
	height:37px;
	width:684px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

#Product #leftSide{
	width:370px;
	height:268px;
	float:left;
}

#Product #leftSide p.description{
	width:330px;
	height:50px;
	margin:0 auto;
	padding:0 0 10px 0;
}

#Product #leftSide div.picture{
	height:122px;
}

#Product #leftSide #subLeft{
	width:180px;
	min-height:100px;
	overflow:auto;
	float:left;
	padding:15px 0 0 30px;
}

#Product #leftSide #subRight{
	width:140px;
	min-height:100px;
	overflow:auto;
	float:left;
	padding:15px 0 0 0;
}

#Product #rightSide{
	width:326px;
/*	width:332px;*/
	float:left;
	height:268px;
	text-align:center;
	margin:0 0 0 6px;
}

#Product #rightSide a.largerImage{
	padding:0 0 0 6px;
}

#Product #rightSide div.picture{
	height:205px;
	padding:0 0 10px 0;
}

#Product #rightSide #directionContainer{
	height:22px;
	width:326px;
/*	width:330px;*/
	padding:10px 0 0 0;
}

#directionContainer a{
	float:left;
}

#directionContainer #previousBox{
	float:left;
	min-height:19px;
	padding:0 10px 0 50px;
	width:110px;
}

#directionContainer #nextBox{
	float:left;
	padding:0 0 0 50px;
	width:105px;
}





/***************************
//  Admin Section
***************************/
#Admin a{
	color:#000;
	text-decoration:none;
}

