body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDDA9E;
	background-color: #4E1306;
	text-align: left;
}
#header{
	margin: 0px;
	padding: 0px;
	height: 140px;
	background-color: #99250A;
}
#topleft{
	float: left;
	height: 140px;
	width: 220px;
	background-image: url('images/topleft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#topmain{
	float: left;
	height: 140px;
	width: 540px;
	background-image: url('images/topmain2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-color: #FFF;
/*	border-top: 1px solid #99250A;  Without this border page will not align top !?*/
}

#printTitle{
	display: none;
}
#printTel{
	display: none;
}
/*IE wont work without the border-bottom rule but with this Firefox ignores bottom margin setting so div titleMgn is used to provide spacing under title*/
#pgTitleHold{
	margin: 30px 10px 0px 10px;
	border-bottom: 1px solid #FFF;
}
#titleMgn{
	height: 10px;
	 clear: both;
}
#pgPrint{
	float: right;
	font-size: 70%;
	margin: 5px 20px 0 0;	
}
#pgPrint a{
	color: #99250A;
}
.page {
	background-image: url('images/bgleft.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #99250A;
}
#title{
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 170px;
	margin: 0 0 30px 0;
}
#tel{
	font-size: 110%;
	color: #FFF;
	font-family: Times New Roman, serif;
	text-align: center;
	margin: 20px 0 0 -25px;
}
#telNum{
	font-size: 110%;
	color: #FFF;
	font-family: Times New Roman, serif;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 -25px;
}
#fillImg{
	background-image: url();
	background-repeat: repeat-y;
	background-position: left top;
	margin: 50px 0 0 -25px;
}
#navigation {
	position: absolute;
	top: 140px;
	left: 28px;
	width: 180px;
}
#mainnav{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#mainnav li {
	width: 163px;
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
.miTop{
	height: 4px;
	width: 163px;
	background-position: left top;
	background-image: url('images/bgmitop.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.miMid{
	margin: 0;
	padding: 3px 0 3px 3px;
	background-image: url('images/bgmimid.jpg');
	background-repeat: repeat-y;
	width: 163px;
}
.miBot{
	background-image: url('images/bgmibot.jpg');
	background-repeat: no-repeat;
	height: 5px;
	width: 163px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#mainnav a:hover {
	color: #FDDA9E;
	font-weight: bold;
	padding: 0;
}
#mainnav a:hover .miMid{
	background-image: url('images/hvmimid.jpg');
	background-repeat: repeat;
}
#mainnav a:hover .miTop{
	background-image: url('images/bgmhvrtop.jpg');
	background-repeat: repeat;
}
#mainnav a:hover .miBot{
	background-image: url('images/bgmhvrbot.jpg');
	background-repeat: repeat;
}
#mnCurr{
	color: #FFFFFF;
	text-decoration: none;
}

/*
	background-color: #722100;
	background-image: url('images/bgmhover.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FDDA9E;

.topfade{
	background-image: url('images/topfade.gif');
	background-repeat: repeat;
	background-position: left top;
	height: 34px;
	width: 100%;
	clear: both;
	margin-left: 220px;
	bacground-color: transparent;
}
#botFade{
	background-image: url('images/botfade.gif');
	background-repeat: repeat-x;
	background-position: left top;
	height: 31px;
	width: 100%;
}
*/


.content{
	margin: 0 0 0 220px;
	clear: both;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
.bodyText {
	font-size: 80%;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 15px;
	text-decoration: none;
}
.bodyText a{
	color: blue;
	text-decoration: underline;
}
.bodyText a:hover{
	color: #B51032;
	text-decoration: underline;
}
.mainHead{
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
	margin: 0 0 12px 15px;
}
.subHead{
	font: normal 110% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
	margin-left: 15px;
}
.divHead {
	font-size: 80%;
	line-height: 160%;
	margin: 0 20px 0 15px;
	color: #000;
	font-weight: bold;
}
.clear{
	clear: both;
}
.imgLeft{
	float: left;
	margin: 2px 5px 2px 12px;
}

#pgTopFade{
	background-image: url('images/topfade.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #FFA716;
	height: 33px;
}


/*Menu page specific rules*/
.contMenu{
	margin: 0 0 0 0;
	padding-bottom: 6px;
	float: right;
	width: 540px;
	background-color: #FFF;
}
.mnSecHdHold{
	background-color: #99250A;
	background-image: url('images/bgftr.jpg');
	background-position: left top;
	height: 22px;
	margin: 0 10px 0 10px;
}
.mnSecHd{
	color: #FFF;
	font-size: 100%;
	margin: 0 10px 0 2px;
	padding: 2px 0 2px 6px;
	font-weight: normal;
	float: left;
}
.topBtn{
	float: right;
	margin: 2px 6px 0 0;
}
.itemLine{
	margin: 1% 0 0 0;
}
.itemName{
	color: #99250A;
	font-size: 70%;
	font-weight: bold;
}
.itemPrice{
	color: #99250A;
	font-size: 70%;
}
.itemDesc{
	color: #000;
	font-size: 70%;	
}
#menCol{
	float: left;
	width: 220px;
}
.menLeft{
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
}
.menRight{
	float: left;
	width: 250px;
	padding: 0 0 0 10px;
}
#menNav {
	position: absolute;
	top: 140px;
	left: 28px;
	width: 180px;
}
#subMen{
	list-style: none;
	padding: 0 0 0 10px;
	border: none;
	margin: 0;
	font-size: 100%;
}
#subMen li{
	font-size: 85%;
}
#subMen li a:hover{
	font-weight: normal;
}
.menTopFade{
	background-image: url('images/topfade.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #FFA716;
}
.mnPad{
	height: 0px;
	clear: both;
	background-color: #FFF;
}
/*End menu page specific rules*/

.topPg{
	text-align: left; 
	margin: 0 0 15px 15px;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}

.formRow{
	clear: both;
	text-align: left;
	padding: 1% 0 0 0;
}
.wearehere{
	color: red;
	font-weight: bold;
}
#foot {
	padding: 5px 5px 5px 20px;
	color: #FFF;
	background-color: #99250A;
	background-image: url('images/bgftr.jpg');
	background-position: left top;
}
#footTitle{
	font-size: 60%;
	color: #000;
	display: inline;
}
#footTel{
	font-size: 60%;
	color: #000;
	display: inline;
}
#footText{
	clear: both;
	font-size: 60%;
	color: #FFF;
}
#foot a:link, #foot a:visited, #foot a:active{
	color: #FFF;
	text-decoration: underline;
}
#foot a:hover{
	color: #FFF;
	text-decoration: underline;
}