@charset "utf-8";

#contentMainWrapper
{
	padding: 5px 64px;
	background:url("../images/bg-body-fixed.gif") no-repeat scroll -77px -228px transparent;
	margin-bottom: 10px;
}
#contentMainWrapper tbody
{
	background-color: white;
}
#indexHomeBody #contentMainWrapper tbody
{
	background: none;
}

#indexHomeBody #contentMainWrapper
{
	padding: 0 64px;
}

body  {
	background-image: url(../images/bg.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-position: top center; 
	font-size: 12px;

}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav .todays-deal
{
	display: block;
	width: 164px;
	height: 44px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/img-todays-deal.png) no-repeat top left;
}
#nav .faq
{
	display: block;
	width: 100px;
	height: 44px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/img-faqs.png) no-repeat top left;
}
#nav .log-in
{
	display: block;
	width: 107px;
	height: 44px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/img-log-in.png) no-repeat top left;
}
#nav .log-off
{
	display: block;
	width: 164px;
	height: 44px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/img-log-off.png) no-repeat top left;
}
#nav .my-account
{
	display: block;
	width: 164px;
	height: 44px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/img-my-account.png) no-repeat top left;
}

#container { 
	width: 1122px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background: url(../images/bg-second.gif) repeat-y left top;
}

#header { 
	height: 229px;
	padding: 0 64px;
	background: url("../images/bg-body-fixed.gif") no-repeat scroll -62px 0 transparent;
} 

#headerinner { 
	background-color: #626030;
	background-image: url(../images/head-inner.jpg);
	height: 293px; 
	background-repeat: no-repeat;

} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a img {
	border: none;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
input {
	margin: 3px;
}
.centerColumn h1 {
	font-weight: bold;
	color: #C63A2D;
}
#floating_logo {
	background-image:url(../images/logo.gif);
	height:139px;
	width:466px;
	position: absolute;
	top: 11px;
	left: 136px;
}
.leftside {
	width: 673px; /* 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: url(../images/bg-content.png) repeat-y 40px 0;
	padding: 0 0 0 40px;
	margin: 0;
}
.leftside .content-top
{
	width: 673px; /* 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 */
	clear: both;
	background: url(../images/bg-content-top.png) no-repeat;
	height: 50px;
	margin-bottom: -25px;
	margin-top: -29px;
}
.leftside .content-middle
{
	padding: 0 76px 0 10px;
}
.leftside .content-bottom
{
	width: 673px; /* 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 */
	clear: both;
	background: url(../images/bg-content-bottom.png) no-repeat;
	height: 50px;
	margin-top: -25px;
}
.side-bar-top
{
	text-align: center;
	width: 246px;
	height: 275px;
	padding: 77px 35px 68px 47px;
	background: url(../images/bg-side-bar-top.gif) no-repeat;
	clear: both;
	margin-left: -69px;
	margin-top: -88px;
	color: #fffff9;
	float: right;
	display: block;
	position: relative;
}
.side-bar-top h1
{
	font-size: 42px;
	color: #fffff9;
	margin-top: 15px;
}
.side-bar-top .product
{
	width: auto;
	color: #fffff9;
}
.side-bar-middle
{
	text-align: center;
	width: 252px;
	padding: 0 21px 0 20px;
	background: url(../images/bg-side-bar-middle.gif) repeat-y;
	clear: both;
	margin-left: -33px;
	float: right;
	display: block;
	position: relative;
}
.side-bar-bottom
{
	width: 293px;
	height: 23px;
	background: url(../images/bg-side-bar-bottom.gif) no-repeat;
	margin-left: -33px;
	float: right;
	display: block;
	position: relative;
}
.rightside { 
	padding-left: 10px;
}
	

h1 {
	color: #c63a2d;
	font-weight: bold;
	font-size:36px; 
	font-weight:bold; 
}

h2 {
	color: #c63a2d;
	display:inline;
	font-weight: bold;
	font-size: 14px;
}

.product {
	color: #c63a2d;
	padding: 5px;
	font-weight: bold;
	text-align:center;
	width: 320px;
	font-size: 18px;

}

h3 {
	color: #c63a2d;
	display:inline;
	font-size: 12px;
	font-weight:100;
}

.greenbold {
	font-weight: bold;
	color: #708c1c;
	font-size:12px;
}

.greybold {
	font-weight: bold;
	color: #434343;
	font-size:12px;
}

#footer { 
	
	font-size:12px;
	text-align:left;
	margin-left: 82px;
	line-height:16px;
	padding: 0 64px;
} 


#footer  a:link, #footer  a:visited, #footer  a:active, #footer  a{
	color	: 	#c83c2f;
}

#footer  a:hover{
	color	: 	#567108;
}


a:link, a:visited, a:active, a{
	color	: 	#c83c2f;
	text-decoration:none;
}

 a:hover{
	color	: 	#567108;
	text-decoration:none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#orderTotals {
	margin-left: 624px;
}


#nav{
   white-space : nowrap;
   color : White;
   position: absolute;
   top: 0;
   right: 57px;
} 
#nav ul{
   margin : 0;
   float : left;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
   color : White;
   font-weight : bold;
   text-decoration : none;
   font-size: 22px;
   float : left;
   padding-right: 8px;
}

#nav ul li a:hover{
   color : #f4d6d3;
} 

#header .login a {
	color : White;
	font-weight:bold;
}
#header .login a:hover{
	color : #f4d6d3;
	font-weight:bold;
}
#cartContentsDisplay .tableHeading {
	background-color:  #50501c;
	color: white;
}
#cartContentsDisplay {
	border-bottom: solid 1px #50501c;
}
#cartSubTotal {
	text-align: right;
}
#checkoutOrderTotals .lineTitle {
	float: left;
	width: 147px;
}
label.inputLabel, label.inputLabelPayment {
	float: left;
	width: 147px;
	padding-top: 4px;
}
#loginDefault .advisory {
	margin-top: 87px;
}
#createAcctSuccess, #logoffDefault, #timeoutDefault {
	padding-top: 119px;
}
.emptymsg {
width: 460px;
height: 198px;
background-image:url(../images/empty.jpg);
background-repeat:no-repeat;
padding-top: 100px;
padding-right: 30px;
color: #5f3a1e;
position: relative;
margin-top: -200px;
margin-left: 200px;
font-weight: bold;
}

.paypal {
	background-image:url(../images/paypal.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:#5F3A1E;
	font-weight:bold;
	height:133px;
	padding-left:81px;
	padding-top:50px;
	width:240px;
}

.button {
width: 311px;
height: 172px;
color: #5f3a1e;
background-repeat:no-repeat;
padding-top: 50px;

font-weight: bold;
}

.states {
height: 33px;
color: #5f3a1e;
background-image:url(../images/states.jpg);
background-repeat:no-repeat;
padding-left: 60px;
font-weight: 100;
margin-top: 10px;
}

div.tableContainer {
	height: 195px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
}

.scrolltbl table {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border	: 	1px solid #e0dcdb;
	margin-top: 3px;
}
	
.scrolltbl table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 250px;
	overflow-x: hidden;
}

.scrolltbl tbody td {
	color				: 	#636363;
	border-left			: 	1px solid #e0dcdb;
	border-bottom		: 	1px solid #e0dcdb;
}

.scrolltbl tbody tr td {
	font-size	: 	8pt;
	padding		: 	3px;
}


.scrolltbl thead tr	{
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	background-color: #ffffff;
	}
	
.scrolltbl thead td, thead th {
	font-weight: bold;
	border-top: solid 1px #d8d8d8;
	background-color:  	#636363;
	font-weight		:	bold;
	text-align		:  	center;
	color			: 	#fff;
	padding			: 	5px;
	font-size		:	10px;
}	
	
.scrolltbl td	{
	color				: #636363;
	border-left			: 1px solid #e0dcdb;
	border-bottom		: 1px solid #e0dcdb;
}
	
.scrolltbl table tfoot tr { /*idea of Renato Cherullo to help IE*/
      position: relative; 
      overflow-x: hidden;
      top: expression(parentNode.parentNode.offsetHeight >= 
	  offsetParent.offsetHeight ? 0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0);
      }


.scrolltbl tfoot td	{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background-color: #636363;
	color: #000000;
}

.scrolltbl td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/

.question {
	font-size: 14pt;
	font-weight: bold;
}
.answer {
	font-size: medium;
	font-weight:
}
.section {
	font-size: 16pt;
	font-weight: bold;
}
#ezPagesHeading {
	width: 595px;
	text-align:left;
}
#contentMainWrapper {
	margin-left: 15px;
}

#PPECbutton {
	margin: 10px;
}

.floatingBox {
	margin: 10px;
	width: 75%;
}

.buttonRow {
	margin: 10px;

}
.rss-link a
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #b8c1c6;
	line-height: 45px;
}
