/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}	
td{	vertical-align:top;	}
h1, h2 {line-height: 18pt;font-size: 14pt;}
h3, h4 {line-height: 12pt;}
h5, h6 {font-size: 10pt;}	
a { text-decoration: underline;
	color: #282828;	}
a:hover {text-decoration: none;}
/* -------------------------------------------- HEADER STYLES -------------------------------------------- */

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#footer-copyright{
	color: #817874;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #817874;
	}	
.textbox-search{
	width: 90px;
}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px;
	}
a.menu:hover {
	text-decoration: none;
	color: #BBBE5D;
	}
a.submenu {
	font-size: 11px;
	line-height: 11px;
	color: #BBBE5D;	
	text-decoration: none;
	padding: 3px;
	display: block;
	letter-spacing: 1px;
	text-transform: lowercase;
	}
a.submenu:hover { 	background-color: #312819	; }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: bold;
	padding: 5px 5px 0px 5px;
	}		
a.submenu	{text-indent: 0px;}
a.submenu2	{text-indent: 5px;}
a.submenu3	{text-indent: 10px;}
a.submenu4	{text-indent: 15px;}	
#details-submenu strong a { 
	text-decoration: underline;
	}		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover, .submenu5:hover { 	color: #FFFFFF; background-color: #312819 }
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 140px;
	background-color: #312819;
	border-left: solid 1px #312819;
	border-right: solid 1px #312819;
	border-bottom: solid 1px #312819;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);moz-opacity: 90%;
	visibility: hidden;
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 5px 0px;
	}