@charset "utf-8";
/* CSS Document */

/* let's declare some common styles */
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	/*background-image:url(../images/background1.JPG);*/
	background-color:#f1f1f1;
}

form {
	margin: 0;
}

img, table {
	border: 0;
}


/* now on to the more special styles */
#wrapper {
	width: 950px;
	margin: 0 auto;
	
}

#logo_time {
	width: 100%;
	background-color: #ffffff;
	color:000000;
}

#logo_time .logo {
	width: 580px;
	padding: 10px 0px 10px 15px;
	text-align: right;
}

#logo_time .localtime {
	width: 370px;
	padding: 0px 15px 10px 0px;
	text-align: right;
	vertical-align: top;
	color:000000;
}


/* styles for the top navigation bar */
#topnavi {
	text-align: center;
	padding: 7px 0px;
	background-color:#000000;
	background:url(../images/top-bg.jpg);
	color:#ffffff;

}

#topnavi a:link, #topnavi a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
}

#topnavi a:hover {
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}


/* style for the flash layer */
#flash_header {
	height: 370px;
}

/* styles for the Fastbooking Online Reservation Engine section */
#reservations {
	text-align: center;
	color: #000000;
	font-size:12px;
	
}

#reservations_table {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#reservations_table td {
	padding: 0px 3px;
	font-weight: bold;
}

#reservations_table input, #reservations_table select {
	font-family: Arial;
	font-size: 10px;
}

/* style for the main content area */
#main_area {
	width: 100%;
	background-image:url(../images/img_bg10.jpg);
}

/* styles that apply only to the home page */
#index {
	width: 100%;
	background-image:url(../images/img_bg10.jpg);
}

#index a:link, #index a:visited {
	color: #8b0000;
	font-weight: bold;
}

#index a:hover {
	color: #e57a4c;
	font-weight: bold;
	text-decoration: underline;
}

#index .highlights {
	width: 286px;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
	/*background-color:#fffbf0;*/
}

#index .highlights #border{
	padding: 15px;
	vertical-align: top;
	background-color:#ffffff;
	border: 1px solid #8b0000;
}

#index .highlights #border #data{
	border: 1px solid #8b0000;
}

#index #images img{
	float: right;
	padding: 0 3px;
	width: 85px;
	height: 65px;
}

#index h3 {
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0px 10px 0px;
	background-color:ffffff;
}

#index .mailinglist_title {
	border-top: 1px solid #dcc987;
	margin-top: 20px;
}

/* styles that apply to all the other sections */
#left {
	width: 220px;
	vertical-align: top;
	color: #FFFFFF;
	background-color:#FFFBF0;

}

#left h3 {
	/*background-image:url(../image/left_h3.jpg);*/
	/*background-color: #000000;*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #8b0000;
	padding: 0px 0px;
	margin: 0;
	border: 1px solid #8b0000;
}



#left .infobox {
	background-color: #ffffff;
	margin-bottom: 15px;
	border: 1px solid #8b0000;

}

#left .content {
	padding: 0px 15px 10px 15px;
	color:#000000;
}

#left a:link, #left a:visited {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

#left a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#right {
/*background-color:#FFFBF0;*/
	width: 730px;
	padding: 10px 15px;
	vertical-align: top;
	color: #000000;
}

#right h3 {
	color: #e57a4c;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

#right a:link, #right a:visited {
	color: #111111;
	font-weight: bold;
	text-decoration: underline;
}

#right a:hover {
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#sideimages {
	float: right;
	margin: 0px 0px 0px 10px;
}

#sideimages td {
	text-align: center;
	padding-bottom: 10px;
}

#properties {
	font-size: 13px;
}

/* styles for the address bar in index.php */
#footer_address {
	color: #ffffff;
	text-align: center;
	padding: 10px;
	background-color:#8b0000;
}

#footer_address a:link, #footer_address a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer_address a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#footer_address p {
	margin: 0;
}

/* styles for the footer */
#footer {
	padding: 5px 0px 20px 0px;
	text-align: center;
	color: #ffffff;
	/*background-image:url(../images/navi_bg.jpg);*/
		background-color:#8b0000;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}