/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
>> This is the default stylesheet for all
>> visitor-facing elements on the website
>> itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/
TABLE{font-family:Arial; font-size:12pt; color:#FFFFFF}




body {
color: #000000;
}


th {
	color: #000000;

}

td {
color: #000000;
font-size: 9pt;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;

}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
	color: black;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
}

.smtext {
	background-image : url(watermark.gif);
	background-repeat : no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #C0C0C0;
}

.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
	color: #000000;
}

.boxcontent1 {
	font-family : Arial;
	font-size: 8pt;
	color: white;
}


a:link {color: #0000cc; text-decoration:underline;}
a:visited {color: #000000; text-decoration:underline;}
a:hover {color: #c0c0c0; text-decoration:underline;}
a:active {color: #000000; text-decoration:underline;}



.bottom-menu {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; COLOR: #000000; FONT-FAMILY: Arial, Arial, Helvetica, serif;
}
.bottom-menu a {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; COLOR: #000000; FONT-FAMILY: Arial, Arial, Helvetica, serif;
}
.bottom-menu a.link {
	font-size: 8pt;
	color: #0000cc;
	text-decoration: none;
}
.bottom-menu a.visited {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}
.bottom-menu a.hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #c0c0c0;
}
.bottom-menu a.active {
	font-size: 8pt;
	text-decoration: none;
	color: #CCCCCC;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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: #FFFFFF; text-decoration: none; }
a.vmenu_main_off:active { color: #FFFFFF; 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: #FFFFFF; text-decoration: underline; }
a.vmenu_main_on:active { color: #FFFFFF; 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: #FFFFFF;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color:#FFFFFF;
   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: #FFFFFF; text-decoration: none; }
a.vmenu_sub_off:active { color: #FFFFFF; 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: #FFFFFF; text-decoration: none; }
a.vmenu_sub_on:active { color: #FFFFFF; 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: Georgia, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #FFFFFF; text-decoration: none; }
a.hmains:visited { color:#FFFFFF; text-decoration: none; }
a.hmains:hover { color: #FFFFFF; text-decoration: none; }
a.hmains:active { color: #FFFFFF; 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: Georgia, Helvetica, serif;
}

/* This cell contains a submenu link */
td.hsubs {
   width: 100%;
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #FFFFFF; text-decoration: none; }
a.hsubs:visited { color: #FFFFFF; text-decoration: none; }
a.hsubs:hover { color: #FFFFFF; text-decoration: none; }
a.hsubs:active { color: #FFFFFF; text-decoration: none; }

/*
//=============================
// companyname: This defines where you logoimage will be placed
//=============================
*/
.companyname {
	background-color:#FFFFFF;
	background-image : url(top-logo.jpg);
}
.companyname2{
	background-color: #FFFFFF;	
	background-image : url(top.jpg);
	background-repeat : no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #53B0E4;
	padding-left : 30px;
	}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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 #FFFFFF inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image : url(copyrightbkg.gif);
	background-repeat : no-repeat;
}

