@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bigback6a.jpg);
	background-repeat: repeat;
	background-position: top;
} 
#lines {
	background-image: url(lines.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.divhdrtable {
	width: 780px;
	float: none;
	clear: both;
}
.divmenubar {
}

.thrColFixHdr #header {
	background-color: #FFECB4;
	padding: 0;
} 
.unsubscribe {
	font-size: 12px;
	font-style: italic;
}

.thrColFixHdr #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 */
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #770D10;
	
}
.hdrtxt {
	font-family: georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #61100E;
	text-align: left;
	padding-left: 10px;
}
.rthdrtxt {
	font-family: georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #61100E;
	text-align: left;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(bgsb1.jpg);
	background-repeat: repeat;
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 167px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	border-left-style: none;
	border-left-color: #FFF;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.nxtevents {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding-left: 3px;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
	text-align: left;
}
.rightpadding {
	padding-right: 3px;
}

#cookie {
	float: left;
	padding-right: 5px;
}
#copyrighttxt {
	font-size: 12px;
	color: #666;
	text-align: center;
}
#moreevents {
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: left;
}

.nxteventshdr {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #600;
	text-align: left;
	background-color: #FFF;
	text-decoration: underline;
}

.thrColFixHdr #mainContent {
	background-color: #FFF;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 190px;
	margin-left: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFECB4;
} 
.thrColFixHdr #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;
}
#imgfloatright {
	float: right;
	padding-left: 3px;
}
.tableheadings {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #530000;
}
#price {
	text-align: right;
}
.pricefltrt {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: right;
}
.orderbutton {
	float: none;
	color: #D6D6D6;
	text-align: right;
	
}
.price {
	font-size: 14px;
	font-weight: normal;
	color: #9D0000;
	text-align: right;
	padding-top: 15px;
}
.itemno {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	float: none;
	padding-top: 15px;
	margin-top: 25px;
}
.producttable {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#proborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#imgfloatleft {
	float: left;
	padding-right: 8px;
}
.viewcart {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #630;
}
#button {
	text-align: center;
}
.buttoncenter {
	text-align: center;
}
#imagecenter {
	text-align: center;
}
.FeatureItemHead {
	font-size: 16px;
	font-weight: bold;
	color: #600;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: CDD2AE;
	border-top-color: CDD2AE;
	border-right-color: CDD2AE;
	border-left-color: CDD2AE;
	margin: auto;
}
.FeatureHeader {
	border-bottom-style: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #600;
}


.KeywordText {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.keytext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
}
.Letters {
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}
.indenttext {
	padding: 0px;
	margin-left: 25px;
}
.tableborders {
	border: thin solid #333;
}
.moldscenter {
	text-align: center;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: dashed;
	border-top-color: #600;
	border-bottom-style: dashed;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}
.leafpic {
}
#signature {
	font-style: italic;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.FeatureItem {
	background-color: #FFFBEA;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	padding-left: 2px;
	margin-left: -20px;
	margin-right: -13px;
	border-top-color: #CDD2AE;
	border-right-color: #CDD2AE;
	border-bottom-color: #CDD2AE;
	border-left-color: #CDD2AE;
	margin-top: 0px;
}
.productLinks {
	line-height: 25px;
	font-size: 12px;
	padding-left: 0px;
}

.featureItemtext {
	padding-left: 3px;
	text-align: left;
}
.thrColFixHdr #container #sidebar1 div .FeatureItem div table tr .maincontenttxt div {
	color: #530000;
}
.leftpadding {
	padding-left: 3px;
}
.thrColFixHdr #container #sidebar1 .FeatureItem div table tr .maincontenttxt div {
	color: #800000;
}
.outofstock {
	font-size: 12px;
}
.NewItemFont {
	color: #C60000;
	font-weight: bold;
}
.specialOrder {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	color: #660;
	font-size: 12px;
}
.CalltoOrder {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #00F;
	text-decoration: underline;
}
featureditemprice {
	color: #A31624;
}
.thrColFixHdr #container #sidebar2 .nxtevents .nxtevents .maincontenttxt .moldscenter table tr .maincontenttxt div {
	color: #800000;
}
.proHeaders {
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #DEE1C2;
	border-right-color: #DEE1C2;
	border-bottom-color: #DEE1C2;
	border-left-color: #DEE1C2;
	color: #600;
	font-weight: bold;
}
.Products {
	color: #FFF;
	background-color: #630;
	font-weight: bold;
	margin-top: -11px;
	vertical-align: middle;
	padding-top: 15px;
}
.NewHoliday {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.footerLinks {
	padding-right: 8px;
}
linkcolors {
	color: #0000A0;
}
.thrColFixHdr #container #mainContent div .maincontenthdr1 .maincontenttxt table tr td a .maincontenttxt {
	color: #0000A0;
}
.reditaliccenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #58141A;
	text-align: center;
	font-weight: bold;
}

