body{
	margin:5px;
	padding:0;
	background-color:#fff;
	font:13px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
a, a:visited, a:link {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: none;
	color:#990000;
}
#body-wrapper{
	background-color:#E5E5CC;
	width:800px;
	border:1px solid #000;
}
#header-wrapper{
	background-color:#fff;
	height:81px;
	border-bottom:1px solid #000;
	text-align:left;
}
#logo{
	float:left;
	width:195px;
	height:81px;
	position:absolute;	
	background-image:url(images/logo.gif);
}
a#logo-link {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:81px;
	width:195px;
	text-align:left;
	text-indent:-9999em;
	cursor:hand;
	clear:both;
}
#right{
	float:right;
	width:366px;
	height:81px;
}
#center{
	width:237px;
	height:81px;
	margin:0 0 0 195px;	
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image:url(images/cherries.jpg);
}
#header-rule{
	border-top:3px solid #990000;
	border-bottom:1px solid #000;
}
#nav-wrapper{
	height:24px;
	background-color:#999966;
	border-bottom:1px solid #000;
}



/* MENU STYLES */
#menu{
	width:100%;
	float:left;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#menu a, #menu h2{
	font-size:12px;
	display:block;
	border-right:1px solid #000;
	margin:0;
	padding:2px 8px 2px 8px;
}
#menu h2{
	color:#ffffcc;
	background:#999966;
}
#menu a{
	color:#ffffcc;
	background:#999966;
	text-decoration:none;
}
#menu a:hover{
	color:#990000;
	background:#cccc99;
}
#menu li{
	position: relative;
	border-bottom:1px solid #000;
}
#menu ul ul{
	position: absolute;
	z-index:500;
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:170px;
	text-align:left;
}
#menu ul ul ul{
	position:absolute;
	top:0;
	left:100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}
#store a {
	background:#990000;
}
/* MENU STYLES */



#body-content{
	margin:10px;
	text-align:left;
	padding:0 0 20px 0;
	border-bottom:1px dashed #cccc99;
}
#breadcrumb{
	font-size:11px;
	margin:0;
	color:#999966;
}
h1{
	margin:20px 0 40px 0;
	font-size:22px;
	color:#990000;
	font-weight:normal;
}
h3{
	margin:0;
	font-size:15px;
	color:#990000;
	font-weight:normal;
}
#img-wrapper{
	float:right;
	position:relative;
	left:10px;
	margin:0;
	max-width:240px;
}
#img-caption{
	text-align:right;
	margin:0 20px 0 0;
	color:#999966;
}
#btt{
	text-align:left;
	margin-bottom:20px;
}
#footer-wrapper{
	color:#999966;
	margin:20px 10px 20px 10px;
	text-align:center;
}
#body-details-wrapper{
	background-color:#E5E5CC;
	margin:0;
	padding:10px;
}
.td-padding{
	padding-right:20px;
}



.tan
{
	background-color : #CCCC99;
}
.tanHead
{
	font-weight : bold;
	background-color : #CCCC99;
}
.fine
	{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.req
	{
	color : #FF0000;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.black
{
	background-color : #000000;
}
.red
{
	background-color : #990000;
}
.copy
	{
	line-height : 20px;
}
.copyAlt
{
	line-height : 20px;
	background-color : #EFF0DD;
}
