/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:link, a:visited {
	color: #005419;
	text-decoration: none;
}
a:hover, a:active {
	color: #005419;
	text-decoration: underline;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #40AF49;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
div#container {
	position:relative; /* center, not in IE5 */
	width:820px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shadow_tile.png);
}
div#header {
	/*width: 100%;*/
}
div#content {
	padding-bottom: 15em;
	width: 100%;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0;
}
#slide_shadow {
	background-image: url(../images/slide_shadow.png);
	height: 10px;
	width: 800px;
}
#include {
	padding-right: 35px;
	padding-left: 35px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.textGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005419;
}
.textGreenHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005419;
}
.textGreenSmallHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005419;
	font-weight: bold;
}
#border {
	border: 1px solid #000000;
}
.border {
	border: 1px solid #000000;
}
/*NAVIGATION*/
#nav_bar {
	padding-right: 10px;
	padding-left: 10px;
}
/*HOME*/
.button_home {
	width: 85px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/home.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_home:hover {
	background-position: 0px -50px;
}
.button_home_selected {
	width: 85px;
	height: 45px;
	background-image: url(../images/rollovers/home.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/*ACCOMMODATION*/
.button_accommodation {
	width: 149px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/accommodation.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_accommodation:hover {	
	background-position: 0px -50px;
}
.button_accommodation_selected {
	width: 149px;
	height: 45px;
	background-image: url(../images/rollovers/accommodation.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/*GALLERY*/
.button_gallery {
	width: 113px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/gallery.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_gallery:hover {	
	background-position: 0px -50px;
}
.button_gallery_selected {
	width: 113px;
	height: 45px;
	background-image: url(../images/rollovers/gallery.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;	
}
/*ATTRACTIONS*/
.button_attractions {
	width: 125px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/attractions.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_attractions:hover {	
	background-position: 0px -50px;
}
.button_attractions_selected {
	width: 125px;
	height: 45px;
	background-image: url(../images/rollovers/attractions.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;	
}
/*PACKAGES*/
.button_packages {
	width: 118px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/packages.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_packages:hover {	
	background-position: 0px -50px;
}
.button_packages_selected {
	width: 118px;
	height: 45px;	
	background-image: url(../images/rollovers/packages.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;	
}
/*BOOKINGS*/
.button_bookings {
	width: 122px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/bookings.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_bookings:hover {	
	background-position: 0px -50px;
}
.button_bookings_selected {
	width: 122px;
	height: 45px;
	background-image: url(../images/rollovers/bookings.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;	
}
/*CONTACT*/
.button_contact {
	width: 88px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/rollovers/contact.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.button_contact:hover {
	background-position: 0px -50px;
}
.button_contact_selected {
	width: 88px;
	height: 45px;	
	background-image: url(../images/rollovers/contact.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;	
}
