body {
	background-image: url(images/bkgd_tile.gif);
	font-family: verdana, arial, sans-serif;
	padding: 10px 10px 10px 10px;
}

.mainText li {
	list-style-image: url(images/bullet.gif);
}

.mainText {
	padding-right: 25px;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
}

.red {
	color: #8c0000;
}

#background {
	width: 760px;
	background-color: #fff;
	color: #666;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -380px;
	min-height: 100%;
}

#background td {
	vertical-align: top;
}

#mainTitle {
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
}

h2, h3 {
	color: #ff7e4c;
	border-width: 2px 0px 2px 0px;
	border-style: dotted;
	border-color: #ff7e4c;
	font-family: verdana, arial, sans-serif;
	line-height: 30pt;
	font-weight: normal;
}

div.left {
	float: left;
}

a {
	text-decoration: none;
	color:#8c0000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #ff7e4c;
}

.center {
	width: 100%;
	text-align: center;
	vertical-align: center;
}

img {
	border: none;
}

#gallery div {
	border: 2px solid white;
	float: left;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 5px 3%;
	color: #666;
}

#openHours {
	border:1px solid #666;	
	text-align: center;
}

#openHours td{
	vertical-align:bottom;
	text-align:center;
	font-family: verdana, "arial", serif;
	padding: 0px 5px 0px 5px;
	font-size: 8pt;
	width: 760px;
	
}

img.floatright {
	float: right;
	margin: 0 0 10px 10px;
	border:0px;
}


img.left {
	float:left;
	width:213px;
	display:inline;
	padding: 10px 10px 10px 10px;
}

img.right {
	float:right;
	width:213px;
	display:inline;
	padding: 10px 10px 10px 10px;
}

#copyright {
	font-size: 0.7em;
	text-align: center;
}

#storeFront {
	float:right;
	width:240px;
	padding: 0px 0px 0px 10px;
}

#menu {
	width: 12.5em;
	float: left;
	text-align: left;
	border: none;
	padding: 0px 10px 0px 25px;
}

#menu ul.main {
	list-style: none;
	margin: 0;
	padding: 50px 0px 10px 25px;
	background-image: url(images/menuBackground.gif);
	background-repeat: no-repeat;
	background-position: -17px 5px;
	width: 12.5em;
	height: 350px;
}

#menu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 9em;
}

#menu a {
	text-align: left;
	font: 14px/20px verdana, tahoma, arial, helvetica, sans-serif;
	display: block;
	border-width: 2px 0px 0px 0px;
	border-style: dotted;
	border-color: #ff7e4c;
	margin: 0;
	padding: .2em .2em;
	color: #666;
	text-decoration: none;
	width: 8em;
}

#menu a.lastItem {
	border: clear-all;
	border-width: 2px 0px 2px 0px;
	border-style: dotted;
	border-color: #ff7e4c;
}

#menu a:hover {
	color: #fff;
	background: #000;
}

#menu li {
	position: relative;
}

#menu ul ul {
	padding: 10px 0px 10px 10px;
	background-image: none;
	height: auto;
	background-color: #f7e8c9;
	position: absolute;
	top: 0px;
	left: 85%;
	z-index: 500;
	display: none;
	width: 8em;
}


div#menu li:hover ul {
	display: block;
}


