body{
background: #DFD4B5;
margin: 0px;
padding: 0px;
}
li,a{
font-family: Tahoma;
font-size: 14px;
color: #2A2A2A;
}
li.news{
padding: 0px 10px 0px 0px;
}
p{
font-family: Tahoma;
font-size: 14px;
color: #2A2A2A;
margin: 0px;
padding: 10px 10px 0px 10px;
}
td.music{
font-family: Tahoma;
font-size: 14px;
color: #2A2A2A;
margin: 0px;
padding: 0px;
vertical-align:center;
}
img.gallery{
border: solid 1px #333333;
}
.bottomFrame{
font-family: Tahoma;
font-size: 14px;
color: #715F36;
margin: 0px;
text-align: top;
font-weight: bold;
}
td.form{
font-family: Tahoma;
font-size: 14px;
color: #2A2A2A;
margin: 0px;
padding: 3px;
vertical-align: top;
}
td.pricelist{
font-family: Tahoma;
font-size: 12px;
color: #2A2A2A;
margin: 0px;
padding: 1px;
vertical-align: top;
text-align: center;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
}
td.pricelistRes{
font-family: Tahoma;
font-size: 12px;
color: #2A2A2A;
margin: 0px;
padding: 1px;
vertical-align: top;
text-align: center;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
background: #CCCCCC;
}
td.pricelistResRed{
font-family: Tahoma;
font-size: 12px;
color: #FF0000;
margin: 0px;
padding: 1px;
vertical-align: top;
text-align: center;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
background: #CCCCCC;
}
td.pricelistTitle{
font-family: Tahoma;
font-size: 16px;
color: #2A2A2A;
font-weight: bold;
margin: 0px;
padding: 1px;
vertical-align: top;
text-align: center;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
background: #DFD4B5;
}

 .left{
padding: 3 0 10 10px;
}
h1{
color: #2A2A2A;
padding: 0 0 0 10px;
margin: 0px;
font-size: 24px;
}
h3{
color: #2A2A2A;
padding: 0 0 0 10px;
margin: 0px;
font-size: 20px;
}
.frame{
border: solid 5px #CDC4AA;
margin: 5px;
}

a:link, a:visited{
color: #9A8A65;
text-decoration: none;
}
a:hover{
color: #2A2A2A;
text-decoration: underline;
}
input.form,textarea.form {
	border: solid 1px #DFD4B5;
	font-size: 12px;		
	width: 557px;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 150px;
	top: 50px;
	left: 50px;
	background-color: #FFFFFF;
    border: 3px solid gray;
	padding: 10px;
}

#close {
	float: right;
}		
		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin: 0px;
            border-top: solid 0px #959595;
			width: 234px;
		}
		.vertical li a, .vertical li a:visited{
			display: block;
			width: 234px;
			text-decoration: none;
			height: 14px;
			padding: 7px 0px 6px 15px;
            text-decoration: none;
            border-bottom: solid 1px #959595;
		}
			.vertical li a.last{
            border-bottom: 0px;
		}
		
		.vertical li ul {
		width: 200px;
		border: solid 1px #959595;
		}
		.vertical li ul li a, .vertical li ul li a:visited{
			display: block;
			width: auto;
			text-decoration: none;
			height: 1.0em;
			padding: 5px;
            border-bottom: solid 1px #959595;
		}
		.submenu{
				background-image: url(../images/arrow.gif);
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
			z-index: -1000;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: 125px;
			padding: .1em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		text-align: right;
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		.mountainmenu li a{
          background-color: #2A2A2A;
           font: bold 12px Verdana, Helvetica, sans-serif;
           color: #F1F1F1;
		   border-color: #959595;
		}
		.mountainmenu li a:visited{
          background-color: #2A2A2A;
           font: bold 12px Verdana, Helvetica, sans-serif;
           color: #F1F1F1;
		   border-color: #959595;
		}		
		.mountainmenu li a:hover{
			background-color: black;
			color: white;
		   border-color: #959595;
			text-decoration: none;
		}
		.mountainmenu ul{
			border-color: black;
		}

