@import url('reset.css');

body {
	background-color:#010066;
	font-size:12px;
	font-family:'Lucida Grande','Helvetica','Arial',sans-serif;
}

.wrap {
	width:760px;
	margin:0 auto;
	padding:0 40px;
}div#search.wrap em {	color: red;	font-style: normal;}

div#search {
	color:#fff;
	position:relative;
	height:24px;
	margin-top:16px;
	margin-bottom:10px;
}

	span.tags {		font-weight: bold;		
		position:absolute;
		left:-30px;
		top:15px;				
	}

	form.contact {
		top:-8px;
		right:-9px;
		height:22px;
		overflow:hidden;
		position:absolute;
	}

		form p { 
			position:relative;
			display:inline;
		}
		
		label  {
			display:inline; 
			position:absolute; 
			top:2px; 
			left:8px; 	
			color:#888;
		}

		input.text {
			margin-right:5px;
			margin-left:5px;
			width:111px !important;
			height:22px;
			border:1px solid #ddd;
			padding:2px;
		}
		
		input#submit {
			background-image:url('../images/submit.png');
			height:22px;
			width:22px;
			border:0;
			background-color:transparent;
			position:relative;
			top:0px;
		}
		
@media screen and (-webkit-min-device-pixel-ratio:0) {
		input#submit {
			top:-3px;
		}
}
		
/* HEADER */
div#header {
	position:relative;
	height:95px;
	width:760px;
	padding-top:25px;
}

div#header h1 {
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	height:95px;
	display:block;
	width:430px;
	position:absolute;
	left:0;
}

div.contact {		
	position:absolute;
	right:0;
	width:200px;
	line-height:15px;
	text-align:right;
}

/* CONTENT */
div#content {
	width:760px;
	margin:0 auto;
	padding:0 40px;
	background-image:url('../images/header.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	position:relative;
	-moz-border-radius:10px;
}

div.body {
	position:relative;
	
}

div#sponsor {
	height:90px;
}

div.left {
	width:260px;
	height:330px;
	margin-bottom:20px;
	float:left;
	position:relative;
	z-index:3000;
}

	div#text {
		color:#010066;
		font-size:11px;
		line-height:20px;
		height:90px;
	}
	
	div#menubox {
		background:#010066;
	}
	
	div.video {
		padding:0 10px 10px 10px;
	}

div.right {
	width:500px;
	float:left;
	height:330px;
	margin-bottom:20px;
	position:relative;
	z-index:1000;
}

/* RESERVATIONS BUTTON */
div.reserve {
	width:246px;
	height:30px;
	background-image:url('../images/reserve.jpg');
	background-repeat:repeat-x;
	padding:7px;
	position:absolute;
	border:1px solid red;
	bottom:7px;
	right:10px;
	z-index: 99;
}

	div.reserve span {
		color:#d5d5d5;
		font-size:11px;
		position:absolute;
		bottom:7px;
	}
	
	div.reserve h2 {
		font-size:18px;
		margin-bottom:0;
		color:#fff;
		font-weight:normal;
		line-height:12px;
		
	}

	div.reserve a {
		position:absolute;
		right:5px;
		top:5px;
		width:36px;
		height:37px;		
	}

div#footer {
	padding-bottom:20px;
	font-size:11px;
	color:#aaa;
	text-align:right;
	margin-top:20px;
}

/* SLIDESHOW */
div.slideshow {
	overflow:hidden;
	height:330px;
	width:500px;
	z-index: 90;
}

div.slideshow img {
	display:none;
	z-index:91;
}

/* TESTIMONIALS */
div#tesimonials {
	margin-bottom:20px;
}

div.client {
	width:31%;
	float:left;
	margin-left:1%;
	margin-right:1%;
	font-size:10px;
	line-height:14px;
}

div#testimonials h2 a {
	color:red;
	display:inline;
	text-decoration:none;
	font-size:0.65em;
	
}

div#testimonials h2 {
	padding-bottom:10px;
	font-size:2.2em;
	padding-left:7px;
}

/* general rules */
.red {
	color:red;	font-size: 20px;	font-weight: bold;
}.red2 {	color: red;	font-weight: bold;}.red2 em{	color: blue;	font-weight: bold;}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

* html .clearfix{
	height:1%;
}
