/* ------------------------------------
GENERAL CSS
------------------------------------ */
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
body{
	font-family: Arial;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	color: #333333;
}
h1{
	font-family: Arial;
	font-size: 20px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ------------------------------------
PAGE BLOCK DIVS
------------------------------------ */
#BLOCK-pagecontainer{
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #333333;
}
#BLOCK-header{
	background-image: url(/images/header/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#BLOCK-content{
	background-image: url(/images/general/content-bg.png);
	background-repeat: repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#BLOCK-footer{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}


/* ------------------------------------
MAIN MENU
------------------------------------ */
.MENU-bg{
	background-image: url(/images/header/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
.MENU-text{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}
.MENU-text a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.MENU-text a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.MENU-text a:hover{
	color: #333333;
	text-decoration: none;
}


/* ------------------------------------
HOME PAGE
------------------------------------ */
.HOME-td-left{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.HOME-td-right{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.HOME-BOOKING-bg{
	background-image: url(/images/general/booking-bg.png);
	background-repeat: no-repeat;
	height: 170px;
}
.HOME-BOOKING-content{
	width: 300px;
	top: 40px;
	position: relative;
	left: 100px;
}


/* ------------------------------------
FOOTER
------------------------------------ */
#BLOCK-footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#BLOCK-footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#BLOCK-footer a:hover{
	color: #FFCC00;
	text-decoration: none;
}


/* ------------------------------------
FORMS
------------------------------------ */
.FORM-textfield{
	font-family: Verdana;
	font-size: 16px;
	height: 26px;
	background-color: #ebebeb;
	border: 1px solid #666666;
	padding-top: 6px;
}
.FORM-textarea{
	font-family: Verdana;
	font-size: 14px;
	background-color: #ebebeb;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.FORM-button{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009900;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 2px solid #006600;
}
.FORM-td-text{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	background-color: #ebebeb;
	font-weight: bold;
	color: #333333;
}
.FORM-td-text2{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.FORM-td-textreq{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/general/reqfield.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.FORM-statusmsg-error{
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px;
}