body {
	background-repeat: repeat;
	background: #000000 url('../images/bg_stripe_green.gif');
    overflow: -moz-scrollbars-vertical;
}

{
  -moz-outline-style: none; /* gets rid of that pesky dotted out line on FF  */
}


a:active{outline:none} /* May get rid of pesky dotted link out line in IE -- not sure */



h1 { color: #ffffff; /* Main text */
     font-family: century gothic, arial, Helvetica, sans-serif;
     font-size: 14px; 
     font-weight: normal; 
     line-height: 18px; }
h2 { color: #ffffff; /* Title text */
     font-family: arial, Helvetica, sans-serif;  
     font-size: 16px; 
     font-weight: heavy; 
     word-spacing:normal; 
     line-height: 16px }
h3 { color: #242e62; /* Sales tab color*/
     font-family: arial, Helvetica, sans-serif;
     font-size: 12px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 14px }
    
h4 { color: #3d3760; 
     font-family: arial, verdana, Helvetica, sans-serif; 
     font-size: 13px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 15px;}    
h5 { color: #711194; 
     font-family: verdana, arial, Helvetica, sans-serif; 
     font-size: 12px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 14x;}  
h6 { color: #48585b; font-family: times new roman, times , serif; font-size: 12px; 
     font-weight: normal; 
     word-spacing:normal; 
     line-height: 16px}
h7 { color: #ffffff; /* Title text */
     font-family: arial, Helvetica, sans-serif;  
     font-size: 20px; 
     font-weight: heavy; 
     word-spacing:normal; 
     line-height: 20px }


.link { color: #000000;
      font-family: arial, verdana, Helvetica, sans-serif; 
	  font-size: 14px;
	  text-decoration: none; }
	  
.link:hover { color: #ffffff;
	        text-decoration: none }

.link2 { color: black;
	  font-size: 12px;
	  text-decoration: underline; }
	  
.link2:hover { color: red;
	        text-decoration: underline }
        

.link3 { color: #ffffff;
      font-family: arial, verdana, Helvetica, sans-serif; 
	  font-size: 14px;
	  text-decoration: underline; }
	  
.link3:hover { color: #000000;
	        text-decoration: underline }

.link4 { color: #e4bb23;
      font-family: arial, verdana, Helvetica, sans-serif; 
	  font-size: 16px;
	  text-decoration: underline; }
	  
.link4:hover { color: #ffffff;
	        text-decoration: underline }


.divider { color: #384337;
	       font-family: century gothic, arial, Helvetica, sans-serif;
	       font-size: 10pt;
	       text-decoration: none;
	       font-weight:normal;
	       vertical-align: middle; 
}

.web { color: #384337;
	 font-family:  century gothic, arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 font-weight:normal;
	 text-decoration: none;
	 vertical-align: middle; 
 }
	 
.web:hover { color: #000000; }


.frame { 
border-left:4px  solid #711194; 
border-right:4px  solid #711194; 
border-top:4px solid #711194; 
border-bottom:4px solid #711194; 
position: relative; top: 0px;  left:0px;
padding: 0;
float: center;
}

.frame2 { 
border-left:8px  solid #ffffff; 
border-right:8px  solid #ffffff; 
border-top:8px solid #ffffff; 
border-bottom:8px solid #ffffff; 
position: relative; top: 0px;  left:0px;
padding: 0;
float: center;
}

.frame3 { 
border-left:8px  solid #711194; 
border-right:8px  solid #711194; 
border-top:8px solid #711194; 
border-bottom:8px solid #711194; 
position: relative; top: 0px;  left:0px;
padding: 0;
float: center;
}

.img-shadow {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0px solid #000000;
  margin: -6px 6px 6px  -6px;
  padding: 0px
  }
  .img-shadowb {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px
  }

.img-shadowb img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 24px
  }
  
#footer {
    position: relative; top:-2px;  left:0px; 
	width:790px;
	height:22px;
	background-image:url('../images/footer.gif');
	text-align:right
}
#copywrite {
    position: relative; top:3px;  left:0px; 
	width:790px;
	height:125px;
	text-align:center;
}

#header {
    position: relative; top:0px;  left: -2px; 
	width:330px;
	height:126px;
	background-image:url('../images/header2.gif');
	background-repeat: no-repeat;
	text-align:right
}

ul {
	padding-top:0;
	padding-bottom:0px;
	line-height:0px;
}

/* ------ end menu --------- */