* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #642A64;
	color: #776342;
}
a {
	color: #89724B;
}
.menubackcell {
	background-image: url(images/menu_mid.gif);
	background-repeat: repeat-y;
	padding-left: 13px;
}
.menubot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E1D5;
	font-size: 12px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	background-color: #F5F2EB;
	padding-top: 4px;
	padding-bottom: 4px;
}

#wrapper { 
 margin: 0 auto;
 width: 975px;
}
#header {
	color: #333;
	width: 955px;
	float: left;
	height: 117px;
	margin: 0px;
}
#navigation {
	float: left;
	width: 955px;
	height: 60px;
	color: #333;
	margin: 0px;
	background-color: #FFF;
}
#mainbanner {
	color: #333;
	width: 959px;
	float: left;
	height: 244px;
	margin: 0px;
}

#leftcolumn {
	color: #716850;
	margin: 0px;
	height: 236px;
	width: 292px;
	float: left;
	background-image: url(images/aboutback.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#midcolumn {
	float: left;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 316px;
	width: 238px;
	display: inline;
	background-color: #FFF;
}
#rightcolumn {
	float: left;
	color: #333;
	margin: 0px;
	height: 293px;
	width: 268px;
	display: inline;
	background-color: #FFF;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#footer {
	width: 856px;
	clear: both;
	color: #764B20;
	background-image: url(images/footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 15px;
	padding-left: 100px;
	padding-top: 7px;
	font-size: 12px;
}
#mainsubbanner {
	width: 615px;
	float: left;
	height: 62px;
	margin: 0px;
	background-image: url(images/sub-header.png);
	background-repeat: no-repeat;
	padding-left: 340px;
	padding-top: 12px;
}
#mainsub {
	color: #715E3E;
	width: 570px;
	float: left;
	margin: 0px;
	background-image: url(images/sub-main-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 85px;
	padding-top: 20px;
}

#mainsubside {
	color: #333;
	width: 249px;
	float: left;
	margin: 0px;
	background-image: url(images/sub-main-side.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1AE8F;
	text-align: center;
	padding-right: 50px;
}
h1 {
	font-size: 28px;
	letter-spacing: -1px;
	color: #632A63;
}
.price {
	font-size: 15px;
	font-weight: bold;
	color: #093;
}
h2 {
	font-size: 22px;
	letter-spacing: -1px;
	color: #632A63;
}
.menutop {
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
}
.menuimage {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
img {
	border-width: 0px;
}
object {
	text-align: left;
	float: left;
}
p {
	padding-bottom: 9px;
}
#help {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #90995F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #90995F;
	background-color: #F8F9F2;
	margin-right: 40px;
}
#help h3 {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;

}
