body {
	margin: 0; padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/back.png') repeat-x;
}
*{outline: none;}
img {border: 0;}
.headerbox {
	width: 960px;
	height:180px;
	padding: 0;
	margin: 0 auto;
	background-image:url('../images/header.png');
	text-align: right;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
.loginbox {
	width: 64px;
	padding: 0;
	margin: 0;
}
.navbox {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	color: white;
	text-align: center-left;
	font-weight: bold;
}
.navbutton {
	float:left;
	padding: 0;
	margin: 0 auto;
	min-width:108px;
	width:108px;
	text-align:center;
	border: none;
	background: url('../images/back.png') repeat-x;
	background-position: left bottom;
}
.navbutton_right {
	float:right;
	padding: 0;
	margin: 0 auto;
	min-width:108px;
	width:108px;
	text-align:center;
	background: url('../images/back.png') repeat-x;
	background-position: left bottom;
}
.navitem {
	float:left;
	padding: 0;
	margin: 0 auto;
	width:108px;
	text-align:center;
	font-size: 50%;
}
.center_this {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.product_icons {
	float:left;
	padding: 0;
	margin: 0 auto;
	min-width:108px;
	text-align:center;
}
.navbutton_hl {
	float:left;
	padding: 0;
	margin: 0 auto;
	min-width:108px;
	width: 108px;
	text-align:center;
	background: url('../images/back.png') repeat-x;
	background-position: left top;
}
.navsep {
	float:left;
	padding: 0;
	margin: 0 auto;
	width:1px;
	background: url('../images/back.png') repeat-x;
}
.paper {
	padding: 0;
	margin: 0 auto;
	min-width:534px;
	min-height:288px;
	text-align: center;
	background: url('../images/paper.png') no-repeat;
}
.sidebar {
	text-align:center;
	color: black;
	height: 512px;
	width: 190px;
}
.sidebar_hdr {
	background: url('../images/small_grad.png') repeat-x;
	height:42px;
	text-align:center;
	color:white;
}
.content_left {
	width:100px;
}
.boxlink {
	color:black;
	font-weight:bold;
}
.boxlink_hl {
	color:black;
	font-weight:bold;
	background-color: #0066FF;
}
.imageborder_left {
	padding: 0px 0px 0px 0px;
	float: left;
	background: url('../images/shadow.png') repeat-x;
	background-position: 0px 256px;
}

.shadow {
	padding: 0px 0px 0px 0px;
	background: url('../images/shadow.png') repeat-x;
	height:32px;
}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: blue;}

a.nav:link {text-decoration: none; color: white;}
a.nav:visited {text-decoration: none; color: white;}
a.nav:active {text-decoration: none; color: white;}
a.nav:hover {text-decoration: none; color: white;}

table
{
border-collapse:collapse;
}

table, th, td
{
border: 1px solid black;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.link { text-align:left; min-height:42px; font-weight: bold;}

.bluelink { color: blue; text-decoration: underline; }


.product_desc {
	border-style: solid;
	border-color: black;
	border: 10px 10px 10px 10px;
}
.bordered
{
	border-style:solid;
	border-width:1px;
	padding: 4px 4px 4px 4px;
	background-color: #CCC;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 8px;
}
