﻿/* Standard Tags */ 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
  font-size: medium;
  font-weight: normal;
  background: #FFCEDF;
}

a:link, a:active, a:visited { color: #CC3399; text-decoration: none; }
a:hover { text-decoration: underline }

h1, h2, h3, h4, h5, h6 { color: #800080; }

h1 { font-size: 160%; text-align: center; }

h2 { font-size: 140%; text-align: left; }

h3 { font-size: 120%; text-align: left; color: black; }

h4 { font-size: 100%; text-align: left; color: black; text-indent: 10px; }

img { border-style: none ; }

p { margin: 10px; }

ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
th { text-align: left; }

/* Classes */ 
.center { text-align: center; }

.container { margin: 20px 10%; padding: 0; }

.content { background-color: white; color: black; text-align: left; }

td.content { width: 620px; }

.footer {
	color: white;
	background-color: #CC3399;
	text-align: center;
	font-size: 80%;
}

.footer { background-color: CC3399; color: white; font-size: 8pt; }

.header { background-color: #FFCEDF }

.large { font-size: 110%; }

.larger { font-size: 120%; font-weight: bold; }

.left { text-align: left; }

.logo { float: left; }

.nav {
	background: #eeeeee url('images/navbg.jpg') repeat-x;
	vertical-align: top;
}

.pink { color: #CC3399; font-weight: bold; }

.product-listing { font-size: 9pt; border: 1px solid #666666; }

.product-listing td { border: 1px solid #666666; border-collapse: collapse; }

.product-listing th { 
  border: 1px solid #666666;
  border-collapse: collapse;
  font-size: 10pt;
  background-color: #999999;
  color: white;
}

.right { text-align: right; float: right; }

.smaller { font-size: 80%; }

/* -=-=-=-=-= Menu 7 =-=-=-=-=- */

#menu7 {
	width: 140px;
	margin: 0;
	font-size: 14px;
}

#menu7 li a {
	height: 32px;
  voice-family: "\"}\"";
  voice-family: inherit;
	text-decoration: none;
}

#menu7 li a:link, #menu7 li a:visited {
	color: #333;
	display: block;
	background:  url('images/menu7.gif');
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999; padding-left:30px; padding-right:0; padding-top:8px; padding-bottom:8px 
}

#menu7 li a:hover, #menu7 li #current {
	color: #000;
	background:  url('images/menu7.gif') 0 -64px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666; padding-left:30px; padding-right:0; padding-top:8px; padding-bottom:8px 
}
