  /* //////////////////// */
 /*        RESET         */
/* //////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; color:#000; text-decoration:none; }

/* remember to define focus styles! */
:focus { outline:0; }
body { line-height:1; color:black; background:white; }
ol, ul { list-style:none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


  /* //////////////////// */
 /*         MINE         */
/* //////////////////// */

body
{
	font-family: Garamond;
	background: url(img/wood.jpg) #66b7e3 repeat -20% 100%;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#container
{
	position: relative;
	margin: 10px auto;
	width: 1070px;
	height: 750px;
	padding: 10px;
/* 	background: #e19242; */
	z-index: 50;
}


#logo
{	
	width: 238px;
	height: 50px;
	position: relative;
	display: block;
	font-size: 60px;
	font-weight: bold;
	padding: 8px 10px 12px 10px;
	margin: -5px 0 0 125px;
	background: #fff;
	float: left;
	border-top: 10px solid #e19242;
	border-left: 10px solid #e19242;
	border-right: 10px solid #e19242;
}

#display
{
	top: 0px;
	left: 0px;
	position: relative;
	width: 700px;
	height: 450px;
	float: left;
	background: #fff;
	padding: 15px 20px 15px 15px;
	border: 2px dashed #e19242;
	/* border-left: 10px solid #e19242; */
	overflow: hidden;
	z-index: 200;
}

#scroll
{
	position: relative;
	top: 0px;
	left: 0px;
}
#nav, #nav_info {
	font-family: Tahoma, sans-serif;
	line-height: 120%;
	box-shadow: 0px 14px 16px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 14px 16px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 14px 16px rgba(0,0,0,0.5);
}
#nav
{
	padding: 10px;
	float: left;
	background: #fff;
	width: 168px;
	border-top: 5px solid #e19242;
	border-bottom: 5px solid #e19242;
	border-right: 5px solid #e19242;
	z-index: 100;
}
#nav_info
{
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	border-left: 5px solid #e19242;
	background: #fff;
	width: 100px;
	border-top: 5px solid #e19242;
	border-bottom: 5px solid #e19242;
	z-index: 100;
	text-align: right;
}
#slide {
	width: 700px;
	height: 450px;
	overflow: hidden;
}
li.last
{
	margin: 0 0 10px 0;
}

/*
#nav ul li a:link, #nav ul li a:visited
{
	color: #000;
}
*/
#nav ul li a.toggled
{
	color: #666;
 	padding-left: 10px; 
}

#nav ul li.hidden
{
	display: none;
}

.item
{
	width: 700px;
	height: 450px;
	border: 2px solid #ccc;
	margin: 13px 15px;
	position: absolute;
}

#shadow
{
	position: relative;
	left: 40px;
	top: -50px;
	display: block;
	z-index: -1;
}

#party
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 50;
}
#party a
{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #999;
	display: none;
}

#ground
{
	position: absolute;
	bottom: -380px;
	background: url(img/ground_anim.gif) 15% 100% repeat-x;
	height: 380px;
	width: 100%;
	z-index: 1;
}

#cloud1
{
	position: absolute;
	top: 30px;
	left: -230px;
	background: url(img/cloud1.gif) no-repeat transparent;
	width: 630px;
	height: 130px;
	
}

#about
{
	background: url(img/about.gif) no-repeat transparent;
}
#contact p
{
	position: relative;
	top:80px;
	right: 0;
	background: #fff;
	padding: 3px 5px;
	line-height: 40px;
	font-size: 30px;
	margin-right: 20px;
	float: right;
	clear: right;
}
#contact .infoWindow
{
	position: static;
	background: transparent;
	font-size: 14px;
	line-height: 1;
	float: none;
	clear: none;
}
#contact .infoWindow a
{
	color: blue;
	text-decoration: underline;
	margin-bottom: 10px;
}

  /* //////////////////// */
 /*         GMAP         */
/* //////////////////// */

#theMap
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 450px;
	background: url(img/map.png) #999;
}





