body {
	background-image: url(../images/background.jpg);
	height: auto;
	width: auto;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 120px;
 list-style: none;
}


.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 123px;
}


.menulist li {
 position: relative;
 border: 1px solid #330;
 background: #FAA400;
 margin-bottom: 3px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}


.menulist a {
 display: block;
 padding: 3px;
 color: #000000;
 text-decoration: none;
}


.menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
background: #FBCB00;
    }
.menulist a.highlighted {
  background: #FBCB00;
}


.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D38B00;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.leftline {
	background-image: url(/images/vertirule.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightline {
	background-image: url(/images/vertirule.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#display {
	width: 635;
	height: 350;
	overflow:auto;
	position:fixed;
	border-width: 1px 1px 1px 1px;
	background-color:#FFF7E5;
}