/* #################################################################*/
/* DIV LAYERS FOR MAIN SETUP
/* #################################################################*/
DIV.header {
	width: 780px;
	height: 190px;
	position: absolute;
	top : 0px;
	left: 0px;
	z-index: 1;
}


DIV.menu_left {
	width: 190px;
	height: 395px;
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 1;
	overflow: auto;
}

DIV.right_subcontent {
	width: 590px;
	height: 388px;
	position: absolute;
	top : 190px;
	left: 190px;
	z-index: 1;
}

DIV.menu_subcontent {
	width: 576px;
	height: 224px;
	position: absolute;
	top : 350px;
	left: 199px;
	z-index: 2;
}

DIV.footer {
	width: 780px;
	height: 22px;
	position: absolute;
	top : 578px;
	left: 0px;
	z-index: 1;
}

DIV.page_title_image {
	position: absolute;
	top : 203px;
	left: 197px;
	z-index: 2;
}

DIV.menu_title_image {
	position: absolute;
	top : 216px;
	left: 15px;
	z-index: 2;
}

DIV.menu_content {
	position: absolute;
	top : 245px;
	left: 18px;
	/*width: 150px;*/
	/*height: 300px;*/
	padding: 3px 3px 3px 3px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	font-weight: bold;
	/*overflow: visible;*/
}

DIV.page_text {
	position: absolute;
	top : 240px;
	left: 230px;
	width: 530px;
	height: 95px;
	padding: 3px 3px 3px 3px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	overflow: auto;
}

DIV.page_fullcontent {
	position: absolute;
	top : 240px;
	left: 230px;
	width: 530px;
	height: 300px;
	padding: 3px 3px 3px 3px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	overflow: auto;
}

DIV.page_cocktails {
	position: absolute;
	top : 240px;
	left: 230px;
	width: 285px;
	height: 300px;
	padding: 3px 3px 3px 3px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	overflow: auto;
}

DIV.page_cocktails_image {
	position: absolute;
	top : 240px;
	left: 535px;
	z-index: 3;
}

DIV.book_left {
	position: absolute;
	top : 360px;
	left: 205px;
	width: 170px;
	height: 190px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	overflow: auto;
}

DIV.book_right {
	position: absolute;
	top : 360px;
	left: 408px;
	width: 345px;
	height: 190px;
	z-index: 3;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
	overflow: visible;
}


DIV.main_navigation {
	position: absolute;
	top : 168px;
	left: 430px;
	z-index: 2;
}

DIV.copyright_text {
	position: absolute;
	top : 580px;
	left: 490px;
	z-index: 2;
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
}



/**********************************************************************************
// text definitions
**********************************************************************************/


A {     
	font-family: Verdana;
	font-size: 11px;
   Color : #CEC009; /* SKIN COLOR - LINK COLOUR */
	font-weight: bold;
	text-decoration : none;
}

A:hover {
	font-family: Verdana;
	font-size: 11px;
	Color: #FFFFFF; /* SKIN COLOR - LINK HOVER COLOUR */
	font-weight: bold;
	text-decoration: none;
}


.texttmp {
	font-family: Verdana;
	font-size: 11px;
	color: #4F4F4F;
	
}

.textitems {
	font-family: Verdana;
	font-size: 14px;
	color: #4F4F4F;
	font-weight: bold;
	
}

.texttitle {
	font-family: Verdana;
	font-size: 18px;
	color: #4F4F4F;
	font-weight: bold;
	
}

.header_red {
	font-family: Verdana;
	font-size: 14px;
	color: #88121C;
	font-weight: bold;
	
}






/**********************************************************************************
// element definitions
**********************************************************************************/




body {
	scrollbar-3d-light-color : Silver;
	scrollbar-arrow-color : #88121;
	scrollbar-base-color : #88121; 
	scrollbar-dark-shadow-color :
	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : Silver;
	scrollbar-highlight-color : Silver;
	background-color: #88121C;
}






