﻿/* BASIC SETTINGS */
body {
    background: #FFFF00 url(../images/bg1.png) repeat-x;
	font-family: Arial, san-serif;
    font-size: 10pt;
	line-height: 1.7em;
}
p { padding: 5px 0 10px 0; }
h1 { font-size: 50px; text-align: center; }
h2 {
	background: url(../images/headbg1.png) no-repeat;
	font-size: 20px;
	margin: 20px 0 10px 0;
	padding: 10px 0 20px 10px;
	text-decoration: underline;
}
h3 {
    background: url(../images/headbg2.png) no-repeat;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
}
#container {
    width: 800px;
	margin: 0 auto;
	position: relative;
}
ul#media { padding: 10px 0 0 0; }
ul#media li { background-color: #dcdcd8; padding: 5px; margin: 3px 0 3px 0; }

/* MAIN CONTENT */
#wrapper {
    position: absolute;
	top: 420px;
	width: 800px;
}
#yes-slider {
	background-color: #ffffff;
	border: 1px solid white;
	color: #000000;
	padding: 20px;
	width: 760px;
	-moz-border-radius: 30px 3px 20px 5px;
	-webkit-border-radius: 30px 3px 20px 5px;
}
#no-slider {
	background: transparent !important;
    position: absolute;
	top: 115px;
	width: 800px;
}
.img-r { background-color: #ffffff; border: 1px solid black; float: right; margin-left: 5px; padding: 5px;  }
.img-l { background-color: #ffffff; border: 1px solid black; float: left; margin-right: 5px; padding: 5px; }
.whats-on { padding-top: 20px; }


/* CONTACT FORM */
.message {
	background-color: #99FF66;
	border: 1px solid black;
	display: none;
	margin: 5px 0 5px 0;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sendSuccess { background-color: #99ff66; }
#sendError, #nameError, #emailError, #commentError { background-color: #ff3366; float: right; width: 250px; }
.message small { font-size: 10px; }
#contactForm input, #contactForm textarea {
	background-color: #BFBFBF;
	border: 1px solid black;
	font-size: 15px;
	padding: 5px;
}
#contactForm input:hover, #contactForm textarea:hover { border: 1px dashed black; }


/* FEATURE SLIDER */
#slider {
	position: absolute;
	width: 800px;
	top: 115px;
	overflow: hidden;
}
#slider ul, #slider li{ margin:0; padding:0; list-style:none; }
#slider li{ width:800px; height:270px; overflow:hidden; }
#prevBtn, #nextBtn{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:-60px;
	top:225px;
	}
#prevBtn { left: -60px; }
#nextBtn { left: 810px; }
#prevBtn a, #nextBtn a{ display:block; width:50px; height:50px; }
#nextBtn a{ background:url(../images/next.png) no-repeat 0 0; }
#prevBtn a{ background:url(../images/prev.png) no-repeat 0 0; }

/* CONTENT SLIDER */
#scroller-header {
	font-weight: bold;
	height: 50px;
	text-align: center;
	width:800px;
}
#scroller-body {
    background-color: #ffffff;
	padding: 20px;
	width:760px;
	-moz-border-radius: 30px 3px 20px 5px;
	-webkit-border-radius: 30px 3px 20px 5px;
}
#scroller-header a {
	background-color: #ffffff;
	background-image: url(../images/tab-bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #606060;
	font-size: 15px;
	line-height: 50px;
	padding: 15px 20px 16px 20px;
	text-decoration: none;
}
#scroller-header a:hover {
	color:#4b412f;
	text-decoration:none;
}
#scroller-header a.selected {
	border-bottom: none;
}
#mask {
	margin:0 auto;
	overflow:hidden;
	width:720px;
}
#panel div { float:left; }

#footer {
	color: #000000;
	font-size: 12px;
    text-align: right;
	padding-bottom: 50px;
}
#footer a {
	color: #000000;
    font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#ie6warning {
	background-color: #FF3366;
	color: #000000;
	font-weight: bold;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 1000;
}