@charset "iso-8859-1";
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000080;
	background-color: #0000ff;
	}
/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
	background: transparent url(img.php.png) no-repeat bottom right
	}
.cssbox{
	/* intended total box width - padding-right(next) */
	width:800px !important; /* IE Win = width - padding */
	width: 785px;
	/* the gap on the right edge of the image (not content padding) */
	padding-right:15px; /* use to position the box */
	margin:20px auto
	}
/* set the top-right image */
.cssbox_head{
	background-position:top right;
	/* pull the right image over on top of border */
	margin-right:-15px;
	/* right-image-gap + right-inside padding */
	padding-right:40px
	}

/* set the top-left image */
.cssbox_head h2{
	background-position:top left;
	margin:0; /* reset main site styles*/
	border:0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding:25px 0 15px 40px;
	height:auto !important;
	height:10%
	} /* IE Holly Hack */

/* set the lower-left corner image */
.cssbox_body{
	background-position:bottom left;
	margin-right:25px;/* interior-padding right */
	padding:15px 0 15px 40px
	} /* mirror .cssbox_head right/left */

#top {
	margin: 0;
	padding: 10px;
	border:0px solid magenta;
	height: 100px; /* ie5win fudge begins */
	voice-family: "&"}&"";
	voice-family:inherit;
	height: 100px;
	}
html>body #top {
	height: 100px; /* ie5win fudge ends */
	}
#top h1{
	color:white;
	font-size:2em; 
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;  
	letter-spacing: 1pt;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	}
#left {
	position: absolute;
	top: 125px;
	left: 0px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0px solid #000;
	background: transparent;
	width: 18%;
	}
#middle {
	padding: 10px;
	border-top: 8px solid #00ffaa;
	border-left: 8px solid #00ff00;
	background: #fff;
	background-image: url("art/blbkgnd.png");
	margin: 0 0 0 18%;
	}
/* =======================================HORIZONTAL MENU*/
.horizmenu {
	clear:left;
	float:left;
	font-weight: bold;
	margin:3px 0 3px 50px;
	}
.horizmenu a{
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	}
.horizmenu a:visited {
	color:#FFFFFF;
	}
.horizmenu a:active {
	color: #FFFFCC
	}
.horizmenu a:hover {
	color:#FFFFCC;
	text-decoration: underline;
	}
/* ==================================FOOTER*/
#footer {
	margin:5px 0 0 0;
	padding: 1px;
	background:#FFFFFF;
	}
/* ==================================LINK DEFINITIONS */
a {
	text-decoration: none;
	color: #000080;
	outline: none;
	}
a:visited {
	color:#0066CC;
	}
a:active {
	color: #0066CC;
	}
a:hover {
	color:#0066CC;
	text-decoration: underline;
	}
a.mainlink {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	background:"#ffff99";
	outline: none;
	}
a.mainlink:hover {
	color:#CC0000;
	text-decoration: underline;
	}
.mainlink{
	color:#f00;
	font-weight:bold;
	}
.sidelink:{
	color:#fff;
	font-size:14px;
	}
a.sidelink:visited {
	text-decoration:none; 
	color:#FAFAD2;
	}
a.sidelink:hover {
	text-decoration:underline;
	}
.urllink{
	font-size:9pt;
	text-decoration:underline;
	}
a.urllink:link {
	color:#0000ff;
	}
a.urllink:visited {
	color:#ff00ff;
	}
a.urllink:hover {
	color:#ff0000;
	}
.sidetitle{
	color:#00f;
	font-size:18px;
	font-weight:bold;
	}
.ahem {
	display: none;
	}
/* ==================================TEXT DEFINITIONS*/

strong, b {
	font-weight: bold;
	}
td{
	font-size: 10pt;
	}
p{
	font-size: 11pt;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 5px; 
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

  .product-image { border:solid 1px #ccc; }
  .product-title, .product-price, .product-shipping { font-weight:bold; }
  .data-cell { padding:0px 5px 0px 10px;border:solid 0px #fff;vertical-align:top}
  .align-cart { padding-left:480px }
