body
{
	background : #506a83;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}
p, td, ul, ol, li
{
	color: #000000;
/*	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif; */
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none
}
p
{
	padding: 1 10 1 10;
}

/* Main container for site */
.container {
	position: absolute;
	background : #FFFFFF;
	border-left: #365069 5px solid;
	border-right: #365069 5px solid;
	border-bottom: #365069 2px solid;
	margin-left: -390px;
	left: 50%;
	width: 790px;
}

/* Content inside header (company links, banner, logo, etc.) */
.header {
	background : #455f78;
	text-align: middle;
	color : #ffffff;
}
a.header 
{
    color: #ffffff;
	font-weight : bold;
    text-decoration: underline
}
a.header:hover
{
    color: #a2bcd5;
	font-weight : bold;
    text-decoration: underline
}

.sidemenu {
	width: 225px;
	text-align: left;
	vertical-align : top;
	padding: 10px 8px 10px 10px;
}
.sidemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidemenu ul li {
	margin: 0px;
	padding: 0 3 5 0;
	color: #595966;
}

.product-list {
	width: 225px;
	text-align: left;
	vertical-align : top;
	padding: 10px 7px 10px 5px;
}
.product-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.product-list ul li {
	margin: 0px;
	padding: 0 5 5 10;
	color: #595966;
}

.maincontent {
	border-left: #365069 1px solid;
	background: #a2bcd5;
	width: 580px;
	margin : 10 8 10 8;
	text-align: left;
	vertical-align : top;
}

.mainproduct {
	border-left: #365069 1px solid;
	background: #fefefe;
	width: 580px;
	margin : 10 8 10 8;
	text-align: left;
	vertical-align : top;
}



b
{
	color: #000000;
}
a
{
	color: #153c63;
    text-decoration: underline
}
a:hover
{
    color: #000000;
    text-decoration: underline
}
a.thumbnail 
{
    color: #000000;
	font-weight : bold;
    text-decoration: underline
}
a.thumbnail:hover
{
    color: #999999;
	font-weight : bold;
    text-decoration: underline
}
