/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
#marblebackground {
	background-image: url(images/background1.jpg);
	background-repeat: repeat;
	}
	
#woodbackground {
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	}

#tilebackground {
	background-image: url(images/background3.jpg);
	background-repeat: repeat;
	}

div {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
a {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}
	
#coaster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 330px;
	background-repeat: no-repeat;
	z-index: 2;
	}
	
a#about {
	display: block;
	position: absolute;
	top: 0px;
	left: 185px;
	width: 55px;
	height: 25px;
	background-image: url(images/nav/about.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}
	
a#about:hover {
	background-image: url(images/linknav/abouta.jpg);
	background-repeat: no-repeat;
	}

a#menu {
	display: block;
	position: absolute;
	top: 30px;
	left: 195px;
	width: 45px; 
	height: 25px;
	background-image: url(images/nav/menu.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}

a#menu:hover {
	background-image: url(images/linknav/menua.jpg);
	background-repeat: no-repeat;
	}

a#parties {
	display: block;
	position: absolute;
	top: 60px;
	left: 210px;
	width: 50px;
	height: 25px;
	background-image: url(images/nav/parties.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}

a#parties:hover {
	background-image: url(images/linknav/partiesa.jpg);
	background-repeat: no-repeat;
	}

a#poker {
	display: block;
	position: absolute;
	top: 95px;
	left: 215px;
	width: 45px;
	height: 20px;
	background-image: url(images/nav/poker.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}

a#poker:hover {
	background-image: url(images/linknav/pokera.jpg);
	background-repeat: no-repeat;
	}

a#pics {
	display: block;
	position: absolute;
	top: 125px;
	left: 220px;
	width: 40px;
	height: 23px;
	background-image: url(images/nav/pics.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}

a#pics:hover {
	background-image: url(images/linknav/picsa.jpg);
	background-repeat: no-repeat;
	}

a#map {
	display: block;
	position: absolute;
	top: 160px;
	left: 230px;
	width: 40px;
	height: 20px;
	background-image: url(images/nav/map.jpg);
	background-repeat: no-repeat;
	z-index: 3;
	}
	
a#map:hover {
	background-image: url(images/linknav/mapa.jpg);
	background-repeat: no-repeat;
	}

a#calendar {
	display: block;
	position: absolute;
	top: 185px;
	left: 235px;
	width: 80px;
	height: 25px;
	background-image: url(images/nav/calendar.jpg);
	background-repeat: no-repeat;
	z-index: 6;
	}

a#calendar:hover {
	background-image: url(images/linknav/calendara.jpg);
	background-repeat: no-repeat;
	}

a#van {
	display: block;
	position: absolute;
	top: 210px;
	left: 250px;
	width: 85px;
	height: 55px;
	background-image: url(images/nav/van.jpg);
	background-repeat: no-repeat;
	z-index: 6;
	}
	
a#van:hover {
	background-image: url(images/linknav/vana.jpg);
	background-repeat: no-repeat;
	}

a#contact {
	display: block;
	position: absolute;
	top: 245px;
	left: 250px;
	width: 70px;
	height: 30px;
	background-image: url(images/nav/contact.jpg);
	background-repeat: no-repeat;
	z-index: 6;
	}

a#contact:hover {
	background-image: url(images/linknav/contacta.jpg);
	background-repeat: no-repeat;
	}
	
#matchbook {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 190px;
	height: 245px;
	background-repeat: no-repeat;
	z-index: 4;
	}

#glass {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 265px;
	height: 245px;
	background-repeat: no-repeat;
	z-index: 4;
	}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 800px;
	background-repeat: no-repeat;
	z-index: 4;
	}	
#image {
	position: absolute;
	top: 0px;
	left: 540px;
	width: 260px;
	height: 375px;
	background-repeat: no-repeat;
	z-index: 2;
	}

#aboutnap {
	position: absolute;
	top: 235px;
	left: 190px;
	width: 455px;
	height: 475px;
	background-repeat: no-repeat;
	z-index: 3;
	}

h3#contentheader {
	position: absolute;
	top: 285px;
	left: 265px;
	width: 300px;
	height: 20px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 18px;
	color: #575757;
	text-align: right;
	vertical-align: top;
	z-index: 4;
	}	

#content {
	position: absolute;
	top: 325px;
	left: 265px;
	width: 320px;
	padding-right: 5px;
	height: 265px;
	overflow: auto;
	z-index: 4;
	}

#content table{
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	}

#content table tr {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#content table tr td {
	vertical-align: top;
	}

#content table tr td a {
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #790909;
	}

#content table tr td a:hover {
	color: #003399;
	}

#content h3 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #575757;
	text-align: right;
	}
#content h4 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 150%;
	}
	
#content p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
#content ul {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	}
#content ul li a{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #790909;
	}
#content ul li a:hover {
	color: #003399;
	}

#content a {
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #790909;
	}
#content a:hover {
	color: #003399;
	}

#menucheck {
	position: absolute;
	top: 130px;
	left: 275px;
	width: 325px;
	height: 520px;
	background-repeat: no-repeat;
	z-index: 5;
	}

#menubodycopy {
	width: 240px;
	height: 255px;
	position: absolute;
	top: 285px;
	left: 315px;
	overflow: auto;
	line-height: 150%;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: "Comic Sans MS", Geneva, Myriad, Arial, sans-serif;
	z-index: 6;
}

#menubodycopy h3 {
	font-family: "Comic Sans MS", Myriad, Arial, sans-serif;
	font-size: 20px;
	text-align: right;
	color: #575757;
	}

#menubodycopy ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-bottom: 5px;
	font-size: 13px;
}

#menubodycopy ul li a{
	text-decoration: none;
	color: #8f0618;
}

#menubodycopy ul li a:hover {
	color: #8f0618;
}

#menubodycopy p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 13px;
}

#menubodycopy p a {
	text-decoration: none;
	color: #8f0618;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#menubodycopy p a:hover {
	color: #8f0618;
}


#menubodycopy table tr td {
	font-size: 11px;
	color: #313671;
	padding-top: 15px;
	padding-right: 5px;
	font-size: 11px;
	vertical-align: top;

}
#menubodycopy table tr td.soup{
	padding-top: 0px;
	padding-bottom: 0px;
}
#menubodycopy table tr td.soupprice{
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menubodycopy table tr td.price{
	text-align: right;
}

#menubodycopy table tr td.description {
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #444444;
	
}

.header {
	font-size: 16px;
	padding-top: 5px;
}
.description {
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #444444;
}
.sandescription {
	font-size: 10px;
	padding-top:5px;
	padding-bottom: 0px;
	color: #313671;
}
.sandescription a {
	text-decoration: none;
	color: #8f0618;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

.sandescription a:hover {
	color: #8f0618;
}


#partynap {
	position: absolute;
	top: 210px;
	left: 185px;
	width: 455px;
	height: 465px;
	background-repeat: no-repeat;
	z-index: 3;
	} 

#pokerimage {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 305px;
	height: 280px;
	background-repeat: no-repeat;
	z-index: 5;
	}

#pokercard {
	position: absolute;
	top: 293px;
	left: 595px;
	width: 205px;
	height: 305px;
	background-repeat: no-repeat;
	z-index: 5;
	}

#pokernap {
	position: absolute;
	top: 205px;
	left: 180px;
	width: 455px;
	height: 395px;
	background-repeat: no-repeat;
	z-index: 4;
	}


#cal{
	position: absolute;
	top: 275px;
	left: 255px;
	width: 600px;
	overflow: visible;
	background-color: #fff;
	z-index: 10;
	font-family: arial, Helvetica, sans-serif;
	}
	
#cal table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin: none;
}

#cal caption, #cal th {
	background-color: #000;
	color: #fff;
	font-weight: normal;
	padding: 3px;
}

#cal caption {
	font-size: 17px;
}

#cal th {
	font-size: 13px;
	width: 100px;
}

#cal td {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	height: 60px;
	width: 90px;
	border: 1px solid #005;
	padding: 5px;
}

#cal td.mwf {
	background-color: #88d4d4;
}

#cal td#today {
	background-color: #ffdea7;
}

#cal td.past, #cal td.past a {
	color: #bbb;
	font-style: italic;
}


#cal td a {
	display: block;
	margin-top: 5px;
	color: #800;
	text-decoration: underline;
	text-align: right;
}

#vancard {
	position: absolute;
	top: 350px;
	left: 590px;
	width: 200px;
	height: 260px;
	background-repeat: no-repeat;
	z-index: 4;
	}

#vannap {
	position: absolute;
	top: 215px;
	left: 210px;
	width: 450px;
	height: 385px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#plaque {
	position: absolute;
	top: 440px;
	left: 240px;
	width: 555px;
	height: 140px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#backarrow {
	position: absolute;
	top: 485px;
	left: 257px;
	width: 130px;
	height: 40px;
	background-repeat: no-repeat; 
	z-index: 5;
	}
	
a#back {
	display: block;
	position: absolute;
	top: 485px;
	left: 257px;
	width: 130px;
	height: 40px;
	background-image: url(images/gallery/backarrow.jpg);
	background-repeat: no-repeat; 
	z-index: 5;
	}

a#back:hover {
	background-image: url(images/gallery/backarrowa.jpg);
	background-repeat: no-repeat;
	}

#nextarrow {
	position: absolute;
	top: 485px;
	left: 645px;
	width: 130px;
	height: 40px;
	background-repeat: no-repeat;
	z-index: 5;
	}

a#next {
	display: block;
	position: absolute;
	top: 485px;
	left: 645px;
	width: 130px;
	height: 40px;
	background-image: url(images/gallery/nextarrow.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	}

a#next:hover {
	background-image: url(images/gallery/nextarrowa.jpg);
	background-repeat: no-repeat;
	}

a#tohome {
	display: block;
	position: absolute;
	top: 540px;
	left: 520px;
	width: 115px;
	height: 25px;
	background-image: url(images/gallery/pichome.jpg);
	background-repeat: no-repeat;
	z-index: 5; 
	}

a#tohome:hover {
	background-image: url(images/gallery/pichomea.jpg);
	background-repeat: no-repeat;
	}

#image1 {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 330px;
	height: 235px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#image2 {
	position: absolute;
	top: 105px;
	left: 505px;
	width: 235px;
	height: 320px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#image3 {
	position: absolute;
	top: 4px;
	left: 160px;
	width: 325px;
	height: 230px;
	background-repeat: no-repeat;
	z-index: 2;
	}

#image4 {
	position: absolute;
	top: 115px;
	left: 545px;
	width: 240px;
	height: 325px;
	background-repeat: no-repeat;
	z-index: 2;
	}

#image5 {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 297px;
	height: 355px;
	background-repeat: no-repeat;
	z-index: 2;
	}

#image6 {
	position: absolute;
	top: 15px;
	left: 245px;
	width: 320px;
	height: 227px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#image7 {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 320px;
	height: 230px;
	background-repeat: no-repeat;
	z-index: 4;
	}

#image8 {
	position: absolute;
	top: 90px;
	left: 535px;
	width: 235px;
	height: 330px;
	background-repeat: no-repeat;
	z-index: 3;
	}

#image9 {
	position: absolute;
	top: 0px;
	left: 185px;
	width: 320px;
	height: 227px;
	background-repeat: no-repeat;
	z-index: 2;
	} 

#googlemap {
	position: absolute;
	top: 240px;
	left: 280px;
	width: 450px;
	height: 350px;
	background-repeat: no-repeat;
	z-index: 10;
	}

	


	
