.outerFrame {
	position:relative;
	top:11px;
	width:733px;
	z-index:1;
	border:solid 1px black;
}

.menuFrame {
	position:absolute;
	width:100%;
	height:36px;
	z-index:2;
	background-color:#000000;
	filter:alpha(opacity=55);
	opacity: .55;
	-moz-opacity:.55;

}

.qCartFrame {
	position:absolute;
	height:30px;
	z-index:2;
	background-color:#BBAA99;
	filter: alpha(opacity=70);
	opacity: .70;
	-moz-opacity:.70;
	top:16px;
	left:340px;
	width:364px;
}

.qCartContentsFrame {
	position:absolute;
	height:30px;
	z-index:3;
	top:16px;
	left:340px;
	width:364px;
}

.homeMenu{

	top:508px;
	width:100%;
	left:0px;
}
	

.mainMenu{
	
	width:366px;
	top:85px;
	left:340px;
	
}
	

	
.home 
{
	background-image:url(../images/Home.jpg);
	height:544px;
}

.footerFrame 
{
	position:inherit;
	height:auto;
	width:800px;
	padding:10px;
}

.menu 
{
	width:100%;
	top:0px;
	left:0px;
	z-index:3;
	height:36px;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.menuItem
{
	width:33%;
	height:36px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	border:solid 1px black;
	
	color:white;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	cursor:pointer;
}

.menuBackHL
{
	background-color:#666666;
}

.headerDiv {
	border-bottom:solid 2px black;
	background-image:url(/images/HeaderTwo.jpg);
	width:733px;
	height:120px;
	overflow:hidden;
	background-repeat:no-repeat;
	position:relative;

}

.footerMenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#996666;
	text-decoration:none;

}

a.footerMenu:hover{

	color:#CC8888;
	text-decoration:underline;
}

.footerText {
	font-family:"Trebuchet MS", Trebuchet;
	font-size:11px;

}.itemName {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.itemCopy {
	font-family: "Trebuchet MS";
	font-size: 12px;

	color: #000000;
}

.qCartCopy {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration:none;
	color: #000000;
}

a.qCartCopy:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
		color: #000000;
	text-decoration:underline;
}