
html,body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px;
	margin: 0px;
}

.bdy {
	font-size: 11px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #252644;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #252644;
}

strong {
	font-weight: bold;
}

.form {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.label {
	font-weight: bold;
}

.prods {
	font-size: 9px;
}

/* main page content area */
#main {
	padding: 8px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
}

/* classes for the footer links and text */
div.footer {
	background-image: url(/images/footer-bg.gif);
	background-color: #252644;
	margin: 1px 0px 0px 6px;
	padding: 12px 6px 8px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
	background-repeat: repeat-x;
}

.footer a {
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	color: #DDDDDD;
}

.footer a:hover {
	color: #FFFFFF;
}

.footer a:visited {
}


/* classes to support the left-hand nav buttons */
.lhn {
	background-color: #252644;
	color: #FFFFFF;
}

table.lhn {
	margin: 1px 25px 0px 6px;
}

.lhn .button {
	border-bottom: #EEEEEE;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.lhn .button a {
	padding: 5px 3px 5px 13px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/images/bullet-y.gif);
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.lhn .button a:hover {
	background-image: url(/images/bullet-b.gif);
	background-color: #FFCC00;
	color: #000000;
}

.lhn .button a:visited {
}


/* classes to support shopping cart display */
.cart {
	margin: 10px 30px 2px 30px;
}

.cartitems {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartitems th {
	background-color: #252644;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartitems td {
	border-color: #C0C0C0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-width: 0px;
}

.cartinfo {
	background-color: #D0D0D0;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartinfo th {
	background-color: #252644;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartnotice {
	color: #000099;
	font-size: 12px;
	padding: 10px;
	margin: 12px;
	border-color: #D9DBE8;
	border-width: 1px;
	border-style: solid;
	width: 250px;
}

/* classes to support error message display */
.err {
	color: #990000;
	font-size: 10px;
}

.errtitle {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}


/* line card page classes */
.company {
	text-align: center;
	margin: 4px 4px 8px 4px;
	padding: 6px;
/*	background-color: #FFFFFF; 
	border-color: #DFDFDF;
	border-width: 1px;
	border-style: solid;*/
}

.companypic {
}

.companydesc {
	font-size: 12px;
}