body {
	text-align:center;
	background-color: #898c67;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-left: 8px;
	margin-right: 8px;
}
p {
	margin-left: 4px;
	margin-right: 8px;
}
.contenttable {
	width: 780px;
	border-collapse: collapse;
	table-layout:fixed;
}
.contenttable_admin {
	border-collapse: collapse;
}
.product {
	font-size: 14px;
	line-height: 1.4em;
	text-align: justify;
	margin-left: 8px;
	margin-right: 12px;
	letter-spacing: .05 em;
}
.product:first-letter {
	font-size: 16px;
}
div.productdetail {
	font-size: 14px;
	text-align: justify;
	letter-spacing: normal;
}
div.productdetail table {
	width: 95%;
}
div.productdetail table caption {
	text-align: left;
	font-weight: bold;
}
div.productdetail ul {
	font-size: 12px;
	letter-spacing: .04 em;
}
div.productdetail li {
	margin-top: 1em;
}
table.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727154;
}
table.contactdetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727154;
	width: 550;
	border: 1 solid #E8E8CE;
}
table.contactdetail th {
	text-decoration: underline;
	font-weight: 600;
	font-size: 11px;
	color: #727154;
	vertical-align: bottom;
	text-align: left;
}
div.contactemail a {
	color: #727154;
}
#container {
	width: 780px;
	margin:0 auto;
	text-align: left;
	position: relative;
}
#container_admin {
	margin:20 auto;
	text-align: left;
	position: relative;
}
#aboveflash {
	height:50px;
}
#logo {
	height:50px;
	background-color: #E2E1C2;
	vertical-align: middle;
	width: 595px;
	font-size: 20px;
}
#login {
	height:50px;
	background-color: #F2F2E3;
	text-align: right;
	vertical-align: bottom;
	font-size: 13px;
	color: #727154;
	width: 185px;
}
#flashheader {
	position:absolute;
	left:0px;
	top:50px;
	width:780px;
	height:243px;
	z-index:3;
	visibility:visible;
}

#menu {
	position:absolute;
	left:0px;
	top:255px;
	width:780px;
	height:27px;
	z-index:5;
	visibility:visible;
}
#content {
	position:absolute;
	left:0px;
	top:287px;
	visibility:visible;
}
#contentpane {
	background-color: #F2F2E3;
	width: 595px;
}
#rightpane {
	background-color: #E2E1C2;
	width: 185px;
}
#copyright {
	background-color: #CDCC96;
	text-align: center;
}
#menucell {
	text-align: left;
	vertical-align: bottom;
}

/* style for module titles */
.Head   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #E2E1C2;
}

/* Main Menu */
.MainMenu_MenuContainer {
	vertical-align:top;
	width:0px;
	background: transparent;
	margin: 0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.MainMenu_MenuBar {
	height:27px;
	width:0px;
	background: transparent;
	margin: 0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.MainMenu_MenuItem {
	color:#727154;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	border:1px #E2C86D solid;
	border-width:0px 0px;
	
	width:160px;
}
.MainMenu_MenuIcon {
	display: none; 
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	padding:0px;
	border:0px;
	margin:0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: 500; 
	font-style: normal;
	background-color: #C76130
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}

/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#031B5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #9ac3f9 solid;
	border-width:1px 0px;
	background-color: #006699;
	
		
	width:160px;
	/*height:15px;*/

}
/* currently hovered submenuitems*/
.submenuitemselected{
	color:#FCFCC8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #A63C0C solid;
	border-width:1px 0px;
	background-color:#A63C0C;
	
		
	width:160px;
	/*height:15px;
	background-image:url(Images/submenu_hover_tile.gif);
	background-position:bottom left;
	background-repeat:repeat-x;*/
	
}
/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:2px solid #8E996A;
	border-width:2px 2px 2px 2px;
		
	padding:0px;
	background-color: #E2E1C2;
	
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color: #727153; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:10pt;
	text-decoration:none;
	text-align:center;

	vertical-align:middle;
	padding:2px 10px 0px 10px;		
	border-width:0px;	
	height:23px;
	
	/*background-image:url(Images/Menu_Normal.png);
	background-position: bottom left;
	background-repeat:repeat-x;*/
}
/*root menu hover*/
.rootmenuitemselected TD
{
	color: #F2F2E3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:10pt;
	text-decoration:none;
	text-align:center;	

	vertical-align:middle;
	padding:2px 10px 0px 10px;		
	border-width:0px;	
	height:23px;
	/*background-color:#312410;*/
		
	/*background-image:url(Images/menu_normal_tile.png);
	background-position: top left;
	background-repeat:repeat-x;*/
}
/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#444444; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:10pt;
	text-decoration:none;
	text-align: center;	

	vertical-align:middle;
	padding:2px 10px 0px 10px;		
	border-width:0px;
	height:23px;
	
	/*background-image:url(Images/Menu_Click.png);
	background-position: bottom left;
	background-repeat:repeat-x;*/
}

/* Other override styles */
.SelectedTab {
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#727154;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#727154;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#727154;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#727154;
}

.userlogin {
    font-weight: normal;
    font-size: 13px;
	color: #727154;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
A.userlogin:link {
    text-decoration:    none;
	color: #727154;
}

A.userlogin:visited  {
    text-decoration:    none;
	color: #727154;
}

A.userlogin:active   {
    text-decoration:    none;
	color: #C76230;
}

A.userlogin:hover    {
    text-decoration:    none;
	color: #C76230;
}
.copyright {
    font-weight: normal;
    font-size: 10px;
	color: #727154;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
A.copyright:link {
    text-decoration:    none;
	color: #727154;
}

A.copyright:visited  {
    text-decoration:    none;
	color: #727154;
}

A.copyright:active   {
    text-decoration:    none;
	color: #C76230;
}

A.copyright:hover    {
    text-decoration:    none;
	color: #C76230;
}
