@charset "UTF-8";
body  { font: 100% Verdana, Arial, Helvetica, sans-serif; background: url(images/background/body.jpg) repeat; 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; }
#wrapper { width: 980px; margin: 0 auto; text-align: left; }
#wrapper2 { }
#container2 { width: 780px; margin: 0 auto; text-align: left; background-image: url(images/background/beltWithStuds.png); background-repeat: repeat-y; background-position: center center; background-color: #000; }
 #container { width: 780px; margin: 0px auto 0; text-align: left; background-repeat: no-repeat; background-position: center top; background-image: url(images/background/headerLeatherProducts.jpg); padding-bottom: 0px; line-height: 35px; padding-top: 0px; border-right-width: 2px; } 
 #header { padding: 0px 10px 0 20px; color: #101010; font-size: 30%; width: 750px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; height: 180px; background-repeat: no-repeat; background-position: 50px -10px; background-image: url(images/animation/Header2.gif); text-align: right; } 
.hr { color: #080808; width: 660px; border-top-width: 2px; border-top-style: dashed; border-top-color: #C29F83; background-color: #080808; }
.tableBottomBorder { border-bottom-width: 2px; border-bottom-style: dashed; border-bottom-color: #BC997D; padding-bottom: 20px; margin-bottom: 20px; }
 #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; }
 #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 200px 25px 15px 55px; clear: left; color: #C09D81; font-size: 90%; background-image: url(images/background/sheriffStar.png); background-repeat: no-repeat; background-position: 45px top; border-right-width: 2px; border-right-style: dashed; border-right-color: #AC8373; margin-top: 30px; }
 #mainContent { margin: 42px 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0px 50px 0 25px; color: #AC8373; background-repeat: repeat-y; background-position: left top; } 
#mainContent2 { margin: 42px 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0px 50px 0 25px; color: #AC8373; background-repeat: no-repeat; background-position: left top; }
#mainContentProducts { margin: 30px 0 0 35px; /* the left margin on this div element creates the column down the left 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: 0px 50px 0 25px; color: #AC8373; }
.blockquoteInProductPage { float: left; width: 230px; margin-right: 20px; margin-bottom: 10px; }
#mainContent2 a { color: #FF0; text-decoration: none; }
#mainContent2 a:hover { color: #FF0; text-decoration: underline; }
#mainContentProducts a { color: #FF0; text-decoration: none; }
#mainContentProducts a:hover { color: #FF0; text-decoration: underline; }
#mainContent a , #sidebar1 a  { color: #FF0; text-decoration: none; }
#mainContent a:hover ,#sidebar1 a:hover { color: #FF0; text-decoration: underline; }
 #footer { padding: 10px 10px 10px 20px; font-size: 80%; width: 760px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-image: url(images/background/footer.jpg); background-repeat: no-repeat; background-position: center top; } 
#footer a { color: #000; text-decoration: none; }
#footer a:hover { color: #900; text-decoration: underline; }
 #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; }
.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;
}#nav { height: 2.8em; width: 780px; }
.search { background-color: #900; padding: 10px; }
.productType { font-size: 80%; font-weight: bold; padding: 5px; }
.productName { font-size: 130%; font-weight: bold; color: #900; padding: 5px; }
.productPrice { font-size: 90%; font-weight: normal; color: #666; padding: 5px; }
.productDescription { font-size: 80%; font-weight: normal; color: #666; line-height: 30px; padding-bottom: 10px; padding-top: 5px; padding-right: 5px; padding-left: 5px; }
.hilite { background-color: #CCC; }
.formLabels { }
.formFields { height: 25px; border-top-width: 3px; border-top-style: solid; border-top-color: #900; background-image: url(images/background/body.jpg); background-repeat: repeat; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #900; border-bottom-color: #900; border-left-color: #900; }
.formFieldsMessage { border-top-width: 3px; border-top-style: solid; border-top-color: #900; background-image: url(images/background/body.jpg); background-repeat: repeat; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #900; border-bottom-color: #900; border-left-color: #900; }
blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #000; background-color: #AC8373; margin: 5px 10px 10px; padding: 0px; background-image: url(images/top_quote.gif); background-position: left top; background-repeat: no-repeat; }
blockquote p { padding: 10px 10px 0px; margin-top: 10px; margin-left: 10px; text-indent: 20px; font-size: 150%; }
.emphasis { color: #FFF; background-color: #600; padding-top: 3px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; }
#quote_attribute { font-size: 70%; background-image: url(images/btm_quote.gif); background-repeat: no-repeat; background-position: right bottom; text-align: right; text-indent: 0px; margin-top: 0px; padding-bottom: 35px; line-height: 0px; }
.frame { border: 5px solid #B7987B; }
.firstLetter { font-family: "Times New Roman", Times, serif; font-size: 200%; color: #900; background-image: url(images/background/body.jpg); background-repeat: repeat; border: 1px dashed #900; padding: 4px 6px; margin-right: 5px; font-weight: bold; }
.headingIndex { padding-top: 0px; padding-right: 7px; padding-bottom: 55px; padding-left: 7px; color: #101010; background-image: url(images/background/HeadingIndex.png); background-repeat: no-repeat; background-position: 10px 40px; border-bottom: 2px dashed #AC8373; margin-top: 0px; }
.headingAbout { padding-top: 0px; padding-right: 7px; padding-bottom: 55px; padding-left: 7px; color: #101010; background-image: url(images/background/headingAbout.png); background-repeat: no-repeat; background-position: 10px 40px; border-bottom: 2px dashed #AC8373; margin-top: 0px; }
.headingProduct { padding-top: 0px; padding-right: 7px; padding-bottom: 55px; padding-left: 7px; color: #101010; background-image: url(images/background/headingProduct.png); background-repeat: no-repeat; background-position: 260px 40px; border-bottom: 2px dashed #AC8373; margin-top: 0px; }
.headingOrders { padding-top: 0px; padding-right: 7px; padding-bottom: 55px; padding-left: 7px; color: #101010; background-image: url(images/background/headingOrders.png); background-repeat: no-repeat; background-position: 10px 40px; border-bottom: 2px dashed #AC8373; margin-top: 0px; }
.headingContact { padding-top: 0px; padding-right: 7px; padding-bottom: 55px; padding-left: 7px; color: #101010; background-image: url(images/background/headingContact.png); background-repeat: no-repeat; background-position: 10px 40px; border-bottom: 2px dashed #AC8373; margin-top: 0px; }
.listingHeader { background-color: #BE9F82; padding: 5px 5px 5px 0px; color: #000; }
.listingHeaderFirstLetter { background-color: #BE9F82; font-weight: bold; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 5px; color: #000; }

