BODY {
	background: #666666;
	margin: 0;
}

font,th,td,p,div,ul,ol,li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}

img {
	border: 0px;
}

h1 { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 18px; 
	color: #660000;
}

h2 { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px;
}

.small {font-size: 10px;}

a:link,a:visited { color : #990000; }
a:active { text-decoration: none; font-weight: bold; color : #333333; }
a:hover	{ color : #660000; }



hr { 
	height: 1px; 
	border: dashed #D1D7DC 0px; 
	border-top-width: 1px; 
	width: 100%;
	text-align: left;
}

.rightalign {text-align: right;}
.centeralign {text-align: center;}

/* header --------------------------------------------------------*/

#headerbar {
	background-color: #AFAE9A;
	width: 760px;
	font-size: 4px;
}

#headercropmark {
	position: absolute; 
	top: 24px; 
	left: 753px;
	width: 8px;
	height: 15px;
	float: left;
	background: url(../images/crop_right.gif) no-repeat top left; 
}

img.headerlogo {
	margin-right: 10px;
	float: left;
}

#mainnav {
	margin: 17px;
}

#headerhr  { 
	font-size: 0px;
	height: 1px;  
	border-bottom: solid #AFAE9A 1px; 
	width: 760px;
	text-align: left;
}

#userbar  { 
	background-color: #E7DEDE; 
	width: 750px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#googlesearch{
	background-color: #E8E8E0;
	text-align: right;
	width: 760px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* footer --------------------------------------------------------*/

p.footer, li.footer{
	font-size: 11px;
	color: #FFFFFF;
}

h2.footer {
	color: #333333;
	margin-bottom: 0px;
}

.footer:link,
.footer:active,
.footer:visited,
.footer:hover	{ color : #FFFFFF; }

#footer {
	clear: both;
	width: 740px;
	margin: 10px;
	padding-bottom: 50px;
}

#footerlogin {
	text-align: right;
	float: right;
	vertical-align: top;
	margin-top: 5px;
}

#footerlogo {
	margin-left: 10px;
	margin-top: 20px;
	width: 315px;
	height: 25px;
	float: left;
	background: url(../images/logo-dim.gif) no-repeat top left; 
}

#footernews {
	margin-top: 20px;
	margin-left: 20px;
	width: 350px;
}

ul.footer {
	margin-top: 0px;
	margin-left: 17px;
	list-style-type: square;
}
li.footer {
	padding-bottom: 8px;
	border-bottom: 1px dashed #999999;
	padding: 5px;
	margin: 3px;
}


/*------------------------ user messages --------------------------*/

.alerts {color: red;}
.confirmation {color: green;}

/*----------------------table classes------------------------------*/

table.layout {
	width: 100%;
	background-color: #FFFFFF;
	
}

table.header {
	width: 760px;
	background-color: #FFFFFF;
	
}

table.modules {
	width: 100%;
	border: solid #f1f1f1 1px; 
	background-color: #FFFFFF;
}

.modules td{
	vertical-align: top;
}

.modules th{
	background-color: #CCCCCC;
	white-space: nowrap;
	width: 20%;
}

td.lowlight {
	background-color: #f1f1f1;
}

.datatable { 
  	border-style: solid; 
	border-color: #003366; /* border-color is for the border around a datatable*/
    	background-color: #CCCCCC; /*grid color - must have a cellspacing of >= 1*/
  	border-width: 1px;
} 

.datatablehead, .datatable th,.datatable th a{
    font-size: 11px;
  	border-width: 0px;
  	background-color: #666666; /*header row bg color*/
  	color: #ffffff;  	
}

.datatable td{
  	border-width: 0px;
  	font-size: 11px;
  	background-color: #ffffff;
  	color: #003366;    
}
.lowlight td{
    background-color: #f3f2ee; /*alternating row color*/
}


/*-------------------------------------------------------------*/

/*------ form classes - move to import ------*/

form{
	margin: 0px;
}

input, textarea, select {
	color : #666666;
	font: normal 11px Verdana, Arial, sans-serif;
	border: 1px solid #666666;
	margin-right: 5px; 
}

input.button {
	background-color: #CCCCCC;
	border: 1px solid #666666; 
}

#vertform {
	float: left;
	line-height: 15px;
}

.formlabel {
	display: block;
	margin-top:5px;
}

.checkbox{
	border: none;
}

/*-------------------------------------------*/

#clearfloat, .clearfloat {
	clear: both;
	border /**/: 1px solid transparent; /* needed for firefox */ 
}

#floatleft, .floatleft {
	float: left;
}

#main {
	background-color: #FFFFFF;	
}

#content {	
	width: 740px;
	padding: 10px;
}

/*-------------------------------------------------------------*/

/*------ subnav - move to import ------*/

#subnav  {
	background: #e1e1e1;
	float: left;
	width: 170px;
	border: 1px solid #cccccc;
	margin-right: 15px;
}

#subnav a, #subnav h5  {
	display: block;
	font-size: 10px;
	line-height: 15px;
	padding: 2px;
	border-top: 1px solid #ffffff;
	border-left: 15px solid #C7BBBB;
	border-bottom: 1px solid #cccccc;
}

#subnav a{
	text-decoration: none;  
}

#subnav a:hover {
  	color: #333333;
  	background: #E8EBF2;
  	border-left: 15px solid #ffffff;
}

#subnav h5  {
	color: #ffffff;
	background: #660000;
	border-left: 0px;
	text-align: center;
	font-weight: bold;
	margin: 0;  
}

#subnavcontent {
	width: 550px;
}

img.productbox {	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

