/* CSS Document */
html, body, h1{
	padding:0px;
	margin:0px;
}
a{
	color:#025C98;
	font-weight:bold;
}
h1{
	font-size:16px;
	font-weight:bold;
	color:#025C98;
	padding: 0 0 10px 0;
}

	
.boldstyle{font-weight:bold;}
/*div{
	border:solid 1px red;
	}*/
#Container{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:1px;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	background-color:#ffffff;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #666666;
}
#Header{
	background-image:url(../img/top_right.jpg);
	background-repeat:repeat-x;
	height:60px;
	line-height:60px;
	}
	#Header a{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	#Push{
		margin-bottom:10px;
		height:20px;
		line-height:20px;
	}
/*#RightLinks{
	float:right;
	width:180px;
	background-color:#dddddd;
	text-align:center;
	padding:10px;
}*/

#RightLinks{
	float:left;
	width:780px;
	background-color:#dddddd;
	text-align:center;
	padding:0;
	margin:0;
	clear:both;
	font-size:11px;
}

#HomeContent{
	padding:20px;
	float:left;
	width: 730px;
}

UL {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
	margin-top:5px;
    }
	
LI {	
    padding-left: 14px;
    /*background-image: url(../img/bullet1.jpg);    
    background-position: 0 3px;*/
    background-image: url(../img/bullet2.gif);    
    background-position: 0 3px;    
    background-repeat: no-repeat;
	padding-bottom:2px;
    }

#newsHolder
{
	background-color:#eeeeee;
	padding:3px;
	font-size:12px;
	width:450px;
}

#newsHolder P
{
	font-size:12px;
}

#ProductContent{
	padding:20px;
	float:left;
}

EM
{
	font-size:10px;
}

.topnav
{
	font-size:10px;
}

#Footer{
	border-top:solid 2px #025C98;
	padding-left:10px;
	padding-top:5px;
	clear:both;
	margin-top:1px;	
	font-size:11px;
}

#footeraddr
{
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	line-height:14px;
	padding-left:10px;
	font-size:11px;
}

ADDRESS
{
	align:right;
	font-weight:bold;
	font-style:normal;
}

.tableheader {
	color: #ffffff;
	background-color: #025C98;
	font-weight: bold;
}
.tableheadersmall {
	color: #ffffff;
	background-color: #025C98;
	font-size: 9px;
}
.productheading {
	color: #ffffff;
	background-color: #025C98;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	float: left;
	margin-right: 4px;
}
table.productgrid {
	border-collapse: collapse;
	border: solid 1px #000000;
	background-image: url(../images/tablebackground.gif);
	background-repeat: no-repeat;
	color: #000000;
}
#menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
.categorybutton {
	background-color: #025C98;
	margin: 5px;
	padding: 5px;
	display: block;
	float: left;
	text-align: left;
}
a.categorylink {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
}
#printheader, #printfooter {
	display: none;
}
.dimensionlabel {
	font-weight: bold;
	text-align: center;
}
.productlist {
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}
#searchform {
	padding: 4px;
}
#productheader {
	width: 300px;
	float: left;
}
#searchheader {
	width: 400px;
	float: right;
	text-align: right;
}
.flags{
	float:right;
	padding:0px;
	margin:0px;
}
.hideola  a:link {font-family: Arial, Helvetica, sans-serif;font-size: 7px;color: #CCCCCC;text-decoration: none;}
.hideola  a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 7px;color: #CCCCCC;text-decoration: none;}
.hideola a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 7px;color: #CCCCCC;text-decoration: none;}
.hideola  a:active {font-family: Arial, Helvetica, sans-serif;font-size: 7px;color: #CCCCCC;text-decoration: none;}

.mainheader {color:#025C98;font-weight:bold;font-size:16px;}
.subheader {color:#025C98;font-weight: normal;font-size:15px;}
.infotext {color:#666666;font-weight: normal;font-size:13px;}

#moreinfo {	width:780px;margin-right:auto;	margin-left:auto;	margin-top:0px;	padding:1px;}

.surfacetb{ border-collapse:collapse; border:2px black solid; margin: 0 0 20px 0;}
	.surfacetb td{border:1px black solid; padding:5px; margin:0;}
	.surfacetb p{padding:0px; margin:0;}
	.surfacetb_head{background:#003366; color:#FFF;}
	.surfacetb_head2{background:#fff; color:red;}
	.surfacetb_col1{background:#C0C0C0; color:#000;}
