@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	background: #2B3338; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #691204;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0 0;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 

.twoColFixLtHdr #header {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	background: #E7B562;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #862600;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.twoColFixLtHdr #header a:link, #header a:visited {
	color: #691204;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #header a:hover, #header a:active, #header a:focus {
	color:#C30;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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: #3d0302; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	color: #E7B562;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.twoColFixLtHdr #sidebar1 a:link, #sidebar1 a:visited {
	color: #E7B562;
	font-weight: bold;
	text-decoration: none;
}  
.twoColFixLtHdr #sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {  
   color:#C30; 
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/goldgradient.jpg);
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #mainContent #historynavbar {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #E7B562;
	width: 732px;
}
	
	
.twoColFixLtHdr #mainContent #historynavbar p {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px 6px 0;
}
#mainContent #historynavbar p a:link, #mainContent #historynavbar p a:visited {
	text-decoration:none;
}
#mainContent #historynavbar p a:hover, #mainContent #historynavbar p a:active, #mainContent #historynavbar p a:focus {
	color:#C30;
}

.twoColFixLtHdr #mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#C30;
	margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
	line-height: 24px;
}
.twoColFixLtHdr #mainContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color:#C30;
	margin-top: 5px;
	margin-left: 15px;
	padding-bottom: 10px;
}
	
.twoColFixLtHdr #mainContent p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
}
#container #mainContent img {
	padding: 20px 5px 8px 5px;
	text-align: left;
}

#container #mainContent p {
	font-size: 14px;
	text-align: left;
	color: #691204;
}
#container #mainContent p a:link, #container #mainContent p a:visited {
	color:#691204;
	text-decoration:none;
}
#container #mainContent p a:hover, #container #mainContent p a:active, #container #mainContent p a:focus {
	color:#C30;
}

#mainContent #partsGrid {
	height: 540px;
	border: 0;
	background-color:#FFF;
	overflow: auto;
	width: 732px;
}
#mainContent #partsGrid p {
	font-size: 12px;
	font-weight: bold;
}


	#mainContent #partsGrid ul { position : relative;
    list-style-type : none;
    width : 715px;
    margin : 0;
    padding : 0;
	}

    
    #mainContent #partsGrid li { float : left;
    width : 150px;
    padding : 0 1em 1em 1em;
    border-right : 1px solid #e8b564;
    border-bottom : 1px solid #e8b564; }
    
    #mainContent #partsGrid li#one { background : #FFF url(../images/ne_1.png) no-repeat 50% 10px; }
    #mainContent #partsGrid li#two { background : #FFF url(../images/ne_2.png) no-repeat 50% 10px; }
    #mainContent #partsGrid li#three { background : #FFF url(../images/ne_3.png) no-repeat 50% 10px; }
	#mainContent #partsGrid li#four { background : #FFF url(../images/ne_4.png) no-repeat 50% 10px; border-right : 0 solid #691204; }
    
    #mainContent #partsGrid li#five { padding-top : .5em;
    background : #fff; url(../images/ne_5.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564; }
	
	#mainContent #partsGrid li#six { padding-top: .5em;
	background: url(../images/ne_6.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564; }
	
	#mainContent #partsGrid li#seven { padding-top: .5em;
	background: url(../images/ne_7.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564; }
	
	#mainContent #partsGrid li#eight { padding-top: .5em;
	background: url(../images/ne_8.png) no-repeat 50% 3em;
	border-right: 0 solid #e8b564;
	border-bottom: 0 solid #e8b564; }
	
	#mainContent #partsGrid li#nine {
	padding-top : 0.5em;
url(../images/ne_5.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564;
	background-color: #FAEDCD;
}
	
	#mainContent #partsGrid li#ten { padding-top: .5em;
	background: url(../images/ne_6.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564; background-color: #FAEDCD; }
	
	#mainContent #partsGrid li#eleven { padding-top: .5em;
	background: url(../images/ne_7.png) no-repeat 50% 3em;
	border-bottom: 0 solid #e8b564; background-color: #FAEDCD; }
	
	#mainContent #partsGrid li#twelve { padding-top: .5em;
	background: url(../images/ne_8.png) no-repeat 50% 3em;
	border-right: 0 solid #e8b564;
	border-bottom: 0 solid #e8b564; background-color: #FAEDCD; }

#mainContent #partsGrid ul #nine p, #mainContent #partsGrid ul #ten p, #mainContent #partsGrid ul #eleven p, #mainContent #partsGrid ul #twelve p {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
	margin-left: 5px;
	padding-top: 5px;
}

#mainContent #partsGrid ul #nine a, #mainContent #partsGrid ul #ten a, #mainContent #partsGrid ul #eleven a, #mainContent #partsGrid ul #twelve a {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
	margin-left: 15px;
	list-style-type: none;
	text-indent: -10px;
}

	
	#mainContent #partsGrid li#one a, #mainContent #partsTable li#two a, #mainContent #partsTable li#three a, #mainContent #partsTable li#four a { padding-top: 140; }
	#mainContent #partsGrid li#five a, #mainContent #partsTable li#six a, #mainContent #partsTable li#seven a, #mainContent #partsTable li#eight a { padding-bottom: 140; }
	
	#mainContent #partsGrid li a { display : block;
	text-align: center; }
	
	#mainContent #partsGrid a:link, a:visited { text-decoration: none;
	color : #691204;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold; }
	
	#mainContent #partsGrid a:hover, a:active { text-decoration: none;
	color : #c30;
	font-weight: bold; }


#mainContent #partsGrid p a:link, #mainContent #partsTable p a:visited {
	color:#691204;
	font-weight: bold;
	text-decoration:none;
}
#mainContent #partsGrid p a:hover, #mainContent #partsTable p a:active, #mainContent #partsTable p a:focus {
	color:#C30;
}

#mainContent #itemInfo {
	height: 540px;
	border: 0;
	background-color:#FFF;
	overflow: auto;
	width: 734px;
}

#mainContent #itemInfo img {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: left;
}


#mainContent #itemInfo p {
	font-size: 14px;
	text-align: left;
	color: #691204;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: square;
	list-style-position: inside;
}
#mainContent #itemInfo p a:link, #mainContent #itemInfo p a:visited {
	color:#691204;
	text-decoration:none;
}
#mainContent #itemInfo p a:hover, #mainContent #itemInfo p a:active, #mainContent #itemInfo p a:focus {
	color:#C30;
}

#mainContent #itemInfo ul {
	list-style-type: none;
	width : 715px;
    margin : 0;
    padding : 0;
}

#mainContent #itemInfo li {
	position: relative;
	float: left;
	width: 357px;
	padding: 2em 0;
}

#mainContent #itemInfo ul#bullets {
	width:650px;
	margin : 0;
    padding : 0 2em;
}
    
#mainContent #itemInfo li#bullets {
    padding : 0 30px 5px 0;
	list-style-type:disc;
	line-height:18px;
	width: 550px;
	float: none;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e8b564;
	margin: 0;
} 
.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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
}

.twoColFixLtHdr #footer a:link, #footer a:visited {
	color:#691204;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover, #footer a:active, #footer a:focus {
	color:#C00;
}


.twoColFixLtHdr #credits {
	margin: 0px;
	background-color:#2B3338;
}

.credits {
	font-size: 9px;
	color: #999;
	text-align: center;
	padding: 6px 0 0 0;
}
.twoColFixLtHdr #credits a:link, #credits a:visited {
	color:#999;
	font-size: 9px;
	font-weight: normal;
	text-decoration:underline;
}
.twoColFixLtHdr #credits a:hover, #credits a:active, #credits a:focus {
	color:#8A1E04;
}

.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;
}
.imghdr {
	text-align: left;
}
.pBold {
	font-weight: bold;
}
.pEmphasis {
	font-style: italic;
}
.qtyCart {
	padding-left: 13px;
}

.form1 {
	font-size: 12px;
	padding: 5px 5px 5px 20px;
}

