body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #D6D9E1;
	background-image: url(/images/leaf_bg.gif);
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr  #banner {
	background-color: #8F0502;
	padding-bottom: 2px;
	position: relative;
	padding-top: 0px;
	margin: 0px;
} 

.twoColFixLtHdr #banner p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #banner #addthisbookmark {
	position: absolute;
	width: 120px;
	left: 500px;
	top: 5px;
}
.twoColFixLtHdr #banner #nosalestax {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: small;
	text-decoration: none;
	width: 100px;
	list-style-type: none;
}
.twoColFixLtHdr #banner #nosalestax a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #banner #nosalestax a:hover {
	color: #D6D9E1;
}
.twoColFixLtHdr #container #viewcart {
	background-color: #8F0502;
	padding-bottom: 2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 4px 0px 4px;
	text-align: center;
}
.twoColFixLtHdr   #sidebar1   p   {
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8F0502;
}
.twoColFixLtHdr #sidebar1 .comments {
	font-size: medium;
	font-weight: bold;
}
.twoColFixLtHdr  #sidebar1  .textbox {
	font-size: 11px;
	color: #000000;
}
.twoColFixLtHdr  #sidebar1 .question {
	font-weight: bold;
	font-size: small;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-size: small;
	font-weight: bold;
	color: #8F0502;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #8F0502;
}
.twoColFixLtHdr #sidebar1 .related {

}
.twoColFixLtHdr #sidebar1 .related a {
	display: block;
	text-decoration: none;
	color: #8F0502;
	padding: 5px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 .related a:hover {
	color: #000000;
}

.twoColFixLtHdr         #sidebar1       .related li      {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 .related ul {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #mainContent a {
	text-decoration: none;
	color: #8F0502;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8F0502;
}
.twoColFixLtHdr #mainContent img {
	margin-top: 2px;
}

.twoColFixLtHdr #mainContent .products td a {
	border-bottom-style: none;
}


.twoColFixLtHdr  #mainContent  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8F0502;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: x-large;
	text-transform: uppercase;
}
.twoColFixLtHdr #mainContent hr {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent .imgfltrt {
	margin-bottom: 4px;
	margin-left: 8px;
	float: right;
}


#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #mainContent table form {
	text-align: center;
}
.twoColFixLtHdr #mainContent .productImage {
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent .gallerytext {
	font-size: small;
	margin: 0px;
	padding-top: 8px;
}
.twoColFixLtHdr #mainContent caption {
	font-weight: bold;
	color: #8F0502;
}





.twoColFixLtHdr #footer {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #8F0502;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
} 

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #advertising {
	background-color: #8F0502;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixLtHdr #advertising a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #advertising a:hover {
	color: #CC9999;
	text-decoration: none;
}


.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;
}
form {
	margin: 0px;
	padding: 0px;
}


img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* store styles */

/*product lists*/
table.products td, table.products th {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dashed #1E4199;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.products {
	border-left: 1px solid #1E4199;
	border-top: 1px solid #1E4199;
	margin-bottom: 5px;
}
table.products td {
	border-right: 1px dashed #1E4199;
}
table.products th {
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-image: url(../images/bg_red_legal.png);
}
.paging td {
	font-size: 12px;
	font-weight: bold;
	width: 3em;
	padding-right: 20px;
}
/*input forms*/
table.insertForm td, table.insertForm th {
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
table.insertForm {
	margin-bottom: 8px;
	padding: 0px;
}
table.insertForm td {

}
table.insertForm th {
	color: #000000;
	vertical-align: middle;
	text-align: right;
}
table.insertForm table td, table.insertForm table th {
	border: none;
}
.twoColFixLtHdr #login {
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	padding-right: 300px;
}
