/*//////////////////////////////////////////////////////////////////////////////
/// Craven /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #7b7b7b;
	background-image: url(images/layout/bkg_main.jpg);
	background-position: top left;
	background-repeat: repeat-x;

	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #451e15;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #451e15;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
img
{
	border: none;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	color: #451e15;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #451e15;
	text-decoration: none;
}
a:hover
{
	color: #451e15;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-weight: bold;
	color: #451e15;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/
#menus
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.menu
{
	position: absolute;
	top: 242px;
	z-index: 9;
	background-image: url(images/layout/bkg_menu.jpg);
	visibility: hidden;
	
	border-color: #2C1B11;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	
	padding: 7px 7px 4px 7px;
}
#menu_lodge
{
	width: 120px;
	height: 40px;
	left: 123px;
}
#menu_activities
{
	width: 72px;
	height: 40px;
	left: 288px;
}
#menu_groupbookings
{
	width: 135px;
	height: 60px;
	left: 434px;
}
.menuItem
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}
.menuItem a
{
	color: #FFFFFF;
	font-weight: normal;
}
.menuItem a:visited
{
	color: #FFFFFF;
	font-weight: normal;
}
/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#bkg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	background-image: url(images/layout/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container
{
	position: relative;
	width: 710px;
	text-align: center;
	margin: 0px auto 0px auto;
	z-index: 2;
}
#bkgContent
{
	width: 700px;
	height: 650px;
	
	background-image: url(images/layout/bkg_test.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	
	position: relative;
	top: -16px;
}
#header
{
	width: 710px;
	height: 258px;
}
#myBody
{
	position: absolute;
	top: 25px;
	left: 70px;
	width: 380px;
	height: 555px;
	overflow: hidden;
	text-align: left;
}
#mySide
{
	position: absolute;
	top: 25px;
	right: 35px;
}
#myContact
{
	position: absolute;
	bottom: 45px;
	right: 39px;
}
#ratesTbl td
{
	font-size: 9px;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
.blackBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.myLink
{
	cursor: pointer;
}
.posABS
{
	position: absolute;
	z-index: 11;
}
.myClose
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	width: 25px;
}
.canvas
{
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.menuHack
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 710px;
	height: 258px;
	z-index: 99;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/
