/* Global */
body{
	margin:0;
	color:#000;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	background:#806c4f;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* GlobalEnd */


/* Main */
.main{
	width:980px;
	margin:0 auto;
	padding:15px 0 0;
}
.content-holder{
	float:left;
}
/* MainEnd */


/* logo */
.h-logo{
	width: 213px;
	height: 79px;
	margin:20px 0 32px 116px;
}
.h-logo a{
	display:block;
	width: 213px;
	height: 79px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/* logoEnd */


/* Navigation */
.navigation{
	list-style:none;
	margin:0;
	padding:0;
	width:80px;
	font-size:11px;
	line-height:25px;
	text-align:center;
	float:left;
	clear:both;
	font-weight:bold;
}
.navigation li{
	background: url(../images/border-navigation.gif) repeat-x 0 100%;
}
.navigation a{color:#fff;}

.navigation_selected a {
	color: #FF3300;
}
/* NavigationEnd */


/* Content */
#content{
	float:left;
	width:225px;
	margin:0 0 0 42px;
	display:inline;
	color:#fff;
}
#content h2{
	font-size:11px;
	line-height:13px;
	margin:0 0 5px;
	padding:5px 0 0;
}
#content p{
	font-size:11px;
	line-height:13px;
	margin:0 0 12px;
	letter-spacing:1px;
}
table {
	font-size:11px;
	line-height:13px;
	margin:0 0 12px;
	letter-spacing:1px;
}
#content p a{color:#fff; text-decoration:underline;}
#content p a:hover{text-decoration:none;}
#content .block{
	padding:35px 0 0;
}
.next {
	position:absolute;
	top:545px;
	margin-left:873px;
}
.booking {
	width:400px;
	height:500px;
	position:relative;
	top:20px;
	left:79px;
	margin-bottom:20px;
	overflow:hidden;
}
.booking-on-home {
	width:400px;
	height:50px;
	position:relative;
	top:20px;
	left:176px;
	margin-bottom:20px;
	overflow:hidden;
}
/* ContentEnd */


/* feature-panel */
#feature-panel{
	float:right;
	display:inline;
	margin:20px 5px 0px 0px;	
	background: url(../images/feature-image_border.png) no-repeat;
	padding: 2px;
}

#feature-panel-alt{
	float:right;
	display:inline;
	margin:20px 5px 0px 0px;
	padding: 0px;
}
/* feature-panelEnd */


/* Footer */
#footer{
	float:right;
	padding:12px 0 10px;
	width:607px;
	height:1%;
	overflow:hidden;
}
#footer p{
	font-size:11px;
	line-height:13px;
	color:#fff;
	margin:0 4px;
}
#footer p a{color:#fff; text-decoration:underline;}
#footer p a:hover{text-decoration:none;}
#footer p.design{float:right; display:inline;}

#footer-alt{
	float:left;
	padding:12px 0px 10px 24px;
	width:515px;
	height:1%;
	overflow:hidden;
}
#footer-alt p{
	font-size:11px;
	line-height:13px;
	color:#fff;
	margin:0 4px;
}
#footer-alt p a{color:#fff; text-decoration:underline;}
#footer-alt p a:hover{text-decoration:none;}
#footer-alt p.design{float:right; display:inline;}
/* FooterEnd */
