
#alt-print-head
{
	display: none;
}

body {
	font-size: 12px;
	color: #FFF;
	font-family: verdana, helvetica, sans-serif;
	text-align: center; 
	min-width: 800px; 
	background: #000;
	margin: 0px;
}

td, p {
	font-size: 12px;	
}

#wrapper {
	width: 98%; 
	margin: 10px auto; 
	margin-top:0px;
	border: solid 1px black; 
	position: relative; 
	top: 0px;
	text-align: left;
}

#searchbox
{
	vertical-align:baseline;
	text-align:right; 
	margin-right:20px; 
	padding-right:10px;
	margin-bottom:0px;
}

#body-position {
	width: 100%; 
	position: relative; 
	top: 150px; 
	border: solid 1px black;
}

#content {
	background: #666; 
	border: solid 0px red; 
	margin: 0px 15px; 
	line-height: 20px;
}

a {
	color: #FFF;
}

a:hover {
	color: #5a87c5;
}

h1 {
	font: italic 24px Georgia,sans-serif;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font: italic 18px Georgia,sans-serif;
	margin-bottom: 0px;
}

#topnav {
	width: 100%; 
	background: #000 url(../images/topnav_hline.png) repeat-x; 
	margin: 0px 0px 17px 0px;
}

#topnav img {margin: 0px 6px;}

#button {
	width: 240px;
	padding: 0px;
	margin: 0px 0px 0px 1px;
	color: #333;
	border: solid 0px white;
	background: #636363 url(../images/column-bg_03.jpg) top center no-repeat;
	line-height: 100%;
	min-height: 320px;
}

#button ul {
		list-style: none;
		margin: 0px 17px 0px 20px;
		padding: 0;
		border: solid 0px;
}
		
#button li {
		margin: 0;
}

#button li a {
		display: block;
		padding: 8px;
		color: #FFF;
		text-decoration: none;
		width: 100%;

}

html>body #button li a {
		width: auto;
}

#button li a:hover {
		color: #5a87c5;
}

#button ul ul {
		list-style: none;
		margin: 0px;
		padding: 0px 0px 3px 20px;
		border: none;	
}

#button ul ul li {
	font-weight: normal;
}

#button ul ul li a {
		display: block;
		padding: 3px;
		text-decoration: none;
		width: 100%;
		color: #FFF;		
		font-size: 9px;		
}

#button ul ul li a:hover {
		color: #5a87c5;		
}

#newsletter-wrap {
	width: 241px; 
	background: #5d5d5d url(/images/newsletter-bg_36.gif) top left no-repeat;
}

#newsletter-content {
	margin: 0px 15px;
}

#newsletter {
	margin: 0px; 
	padding: 0px;
}

.formtext {
	font-size: 10px; 
	margin-top: 8px;
}

.formbox {
	border: solid 1px #999; 
	font-size: 10px;
}

#searchform {
	margin: 0px 0px 10px 10px; 
	padding: 0px;
}

#searchform input.srchbttn {
	position: relative;
	top: 5px;
}

#footer {
	text-align: center;  
	height: 100px; 
	margin-top: 22px; 
	color: #ccc; 
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	text-decoration: underline;
	color: #5a87c5;
}

.grey-bg
{
	background: #666666;
}

.alert {
	color: #F00;
	font-weight: bold;
}

body#captcha-popup {
	text-align: left;
}

#captcha-popup form#nlmform {
	margin: 0px;
	padding: 0px;
}
table.white-border
{
	border-collapse: collapse;
	border-right: solid 1px White;
}

table#cart-table th, table#customer-info-table, td.white-border
{
    border: solid 1px White;
}

#cart-table
{
    border-collapse: collapse;
}

table#cart-table td
{
    border: solid 1px White;
}

