/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
>> This is the default stylesheet for all
>> visitor-facing elements on the website
>> itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

.text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: darkgreen;
}

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
}

/*
a:link {color: #336699; text-decoration:underline; border-bottom:1px solid #A7390D;}
a:visited {color: #336699; text-decoration:underline; border-bottom:1px solid #A7390D;}
a:hover {color: #6699cc; text-decoration:underline; border-bottom:1px solid #DE920D;}
a:active {color: #6699cc; text-decoration:underline; border-bottom:1px solid #DE920D;}
*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Template feature styles
--------------------------------------------------------------------------------------------------
################################################################################################*/





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main vmenu table */
table.vmenu_mainz {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains the submenu table */
td.vmenu_main_sub {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/* Contains all sub links. */
/* Placed within a single td (vmenu_main_sub) of the main link table (vmenu_mainz) */
table.vmenu_subz {
   font-size: 11px;
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/*================================================================================
>> Main Menu Links
================================================================================*/

td.vmenu_main_off {   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

td.vmenu_main_on {
   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

div.vmenu_main_off {
   width: 100%;
   font-size: 13px;
   font-weight: normal;
}

div.vmenu_main_on {
   width: 100%;
   font-size: 13px;
   font-weight: bold;
}


a.vmenu_main_off:link { color: #FFFFFF; text-decoration: none; }
a.vmenu_main_off:visited { color: #FFFFFF; text-decoration: none; }
a.vmenu_main_off:hover { color: #EAFF00; text-decoration: none; }
a.vmenu_main_off:active { color: #EAFF00; text-decoration: none; }

a.vmenu_main_on:link { color: #FFFFFF; text-decoration: underline; }
a.vmenu_main_on:visited { color: #FFFFFF; text-decoration: underline; }
a.vmenu_main_on:hover { color: #EAFF00; text-decoration: underline; }
a.vmenu_main_on:active { color: #EAFF00; text-decoration: underline; }




/*================================================================================
/* Sub Menu Bullets
================================================================================*/

/* Sub menu bullets
// -------------------------------------*/
td.vmenu_sub_bull_off {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

td.vmenu_sub_bull_on {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

div.vmenu_sub_bull_off {
   font-size: 11px;
   color: #858585;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color: #505050;
   font-weight: bold;
}

/*================================================================================
/* Sub Menu Links
================================================================================*/
td.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

td.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

div.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: normal;
}

div.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: bold;
}

a.vmenu_sub_off:link { color: #FFFFFF; text-decoration: none; }
a.vmenu_sub_off:visited { color: #FFFFFF; text-decoration: none; }
a.vmenu_sub_off:hover { color: #EAFF00; text-decoration: none; }
a.vmenu_sub_off:active { color: #EAFF00; text-decoration: none; }

a.vmenu_sub_on:link { color: #FFFFFF; text-decoration: none; }
a.vmenu_sub_on:visited { color: #FFFFFF; text-decoration: none; }
a.vmenu_sub_on:hover { color: #EAFF00; text-decoration: none; }
a.vmenu_sub_on:active { color: #EAFF00; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HMAINS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hmains {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #D5D200; text-decoration: none; }
a.hmains:visited { color: #D5D200; text-decoration: none; }
a.hmains:hover { color: #EAFF00; text-decoration: none; }
a.hmains:active { color: #EAFF00; text-decoration: none; }





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hsubs {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hsubs {
   width: 100%;
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #D5D200; text-decoration: none; }
a.hsubs:visited { color: #D5D200; text-decoration: none; }
a.hsubs:hover { color: #EAFF00; text-decoration: none; }
a.hsubs:active { color: #EAFF00; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Old Styles (to be phased out after obsolecense is assured)
--------------------------------------------------------------------------------------------------
################################################################################################*/
textarea {
	font-size:8pt;
	height:75px;
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

