@charset "utf-8";
/* Into Exit CSS */
@import "reset.css";
@import "type.css";

html, body {
	min-height: 100%;
	margin-bottom: 1px;
}
body{
	text-align:center;
	font-size:62.5%;
	background-color: #FFFFFF;
	background-image:url(images/back2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}
#wrapper{
	width:830px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	font-size:1.2em;
	background-color:#FFF;
}

#banner{
	width:830px;
	height:271px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#menu{
font-size:1em;
position:absolute;
width:830px;
height:64px;
top:207px;
}
#menu ul {
}
#menu li{
float: left;
}
#menu a{
display: block;
width:100%;
height:100%;
text-indent:-9999px;
}
#menu a:hover{
background-position:0px -64px;
}
#menu li .active {
background-position:0px -128px;
}
#menu #button_home{width:97px;height:64px;}
#menu #button_home a{background-image:url(images/button_home.gif);}
#menu #button_into_botel{width:84px;height:64px;}
#menu #button_into_botel a{background-image:url(images/button_into_botel.gif);}
#menu #button_book_online{width:103px;height:64px;}
#menu #button_book_online a{background-image:url(images/button_book_online.gif);}
#menu #button_whats_on{width:149px;height:64px;}
#menu #button_whats_on a{background-image:url(images/button_whats_on.gif);}
#menu #button_contact{width:117px;height:64px;}
#menu #button_contact a{background-image:url(images/button_contact.gif);}


#menu .active a:hover{
background-position:0px -128px;
}

#sub_menu{
position:relative;
height:34px;
width:830px;
background-image:url(images/sub_menu_back.jpg);
background-repeat:repeat-x;
}


#sub_menu ul{
padding-top:10px;
padding-left:5px;
}
#sub_menu li{
display:inline;
padding-left:10px;
padding-right:5px;
border-left-style:solid;
border-width:1px;
border-color:#000000;
text-align:center;
}
#sub_menu .first_item{
border:none;
}
#content{
	width:830px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
#left_col{
	float:left;
	margin-top:25px;
	width:130px;
	margin-bottom:15px;
	margin-left:13px;
	display:inline;
	text-align:center;
}
#centre_col{
	float:left;
	margin-top:25px;
	margin-left:14px;
	width:430px;
	margin-bottom:15px;
}
#right_col{
	float:left;
	margin-top:25px;
	margin-left:23px;
	width:176px;
	margin-bottom:15px;
}


#footer{
position:relative;
height:34px;
width:830px;
background-image:url(images/sub_menu_back.jpg);
background-repeat:repeat-x;
clear:both;
}

.image_float{
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}
.center{
	text-align:center;
}
.img_spacing img{
	margin-left:3px;
	margin-right:3px;
}
