@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_Home.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:30px;
	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:#FF3399;
}

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


#time{
	position:absolute;
	z-index:1;
	right: 31px;
	top: 45px;
	font-size:9px;
	color:#FF3399;
}

#address{
	position:absolute;
	z-index:1;
	left: 65px;
	top: 71px;
	font-size:9px;
	color:#FF3399;
}

#facebook{
	position:absolute;
	left:28px;
	top:520px;
	z-index:1;
}

#facebook a{
	font-size:11px;
	color:#999999;
	font-style:normal;
	text-decoration:none;
}

#facebook li{
	list-style:none;
}

#facebook a:hover{
	color:#333333;
}

#banner{
	position:absolute;
	top:560px;
	left:65px;
	z-index:1;
}

/*--------------------------------------------------------homepage---------------------------------------------------------------*/

#home_intro
{	
	top:100px;
	left:28px;
	position:absolute;
	width:400px;
	color:#CCCCCC;
	z-index:2;
	font-size:13px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
	
#welcome{
	display:none;
	position:absolute;
	top:0px;
	left:-300px;
	z-index:5;
}

#graphic{
	position:absolute;
	top:90px;
	left:410px;
	z-index:1;
}

#logo{
	position:absolute;
	top:100px;
	left:90px;
	z-index:1;
}

#bookbutton{
	position:absolute;
	top:90px;
	left:810px;
	width:200px;
	z-index:2;
}

#bookbutton a{
	font-size:14px;
	color:#FF3399;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#phone{
	position:absolute;
	top:0px;
	left:-22px;
	}