/*##########################################################################################################
============================================================================================================
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:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	/*text-align:justify;*/
}
.address
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	/*text-align:justify;*/
}
.licence
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	color:#ffffff;
	line-height:16px;
	/*text-align:justify;*/
}
.header 
{
    COLOR: #510102;

    FONT-FAMILY:  VERDANA, HELVETICA, ARIAL;

    FONT-SIZE: 16px;

    FONT-WEIGHT: BOLD
}
.subhead 
{
    COLOR: #1B3863;

    FONT-FAMILY:  VERDANA, HELVETICA, ARIAL;

    FONT-SIZE: 14px;

    FONT-WEIGHT: BOLD
}
td
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	
}
a.faq
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#510102;
	line-height:16px;	
	font-weight:bold;
	text-decoration:none;
}
a.faq:hover
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;	
	font-weight:bold;
	text-decoration:underline;
}
tbody
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	
}

.nav
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:ffffff;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}
.nav:hover
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:#E1E1E1;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

a.footer
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:16px;	
	font-weight:bold;
	text-decoration:none;
}
a.footer:hover
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:16px;	
	font-weight:bold;
	text-decoration:underline;
}
.footer1
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:16px;	
	text-decoration:none;
}
a.wsi
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#8e8e8c;
	line-height:16px;
	text-decoration:none;
}
a.wsi:hover
{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#8e8e8c;
	line-height:16px;
	text-decoration:underline;
}
.main_border
{
 BORDER-RIGHT: #000000 1px solid;
 BORDER-TOP:#000000 1px solid;
 BORDER-LEFT:#000000 1px solid;
 BORDER-BOTTOM:#000000 1px solid;
}





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/


/*################################################################################
>> Main Menu Links
##################################################################################

/* ====================================================================== */
/* This is the main vmenu table */
/* ---------------------------------------------------------------------- */
/* <table> */
   table.vmenu_mainz {
      width: 100%;
      border: 0px;
      padding: 0px 0px 0px 0px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;  
   }

 /* <tr> */  
 
  /* <td> ---- [<div><a>Main Page</a></div>] ---- </td>
  /*-----------------------------------------------------------*/
     td.vmenu_main_off {
        width: 100%;
        border: 0px;
        padding: 8px 5px 0px 10px;
        font-weight: normal;
     }
     td.vmenu_main_on {
        width: 100%;
        border: 0px;
        padding: 8px 5px 0px 10px;
        font-weight: bold;
     }
  
   /* <div> ---- [<a>Main Page</a>] ---- </div>
   /*-----------------------------------------------------------*/
      div.vmenu_main_off {
         width: 100%;
      }
      div.vmenu_main_on {
         width: 100%;
      }    
  
    /* <a> ---- [Main Page] ---- </a>
    /*-----------------------------------------------------------*/  
       a.vmenu_main_off:link { color: #3399FF; text-decoration: none; }
       a.vmenu_main_off:visited { color: #3399FF; text-decoration: none; }
       a.vmenu_main_off:hover { color: #0728F2; text-decoration: none; }
       a.vmenu_main_off:active { color: #0728F2; text-decoration: none; }
       
       a.vmenu_main_on:link { color: #3399FF; text-decoration: underline; }
       a.vmenu_main_on:visited { color: #3399FF; text-decoration: underline; }
       a.vmenu_main_on:hover { color: #0728F2; text-decoration: underline; }
       a.vmenu_main_on:active { color: #0728F2; text-decoration: underline; }
    
   /* </div> */
  /* </td> */
 /* </tr> */  

/*################################################################################
>> Sub Menu Links
################################################################################## 
 
 /* <tr> */
 
  /* <td> ---- [<table><tr><td><div> >> </div></td><td><div><a>Main Page</a></div></td></table>] ---- </td>
  /*-------------------------------------------------------------------------------------------------------------*/
     td.vmenu_main_sub {
        width: 100%;
        border: 0px;
        padding: 0px 0px 0px 0px;
     }
   
   /* <table> Submenu link table */
   /*-----------------------------------------------------------*/   
      table.vmenu_subz {
        width: 100%;
        border: 0px;
        padding: 0px 0px 0px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
      }
    
    /* <tr> */
    
     /* <td> Submenu Item Bullet */
     /*-----------------------------------------------------------*/        
        td.vmenu_sub_bull_off {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #858585;   
        }
        td.vmenu_sub_bull_on {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #505050;   
        }
 
      /* <div> Contains an individual main menu link (within td)
      /*-----------------------------------------------------------*/        
         div.vmenu_sub_bull_off {
            padding: 0px;
            width: 100%;
         }
         
         div.vmenu_sub_bull_on {
            padding: 0px;
            width: 100%;
         }            
         
      /* </div> */
      
     /* </td> */
     
     /* <td> Submenu Item Link */
     /*-----------------------------------------------------------*/    
        td.vmenu_sub_off {
           width: 100%;
           border: 0px;
           padding: 3px 0px 0px 5px;
           font-size: 11px;
           font-weight: normal;
        }
        td.vmenu_sub_on {
           width: 100%;
           border: 0px;
           padding: 3px 0px 0px 5px;
           font-size: 11px;
           font-weight: bold;   
        }
        
      /* <div> Contains an individual main menu link (within td)
      /*-----------------------------------------------------------*/          
         div.vmenu_sub_off {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
         
         }
         
         div.vmenu_sub_on {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
        }

       /* <a href=> A cell containing an individual main menu link
       /*-----------------------------------------------------------*/ 
          a.vmenu_sub_off:link { color: #3399FF; text-decoration: none; }
          a.vmenu_sub_off:visited { color: #3399FF; text-decoration: none; }
          a.vmenu_sub_off:hover { color: #0728F2; text-decoration: none; }
          a.vmenu_sub_off:active { color: #0728F2; text-decoration: none; }
          
          a.vmenu_sub_on:link { color: #3399FF; text-decoration: none; }
          a.vmenu_sub_on:visited { color: #3399FF; text-decoration: none; }
          a.vmenu_sub_on:hover { color: #0728F2; text-decoration: none; }
          a.vmenu_sub_on:active { color: #0728F2; text-decoration: none; }
       /* </a> */    
      
      /* </div> */
      
     /* </td> */          
 
/* =========================================================== */



/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HMAINS#
--------------------------------------------------------------------------------------------------
################################################################################################*/


/* This is the main hsub table */
table.hmains {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #0728F2; text-decoration: none; }
a.hmains:visited { color: #0728F2; text-decoration: none; }
a.hmains:hover { color: #008EF2; text-decoration: none; }
a.hmains:active { color: #008EF2; text-decoration: none; }





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/* This is the main hsub table */
table.hsubs {
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
}

/* This cell contains a submenu link */
td.hsubs {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #0728F2; text-decoration: none; }
a.hsubs:visited { color: #0728F2; text-decoration: none; }
a.hsubs:hover { color: #008EF2; text-decoration: none; }
a.hsubs:active { color: #008EF2; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> #NEWSBOX#
------------