﻿/*****************************************************************************
DEVELOPER:	Intelligent Business Advantage Limited
			www.intelligent-biz.com
			designlab@intelligent-biz.com
PROJECT:	www.footprints-resort.com
			version 2.0
COPYRIGHT 2008-2009 Intelligent Business Advantage Limited. All Rights Reserved.
*****************************************************************************/


body {
	background-color: #AEDDAC; /*#C2DAC4; /* #FFFF99 */
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

h4 {
	color: #330000;

}

#tldContainer {
	background-color: #AEDDAC; /*#FFCC00; /* #FFFF6F; */
	/* background-image: url('images/background.jpg'); */
}

}
/* NAVIGATION WITH HOVER EFFECT */
#tldNav {
	background: #BCD29E url('images/navbarGreen.jpg') repeat-x left top;
	color:white;
	font-size: 1.2em;

	/*
	height: 30px;
	border-bottom: 4px #227322 inset;
	background: #77a348 url('../../images/nav.jpg') repeat;
	min-width: 1000px;
	max-width: 1280px;
	*/
}

	#tldNav a:link {
		text-decoration:none;
		padding:6px 10px;
		line-height:30px;
		color: white;
	}
	
	#tldNav a:visited  {
		text-decoration:none;
		padding:6px 10px;
		line-height:30px;
		color: #fdfdde;
		}
	
	#tldNav a:hover  {
		text-decoration: underline;
		padding:6px 10px;
		line-height:30px;
		color: white;
		background: #2c89c2 url('images/nav_hover.jpg') repeat-x;
	}
		
	#tldNav a:active  {
		text-decoration: underline;
		padding:6px 10px;
		line-height:30px;
		color: #fdfdde;
	}
/* END OF HOVER EFFECT FOR NAVIGATION */

#subMenu a, #subMenu a:link, #subMenu a:visited {
	margin: 0;
	padding: 7px 15px;
	display: block;
	color: #990000;
	text-decoration: none;
	width: auto;
	background: bottom url('images/btn_subMenu.jpg') #F0FFF0 no-repeat;
	/* line-height: 25px; */

}

#subMenu a:hover, #subMenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background: #990000 none no-repeat;


}

.picture {
	background-color: #FFFFFF;
	padding: 3px;
	border: 3px maroon inset;
}


#banner {
	height:120px;
	width:500px;
	margin: 0 auto;
	/* background-color: #fdfdde; */
}

#banner img {
	width: 145;
	height: 115px;
	border-width: 0px; 
}

	#box1{
	width: 145px;
	height:115px;
	float:left;
	background:  #fdfdde url('images/Content-Rooms_Rates.jpg') no-repeat;	
	}
		#box1 a {
		background: transparent url('images/Content-Rooms_Rates.jpg') no-repeat;	
		}
		#box1 a:hover {
		background: transparent url('images/Content-hover-Rooms_Rates.jpg') no-repeat;
		}
		
	
	#box2{
	width: 145px;
	height:115px;
	float:left;
	background: #fdfdde url('images/Content-Facilities.jpg') no-repeat;
	}
		#box2 a {
		background: transparent url('images/Content-Facilities.jpg') no-repeat;
		}
		#box2 a:hover {
		background:transparent url('images/Content-hover-Facilities.jpg') no-repeat;
		}
	
	#box3{
	width: 166px;
	height:115px;
	float:left;
	background: #fdfdde url('images/Content-Packages.jpg') no-repeat;
	}
		
		#box3 a{
		background:transparent url('images/Content-Packages.jpg') no-repeat;
			}
		#box3 a:hover {
		background:transparent url('images/Content-hover-Packages.jpg') no-repeat;
		}

