body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/page_bg.jpg) repeat-y center top;
	text-align: center;
	height: 100%;
}
h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}
h3 {padding-bottom: 1em;}
a img { 
	border: none;
}
/* Layout */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#banner {
	width: 760px;
	background: url(images/banner.jpg) no-repeat right top;
	height: 90px;
	float: left;
}
#nav {
	float: left;
	width: 150px;
	clear: left;
	border-left: 1px solid #000000;
	margin-right: -1px;
}
#main {
	float: left;
	width: 578px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-left: 1px solid #000000;
	display: inline;
	height: 100%;
}
#w3c {
	text-align: center;
}

#legal {
	border-top: 1px dashed #999999;
	margin-right: 30px;
	margin-left:180px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	padding: 5px 0px 20px;
	clear: both;
}
/* Navigation */
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #000000;
	display: block;
	padding: 5px 3px 5px 20px;
}
a#homeLink {
	/* background-image: url(images/home.png); 
	background-repeat: no-repeat;
	background-position: left center; */
}
#logo {
	display: none;
}
#mainNav ul {
/*	border-top: 1px dashed #999999;*/
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainNav a:hover {
/*	background: #FFFFFF url(images/bg_story.png) no-repeat left top; */
	color: #FFFFFF;
}

#nav p {
	color: #ED6733;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a {
	text-decoration: none;
	color: #999999;
}

/* Banner styles */
#banner img {
	float: left;
}
#banner ul {
	padding: 5px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}
#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}
/* Main */
#main ul {
	list-style-position:inside;
	margin:1em;
	font-size:1.1em;
	line-height:1.5;
}
#main ol {
	margin-left:2em;
	list-style-position:inside;
	font-size:1.2em;
	line-height:1.5;
}
#main .price {
	font: 2.5em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#main a {
	text-decoration: none;
	border-bottom: 1px dashed #0066FF;
	color: #0066FF;
}
#main a:hover {
	color: #0000FF;
/*	border-bottom: 1px dashed #0066FF;*/
}
#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}
#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #0099FF;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 1.5em;
}
.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	/* border: 2px solid #000000; */
}
#w3c img {
	padding: 10px 0 10px 0;
}
.pp {
	text-align: center;
}
.nowshipping {
	float: right;
	color: #FF0000;
}
.generaltable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}
table.generaltable td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.btTable{
	border-collapse:collapse;
}
.btTable td {
	border:1px solid #000;
	padding:4px;
}
.alert {
	color:#FF0000;
	text-align:center;
}
.biglist li{}
.inlist {
	font-size:0.9em;
	list-style-type:square;
	margin:1em;
}

#main a:link.buynow,#main a:hover.buynow, #main a:visited.buynow,#main a:active.buynow {padding:4px;}
#main a:link.buynow, #main a:visited.buynow,#main a:active.buynow  {font-size:2em; color:red; border:none}
#main a:hover.buynow {font-size:2em; color:blue; border:none; background-color:yellow;}
