﻿/* ************************************************************************************ */
body 
{
	font-family:Arial,verdana,helvetica,sanserif;
	font-size:12px;
	margin:0px;
	background-color:#2F4B3F;
	color:#333333;
}
a
{
	color:#D3D3D3; /*lightgrey*/
}

#nav
{
	position:absolute;
	top:172px;
	left:58px;
	height:18px;
	clear:both;
	display: inline;
	z-index:400;
	background-color:#dfb32d;
}
.navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-left:sold 1px #D3D3D3; /*lightgrey*/
	display: inline;

}

.navli
{
	display: inline;
}
.navlist a
{
	padding: 3px;
	width: 180px;
	/* background-color: #003300; */
	border-bottom: 1px solid #eee;
	font-weight:bold;
	margin-right:10px;

}

.navlist a:link, .navlist a:visited 
{
	color:white;
	text-decoration: none;

}

.navlist a:hover
{
	color:#F5F5DC; /*beige*/
}

.dvcontentContainer
{
	margin-left:50px;
	width:700px;

}
#contentTitle
{
	color:black;
	font-size:16px;
	font-weight:bold;
	clear:both;
}


#spwarning
{
	color:White;
	font-size:16px;
}
.msdisplayimage
{
}
.msdisplaydescription
{
}
/*  Menu Items */
.mi
{
	width:500px;
	display:block;
	clear:both;
}
.miHeadContainer
{
	width:500px;
	height:26px;
	background-color:#F0E68C; /*khaki*/
}
.miItemName
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	margin-left:2px;
	text-decoration:underline;
	font-weight:bold;
}
.miItemPrice
{
	display:block;
	height:20px;
	position:relative;
	text-align:right;
	float:right;
	margin-right:2px;
	font-weight:bold;
}
.miContentContainer
{
	width:500px;
	clear:both;
	display:block;
}
.miDescription
{
	display:inline-block;
	position:relative;
	width:386px;
	float:left;
	margin-left:2px
}
.miImage
{
	display:inline-block;
	height:100px;
	width:100px;
	position:relative;
	float:right;
	border:solid 1px black;
	border:0px;
	overflow:hidden;
}
.miFooter
{
	display:block;
	clear:both;
	height:1px;
	margin-bottom:20px;
	margin-top:10px;
}

.miFooter a:link, .miFooter a:visited
{
	color:#DAA520; /*goldenrod*/
}

.miFooter a:hover, .miFooter a:visited:hover
{
	color:#808000; /*olive*/	
}

.ms
{
	width:500px;
	display:block;
	clear:both;
}

.msImage
{
	width:500px;
	display:block;
}

.msName
{
	background-color:#dfb32d;
	width:500px;
	margin-top:20px;
}
.msNameContent
{
	color:white;
	font-size:16px;
	font-weight:bold;
	margin:2px;
}

.msDescription
{

}
	
.footer
{
	clear:both;
	width:780px;
	/*background-color:#dfb32d;*/
	height:20%;
	text-align:center;
	margin-top:30px;
	font-size:10px;
}

#displayfull
{
	width:100%;
	height:100%;
	display:none;
	background-color:Gray;
	text-align:center;
	z-index:500;
	position:absolute;
	top:0px;
	left:0px;
}

#closedf
{
	text-align:right;
	background-color:#dfb32d
}

