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

/* ---------------------------------------------------global settings---------------------------------------------------------- */
body {
	font: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/1024x768_Services.jpg);
	background-repeat:repeat;
}

.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	position:relative;
}
.oneColFixCtr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
}

#nav{
	clear:both;
	float:left;
	width:850px;
	position:absolute;
	top:35px;
	left:128px;
	height:10px;
	z-index:2;
}

#nav_bar{
	position:absolute;
	top:50px;
	left:7px;
	z-index:1;
}

#nav ul {
	clear:left;
	float:left;
	width:850px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:25px;
	z-index:2;
	top: 22.5px;
}

#nav ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li a {
	float:left;
	margin:0 0 0 1px;
	padding:2px 28px;
	padding-left:22px;
	text-align:center;
	text-decoration:none;
	left:50px;
	font-weight:bold; 
	font-size:11px;
	color:#EB600C;
}

#nav ul li a:hover{
	color:#993300;
}

#address{
	position:absolute;
	left: 65px;
	top: 73px;
	top: 72px;
	font-size:9px;
	color:#EB600C;
}

/*--------------------------------------------------------forms table------------------------------------------------------*/

#gift_card{
	position:absolute;
	left: 17px;
	top: 80px;
}

#gift_card_p{
	position:absolute;
	z-index:1;
	left: 20px;
	top: 49px;
	width: 484px;
	font-size:12px;
	color:#999999;
}

#gift_card_p2{
	position:absolute;
	z-index:1;
	left: 20px;
	top: 60px;
	width: 430px;
	font-size:12px;
	color:#999999;
}


#table_layout_booking{
	position:absolute;
	z-index:1;
	left: 5px;
	top: 140px;
	width: 470px;
	height: 254px;
	font-size:12px;
	color:#FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mes{
	color:#FF0000;
}

.er{
	background-color:#66FFFF;
}

#select_form{
	position:absolute;
	width:444px;
	height:284px;
	z-index:1;
	top: 70px;
	left: 520px;
	font-size:12px;
	color:#FF6600;
	font: Verdana, Geneva, sans-serif;
	text-align: left;
}