/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  background: #FFF url(bg2.png) top left;
  background-attachment:fixed;
  margin: 0 0 0 0;
  margin-left: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #FFF;
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

sup, sub {
  color: #FC0;
}

/***************************************************
   User-Defined Styles
 ***************************************************/
#main {
	vertical-align:middle;
	position:relative;
	margin: 0 0 0 0;
    margin-left: 0px;
	top: 0px;
	left: 0px;
}

#mainie6 {
	height: 1%;
}


#lpanel {
  width: 200px;
  height: 500px;
  background: #2D8DB7;
  /*margin: 100px 0 0 100px;*/
  border: 20px solid #FFF;
  position: absolute;
  top: 100px;
  left: 100px;
}

#banner {
  margin: 0px;
  padding: 0px;
/*  background: #666 url(blue.png)*/;
  background: #666;
  width: 200px;
  height: 200px;
}

#nt1 {
  background: #4BA32D;
  width: 200px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #FFF;
  border-style: solid;
}

#nt2 {
  background: #4BA32D;
  width: 200px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-style: solid;
}

#nav {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: bold;
  z-index: 10;
  height:181px;
}

#header {
  font-size: 20px;
  font-weight: bold;
  color: #2D8DB7;
  width: 500px;
  position: absolute;
  top: 60px;
  left: 380px;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-style: solid;
}

#content {
  color: #FFF;
  position: absolute;
  width: 475px;
  top: 150px;
  left: 380px;
  padding: 50px;
  vertical-align:middle;
}

#insidecontent {
  /*height: 350px;*/
}

#footer {
  color: #000;
  background: #FFF;
  padding: 20px;
  margin: 20px 0 0 0;
  text-align: center;
  position:absolute;
  top: 620px;
  left: 420px;
  width: 425px;
}

#footer a {
  color: #666;
  border: 0px;
  border-bottom: 1px solid #666;
  border-style: solid;
}

#footer a:hover {
  color: #000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
    height:30px;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
	}
	
ul li {
	position: relative;
	height:30px;
	vertical-align:middle;
	}
	
li ul {
	position: absolute;
    height:30px;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	vertical-align:middle;
	z-index: 2
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #2D8DB7; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #FFF; /* IE6 Bug */
	border-style: solid;
	border-bottom: 0;
	vertical-align:middle;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height:1em; z-index: 10; }
* html ul li a { height:1em; z-index: 10; }
* html li:hover ul { display: block; z-index: 10; } /* The magic */
* html li.over ul { display: block; z-index: 10; } /* The magic */
/* End */

li:hover ul, li.over ul { display: block; z-index: 10; } /* The magic */
a:hover { color: #4BA32D; background-color: #FFF; z-index: 10; }

.hidden {
	display:none;
}

.insidelist h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size: 15px;
	text-transform:none;
	color: #FFF;
	margin-bottom: 10px;
}

.insidelist a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	vertical-align:middle;
	margin: 10px;
}

.map {
  text-align:left;
}

.insidelist a:hover { color: #4BA32D; background-color: #FFF; }

.description {
	vertical-align:middle;
}

.description h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 25px;
	text-transform:none;
	color: #FFF;
	margin-bottom: 20px;
}

.description div {
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-style:normal;
	font-size: 15px;
/*	font-weight:bold;*/
	line-height: 28px;
	color: #FFF;
	z-index: 1;
}

.discounts {
	vertical-align:middle;
}

.discounts h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 25px;
	text-transform:none;
	color: #FFF;
	margin-bottom: 10px;
}

.discounts div {
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-style:normal;
	font-size: 12px;
/*	font-weight:bold;*/
	line-height: 22px;
	color: #FFF;
	z-index: 1;
/*	margin-bottom: 5px;*/
}

.prices h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 20px;
	text-transform:uppercase;
	color: #FFF;
	margin-bottom: 5px;
}

.prices div h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
	color: #FFF;
	margin-bottom: 1px;
	margin-top: 3px;
}

.prices div div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-weight:bold;*/
	font-size: 11px;
	text-transform:none;
	color: #FFF;
}

