* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

a {
	color: #f00;
}

a:hover {
	color: #fff;
}

body {
	background: #bcbbba url(/images/bg-gradient.gif) top left repeat-x;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 75%;
	color: #fff;
	padding-bottom: 20px;
}

img {
	border: 0;
}

.clearleft {
	clear: left;
}

ul li {
	list-style-type: none;
}

#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-295px; /* half of container's height */
		float:left;
}

#container {
	width: 985px;
	background: #000 url(/images/top-bg.jpg) top left no-repeat;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	position: relative;
	clear: left;
}

	#dj {
		width: 170px;
		height: 215px;
		position: absolute;
		top: 4px;
		right: 3px;
	}
	
	#balloon {
		width: 145px;
		height: 300px;
		position: absolute;
		bottom: 10px;
		right: 5px;
	}

	#container .padding {
		padding: 10px;
		background: url(/images/bottom-bg.jpg) bottom left no-repeat;
		zoom: 1;
		height: 570px;
	}
	
	.logo, #logodiv {
		margin: 25px 0px 0px 32px;
	}
	
	#navigation {
		margin-top: 10px;
		margin-left: 20px;
		height: 16px;
		background: #070707;
		width: 780px;
	}
	
		#navigation ul li {
			list-style-type: none;
			display: block;
			float: left;
			text-indent: -999px;
			overflow: hidden;
			}
		
			#navigation ul li a {
				color: #fff;
				display: block;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				height: 16px;
				margin: 0 12px;
			}
			
			#navigation ul li a:hover, #navigation ul li a.selected {
				background-position: 0px -18px;
			}
			
			#navigation ul li#nav-home a {
				width: 40px;
				background-image: url(/images/nav-home.gif);
				
			}
			
			#navigation ul li#nav-services a {
				width: 66px;
				background-image: url(/images/nav-services.gif);
			}
			
			#navigation ul li#nav-events a {
				width: 49px;
				background-image: url(/images/nav-events.gif);
			}
			
			#navigation ul li#nav-booking a {
				width: 127px;
				background-image: url(/images/nav-booking.gif);
			}
			
			#navigation ul li#nav-downloads a {
				width: 158px;
				background-image: url(/images/nav-downloads.gif);
			}
			
			#navigation ul li#nav-about a {
				width: 47px;
				background-image: url(/images/nav-about.gif);
			}
			
			#navigation ul li#nav-contact a {
				width: 61px;
				background-image: url(/images/nav-contact.gif);
			}
			
			#navigation ul li#nav-blog a {
				width: 37px;
				background-image: url(/images/nav-blog.gif);
			}
			
	
	/* content */
	#content {
		margin: 25px 35px 0px 35px;
	}
	
		#content .main {
			float: left;
			width: 500px;
			height:400px;
			overflow:auto;
			padding-right: 10px;
			scrollbar-arrow-color: #fff;
			scrollbar-3dlight-color: #0a0a0a;
			scrollbar-darkshadow-color: #0a0a0a;
			scrollbar-face-color: #262626;
			scrollbar-highlight-color: #0a0a0a;
			scrollbar-shadow-color: #0a0a0a;
			scrollbar-track-color: #0a0a0a;
		}
		
			#content .main h1 {
				margin-bottom: 15px;
			}
			
			#content .main p {
				margin-bottom: 15px;
				color: #fff;
				line-height: 1.2em;
			}
			
			#content .main p.small {
				font-size: 95%;
			}
		
		#content .sidebar {
			float: left;
		}
			
		#content .news-bg {
			height: 190px;
			background: url(/images/news-bg.gif) top left no-repeat;
			margin-bottom: 15px;
			padding: 30px 30px 0px 30px;
		}
		
			#content .news-bg .newsitems {
				height: 92px;
				overflow: auto;
				margin-top: 5px;
				color: #000;
			}
		
			#content .news-bg h2 {
				display: block;
				height: 17px;
				width: 115px;
				text-indent: -999px;
				background: url(/images/h2-latestnews.gif) top left no-repeat;
				margin-right: 10px;
			}
			
			#content .news-bg li {
				margin-bottom: 8px;
				margin-top: 10px;
			}
			
			#content .news-bg li span {
				display: block;
				margin-top: 6px;
			}
			
			#content .news-bg a {
				color: #fff;
				text-decoration: none;
				font-size: 100%;
				background: #000;
				font-weight: bold;
				padding: 2px 5px;
				font-size: 1.2em;
				letter-spacing: -1px;
				
			}
			
			#content .news-bg li span a{
				font-weight: bold;
				font-size: 0.9em;
				color: #f00;
				background: #fff;
				letter-spacing: normal;
				padding: 0px;
				margin-left: 5px;
			}
			
			
			#content .news-bg a:hover {
				background: #fff;
				color: #000;
			}
			
				#content .news-bg a span {
					font-weight: normal;
					margin-right: 5px;
					float: left;
					color: #000;
				}
				
		
		#content #quotes-bg {
			height: 175px;
			background: url(/images/quotes-bg.png) top left no-repeat;
			width: 350px;
			position: relative;
		}
		
		
			#content #quotes-bg a {
				position: absolute;
				right: 32px;
				top: 32px;
			}
		
		#content h1.hometitle{
			width: 300px;
			height: 43px;
			display: block;
			text-indent: -999px;
			overflow: hidden;
			background: url(/images/h1-hometitle.gif) top left no-repeat;
		}
		
		
				
			#content #subnav {
				width: 139px;
				margin-left: 50px;
				height: 370px;
				background: url(/images/sidebar-bg.gif) top left no-repeat;
				padding: 20px;
			}
			
			#content #subnav a {
				display: block;
				padding: 2px 2px;
				text-decoration: none;
				font-weight: bold;
				color: #000;
				text-align: center;
				font-size: 90%;
				margin-bottom: 10px;
				width: 100px;
			}
			
			#content #subnav a:hover {
				background: #f00;
				color: #fff;
			}
			
/* homepage specific */
#content .homepage-main {
	width: 380px;
	margin-left: 25px;
}

#content .homepage-main .pagelinks{
	margin-top: 30px;
}

#content .homepage-main .callus {
	display: block;
	height: 55px;
	width: 129px;
	background: url(/images/callus.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 200px;
}

.homepage-sidebar {
	width: 340px;
}

.services-sidebar {
	width: 250px;
}

.services {
	float: right;
}

	.pagelinks, .sidebar h3 {
		margin-left: 5px;
	}
	
	.pagelinks li, .sidebar h3 {
		margin-bottom: 10px;
	}
	
			#content .sidebar h3 {
				font-size: 110%;
				display: inline;
			}
			
			.pagelinks a {
				color: #fff;
				text-decoration: none;
				background: #f00;
				font-weight: bold;
				padding: 2px 5px;
			}
			
			.pagelinks a:hover, .sidebar h3 {
				background: #fff;
				color: #000;
				font-weight: bold;
				padding: 2px 5px;
			}
			
			.pagelinks a.selected {
				background: #000;
				color: #fff;
			}
			
				.pagelinks a span, .sidebar h3 span {
					font-weight: normal;
					margin-right: 5px;
					float: left;
					color: #fff;
				}
				
#content .main .h1-services {
	display: block;
	width: 270px;
	height: 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content .main .h1-about {
	display: block;
	width: 237px;
	height: 18px;
	background: url(/images/h1-about.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}

#content .main .h1-contact {
	display: block;
	width: 253px;
	height: 18px;
	background: url(/images/h1-contact.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}

#content .main .h1-testimonials {
	display: block;
	width: 111px;
	height: 17px;
	background: url(/images/h1-testimonials.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}

#content .main .h1-downloads {
	display: block;
	width: 182px;
	height: 20px;
	background: url(/images/h1-downloads.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}



#content p.phone {
	font-size: 120%;
	font-weight: bold;
}
	#content p.phone span {
		color: #f00;
	}

#content .bookingform, #content .faq, #content .fullwidth {
	width: 750px;
}

#content .main p.error {
	font-size: 90%;
	font-weight: bold;
	color: #f00;
}

#content .main .h1-booking {
	display: block;
	height: 21px;
	background: url(/images/h1-booking.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}

#content .main .h1-faq {
	display: block;
	height: 22px;
	background: url(/images/h1-faq.gif) top left no-repeat;
	text-indent: -999px;
	overflow:hidden;
}

	#content .bookingform h2, #content .fullwidth h2 {
		font-size: 120%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	#content .bookingform label {
		position: relative;
		display: block;
		border-bottom: 1px solid #171717;
		padding: 10px 0px;
		float: left;
		width: 350px;
		margin-right: 40px;
	}
	
	#content .bookingform label.nomargin {
		margin-right: 0px;
	}
	
	#content .bookingform label.large {
		height: 100px;
		border-bottom: none;
	}
	
	#content .bookingform label .tfield, #content .bookingform label .selectbox, .bookingform label span {
		width: 240px;
		position: absolute;
		left: 100px;
		top: 8px;
	}
	
	.bookingform label span {
		display: block;
		color: #989873;
	}
	
	#content .bookingform label .selectbox {
		width: 244px;
	}
	
	#content .bookingform label .tarea {
		width: 240px;
		height: 80px;
		position: absolute;
		left: 100px;
		top: 8px;
	}
	
	#content .bookingform .formpod {
		position: relative;
		display: block;
		padding: 10px 0px;
		float: left;
		width: 350px;
	}
	
		#content .bookingform .formpod label {
			width: 120px;
			border-bottom: 0px;
			padding: 0px;
			margin-right: 10px;
		}
		
		#content .bookingform .formpod label.hear{
			width: 200px;
		}
		
		#content .bookingform .formpod .tfield, #content .bookingform .formpod span {
			position: relative;
			width: 95px;
			left: 0px;
			margin-top: 5px;
			top: 0px;
		}
		
		#content .bookingform .formpod label.hear select {
			margin-top: 5px;
			width: 210px;
		}

		.button {
			padding: 2px;
			border: 0px;
			color: #fff;
			background: #f00;
			margin-top: 20px;
			margin-right: 10px;
			font-weight: bold;
		}

dl {
	margin-bottom: 5px;
}
	
dt {
	display: inline;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	padding: 2px 0px 2px 1px;
}

.open dt.question {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

dt span, .open dt span {
	display: block;
	color: #fff;
}

dd {
	display: none;
	color: #000;
	background: #fff;
	padding: 10px 10px;
	font-size: 0.9em;	
	line-height: 1.1em;
	margin-top: 3px;
}

#content blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #5E5C5C;
	padding: 15px;
	padding-bottom: 0px;
}

#content .divider {
	height: 5px;
	font-size: 1px;
}

#content .topdivider{
	height: 25px;
	margin-top: 20px;
}

#content blockquote p.name {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}

#content .testimonial-form {
	margin-left: 6px;
	padding: 10px;
}

#content .testimonial-form p {
	margin-bottom: 10px;
	font-size: 90%;
}

#content .testimonial-form label {
	display: block;
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

#content .testimonial-form label input, #content .testimonial-form textarea {
	width: 95%;
}

#content .testimonial-form textarea {
	height: 80px;
	font-size: 130%;
}

#content .testimonial-form .button {
	margin-top: 5px;
}

#gallery a img{
	background: #fff;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#gallery a:hover img{
	background: #f00;
}

#footer {
	font-size: 0.9em;
	color: #777;
}

#footer a {
	color: #666;
	text-decoration: none;
}

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


#sitemap {
	width: 650px;
	margin-left: 20px;
}

h2.sitemap {
	font-weight: normal;
	font-size: 180%;
	margin-left: 20px;
}

#sitemap li {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	margin-top: 5px;
	white-space: nowrap;
}

#sitemap a {
	color: #fff;
	text-decoration: none;
}

#sitemap a:hover {
	color: #f00;
}


#sitemap li ul li {
	clear: none;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 5px;
}

#sitemap .clearleft {
	clear: left !important;
}

.contactform {
	overflow: auto;
}

	.contactform label {
		float: left;
		margin-right: 25px;
		margin-bottom: 10px;
	}
	
	.contactform .tarea {
		width: 315px;
		height: 60px;
	}
	
	.contactform .button {
		display: block;
		clear: left;
	}