@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container_home { 
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../img/bg_cols.png) 0 0 no-repeat;
	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. */
} 
.thrColFixHdr #container { 
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../img/bg.png) 0 0 no-repeat;
	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. */
} 
.thrColFixHdr #header { 
	position:relative;
	height: 352px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	z-index:100;
	width:214px;
} 
.thrColFixHdr #address { position:absolute; top: 270px; left: 0px; color:#FFFFFF; text-align:center; width: 244px;
}
.thrColFixHdr #images { position:absolute; top: 114px; left: 243px; width: 658px; padding:0; margin:0; height: 237px;
}
.thrColFixHdr #imagesPurple { position:absolute; top: 114px; left: 243px; width: 658px; padding:0; margin:0; height: 237px; background-image:url(../img/purple_bg.png); background-repeat:repeat-y; background-position:top left;
}
.thrColFixHdr #imagesPurpleContainer { margin:0;padding:0; 
}
.imagesPurple_left{
	float:left;
	width:300px;
	padding:25px 11px 0 11px;
}
.imagesPurple_right{
	float:left;
	width:286px;
	text-align:right;
	margin-left:20px;
	padding:10px 0px 0 0;
}
.imagesPurple_right img{
	margin:7px 0 0 0px;
	padding:0;
}
.thrColFixHdr #parties { position:relative; top: 0; width: 300px; padding:0; margin:0;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin:0;
	display:inline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0;
	display:inline;
}
.thrColFixHdr #mainContent { 
	float:left;
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:inline;
	width:300px;
} 
.thrColFixHdr #mainContent2 { 
	float:left;
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:inline;
	width:600px;
} 
.thrColFixHdr #mainContent3 { 
	float:left;
	margin: -250px 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:inline;
	width:600px;
	z-index:90;
	position:relative;
	
} 
.thrColFixHdr #footer { 
	padding: 10px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff url(../img/footer.png) 0 0 no-repeat;
	height: 57px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

/*--------------- fonts ------------*/
p { font-size: .7em; line-height: 1.5em; margin:0 0 15px 0; padding:0;
}
td { font-size: 11px; line-height: 1.5em; margin:0 0 15px 0; padding:0;
}
h4{
	line-height:normal;
}

.white { color:#FFFFFF; line-height: 1.2em; font-size: 0.8em;
}
a { color:#71b532; text-decoration: underline;
}
a:hover { text-decoration: none;
}
#imagesPurple p { color:#FFFFFF;
}

/*--------------------- NAVIGATION ------------------------*/

#images {z-index:10}


.mainNav { float:left; text-indent: -3000em;
}/* hide text */

#nav ul{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navHome, #navParties, #navSchool, #navWorkshops, #navBooking, #navEvents {
	float:left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	margin-top:-2px;
}

#navHome a { display:block; width:110px; height:31px; margin: 0; padding: 0; background: url("../img/navHome.png") 0 0 no-repeat;
}
#navHome a:hover, #navHome a.active{ background-position: 0 -31px;
}

#navParties a { display:block; width:106px; height:31px; margin: 0; padding: 0; background: url("../img/navParties.png") 0 0 no-repeat;
}
#navParties a:hover, #navParties a.active{ background-position: 0 -31px;
}

#navSchool a { display:block; width:175px; height:31px; margin: 0; padding: 0; background: url("../img/navSchool.png") 0 0 no-repeat;
}
#navSchool a:hover, #navSchool a.active{ background-position: 0 -31px; 
}

#navWorkshops a { display:block; width:126px; height:31px; margin: 0; padding: 0; background: url("../img/navWorkshops.png") 0 0 no-repeat;
}
#navWorkshops a:hover, #navWorkshops a.active{ background-position: 0 -31px;
}

#navEvents a { display:block; width:100px; height:31px; margin: 0; padding: 0; background: url("../img/navEvents.png") 0 0 no-repeat;
}
#navEvents a:hover, #navWorkshops a.active{ background-position: 0 -31px;
}

#navBooking a { display:block; width:109px; height:31px; margin: 0; padding: 0; background: url("../img/navBooking.png") 0 0 no-repeat;
}
#navBooking a:hover, #navBooking a.active{ background-position: 0 -31px;
}

/*---------------- accessible text images --------------------*/

p.rightImg  {float:right; padding: 0 ; width: 326px; height: 237px; background:url(../img/tarts2.jpg) 0 0 no-repeat; text-indent: -3000em;
}

/*----------------- various  ------------*/
div.hrstyle {
background: url(../img/hr.png) left center repeat-x;
height: 15px;
width: 100%;
margin-bottom: 9px;
}
.hrstyle hr {
display: none;
}
.leftImg  img {float:left; padding: 0 10px 0 0;
}

.rightLinks { float:right; padding: 0 20px 0 0;
}
img { border:0;
}

h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0 0 15px 0;
}

.sidebar2_content_left{
	float:left;
	width:109px;
	padding:0;
	margin:0;
}
.sidebar2_content_right{
	float:right;
	width:196px;
	margin:0;
	padding:0;
}
.sidebar2_content_right h3{
	margin-bottom:0;
	padding:0;
}
.error{
	color:#FFFFFF;
	font-size:11px;
}
.green {color:#71b532;
}
table.text1 { background-color: #eaf4e0; border:0; padding: 10px; width: 650px;
}
table.text2 { background-color: #e8e4e8; border:0; padding: 10px; width: 650px;
}
td.booking { padding: 0 0 15px 0;
}

input.booking, textarea.booking, select.booking { border:#cccccc ridge 1px;
}

.right { text-align: right;
}

form{
	z-index:1000;
}
input{
	z-index:1000;
}

#navigation { width: 619px; padding:0; margin:0; background: #3c1a3f; height: 31px; border:0; position:absolute; top: 65px; z-index:2000; left: 260px;}

ul.menu {list-style:none; margin:3px 0 0 0; padding:0; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; z-index:2000;}
ul.menu * {margin:0; padding:0; z-index:2000;}
ul.menu a {display:block; color:#000; text-decoration:none; z-index:2000;}
ul.menu li {position:relative; float:left; z-index:2000;}
ul.menu ul {position:absolute; top:29px; width:150px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none; z-index:2000;}
ul.menu ul li {position:relative; width:150px; margin:0; z-index:2000; }
ul.menu ul li a {display:block; padding:9px 7px 4px 4px; border:#6B526E dashed; border-width:1px 1px 0px 1px; background-color:#3C1A3F; color:#FFFFFF; text-decoration:none;z-index:2000;}
ul.menu ul li a:hover {color:#71B532;  text-decoration:none; z-index:2000;}
ul.menu ul ul {left:38px; top:0px; z-index:2000;}
ul.menu li a {padding:5px 30px 10px 3px; font-weight:bold; background-color:#3C1A3F; color:#FFFFFF; text-decoration:none; z-index:2000;}
ul.menu .menulink:hover, ul.menu .menuhover,ul li a:hover{color:#71B532; text-decoration:none; z-index:2000;}
ul.menu .topline {border-top:1px solid #aaa; z-index:2000;}
