@charset "utf-8";
body {
	font: 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #bc1a0b url(../img/homeBG.jpg) left top repeat-x;
	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;
}
.oneColFixCtrHdr #outer {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../img/homeTop.jpg) top center no-repeat;
	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. */
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background: url(../img/homeBanner.jpg) top center no-repeat;
	height: 282px; 
	padding: 0;
	margin: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../img/bodyBGjpg.jpg) top center no-repeat;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #nav {
	padding: 0;
	margin: 0;
	background:#DDDDDD;
	border-bottom: solid 1px #bc1a0b;
	text-align: left;
	background: #fff695 url(../img/navBG.jpg) top left repeat-x;
	height: 30px;
}
.oneColFixCtrHdr #nav ul {
	list-style: none;
	display:inline;
}
.oneColFixCtrHdr #nav ul li {
	display: inline;
	padding: 0;
}
.oneColFixCtrHdr #nav ul li a {
	padding:5px 10px 0 10px;
	display: block;
	height: 26px;
	color: #fff;
	text-decoration: none;
	float: right;
}
.oneColFixCtrHdr #nav ul li a:hover {
	background: #bc1a0b url(../img/navBGhover.jpg) top left repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff695 url(../img/footerBG.jpg) left top repeat-x;
	border-top: solid 1px #bc1a0b;
	font-size: 12px;
	text-align: right;
	color: #B3AC68;
}
.oneColFixCtrHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr h1 {
	margin: 0;
	padding: 16px 0 0 0;
	font-size: 24px;
	color: #bc1a0b;
}

.oneColFixCtrHdr h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 18px;
	color: #bc1a0b;
}
.oneColFixCtrHdr h3 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.oneColFixCtrHdr p {
	margin: 0;
	padding: 10px 0;
	padding-left: 3px;
}
.oneColFixCtrHdr a {
	color: #bc1a0b;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr a:hover {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr blockquote {
	margin: 0;
	padding: 10px;
	background: url(../img/blockquoteBG.jpg) top center no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

.sig {
	font-style: normal;
	text-align: right;
	font-weight: bold;
}

.top {
	text-align: right;
	font-weight: bold;
}

.oneColFixCtrHdr #footer a {
	color: #B3AC68;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a:hover {
	color: #bc1a0b;
}
.oneColFixCtrHdr #cta {
	width: 80px;
	height: 14px;
	padding-top: 257px;
	margin-left: 580px;
}

.oneColFixCtrHdr #cta2 {
	width: 315px;
	height: 14px;
	margin-left: 400px;
	padding-top: 14px;
}

/* Used on the orders page */
#mainContent .price {
	color:#FF0000;
	font-weight:bold;
	margin-top:-18px;
}

.oneColFixCtrHdr #sell {
	width: 728px;
	height: 1550px;
	padding: 0;
	margin: 0;
	/*background: url(../img/sell.jpg) top center no-repeat;*/
	border: solid 1px #bc1a0b;
}
.oneColFixCtrHdr #product {
	width: 400px;
	padding: 10px;
	margin: 20px 20px 0 0;
	background: #fff;
	border: solid 1px #bc1a0b;
	float: right;
	clear: both;
}
.oneColFixCtrHdr #product2 {
	width: 200px;
	padding: 10px;
	margin: 20px 20px 0 0;
	background: #fff;
	border: solid 1px #bc1a0b;
	float: right;
	clear: both;
}
.oneColFixCtrHdr #button {
	margin: 0;
	float: right;
	clear: both;
}

.oneColFixCtrHdr #order {
	width: 728px;
	height: 45px;
	padding: 0;
	margin: 0;
	background: url(../img/order.jpg) top center no-repeat;
	border: solid 1px #bc1a0b;
	clear: both;
}

.right {
	padding: 0;
	margin: 5px 0 5px 5px;
	border: solid 1px #bc1a0b;
	float: right;
}
.left {
	padding: 0;
	margin: 5px 10px 15px 0;
	border: solid 1px #bc1a0b;
	float: left;
}

.left-no-border {
	padding: 0;
	margin: 5px 10px 0 0;
	float: left;
}
.right-no-border {
	padding: 0;
	margin: 0px 0px 0 10px;
	float: right;
}
.no-border {
	padding: 0;
	margin: 5px 5px 0 0;
	float: inherit;
}

.oneColFixCtrHdr #mainContent ul li {
	padding: 0 0 5px 0;
}