@charset "utf-8";
body {
	font-family:"Myriad Pro", Arial, sans-serif;
	/*font-family: 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: #EEE;
	background:#010101 url(images/wood_BG.jpg) repeat-x top center fixed;
}
a:link {
	color: #FC3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC3;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FC3;
}
.twoColFixRt #container {
	width: 780px;
	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. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRt #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right 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: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 530px;
}
#header span {
	display: block;
	width: 100%;
	text-align: right;
	margin: 20px 0 0 0;
	font-size: 150%;
	color: #FC3;
}
.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;
}
.fixFF { /* 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;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #FFF;
	font-size: 22px;
}
h2 {
	margin: 0px 10px;
	padding: 0px;
	color: #FFF;
}
h3 {
	text-transform:uppercase;
	border: 1px solid #000;
	text-align: center;
}
h4 {
	border-bottom: 1px solid #7d7153;
	text-transform:uppercase;
	margin-bottom: 0px;
}
h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	white-space: normal;
}
p {
	margin-top: 2px;
	padding-top: 2px;
	margin-left: 5px;
}
#sidebar1 ul {
	margin:0;
	padding:0;
	list-style: none;
}
#sidebar1 ul li {
	display: none;
	padding:0;
	text-align:left;
}
#sidebar1 ul li a {
	color:#FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
	line-height: 1.3em;
	display:block;
	margin-left: 8px;
}
#sidebar1 ul li a:hover {
	margin-left: 10px;
	color:#ffc300;
}
#sidebar1 ul li.menu_head {
	display: block;
	padding:0;
	text-align:left;
}
#sidebar1 ul li.menu_head a {
	border-bottom: 1px solid #666;
	color:#ffc300;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.3em;
	display:block;
	padding-left: 4px;
	margin-left: 0px;
}
#sidebar1 ul li.menu_head a:hover {
	padding-left: 10px;
	color:#FFF;
}
#footer {
	clear: left;
	padding-top: 20px;
}
#footer ul {
	margin:0;
	padding:5px 0 0 0;
	list-style: none;
	float: left;
	overflow: visible;
	width: 105px;
	border-top: 2px solid #666;
}
#footer ul li {
	padding:0;
	text-align:left;
}
#footer ul li a {
	color:#999;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	line-height: 1.3em;
	display:block;
	margin-left: 8px;
}
#footer ul li a:hover {
	margin-left: 10px;
	color:#ffc300;
}
#footer ul li.menu_head {
	padding:0;
	text-align:left;
}
#footer ul li.menu_head a {
	color:#FFF;
	font-size: 16px;
	text-decoration:none;
	line-height: 1.3em;
	display:block;
	padding-left: 4px;
	margin-left: 0px;
}
#footer ul li.menu_head a:hover {
	color:#ffc300;
}
#breadCrumb {
	width: 100%;
	font-size: 80%;
	margin: 10px 0;
}
#copyright {
	width: 100%;
	font-size: 12px;
	color: #7d7153;
	text-align: right;
	margin-bottom: 30px;
}
.readMore {
	white-space: nowrap;
	padding-left: 5px;
}
.box {
	border: 1px solid #7d7153;
	background-color: #000;
	padding: 0px;
	width: 100%;
	margin: 10px auto;
}
.content {
	padding: 10px 10px 0px 10px;
}
.source {
	padding: 0px;
	margin: 0 0 5px 0;
}
.prod {
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
.prod .price {
	padding: 0px;
	margin: 5px 0;
	color: #ffc300;
	font-size: 14px;
}
.prodImage {
	border: 1px solid #000;
	background-color: #000;
	float: left;
	margin: 0 5px 0 5px;
	text-align: center;
	font-size: 12px;
}
.prodDisplay {
	float: left;
	border: 1px solid #000;
	margin: 0 5px 5px 0;
	text-align: center;
}
.prodID {
	color: #FFF;
}
.decal {
	border-bottom: 1px solid #7d7153;
	margin-bottom: 5px;
}
ul.decalList {
	list-style: none;
	font-size: 18px;
	margin: 0px auto;
	padding: 0px;
	width: 520px;
}
ul.decalList li {
	list-style: none;
	float: left;
	width: 240px;
	margin: 0 5px 5px 0;
	padding: 5px;
	height: 130px;
	text-align: center;
	line-height: 130px;
}
ul.decalList img {
	border: none;
	float: left;
	padding-left: 20px;
}
ul.decalList a {
	display: block;
	border: 1px solid #7D7153;
	height: 130px;
	width: 240px;
	padding: 5px;
	line-height: 130px;
}
ul.decalList a:hover {
	border-color: #FFF;
	text-decoration: none;
}
ul.prodList {
	list-style: none;
	font-size: 16px;
	margin: 0px auto;
	padding: 0px;
	width: 520px;
}
ul.prodList li {
	float: left;
	padding: 5px;
	list-style: none;
	width: 155px;
	margin: 0 6px 6px 0;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
ul.prodList img {
	border: none;
	float: left;
	padding-left: 5px;
}
ul.prodList a {
	display: block;
	border: 1px solid #7D7153;
	height: 80px;
	width: 155px;
	padding: 5px;
}
ul.prodList a:hover {
	border-color: #FFF;
	text-decoration: none;
}

ul.collectionList {
	list-style: none;
	font-size: 16px;
	padding: 0px;
}
ul.collectionList li {
	float: left;
	padding: 5px;
	list-style: none;
	text-align: center;
}
ul.collectionList img {
	border: none;
	float: left;
	margin: 2px 10px 15px 2px;
}
ul.collectionList a {
	display: block;
	float: left;
	padding: 5px 5px 15px 5px;
	border: 1px solid #7D7153;
	width: 155px;
	height: 150px;
}
ul.collectionList a:hover {
	border-color: #FFF;
	text-decoration: none;
}