﻿<style type="text/css">
p            { font-family: arial; font-size: 10pt }
table        { font-family: arial; font-size: 10pt }
h1           { font-family: arial; font-size: 10pt; font-weight: bold }
h2           { font-family: arial; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: arial}
td           { font-family: arial; font-size: 10pt }
tbody        { font-family: arial; font-size: 10pt }
body        { font-family: arial; font-size: 10pt }

.smallFont {font-family: arial; font-size: 8pt }
.largeFont {font-family: arial; font-size: 8pt }
.jFont {font-family: arial; font-size: 9pt }

a:link     	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 10pt }
a:visited  	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 10pt }
a:hover    	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 10pt }

a.menu2:link {  font-family: arial; text-decoration: none; color: #ffffff; font-size: 10pt;  font-weight: bold }
a.menu2:visited  { font-family: arial; text-decoration: none; color: #ffffff; font-size: 10pt;  font-weight: bold }
a.menu2:hover { font-family: arial; text-decoration: none; color: #ffffff; font-size: 10pt; font-weight: bold }

a.menu3:link {  font-family: arial; text-decoration: none; color: #5A1E4D; font-size: 10pt;  font-weight: bold }
a.menu3:visited  { font-family: arial; text-decoration: none; color: #5A1E4D; font-size: 10pt;  font-weight: bold }
a.menu3:hover { font-family: arial; text-decoration: none; color: #24798B; font-size: 10pt; font-weight: bold }

a.menu4:link {  font-family: arial; text-decoration: none; color: #5A1E4D; font-size: 10pt;  font-weight: bold }
a.menu4:visited  { font-family: arial; text-decoration: none; color: #5A1E4D; font-size: 10pt;  font-weight: bold }
a.menu4:hover { font-family: arial; text-decoration: none; color: #24798B; font-size: 10pt; font-weight: bold }

a.smallLink:link     	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 8pt }
a.smallLink:visited  	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 8pt }
a.smallLink:hover    	 { font-family: arial; text-decoration: underline; color: #5A1E4D; font-size: 8pt }

.smallLink { 
font-family: arial; 
text-decoration: underline; 
color: #5A1E4D; 
font-size: 8pt;
cursor: pointer;
}
</style>


/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }


#holder{ border-collapse:collapse; margin: 0px; padding: 0px; height: 33px;width: 100%;}
#holder td{ padding: 0px;}

#header{ border-collapse:collapse; margin: 0px; padding: 0px; width: 750px;}
#header td{ padding: 0px;}

#toppurple{border: 0px; border-collapse:collapse; margin: 0px; padding: 0px; background: #5a1e4d url(/images/logobottom.gif) no-repeat top left; height: 33px;width: 550px;}
#toppurple td{ padding: 0px;}
#toppurple .purpleangle{width:24px; height:33px; vertical-align:top;}


/* --------------TOPNAV------------- */
#topnav {
   margin:0;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   height: 25px;float: left;
}

/* Top menu items */
#topnav ul {
   margin:0;
   padding:0;
   list-style:none;
   position:relative;   float:left;

}
#topnav ul li {
   margin:0 0 0 5px;
   padding:0;
   float:left;
   position:relative;
   top:1px;
}
#topnav ul li a {
   display:block;
   margin:0;
   text-decoration:none;
   float:left;
   color: #fff;padding:5px 11px 4px 0px;
  font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}




#topnav ul li a:hover {color: #fff;}



/* Submenu items */
#topnav ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:21px;
   left:0;
   width:13em; /* width of the drop-down menus */
   background-color:#227789; }
#topnav ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
   padding: 0px 0px; border-bottom: 1px solid white; }
#topnav ul ul li a,
#topnav ul li.active li a,
#topnav ul li:hover ul li a,
#topnav ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
color: #fff;
   line-height:16px; /* overwrite line-height value from top menu */
   background:none;padding: 6px; text-transform:none;
}
#topnav ul ul li a:hover{ color:#fff;}
#topnav ul ul li:hover{ background-color:#581e49}

/* Flip the last submenu so it stays within the page */
#topnav ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#topnav ul li:hover ul{   display:block;  }



#topnav ul ul ul{ display:none!important;left: 13em; top: 0px; }
#topnav ul ul li:hover ul{ /* This line is required for IE 6 and below */
   display:block!important; /* Show the sub menus */
}


