body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-color:#fff4db;
	
}

#WmManagerPopUp1_managerPopupPanel,#Header_WmManagerPopUp1_managerPopupPanel{
		z-index: 10; 
		margin-left: -150px; 
		width: 300px; 
		font-size:12px; 
		font-family: arial;
		background-color:white; 
		position: absolute; 
		top: 0px; 
		left: 50%; 
		text-align: center;
		filter: alpha(opacity=80); 
		-moz-opacity: .80;
		opacity: .80;
		border:1 solid navy;
	}
#mainDiv{
	position:absolute;
	min-height:100%;
	top:0px;
	width:900px;
	left:50%;
	margin-left:-450px;
	background-image:url(/mu/images/filler.jpg);
	background-position:center;
	background-repeat:repeat-y;
	z-index:2;
}
#artImage{
	position:absolute;
	bottom:0px;
	left:0px;
	width:900px;
	height:410px;
	z-index:1;
}
#contentDiv{
	position:relative;
	width:800px;
	margin-left:20px;
	margin-right:25px;
	margin-bottom:50px;
	z-index:3;
}
#menuDiv{
	position:relative;
	z-index:3;
	width:900px;
	background-image:url(/mu/images/header.jpg);
	background-repeat:no-repeat;
	height:130px;

}

#mainTabel{
	width:800px;
}

#catIndexCell{
	width:250px;
	font-size:13px;
}

#contentCell{
	font-size:14px;
	
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:  url(/manager/images/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:  url(/manager/images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: hand !important;
	cursor: pointer !important;
	padding-left:15px;
	font-family:Arial Narrow, Arial;
}

#menuItemDiv{
	position:absolute;
	top:92px;
	width:900px;
	
	z-index:4;
}


#welcomeLink{
	position:absolute;
	left:57px;
	width:58px;
	height:25px;
	
}


#agendaLink{
	position:absolute;
	left:127px;
	width:99px;
	height:25px;
}


#opruimingLink{
	position:absolute;
	left:423px;
	width:81px;
	height:25px;
}

#newLink{
	position:absolute;
	left:515px;
	width:136px;
	height:25px;
}


#workshopLink{
	position:absolute;
	left:240px;
	width:78px;
	height:25px;
}


#infoLink{
	position:absolute;
	left:332px;
	width:79px;
	height:25px;
}


#cartLink{
	position:absolute;
	left:663px;
	width:100px;
	height:25px;
}


#contactLink{
	position:absolute;
	left:773px;
	width:59px;
	height:25px;
}

a:active,a:visited,a:link{
	text-decoration:none;
	color:#A20204;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}	
h1,h2,h3,h4,p{
	padding:0px;
	margin:0px;
}
h1{
	font-size:28px;
}

h1,h2,h3,h4{
	color:#A20204;
	padding-bottom:12px;
	font-weight:normal;
	line-height:normal;
}
.itemCell{
	width:250px;
	text-align:center;
}


.contactFormControl{
	border: 1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.innerItemPropTable{
	width:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
		font-size:11px;
}

.innerItemPropTitleCell{
	width: 165px;
		font-size:11px;
}
.innerItemPropPriceCell{
	width: 75px;
		font-size:11px;
}
.innerItemPropOrderCell{
	width: 30px;
		font-size:11px;
}
.innerItemDescriptionDivision{
	position:relative;
	left:3px;
}

.itemOptionLabel{
	position:relative;
	left:3px;
}

