body {
	background-color:#8C8C8C;
	/*margin:10px;*/
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #header_subpage { 
	color: #000000; /*header image*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #999999;
	height: 200px;
	border-bottom: 1px solid #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #container { 
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #273C67;
	background: #ffffff url("images/bgle1.gif") repeat-y right;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0E379B;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #topmenu {
	margin: 0;
	padding: 0 0 0 1em;
	text-align: center;
	height: 1.6em;
	border-bottom: 1px solid #0D2254;
	border-top: 1px solid #0D2254;
	color: #A60000;
	background-color: #92A1BF;
}
/* Suckerfish dropdown menu CSS follows */

#topmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#topmenu li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
}
#topmenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	text-align: center;
	width: 8em;
	left: 0;
}
#topmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#topmenu li li a { /* all list items */
	padding: 0 5px 0 5px;
	border-top: 1px solid #FFFFFF;
}
#topmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#topmenu ul li a {
	background-color: #92A1BF;
	color: #A60000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 11px/22px Arial, Helvetica, sans-serif;
}
#topmenu ul li a:hover {
	color: #ffffff;
	background-color: #A60000;
}
#topmenu a:active {
	background-color: #A60000;
	color: #ffffff;
}
/* End of Suckerfish dropdown menu code */

h1 {
	border-bottom: dotted 1px #2B4B8B;
	font:  bold 1.2em Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-bottom: 0;
	color: #A60000;
}
h2 {
	font: italic bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #92A1BF url("images/bgle1.gif") repeat-y right; /* the background color will be displayed for the length of the content in the column, but no further */
}
.cartbutton {
	text-align: center;
}
#sidenav {
	padding-left: 10px;
	padding-right: 3px;
 }
 #sidenav ul {
	color: #ffffff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#sidenav ul li {
	font: italic normal 1.1em Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-bottom: 2px; 
	font-weight: bold;
}
#sidenav ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidenav ul ul li {
	border: 0;
	font: normal normal .7em/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}
#sidenav ul ul li a {
	color: #A60000;
	text-decoration: none;
}
#sidenav ul ul li a:hover {
	border-bottom: 1px solid #ffffff;
}
#sidenav ul ul ul.children {
	font-size: 1em;
	padding-left: 4px;
}
#sidenav ul li ul li ul li{
	border: 0;
	font: normal normal 1em/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}
.twoColFixRtHdr #mainContent { 
	color: #333333;
	background-color: #FFFFFF;
	clear: left;
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2em 0 1em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	color: #ffffff;
	background-color: #92A1BF; 
} 

.copyright {
	border-top: double 3px #2B4B8B;
	color: #ffffff;
	font-size: .8em;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.copyright a:link, .copyright a:hover, .copyright a:visited {
	color: #A60000;
	text-decoration: none;
}
a {
	color: #A60000;
	font-weight: bold;
}
a img {
	border: none;
}
a:visited {
	color: #A60000;
}
a:hover {
	color: #A60000;
}
a:active {
	color: #A60000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#textmenu {
	font-size: 0.8em;
}
#textmenu a {
	color: #999999;
}
.datatable, .datatable td {
	border: 1px solid #999999;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.product_photo_border, .product_photo_noborder {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}
.product_photo_border img {
	border: 1px solid #000000;
}
.product_thumb {
	border: 1px solid #000000;
}
.category_backlink {
	font-size: .8em;
	text-align: right;
	font-style: italic;
}
h1 a {
	text-decoration: none;
}
div.single_addtocart {
	margin-top: 1em;
	width: 240px;
}
div.single_addtocart p {
	width: 8em;
	float: right;
	margin: 0 0 0 1em;
	padding-top: 0px;
}
div.single_addtocart form {
	margin: 0;
	padding: 0;
}
div#pricingchart {
	clear: both;
}