* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	padding: 0px 0px 20px 0px;
}

img.pngfix { behavior: url(/css/iepngfix.htc); }

#header {
	height: 494px;
}
	
	.home {
		background: #000000 url(../img/home_bg.png) no-repeat top center;
	}
	
	.venue {
		background: #000000 url(../img/venue_bg.png) no-repeat top center;
	}
	
	.spec {
		background: #000000 url(../img/spec_bg.png) no-repeat top center;
	}
	
	.bookings {
		background: #000000 url(../img/bookings_bg.png) no-repeat top center;
	}
	
	.findus {
		background: #000000 url(../img/findus_bg.png) no-repeat top center;
	}
	
	.team {
		background: #000000 url(../img/team_bg.png) no-repeat top center;
	}

	#logo {
		padding: 20px 0px 0px 20px;
	}
	
	#booking {
		background-color: #000000;
		padding: 30px 30px 30px 100px;
		width: 440px;
		margin: 100px 0px 0px -150px;
		text-align: right;
	}
	
		#booking h2, #booking h3 {
			font-weight: normal;
		}
		
		#booking h2 {
			font-size: 59px;
			text-transform: uppercase;
			color: #fff;
			line-height: 50px;
		}
		
		#booking h3 {
			font-size: 25px;
			color: #6e6e6e;
			margin-top: 5px;
		}
		
			#booking h3 span {
				color: #fff;
			}
	
	#menu {
		background: #000000 url(../img/menu_bg.png) repeat-x;
		height: 53px;
	}
	
		#menu ul {
			width: 945px;
		}
	
		#menu li {
			display: block;
			float: left;
			padding: 18px 35px 10px 35px;
			background: url(../img/menuitem_bg.png) no-repeat top right;
			height: 25px;
		}
		
		#menu li.first {
			padding: 0px;
			height: 53px;
			width: 2px;
		}
		
		#menu li.last {
			padding-left: 34px;
		}
		
			#menu li {
				padding: 18px 33px 10px 34px;
			}
		
		#menu li a {
			color: #6e6e6e;
			font-size: 14px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#menu li a.active {
			color: #ffffff;
		}

#content {
	background: url(../img/content_bg.png) repeat-x;
	padding: 20px 0px;
}

	#content h3 {
		color: #010101;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	#content p {
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	
	#content a {
		color: #3366cc;
		text-decoration: none;
	}
	
	#content div.left {
		padding-right: 2px;
		border-right: 1px solid #c1bebd;
		width: 33%;
	}
	
	#content div.left.second p, #content div.left.second h3 {
		margin-left: 20px;
	}
	
	#content div.noborder {
		border: 0px;
	}
	
	p.big {
		font-size: 14px;
	}
	
	p.success {
		color: green;
		font-weight: bold;
	}
	
	p img {
		margin-bottom: -3px;
	}
	
	img.map {
		padding: 10px;
		border: 1px solid #000000;
		margin-left: 20px;
	}
	
	#content div.clients {
		padding: 10px;
		border: 1px solid #000000;
		width: 240px;
		margin: 0px 0px 20px 20px;
		line-height: 0px;
	}
	
	#content div.clients img {
		border: 1px solid #bcb8bf;
		width: 237px;
	}
	
	#content div.testimonial {
		background-color: #000000;
		color: #ffffff;
		font-size: 14px;
		margin-left: 20px;
		padding: 12px;
		width: 248px;
		font-style: italic;
		margin-bottom: 10px;
		border: 1px solid #959595;
	}
	
		#content div.test_corner {
			width: 29px;
			height: 29px;
			background: url(../img/testimonial.png) no-repeat;
			float: right;
			margin-top: 12px;
		}
	
		#content div.testimonial p {
			margin: 0px !important;
			padding: 0px;
		}
		
	#content div.left p {
		padding-right: 15px;
	}
		
	#content label {
		display: block;
		width: 120px;
		height: 27px;
		float: left;
		clear: left;
		margin-left: 20px;
		padding-top: 3px;
	}
	
	#content input, #content select {
		float: left;
		color: #fff;
		background-color: #000;
		border: 0px;
		padding: 2px;
		width: 171px;
	}
	
	#content select {
		margin-right: 5px;
		width: 55px;
	}
	
	#content input.submit {
		background-color: #ffffff;
		color: #3366cc;
		border: 0px;
		outline: 0px;
		float: right;
		width: auto;
		margin: 5px 20px 0px 0px;
	}
	
	#content ul {
		margin: 0px 15px 0px 40px;
	}
	
		#content li {
			padding-left: 5px;
			margin-top: 5px;
		}
		
	#content .thumb {
		margin: 0px 0px 25px 25px;
		background-color: #000000;
		width: 73px;
		height: 74px !important;
		border: 0px !important;
	}
	
	#content .thumb.left {
		width: 73px;
		height: 74px;
		padding: 0px;
	}
	
		#content .thumb img {
			border: 1px solid #a4a4a4;
			margin-left: 10px;
			margin-top: 10px;
		}

#footer {
	background: url(../img/footer_bg.png) no-repeat top center;
	height: 40px;
	padding-top: 10px;
}

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

.contain {
	margin: 0 auto;
	width: 946px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
