/*BODY
*****************************************************************************************************/
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
body {
	background-image: url(../images/body/bg.png);
	background-repeat: repeat-x;
	color: #165a95;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #145a96;
	background-position: center top;
	font-weight:normal;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper {
	margin: 0;
	vertical-align: top;
	width: 100%;
}
p {
	color: #606e72;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:normal;
}
h1 {
	color: #df493e;
	font-family: "Trebuchet MS";
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
}
h2 {
	color: #328dff;
	font-family: "Trebuchet MS";
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	color: #145A96;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link, a:visited {
	color: #328dff;
}
a:hover, a:active {
	color: #df493e;
}
.bg_header_corner_left {
	background-image: url(../images/body/bg_header_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	display: block;
	float: right;
	margin-right:230px;
	height:20px;
	color:#88cee6;
}
	.header li {
		background: none;
		display: inline;
		margin: 0 0 0 10px;
		padding: 0;
	}
	.header li a {
		margin:0;
		padding:0;
		color: #88cee6;
		text-decoration: none;
		font-family: "Trebuchet MS";
		font-size: 11px;
		font-weight: normal;
	}
		.header li a:hover, .header li a:active {
			color: #ffffff;
		}
.bg_header_corner_right {
	background-image: url(../images/body/bg_header_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_header {
	background-image:url(../images/body/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.logo {
	margin: 0px 0 0 12px;
}
.bg_text_body {
	background: #fff url(../images/body/bg_text_area-small.png) repeat-y left top;
}
	.bg_text_body .gradient_bg {
		background: transparent url(../images/body/bg_text_area.png) no-repeat left top;
	}
.bg_text_body_corner {
	background-image:url(../images/body/bg_text_area_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}
DIV.separator {
	background-color:#eae9dc;
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin:10px 0 10px 0;
}
/*PHOTO
*****************************************************************************************************/
.photo {
	background:#439cff url(../images/body/loader.gif) no-repeat center center;
	height: 310px;
	font-family: "Trebuchet MS";
}
	.photo img {
		display: block;
	}
.photo_sm {
	background-image: url(../images/body/bg_sm_pic.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:205px;
	height:246px;
	margin-left:20px;
}
.smpics {
	width:185px;
	float:left;
	margin-bottom:20px;
}
/*MAIN MENU
*****************************************************************************************************/
.bg_main_menu {
	background-color:#fcc760;
}
ul#mainmenu {
	background: transparent url("../images/body/mainmenu-bg.png") left top;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS";
	width:230px;
}
ul#mainmenu li {
	background: none;
	height: 36px;
	margin: 0;
	padding:0;
	cursor:pointer;
	overflow:hidden;
	display: block;
}
ul#mainmenu li a {
	display: block;
	font-size: 13px;
	color: #414141;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 36px;
	height: 36px;
}
ul#mainmenu li a:hover, ul#mainmenu li a.active {
	color:#ffffff;
}
#check {
	background: transparent url("../images/body/button_check.png") no-repeat left top;
	border: 0px;
	cursor: pointer;
	height: 22px;
	width: 144px;
}
 #check:hover {
 	background-position: left -30px;
 }
/* TOPMENU
*****************************************************************************************************/
.top_menu_header {
	margin-bottom:35px;
	margin-right: 146px;
}
ul#topmenu {
	margin: 0 0 1px;
	padding:0;
	font-family: "Trebuchet MS";
	float:right;
}
ul#topmenu li {
	display: inline;
	float:left;
	margin-right:1px;
	overflow:hidden;
	background-image:none;
	padding: 0px;
}
ul#topmenu li a {
	background: transparent url("../images/body/topnavigation-sprites.png") no-repeat left top;
	font-size: 13px;
	color: #fff;
	display: block;
	float: left;
	text-decoration:none;
	text-transform: uppercase;
	height:25px;
}
ul#topmenu li a:hover {
	background-position: left -30px;
}
ul#topmenu li a.active {
	background-position: left -60px;
}
ul#topmenu li a em {
	background: transparent url("../images/body/topnavigation-sprites.png") no-repeat right top;
	cursor:pointer;
	display: block;
	font-style: normal;
	line-height: 25px;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
}
ul#topmenu li a:hover em {
	background-position: right -30px;
}
ul#topmenu li a.active em {
	background-position: right -60px;
}
/* SUBMENU
*****************************************************************************************************/
DIV.submenu {
	margin:0;
	padding:0;
	width:190px;
	margin-left:20px;
	background-image: url(../images/body/bg_sub_menu_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.submenu_up {
	margin:0;
	padding:0;
	width:190px;
	margin-left:20px;
	vertical-align: bottom;
}
.submenu_down {
	margin:0;
	padding:0;
	width:190px;
	margin:0 0 20px 20px;
	vertical-align: top;
}
div.submenu h3 {
	padding-top:5px;
}
div.submenu .menu_sub_h {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 15px;
	font-family: "Trebuchet MS";
	color: #df493e;
	text-decoration: none;
	padding-left:20px;
}
div.submenu a.menu_sub_h:hover, div.submenu a.menu_sub_h:active {
	color: #333333;
}
ul#submenu {
	margin:0;
	padding:0;
	float: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #145a96;
	text-decoration: underline;
	padding-left:10px;
	list-style-type: none;
}
ul#submenu li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #145a96;
	cursor:pointer;
	overflow:hidden;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0.8em 0.7em;
	background-image:url(../images/body/bullet_1.gif);
	padding-top: 2px;
	padding-bottom: 3px;
}
ul#submenu li a {
	color: #145a96;
}
ul#submenu li a:hover, ul#submenu li a.active {
	color:#333333;
}
/*FOOTER
*****************************************************************************************************/
.bg_footer {
	background-image: url(../images/body/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:54px;
}
.bg_footer_corner_left {
	background-image: url(../images/body/bg_footer_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_footer_corner_right {
	background-image: url(../images/body/bg_footer_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul#footermenu {
	float: left;
	margin:0;
	padding:0;
}
ul#footermenu li {
	margin:0;
	padding:0;
	background-image:none;
	list-style:none;
	list-style-image:none;
	float:left;
	padding-right:2em;
	padding-top:1.4em;
}
ul#footermenu li a {
	margin:0;
	padding:0;
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}
ul#footermenu li a:hover, ul#footermenu li a.active {
	color: #145a96;
}
.footer_text {
	margin:0;
	padding:0;
	color: #80c6e1;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}
a:link.footer_text, a:visited.footer_text {
	margin:0;
	padding:0;
	color: #80c6e1;
	text-decoration: underline;
	font-weight: normal;
}
a:hover.footer_text, a:active.footer_text {
	color: #ffffff;
}
/*RESERVATIONS
*****************************************************************************************************/
.bg_reservations {
	background: #fff url(../images/body/bg_reservations.png) no-repeat left top;
	height: 50px;
}
a:link.reservations {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	padding-top:5px;
	background-image: url(../images/body/button_check.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 144px;
	display: block;
	line-height:16px;
}
a:visited.reservations {
	color:#ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/body/button_check.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 144px;
	display: block;
	text-decoration: none;
	padding-top:5px;
}
a:hover.reservations, a:active.reservations {
	color:#ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/body/button_check_b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 144px;
	display: block;
	text-decoration: none;
	padding-top:5px;
}
/*FORMS
*****************************************************************************************************/
.form_main {
	font-family: Tahoma, Geneva, sans-serif;
	width:300px;
	font-size: 90%;
	margin-left:5px;
	color:#606e72;
}
.form_main_small {
	font-family: Tahoma, Geneva, sans-serif;
	width:10px;
	margin-left:5px;
	color:#606e72;
}
.form_main_half {
	font-family: Tahoma, Geneva, sans-serif;
	width:150px;
	margin-left:5px;
	color:#606e72;
}
.forms_fieldsnames {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.month {
	color: #776b46;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width:50px;
	height: 19px;
}
.day {
	color: #776b46;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width:45px;
	height: 19px;
}
.year {
	color: #776b46;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width:55px;
	height: 19px;
}
.number {
	color: #776b46;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	width:43px;
	height: 19px;
}
.formbutton {
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2a70b5;
	border: 1px solid #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left:1px;
	line-height:40px;
}
a.formbutton:link, a.formbutton:visited {
	color: #ffffff;
	background-color: #2a70b5;
}
a.formbutton:hover, a.formbutton:active {
	color: #ffffff;
	background-color: #fdb223;
}
.red {
	color: #900;
}

/*TABLE
*****************************************************************************************************/
.bg_table1 {
	background-color:#F0F0F0;
	line-height: 12px;
	font-weight:normal;
}
.bg_table2 {
	background-color:#F9F9F9;
	line-height: 12px;
	font-weight:normal;
}
.bg_table1 p {
	padding-left:12px;
	font-weight:normal;
}
.bg_table2 p {
	padding-left:12px;
	font-weight:normal;
}
.bg_table_header {
	background-color:#F0F0F0;
	line-height: 12px;
}
.bg_table_header p {
	font-size:11px;
	font-weight:normal;
}
.bg_table_a {
	background-color:#ffffff;
	line-height: 12px;
}
.bg_table_b {
	background-color:#F9F9F9;
	line-height: 12px;
}
.specials {
	width:160px;
	padding:10px 0 10px 20px;
	color: #145A96;
	margin:0;
}
.specials-new {
	color: #145A96;
	font-size:14px;
}
.date-pick2 {
	background: #fff url("../images/body/input-shadow.gif") repeat-x left top;
	border: 1px solid #eeeeee;
	border-top-color: #bebebe;
	color: #5e5e5e;
	font-size: 11px;
	font-family: "Trebuchet MS";
	margin: 0;
	padding:2px;
	width: 65px;
}

