/* CSS Document */
body
{
	font-family: Verdana, Arial, sans-serif;
	margin-top: 20px
}



/* HEADER STYLES */
#divHeader
{
	margin: 0px auto;
	background: url(../images/bg_header.gif) repeat-x left top;
	width: 760px;
	height: 129px;
}
	
	#divLogo
	{
		position: relative;
		float: left;
		width: 241px;
	}
	
	#divMenu
	{
		position:relative;
		float: left;
		width: 478px;
		height: 129px;
	}
	
	#divHeader #divMenu img
	{
		margin-top: 99px;
		float: left;
		margin-right: 2px;
	}	
	
	#divRight
	{
		position:relative;
		float: left;
		width: 41px;
	}
	
	
		
/* BODY STYLES */

#divContainer
{
	margin: 0 auto;
	background-color: white;
	width: 740px;
	height: auto;
	padding: 10px;
}

/* #divBody
{
	margin: 0 auto;
	width: 740px;
	background-color: white;
}*/

h1
{
	font-size: large;
	letter-spacing: 1px;
	color: #3399CC;
}

h2
{
	font-size: medium;
	letter-spacing: 1px;
	color: black;
}

p, table, ul
{
	font-size: small;
	color: #666666;
}

th
{
	text-align: left;
}

a
{
	color: #3399CC;
}

a:hover
{
	color: orange;
	text-decoration: none;
}

.PicBorder
{
	border: 1px solid #3399CC;
}

.PicResort
{
	padding-right: 5px;
}


#divContactDetails
{
	margin-left: 20px;
}

.tblHeader
{
	background-color: #3399CC;
	color: white;
}

.discount
{
	color: orange;
}

.tblRates
{
	border-left: 1px solid #1571A6;
	border-bottom: 1px solid #1571A6;
}

.tblRates td
{
	border-top: 1px solid #1571A6;
	border-right: 1px solid #1571A6;
	font-weight: bold;
}

.normal
{
	font-weight: normal;
}

.lightshade
{
	background-color: #CBE8FF;
}

.highlightedbg
{
	color: #1571A6;
}

.tblApartment
{

}

.tblApartment td, .tblApartment th
{
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 0px;
}

.tblApartment th
{
	font-size: large;
}

.tblApartment img
{
	margin-right: 5px;
}


/* FOOTER STYLES */

#divFooter
{
	margin: 0 auto;
	width: 760px;
	height: 60px;
	background: url(../images/bg_footer.gif) repeat-x left top;
	display: block;
}

	#divFooterLeft
	{
		position: relative;
		float: left;
		width: 34px;
	}
	
	#divFooterMenu
	{
		position: relative;
		float: left;
		width: 692px;
		height: 60px;
		text-align: center;
		margin-top: 15px;	
	}
	
	#divFooterRight
	{
		position: relative;
		float: left;
		width: 34px;
	}	

#divFooterMenu ul
{
	display: inline;
}

#divFooterMenu ul li
{
	display: inline;
	padding: 10px;
}

#divFooterMenu ul li a
{
	color: white;
	font-size: small;
}

#divFooterMenu ul li a:hover
{
	color: white;
	text-decoration: none;
}

.strikethru
{
	text-decoration:line-through;
}

.small
{
	font-size: small;
	color: Black;
}

.red
{
	color: Red;
}

.footerlink
{
	color:black;
}

.footerlink:hover
{
	color:white;
}
