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

a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {color:#666;}


body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
}

input {
	margin-top:10px;
}

strong {font-weight:500;}

.adminHolder {padding:20px 0px 0px 60px;}

.bBooking {
	background:url(images/bBooking.png) no-repeat;
	width:205px;
	height:51px;
	position:absolute;
	margin:120px 0px 0px 115px;
	text-align:center;
	padding-top:15px;
	cursor:pointer;
	cursor:hand;
}

.bBooking a {
	color:#000;
	}

.bookingTextBox {
	width:366px;
	height:389px;
	background:url(images/textBox.png) no-repeat center;
	margin:0px 0px 0px 240px;
	font-size:14px;
	line-height:17px;
	position:absolute;
	z-index:99;
	display:none;
}

img	{ border:none; }

input {padding:0px; margin:5px 0px 5px 0px;}

form {padding:0px; margin:0px;}

.contactTextBox {
	width:330px;
	height:209px;
	padding:30px 20px 20px 50px;
	background:url(images/contactTextBox.png) no-repeat center;
	font-size:13px;
	margin-left:215px;
	margin-top:50px;
}

.contactTextBox h1 {
	font-size:14px;
}

.contactTextBox h2 {
	font-size:12px;
}

.contactTextBox textarea {
	background:#FFF;
	outline:none;
}

.footer {
	text-align:center;
	margin-top:90px;
	width:800px;
	color:#fff;
	font-size:12px;
	clear:both;
	overflow:auto;
	position:absolute;
}


.indexHolder { 
	background:url(images/landingBGII.jpg) top no-repeat #000;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:700px;
	overflow:auto;
}

.indexTextBox {
	font-size:13px;
	margin-left:90px;
	margin-top:70px;
}

.indexTextHolder {
	background:url(images/textMiddle.png) repeat-y;
	width:280px;
	padding:20px 30px 20px 20px;
}


.indexTextBox h1 {
	font-size:12px;
}

.logo { height:135px; }

.menu {
	float:right;
}

.studioTextBox {
	width:222px;
	height:191px;
	background:url(images/studioTextBox.png) no-repeat center;
	margin-left:103px;
	margin-top:210px;
	padding:0px 20px 0px 20px;
	font-size:12px;
	line-height:17px;
	position:absolute;
}

.studioTextBox p a {
	color:#000;	
}

.contactTextBox h1 {
	font-size:14px;
}

.textBox {
	width:310px;
	height:388px;
	background:url(images/textBox.png) no-repeat center;
	margin-left:380px;
	margin-top:22px;
	padding:15px;
	padding-right:30px;
	font-size:14px;
	line-height:17px;
	position:absolute;
}

.textBox h1 {
	font-size:18px;
}




