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

/* Site By HotSource IT | www.hotsourceit.co.nz */
/* Design By SpiltMilkCreative | www.spiltmilk.net.nz */

/* 	
	Site Colours:
	
	Strong Pink:	#f49ac1
	Strong Blue:	#6dcff6
	Pale Pink:		#fdebf3
	Pale Blue		#cce8ea
	Cream:			#f8f6e8
	
*/

/*_________Basic Styles_________*/
html, body, #wrapper{
	min-height:100%;
	height:100%;
	margin-bottom:1px;
}
html>body #wrapper{
	height:auto;
}

body{
	background:#f8f6e8 url(images/sun.gif) no-repeat right bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	margin:50px auto 0px auto;
	width:769px;
}

#header{
	background:url(images/header.png) no-repeat top left;
	height:86px;
	width:796px;
}

#logoLink{
	width:191px;
	height:86px;
	float:left;	
}

#mainNav{
	float:left;
	padding-left:0px;
	margin-left:0px;
	margin-top:2px;
}

#contentWrapper{
	margin-left:159px;
	width:541px;
	background: url(images/contentBG.png) repeat-y left top;
	min-height:380px;
	padding-left:65px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer{
	height:80px;
	width:796px;
	margin-left:99px;
	background:url(images/footer.png) no-repeat left top;
	font-size:9px;
	color:#a2a2a1;
	padding-left:92px;
	padding-top:75px;
}

#polaroid{
	height:389px;
	width:192px;
	position:absolute;
	top:157px;
}
#otherPolaroid{
	height:354px;
	width:176px; 
	position:absolute;
	top:250px;
	margin-left:667px;
}

h1{
	display:none;
}

h2{
	display:none;
}

h3{
	color:#f49ac1;
	font-size:14px;
}

#content{
	width:350px;
}
#widerContent{
	width:410px;
}

.heading{
	width:300px;
	height:40px;
}

#content p,
#widerContent p,
#content li,
#content blockquote,
#widerContent blockquote,
#content td,
#widerContent td,
#content th,
#widerContent th{
	font-size:11px;
	color:#606471;
}

#content th,
#widerContent th{
font-weight:bold;
}
#footer #legal p{
	margin:0px;
	padding:0px;
	padding-left:25px;
}

#legal{
	float:left;
}

#bottomLinks{
	float:left;
}
strong{
	font-weight:bold;
}

#content p .contactMethod{
	display:inline-block;
	width:20px;
	
}

.clear{
	clear:both;
}

.error{
	margin-top:10px;
	border: 4px solid #fdebf3;
	width:350px;
	padding:15px;
}

.error h1{
	display:block !important;
	color:#f49ac1;
	font-size:16px;
}

.error p{
	color:#606471;
	font-size:12px;
}

.success{
	margin-top:10px;
	border: 4px solid #cce8ea;
	width:350px;
	padding:15px;
}

.success h1{
	display:block !important;
	color:#6dcff6;
	font-size:16px;
}

.success p{
	color:#606471;
	font-size:12px;
}

/*_________Navigation Styles_________*/

#footer #bottomLinks a{
	font-size:10px;
	color:#a2a2a1;
	text-decoration:none;
}

#footer #bottomLinks a:hover{
	text-decoration:underline;
}

#mainNav ul{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

#mainNav ul li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

#mainNav ul li a{
	display:block;
	padding:9px;
	padding-top:23px;
	padding-bottom:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#868686;
	padding-bottom:5px;
}	

#linkHome{
	background:url(images/navigation/homeHover.gif) no-repeat center  50px;
}

#linkHome:hover{
	color:#f49ac1;
	background-position:bottom;
}

#linkAbout{
	background:url(images/navigation/aboutHover.gif) no-repeat center 50px;
}

#linkAbout:hover{
	color:#6dcff6;
	background-position:bottom;
}

#linkWhat{
	background:url(images/navigation/whatHover.gif) no-repeat center 50px;
}

#linkWhat:hover{
	color:#f49ac1;
	background-position:bottom;
}

#linkWork{
	background:url(images/navigation/workHover.gif) no-repeat center 50px;
}

#linkWork:hover{
	color:#6dcff6;
	background-position:bottom;
}

#linkBookings{
	background:url(images/navigation/bookingsHover.gif) no-repeat center 50px;
}

#linkBookings:hover{
	color:#f49ac1;
	background-position:bottom;
}

#linkPrints{
	background:url(images/navigation/printsHover.gif) no-repeat center 50px;
}

#linkPrints:hover{
	color:#6dcff6;
	background-position:bottom;
}

#linkLogin{
	background:url(images/navigation/loginHover.gif) no-repeat center 50px;
}

#linkLogin:hover{
	color:#f49ac1;
	background-position:bottom;
}

.current{
	background-position:bottom !important;
}
#content a{
	color:#f49ac1;
}
#content a:hover{
	color:#6dcff6;
}

/*sub menus*/

#mainNav ul li ul{
	display:none;
	position:absolute;
	background:red;
	margin-left:0px;
	width:150px;
	background:#f6d9db url(images/navigation/subHover.gif) no-repeat right bottom;
}

#mainNav ul li:hover ul{
	display:block;
}

#mainNav ul li:hover #linkWhat{
	color:#f49ac1;
	background-position:bottom;
}
/*for when the bookings subNav is ready
#mainNav ul li:hover #linkBookings{
	color:#f49ac1;
	background-position:bottom;
}
*/
#mainNav ul li ul li{
	
}

#mainNav ul li ul li a{
	padding-top:5px;
	padding-right:15px;
}

#mainNav ul li ul li a:hover{
	color:#f49ac1;
}

/*_________Heading Styles_________*/

#headHome{
	background:url(images/headings/welcome.gif) no-repeat left top;
	height:132px;
	width:314px;
}

#headAbout{
	background:url(images/headings/about.gif) no-repeat left top;
}

#headServices{
	background:url(images/headings/services.gif) no-repeat left top;
}

#headProducts{
	background:url(images/headings/products.gif) no-repeat left top;
}

#headBookings{
	background:url(images/headings/bookings.gif) no-repeat left top;
}

#headGallery{
	background:url(images/headings/gallery.gif) no-repeat left top;
}

#headWhat{
}

#headContact{
	background:url(images/headings/contact.gif) no-repeat left top;
}

#headLogin{
	background:url(images/headings/login.gif) no-repeat left top;
}

#headMore{
	background:url(images/headings/more.gif) no-repeat left top;
}

#headPostBook{
	background:url(images/headings/postBook.gif) no-repeat left top;
}

/*_________Gallery Styles_________*/

#galleryWrapper{
	padding-top:10px;
	width:410px;
}

#galleryWrapper div{
	width:125px;
	height:125px;
	float:left;
	border: solid 2px #ffffff;
	margin:1.5px;
	
}

#galleryWrapper div:hover{
	border: solid 2px #cce8ea;
}

#galleryWrapper div a img{
	border:none;
}

/*_________form Styles_________*/


#loginFormWrapper{
	border:solid 1px #6dcff6;
	padding:20px;
}

label{
	display:block;
	float:left;
	text-align:left;
	padding-right:10px;
	font-size:12px;
	color:#606471;
	padding-top:2px;
	width:150px;
}

.element{
	float:left;	
}

.formRow{
	clear:both;
	background-color:#ffffff;
	padding:10px;
}

#bookingFormWrapper{
	padding-top:10px;
}

#loginFormWrapper label{
	width:100px;
}

#quickLogin{
	position:absolute;
	height:25px;
	top:112px;
	margin-left:521px;
	background:#f6d9db;
	padding:5px;
	display:none;
}

#quickLogin label{
	display:none;
}

#quickLogin #quickLoginPin{
	width:75px;
}
.reqStar{
	color:#f49ac1;
}
#required span{
	font-size:10px;
	color:#f49ac1;
	padding-left:5px;
}

/*_________booking table Styles_________*/


#bookingTable{
	padding-top:10px;
	border-bottom:4px solid #fdebf3;
}

#bookingTable .head{
	
	background:#f49ac1;
}

#bookingTable .head th{
	height:40px;
	color:#424354;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding-left:10px;
}

#bookingTable .row{
	background:#ffffff;
}

#bookingTable .row td{
	font-size:11px;
	font-weight:normal;
	color:#606471;
	text-align:left;
	padding-left:10px;
	height:40px;
}

#bookingTable .row td a{
	text-decoration:none;
	color:#f49ac1;
}

#bookingTable .row td a:hover{
	text-decoration:underline;
}

#bookingTable .row .firstTD{
	border-left:4px solid #fdebf3;
}

#bookingTable .row .lastTD{
	border-right:4px solid #fdebf3;
	text-align:center;
}

#bookingButton{
	height:27px;
	width:151px;
	background:url(images/bookThisSession.gif) no-repeat center -40px;
	display:block;
	color:#6dcff6 !important;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	padding-top:4px;
}

#bookingButton:hover{
	background-position: center top;
}

#childrenNames{
	padding-left:20px;
}

.textInput{
	width:150px;
}

.formError p{
	color:#f49ac1 !important;
}


