/* ------------------------------------------------------------------------
CSS sheet for Wild Air
Author: Chris Robinson
Date Created: 07-30-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS



------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
a img{
	border: 0;
}
body{
	color: rgb(8, 1, 73);
	font: 14px/1.5em "comic sans ms", arial;
	text-align: center;
	background: #FFFB33;
}
#pic{
	display: block;
	width: 1004px;
	margin: auto;
	position: relative;
	z-index: 9999999;
}
#pic h1{
	display: block;
/*	background: url(images/pics.gif) no-repeat; */
	background: url(images/forkids.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1{
/*  	background: url(images/pics.png) no-repeat; */
	background: url(images/forkids.png) no-repeat;
}
#wrap{
	width: 842px;
	display: block;
	margin: 10px auto 0 auto;
	text-align: left;
	overflow: hidden;
	z-index: 0;
	background: url(images/wrap3.gif) no-repeat;
}
body.half #wrap{
	background: none;
}
p{
	margin: 1em 0px;
}
/* -----------------------------------------------------------------------
=Circle ELEMENTS
-------------------------------------------------------------------------*/
#pic h1.kids{
	display: block;
	background: url(images/forKids.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.kids{
	background: url(images/forKids.png) no-repeat;
}
#pic h1.rentals{
	display: block;
	background: url(images/rentals.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.rentals{
	background: url(images/rentals.png) no-repeat;
}
#pic h1.fundraiser{
	display: block;
	background: url(images/fundraiser.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.fundraiser{
	background: url(images/fundraiser.png) no-repeat;
}
#pic h1.groups{
	display: block;
	background: url(images/groups.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.groups{
	background: url(images/groups.png) no-repeat;
}
#pic h1.otherParties{
	display: block;
	background: url(images/otherParties.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.otherParties{
	background: url(images/otherParties.png) no-repeat;
}
#pic h1.birthdayParties{
	display: block;
	background: url(images/birthdayParties.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.birthdayParties{
	background: url(images/birthdayParties.png) no-repeat;
}
#pic h1.openAir{
	display: block;
	background: url(images/openAir.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.openAir{
	background: url(images/openAir.png) no-repeat;
}
#pic h1.food{
	display: block;
	background: url(images/food.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.food{
	background: url(images/food.png) no-repeat;
}
#pic h1.appleton{
	display: block;
	background: url(images/appleton.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.appleton{
	background: url(images/appleton.png) no-repeat;
}
#pic h1.about{
	display: block;
	background: url(images/about.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.about{
	background: url(images/about.png) no-repeat;
}
#pic h1.faq{
	display: block;
	background: url(images/faq.gif) no-repeat;
	width: 292px;
	height: 354px;
	text-indent: -9999px;
	position: absolute;
	right: 70px;
	top: 160px;
}
body > #pic h1.faq{
	background: url(images/faq.png) no-repeat;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 100%;
	height: 308px;
	padding-top: 46px;
	position: relative;
}
body.half #header{
	background: url(images/wrapTop.gif) no-repeat;
}
#header p{
	float: right;
	color: #1C8CC1;
	text-align: right;
	margin-right: 58px;
}
#header p strong{
	color: #000;
	display: block;
}
#header a.index{
	margin-left: 138px;
}	
ul.nav{
	display: block;
	height: 49px;
	position: absolute;
	bottom: 0;
	left: 69px;
	z-index: 0;
	background: #EA1C24;
	width: 70%;
	background: url(images/navBg.jpg) repeat-x;
}
ul.nav li{
	float: left;
	list-style-type: none;
	height: 49px;
	margin: 0 12px;
}
ul.nav li a{
	float: left;
	font-family: "comic sans ms";
	color: #fff;
	padding-top: 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
ul.nav li a:hover{
	border-bottom: 4px solid #FFF200;
}
ul.nav li.home{
	margin: 0 12px 0 0;
	padding-left: 12px;
	background: url(images/navLeft.jpg) no-repeat;
}
/*ul.nav li.home a{
	width: 67px;
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: 0 -49px;
}
ul.nav li.about a{
	width: 76px;
	background-position: -67px 0;
}
ul.nav li.about a:hover{
	background-position: -67px -49px;
}
ul.nav li.playzone a{
	width: 78px;
	background-position: -143px 0;
}
ul.nav li.playzone a:hover{
	background-position: -143px -49px;
}
ul.nav li.offsite a{
	width: 110px;
	background-position: -221px 0;
}
ul.nav li.offsite a:hover{
	background-position: -221px -49px;
}
ul.nav li.forKids a{
	width: 76px;
	background-position: -331px 0;
}
ul.nav li.forKids a:hover{
	background-position: -331px -49px;
}
ul.nav li.contact a{
	width: 175px;
	background-position: -407px 0;
}
ul.nav li.contact a:hover{
	background-position: -407px -49px;
} */
ul.navBtm{
	display: block;
	clear: both;
	background: url(images/yellownav.jpg) no-repeat;
	height: 25px;
	margin-left: 17px;
	padding-top: 5px;
}
ul.navBtm li{
	float: left;
	list-style-type: none;
	padding: 0 8px 0 8px;
	border-right: 0px solid #000;
}
ul.navBtm li.last{
	border: 0;
}
ul.navBtm li a{
	font-weight: bold;
	color: blue;
	font-size: 13px;
	text-decoration: none;
	display: block;
}
ul.navBtm li a:hover{
	border-bottom: 2px solid blue;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	width: 822px;
	display: block;
}
body.half #content{
	width: 100%;
	background: url(images/wrapMid.gif) bottom left repeat-y;
}
body.index #content{
	background: url(images/bouncingBalls.png) 44px 32px no-repeat;
}
#content h3, #content h2{
	font-size: 16px;
}
#main{
	display: block;
	padding-left: 55px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(images/wrapBtm.gif) bottom left no-repeat;
}
body.index #main{
	background: none;
}
body #half{
	width: 390px;
	padding-top: 5px;
	padding-left: 29px;
	float: left;
}
body #allFull{
	width: 700px;
	padding-top: 5px;
	padding-left: 29px;
	float: left;
}
body #allFull #shorter{
	width: 480px;
}
#slide{
	background: url(images/slide.gif) left top no-repeat;
	display: block;
	width: 257px;
	height: 529px;
	float: right;
	overflow: hidden;
	text-indent: -99999px;
	z-index: 0;
	margin-right: 20px;
}
#main > #slide{
	background: url(images/slide.gif) left top no-repeat;
	display: block;
	width: 257px;
	height: 529px;
	float: right;
	overflow: hidden;
	text-indent: -99999px;
	z-index: 0;
	margin-right: 90px;
}
body.half #slide{
	float: left;
}
body.full #main{
	width: 700px;
}
body.full #main p.first{
	margin-right: 220px;
}
body.full #main p.second{
	margin-right: 180px;
}
body.full #main p.third{
	margin-right: 100px;
}
#main dl dt{
	font-weight: bold;
	font-size: 15px;
}
#main dl.first{
	width: 360px;
	padding-top: 37px;
	margin-left: 110px;
}
#main dl.second{
	width: 312px;
	padding-top: 32px;
	margin-left: 170px;
}
#main dl.second dt, #main dl.first dt, h3, h4, .georgia{
	font-family: "comic sans ms";
	font-size: 17px;
	color: #FF0000;
}
p.contact{
	text-align: center;
	font-weight: bold;
}
p.LocateContact{
	text-align: center;
}
p.Locate{
	float: left;
	text-align: center;
}
img.map{
	float: right;
}
table.hours td{
	padding: 3px;
}
dd.walk{

	font-size: 16px;
	color: #056480;
}
p.walk{
	color: #056480;
	font-size: 16px;
}

h3.center{
	text-align: center;	
}
ul.moveOver li{
	margin-left: 150px;
}
ul.rentals li{
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 5px 5px;
}
ul.rentals li img{
	display: block;
	border: 2px solid #000;
	margin: 20px;
}
ul.rentals a{
	text-decoration: none;
}
ul.rentals li a span{
	font-weight: bold;
	color: rgb(204, 0, 0);
	padding: 0 5px;
}
ul.rentals li a:hover span{
	background: #EA1C24;
	color: #fff;
}
p.clear{
	display: block;
	clear: both;
}
table.rentals{
	margin-top: 25px;
	margin-left: 50px;
	border: 1px solid black;
	text-align: center;
}
table.rentals th{
	border: 1px solid black;
	text-align: center;
	padding: 3px;

}
table.rentals td{
	border: 1px solid black;
	text-align: center;
	padding: 3px;
}
table.prices{
	margin-top: 25px;
	margin-left: 50px;
	border: 1px solid black;
	text-align: center;
}
table.prices th{
	border: 1px solid black;
	text-align: center;
	padding: 3px;
}
table.prices th.none{
	border: 0;
	text-align: center;
	padding: 0;
	padding-left: 100px;

}
table.prices td{
	border: 1px solid black;
	text-align: center;
	padding: 3px;
}
dl.loc{
	float: left;
	margin-left: 10px;
}
dl.loc dd{
	padding-left: 10px;
}
ul.offer{
	margin-left: 25px;
}
#underslide{
	float: right;
	width: 100%;
}
form{
	float: left;
}
form.notFar{
	float: left;
}
form ul li{
	display: block;
	clear: both;
	list-style-type: none;
}
form ul li label{
	width: 200px;
	float: left;
	display: block;
}
form ul li input{
	width: 150px;
}
form ul li select{
	width: 154px;
}
form ul li textarea{
	width: 150px;
}
form ul li.submit{
	margin-bottom: 15px;
}
.fright{
	float: right;
}
img.cakeright{
	float: right;
	margin-right: 300px;
}
ul.navCat{
	list-style-type: none;
}
ul.navCat li{
	float: left;
	padding-right: 5px;
	list-style-type: none;
}
img.cakeright{

}
h2.clear{
	display: block;
	clear: both;
	font-size: 18px;

}
#first{
	background: url(images/1st.jpg);
}
#second{
	background: url(images/2nd.jpg);

}
#third{
	background: url(images/3rd.jpg);

}
blockquote.testimonial{
	color: rgb(195, 39, 0);
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	width: 100%;
	clear: both;
	display: block;
}
#footer ul{
	float: left;
	margin-left: 45px;
}
#footer ul li{
	float: left;
	margin: 0 10px;
	list-style-type: none;
}
#footer a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#footer a:hover{
	border-bottom: 1px solid #000;
}
#footer p{
	float: left;
	margin: 0;
	padding: 0;
}
#f-book {
	float: left;
	position: relative;
	left: 85px;
}
#f-book a img	{
	position: relative;
	top: 7px;
	border: none;
}
