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

*{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:150%;
	
}

/* -------------- LAYOUT
---------------------------------*/
html {
	background: #A0BCD1 url(../images/background.jpg) top center no-repeat;	
	
}
body {
	font-size:78%;
	background:url(../images/background_fade.png) center repeat-y;
	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;
}
#container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position:relative;
	height:206px;
	padding: 0;
	margin:0;  /* 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. */
}

#header h1 {
	position:absolute;
	background:url(../images/header.png) no-repeat top;
	width:950px;
	height:206px;
	top:-20px;
	left:-25px;
	text-indent:-9999px;
}

#slideshow {
	position:relative;
	height:255px;
	border-bottom:#ccc solid 15px;
}

#mainContent {
	position:relative;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;/*	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
}

#home_feature_right {
	border-left:#CCC dashed 1px;
	padding:0 0 0 10px;
	width: 250px;
	margin-left:560px;
	}
#home_feature_left {
	float:left;
	width:550px;
	}
	
#feature_right {
	border-left:#CCC dashed 1px;
	padding:0 0 0 10px;
	width: 250px;
	margin-left:560px;
	}
#feature_left {
	float:left;
	width:550px;
	}
/* ------------ FOOTER 
--------------------------------- */
#footermenu ul li {
	font-size:0.8em;
	display:inline;
	list-style:none;
	color:#999999;
	}
#footermenu ul li a {
	color:#22c4f2;
	text-decoration:none;
	}
	
#footer {
	padding: 0;
	margin: 0;
	background:url(../images/footer.jpg) no-repeat;
	height:278px;
	width:903px;
	z-index:-10;
	clear: both;
	
}

#footer h2 {
	padding-left:35px;
}

#footer_links_right {
	margin:0 0 0 210px;
	width:200px;
	padding: 0;
	position:absolute;
}

#footer_links_left {
	width:200px;
	padding: 0;
	margin:0;
	position:absolute;
	}
	
#footer_links_left ul li,
#footer_links_right ul li {
	list-style-image:url(../images/circle.gif);
}

/* ----------- MENU
----------------------------------- */
#menu {
	position:absolute;
	top:158px;
	padding:0;
	margin:0 18px 0 30px;
	
}

#menu ul {
	padding:0 0 2px 10px;
	margin: 0;
	}

#menu ul li {
	text-transform:uppercase;
	list-style:none;
	display:inline;
	padding: 0 13px 0 0;
}

#menu ul li a {
	text-transform:uppercase;
	font-size:1.4em;
	text-decoration:none;
	color:#22c4f2;
	letter-spacing:-2px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	color:#FF9900;
	}

.on {
	font-size:1.4em;
	text-decoration:none;
	color:#F36621;
	letter-spacing:-2px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}

/* ------------ TYPOGRAPHY
-------------------------------------*/
	
h1 {
	font-size:2.5em;
	line-height:100%;
	color:#F36621;
	text-transform:uppercase;
	
	}
	
h2 {
	font-weight:400;
	font-size:1.6em;
	color:#333;
	text-transform:uppercase;
	}
	
h3 {
	font-size:1.3em;
	text-transform:uppercase;
	}
	
a {
	color:#22c4f2;
	font-weight:600;
	text-decoration:none;
	}
a:hover {
	color:#FF9900;
	text-decoration:underline;
	}
	
img {
	border:0;
	}

.headline {
	margin:10px 0;
	}
	
.title {
	font-weight:400;
	font-size:1.6em;
	color:#999999;
	margin:0 0 35px 0 ;
	}
.link {
	
	padding-right:10px;
	padding-bottom:3px;
	color:#22c4f2;
	letter-spacing:-2px;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:1.4em;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.numbers {
	color:#F36621;
	letter-spacing:-2px;
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:1.4em;
	text-decoration:none;
	}

#mainContent ul {
	padding: 0 0 0 20px;
	margin: 0;
	}

#mainContent li {
	font-size:1.1em;
	color:#fcb913;
	padding:2px;
	list-style-image:url(../images/circle.gif);
	}
	
	
/* ------------- SUBMENU 
----------------------------------*/
#submenu {
	margin:0;
	padding:0;
	}

#submenu ul {
	padding:0;
	margin:0 0 10px 0;
	letter-spacing:-1px;
	
	}
	
#submenu ul li {
	text-transform:uppercase;
	font-weight:bold;
	display:inline;
	list-style:none;
	color:#F36621;
	padding-right: 10px;
	
	}
#submenu ul li a {
	color:#FFCC00;
	text-decoration:none;

	}
#submenu ul li a:hover {
	color:#CCC;
	text-decoration:underline;
	}
	
/* ------------- TABLE
--------------------------------------------*/	

th {
	border: dashed 1px #CCC;
	border-width: 0 0 1px 1px;
	padding: 0.2em;
	height:24px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	}

td {
	border: dashed 1px #CCC;
	border-width: 0 0 1px 1px;
	padding: 0.2em;
	height:24px;

	}
	
table#openingtimes {
	width:460px;
	}
	
table#openingtimes td {
	text-align:center;
	border:0px;
	}
table#openingtimes th {
	border:0px;
	}
	
table#events {
	border-collapse:collapse;
	border: dashed 1px #CCC;
	border-width:1px 1px 0 0;
	width:460px;
	}

	
.pricebox {
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
	border: #ccc 1px dashed;
	
	}
.pricebox p {
	}
	
.prices {
	color:#FF9900;
	border-bottom: #ccc 1px dashed;

	}
.time {
	color:#FF9900;
	}
.date {
	color:#FF9900;
	font-weight:600;
	width: 30%;
	}
.camera {
	vertical-align:middle;
	}
.photo {
	border:#22c4f2 5px solid;
	}
	
.odd {
	background-color:#f5f5f5;
	}
	
.ell {
	background-color:#00CCCC;
	}
	
.skifun {
	background-color:#FFCC33;
	}
.img_left {
	float:left;
	margin: 0 8px 8px 0;
	}
.note {
	font-style:italic;
	color:#666666;
	}

