/* Start CSS */
.menu {
	position: relative;
	display: block;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	color: #5B2D0D;
	}
.menu li {
	list-style-image: url(../images/star_bullet2.gif);
	list-style-position : outside;
	color: #5B2D0D;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
	}
.sub {
	color: #a0522d;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	}
.desc {
	color: #000000;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	}
.item,.menu  .price {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	height: 16px;
	width: auto;
	line-height:16px;
	vertical-align: bottom;
	background: #fff;
	}
.item {
	font-style: italic;
	float: left;
	color: #400000;

	}
.price {
	float: right;
	color: #a0522d;
	}
.dotline {
	margin-top: 4px;
	height: 16px;
	width: auto;
	background: url(../images/dotline2.gif) repeat-x;
	}
.mfooter {
	font: bold 14px Trebuchet,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffd700;
	}
#hometop img {
	margin-bottom: 10px;
	border-top: 1px solid #8b4513;
	border-right: 1px solid #d2b48c;
	border-bottom: 1px solid #d2b48c;
	border-left: 1px solid #a0522d;
	}	
.floatleft {
	position: relative;
	float: left;
	}
.floatleft img {
	border: 1px solid #FFE88C;
	margin: 0px 0px 10px 10px;
	}
.floatright {
	position: relative;
	float: right;
	}
.floatright img {
	border: 1px solid #FFE88C;
	margin: 0px 10px 10px 0px;
	}
H5{
	margin-bottom: 10px;
	border-top: 1px solid #8b4513;
	border-right: 1px solid #8b4513;
	border-bottom: 1px solid #8b4513;
	border-left: 1px solid #8b4513;
	font-size:16px;
}
/* End CSS */