/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #3b2306;
	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/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

a:link { color: #f8d879; text-decoration: underline; }
a:visited { color: #f8d879; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

#wrap { margin: 0 auto; width: 800px; height:100%; }


/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 800px; 
	height: 150px; 
	margin: 0 auto; 
	position: relative; 
	text-align: center;
}

#allnav {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav_1 {
    width: 700px; height: 36px;
    background: url(images/nav_1.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav_2 {
    width: 700px; height: 23px;
    background: url(images/nav_2.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav_1 li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav_1 li a { height: 0px; display: block; padding-top: 36px; overflow: hidden; }

#nav_2 li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav_2 li a { height: 0px; display: block; padding-top: 23px; overflow: hidden; }

#nav1 { left: 100px; width: 70px; }
#nav2 { left: 170px; width: 140px; }
#nav3 { left: 310px; width: 75px; }
#nav4 { left: 385px; width: 65px; }
#nav5 { left: 450px; width: 145px; }

#nav6 { left: 185px; width: 55px; }
#nav7 { left: 240px; width: 60px; }
#nav8 { left: 300px; width: 80px; }
#nav9 { left: 380px; width: 135px; }

#nav1 a:hover { background: transparent url(images/nav_1.gif) -100px -36px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav_1.gif) -170px -36px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav_1.gif) -310px -36px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav_1.gif) -385px -36px no-repeat; }
#nav5 a:hover { background: transparent url(images/nav_1.gif) -450px -36px no-repeat; }

#nav6 a:hover { background: transparent url(images/nav_2.gif) -185px -23px no-repeat; }
#nav7 a:hover { background: transparent url(images/nav_2.gif) -240px -23px no-repeat; }
#nav8 a:hover { background: transparent url(images/nav_2.gif) -300px -23px no-repeat; }
#nav9 a:hover { background: transparent url(images/nav_2.gif) -380px -23px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav_1.gif) -100px -72px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav_1.gif) -170px -72px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav_1.gif) -310px -72px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav_1.gif) -385px -72px no-repeat; }
#nav5 a.selected { background: transparent url(images/nav_1.gif) -450px -72px no-repeat; }

#nav6 a.selected { background: transparent url(images/nav_2.gif) -185px -46px no-repeat; }
#nav7 a.selected { background: transparent url(images/nav_2.gif) -240px -46px no-repeat; }
#nav8 a.selected { background: transparent url(images/nav_2.gif) -300px -46px no-repeat; }
#nav9 a.selected { background: transparent url(images/nav_2.gif) -380px -46px no-repeat; }



/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 800px;
	padding: 0px;
	margin-top: 50px;
	text-align: center;
}

#aboutContent {
	width: 800px;
	padding: 0px;
	margin-top: 50px;
	text-align: left;
}

#mainContent p {
  line-height: 1.7em;
}

#left {
	width: 700px;
	padding-left: 50px;
	text-align: left;
}

.yellow { color: #f8d879; }
.orange { color: #f37421; }

#mainDivider .column {
  position: relative;
  float: left;
}

#cl_left {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#cl_midleft {
  width: 230px;
  padding: 0px;
  margin: 0 0 0 20px;
  line-height: 1.7em;
  text-align: left;
}

#cl_midright {
  width: 230px;
  padding: 0px;
  margin: 0 0 0 20px;
  line-height: 1.7em;
  text-align: left;
}

#cl_right {
  width: 190px;
  padding: 0px;
  margin: 0 0 0 10px;
  line-height: 1.7em;
  text-align: left;
}

#sp_left {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

h1 {
  font-size: 14px;
  color: #f8d879;
}

#sp_right {
  width: 450px;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 1.7em;
  text-align: left;
}

#g_left {
  width: 193px;
  padding: 0px;
  margin: 0 0 0 40px;
  line-height: 1.7em;
  text-align: left;
}

#g_right {
  width: 507px;
  padding: 0px;
  margin: 0 0 0 30px;
  line-height: 1.7em;
  text-align: left;
}

#grandopening {
	float: right;
	width: 250px;
}