html,body{height:100%;min-width:960px}
table, table tr td, table tr th { border-collapse:collapse;border:0; }
table tr td, table tr th { padding:0;border:0; }
a, a font {
	color:#028F00;
	text-decoration:underline;
	font-weight:bold;
}
a:visited, a:visited font {
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}
a:hover, a:hover font {
	text-decoration:none;
}

a img {
	border:0;
}
.clearboth {
	clear:both;
}
body {
	background:#636467 url(../images/body_bg.jpg) top left repeat-x;
}
body * {
	font-size:12px;
	line-height:15px;
}
#outer {
	min-height:100%;height:auto !important;height:100%; /* MIN- HACK */
	background:url(../images/header_bg.jpg) top center no-repeat;
	text-align:center;
	padding:0 10px;
}
#outer #inner {
	margin:0 auto;
	text-align:left;
	width:940px;
} 
#header {
	height:260px;
}
#header .logo {
	margin:20px 0 0 20px;
	float:left;
}
#header .searchform {
	margin:20px 34px 0 0;
	float:right;
	height:25px;
	overflow:hidden;
}
#header .nav {
	margin:0 20px 0 0;
	float:right;
	height:65px;
	width:625px;
	overflow:hidden;
}
#header .nav img {
	display:none;
	visibility:hidden;
}
#header .nav a img {
	display:inline;
	visibility:visible;
}
#header .area1 {
	background:none;
	border:0;
	float:left;
	width:469px;
	height:70px;
	margin:60px 0 0 54px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
#header .checkoutbuttons {
	float:right;
	margin:120px 34px 0 0;
}
#content {
	background:#fff;
	padding:10px 20px 40px 21px;
}
#content .leftcolumn {
	float:left;
	padding-left:34px;
}
#content .leftcolumn .leftcolumndata {
	width:187px;
}
#content .leftcolumn .hdstyle12 {
	display:block;
	height:35px;
	padding:5px 34px 10px 34px;
	width:187px !important; width:255px; /* IE BOX MODEL HACK */
	margin:-1px -35px 0 -35px;
	line-height:35px;
	background:url(../images/left_heading.jpg) top left no-repeat;
	position:relative;
}
#content .leftcolumn #catlistheading {
	background:url(../images/menu_heading.jpg) top left no-repeat;
	margin-bottom:18px;
}
#content .leftcolumn .toplevelcatlist {
	position:relative;
	top:-2px;
	left:-1px;
	border-top:1px solid #fff;
	padding-bottom:19px;
	width:227px;
	margin:0 -20px;
	background:url(../images/menu_footer.jpg) bottom right no-repeat;
}
#content .leftcolumn .banner {
	width:255px;
	margin:0 -34px;
	position:relative;
}
#content .leftcolumn .toplevelcatlist a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004a90;
	text-transform:uppercase;
	margin-top:-18px;
	display:block;
	background:url(../images/menu_item.jpg) top left repeat-y;
	padding:9px 20px;
	border-bottom:#afb0b5 1px solid;
	height:auto !important;height:1%; /* PEEKABOO BUG */
	position:relative;
	font-size:12px;
}
#content .middlecolumn {
	float:right;
	padding-right:34px;
}
#content .middlecolumn .pagedata, #content .middlecolumn .middlecolumndata, #content .middlecolumn .rightcolumndata {
	width:558px;
}
#content .middlecolumn .hdstyle12 {
	display:block;
	height:50px;
	background:url(../images/content_heading.jpg) top left no-repeat;
	padding:5px 34px 0 34px;
	width:558px !important; width:625px; /* IE BOX MODEL HACK */
	margin:-1px -35px;
	line-height:35px;
	overflow:hidden;
	position:relative;
}
#content .middlecolumn .featureditems {
	width:186px;
}
#content .middlecolumn table.product_specs {
	width:100%;
	border:1px solid #666;
	margin:1em 0;
	clear:both;
}
#content .middlecolumn table.product_specs td {
	padding:5px;
}
#content .middlecolumn table.product_specs tr.heading {
	font-weight:bold;
	background:#004a90;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#content .middlecolumn table.product_specs td.heading {
	font-weight:bold;
}
#content .middlecolumn table.product_specs tr.even {
	background:#ccc;
}
#footer {
	text-align:center;
	padding-bottom:40px;
	color:#fff;
}
#footer a {
	font-weight:bold;
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
}
#footer .area2 {
	margin-top:1em;
	background:none;
	border:0;
}
span.messages {
	display:none;
	visibility:hidden;
}
.messages a {color: #000}
.messages a:hover {text-decoration:none;}
.messages a:hover u {text-decoration:none;}

.listname a {text-decoration:none;}
.listname a:hover {text-decoration:underline;}

#content img {
	width: expression( ( (this.width > 280) && (this.height/(this.width/280) < 421) ) ? 280: true);
	max-width:280px;
	height: expression( ( (this.height > 420) && ( (this.width < 281) || ( (this.width > 280) && (this.height/(this.width/280) > 420) ) ) ) ? 420: true);
	max-height:420px;
}
#content .client-logos {
	float:right;
}
#content .client-logos img {
	height: auto;
	max-height:none;
}