@charset "UTF-8";

/*=STRUCTURE
=== === === === === === === === === === */
body {
	background-color: #5B6459;
	font: normal 12px/1.5em Georgia, Times New Roman,Garamond, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #694A0B;
}
#container{
	width: 100%;
	background: #5B6459 url(../../assets/images/bg_fade.png) top repeat-x;
	text-align: left;
}
.col_full{
/* when content takes up full site width */
/* can aslo be used to wrap inner colums if container hook isn't enough */
	width: 100%;
	float: left;
	clear: both;
}
.col_large, .store_main {
/* when content is with one sidebar */
	float: left;
	width: 475px;
	background-image: url(../../assets/images/bg_large_content.gif);
	background-repeat: repeat-y;
}
.col_large_inner, .store_main_inner {
	background: url(../../assets/images/bg_large_inner.png) bottom no-repeat;
	float: left;
	width: 100%;
	padding: 0 0 16px 0;
}
.col_large_content_home {
	background: url(../../assets/images/bg_large_corners_home.gif) top no-repeat;
	padding: 15px 12px 16px;
}
.col_large_content_inner, .store_main_content {
	background: url(../../assets/images/bg_large_corners_inner.gif) top no-repeat;
	padding: 16px 15px;
}
.col_medium, .store_sidebar {
/* when content is with two sidebars */
	float: left;
	width: 288px;
	background: url(../../assets/images/bg_medium.gif) top no-repeat;
	padding: 16px 0 0 0;
}
.col_medium_inner, .store_sidebar_inner {
	background: url(../../assets/images/bg_medium_inner.png) bottom no-repeat;
	padding: 0 0 16px 0;
}
.col_medium_content, .store_sidebar_content {
	background: url(../../assets/images/bg_medium_content.gif) repeat-y;
	padding: 0 0 16px 0;
}
.col_small {
/* sidebar next to content */
	float: left;
	width: 190px;
	padding: 20px 0 0 0;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
	margin: 0;
	padding: 0 30px 10px 20px;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 10px 30px 0 0px;
	color: #6b4c0c;
	font-weight: normal;
}
img {
	border: 0;
}
a:link,a:visited{
	color: #A40000;
	color: #A40000;
}
a:active,a:hover{
	color: #FF2200;
	color: #FF2200;
}
blockquote{
	margin: 0 20px 10px 20px;
	padding: 10px;
	font-style: italic;
	border: 1px solid #6b4c0c;
}
form{
	clear: both;
	padding: 0;
	margin: 0;
}
form fieldset{
	border: none;
	padding: 0 20px 5px 20px;
	margin: 0;
}
form fieldset input{
	font-size: 85%;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form fieldset label{
	font-size: 85%;
	display: block;
	padding: 0;
	color: #694A0B;
}
form fieldset textarea{
	width: 90%;
	font-size: 85%;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
form fieldset input.textfield{
	width: 90%;
}
form fieldset input.submitbutton{
	margin: 5px 0 10px 0;
}

/*=HEADER
=== === === === === === === === === === */
#header #masthead{
	background: #64460B url(../../assets/images/bg_header.png) bottom repeat-x;
}
#header #masthead .col_full {
	float: none;
	width: 760px;
	margin: 0px auto -6px auto;
}
#header h1{
	font-size: 250%;
	padding: 15px 0 0 15px;
	color: #ffffff;
	line-height: 100%;
}
#header h3{
	font-size: 85%;
	color: #FFDC99;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 0 20px 15px;
}
#header form{
	float: right;
	display: block;
	width: 260px;
	padding: 0;
	margin: 1.3em 0 0 0;
}
#header form fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
#header form fieldset input{
	font-size: 90%;
	color: #111111;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	width: 140px;
}
#header form fieldset input.textfield{
	background: #D7C197;
	border: 1px solid #B19F7C;
	padding: 3px 2px;
}
#header form fieldset input.submitbutton{
	margin: 0;
	width: 58px;
	height: 23px;
	border: 0px;
	background: url(../../assets/images/searchbutton.png) 0 0 no-repeat;
	text-indent: -8000px;
	padding: 0;
}

#header #search {margin-bottom: 0;}

/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
	width: 760px;
	margin: 0px auto;
	clear: both;
}
#promo img{
	display: block;
}

/*=HIGHLIGHT
unique areas such as home page highlight text
=== === === === === === === === === === */

/*.highlight {*/
/* when content is with two sidebars */
/*  float: left;
  width: 770px;*/
/*  background: url(../../assets/images/bg_highlight.gif) top no-repeat;*/
/*  padding: 20px 0 0 0;
  clear: both;
  margin: 0px auto;
  text-align: left;
  margin-top: 5px;
}
.highlight_inner {
  background: url(../../assets/images/bg_highlight_inner.gif) bottom no-repeat;
  padding: 0 0 29px 0;
}
.highlight_content {
  background: url(../../assets/images/bg_highlight_content.gif) repeat-y;
  padding: 0 0 0 0;

}

.highlight p{
  font-size: 130%;
  color: #FFFFFF;
  padding: 0 19px;
}
.highlight img{
  display: block;
}*/

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	clear: both;
	width: 760px;
	margin: 0px auto;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li{
	display: inline;
}
#navigation .menu_primary ul{	
	background-repeat: no-repeat;
	background-image: url("../../assets/images/bg_navigation.gif");
	background-position: bottom left;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
#navigation .menu_primary ul li a{
	display: block;
	padding: 10px 5px 12px 5px;
	text-decoration: none;
	float: left;
	margin: 0 0 0 10px;
}
#navigation .menu_primary ul li a:link,
#navigation .menu_primary ul li a:visited {
	color: #FFDC99;
	text-align: center;
}
#navigation .menu_primary ul li a:hover, 
#navigation .menu_primary ul li a:active {
	color: #FFFFFF;
	background: url("../../assets/images/bg_active_navigation.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}
#navigation .menu_secondary ul{
	clear: both;
	float: left;
	width: 100%;
}
#navigation .menu_secondary ul li a{
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	float: left;
	margin: 0 0 0 10px;
}
#navigation .menu_secondary ul li a:link,
#navigation .menu_secondary ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation .menu_secondary ul li a:hover,
#navigation .menu_secondary ul li a:active {
	color: #FFDC99;
	text-decoration: underline;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#bodyarea ul{
	padding: 0;
	margin: 0 30px 10px 35px;
}
#bodyarea h2{
	clear: both;
	font-size: 200%;
}
#bodyarea h3{
	clear: left;
	font-size: 150%;
}
#bodyarea h4{
	clear: left;
	font-size: 125%;
	padding: 0 30px 0 20px;
}
#bodyarea p.meta{
	padding: 0 20px 5px 20px;
	margin: -3px 0 0 0;
	font-size: 85%;
	color: #ac8941;
}
#bodyarea p.subscribe{
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 85%;
	color: #666666;
	clear: both;
}
#bodyarea a.edit:link,
#bodyarea a.edit:visited{
	color: #cc0000;
}
#bodyarea a.edit:hover,
#bodyarea a.edit:active{
	color: #ff0000;
}
#bodyarea .functions p{
	font-size: 85%;
	padding: 3px 20px 5px 20px;
}
#bodyarea .functions p a:link,
#bodyarea .functions p a:visited{
	color: #cc0000;
}
#bodyarea .functions p a:hover,
#bodyarea .functions p a:active{
	color: #ff0000;
}
#bodyarea #searchcontent form{
	margin: 0;
	padding: 0;
}
#bodyarea #searchcontent form fieldset{
	margin: 0;
	border: none;
	padding: 0 0 0 20px;
}
#bodyarea #searchcontent form fieldset input{
	font-size: 85%;
	color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
	width: 250px;
	margin: 0;
}
#bodyarea #searchcontent form fieldset input.submitbutton{
	margin: 0 0 0 5px;
}
#bodyarea #paginate{
	clear: both;
	padding: 10px 20px 0 20px;
	font-weight: bold;
}
#bodyarea #paginate .next{
	float: right;
	padding: 0 0 10px 0;
}
#bodyarea #paginate .previous{
	float: left;
	padding: 0 0 10px 0;
}
.themed_pagination{
  margin-left: 20px;
}
#bodyarea .newsitemsmall{
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}
#bodyarea .imagecaption{
	float: right;
	width: 270px;
}
#bodyarea .imagecaption img{
	display: block;
	margin: 5px 0 0 10px;
}
#bodyarea .imagecaption p{
	font-size: 85%;
	padding: 5px 20px 10px 10px;
	color: #666666;
}
#bodyarea .sort ul{
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid #95670d;
	border-top: 1px solid #95670d;
	padding: 3px 0;
	background-color: #e7c98e;
}
#bodyarea .sort ul li{
	display: inline;
	margin: 0 0 0 5px;
}
#bodyarea .sort ul li form{
	display: inline;
}
#bodyarea .thumb{
	float: left;
}
#bodyarea .thumb img{
	margin: 5px 0 15px 20px;
	display: block;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	width: 770px;
	clear: both;
	margin: 0 auto;
}
#footer p, #login{
	font-size: 85%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #B5924E;
	text-align: center;
	padding: 18px 30px 20px 20px;
}
#footer p {
  padding: 0px 30px 40px 20px;
}
#footer a:link,
#footer a:visited{
	color: #B5924E;
}
#footer a:hover,
#footer a:active{
	color: #FFFFFF;
}
#footer .col_full{
	background: none;
	background: url("../../assets/images/bg_footer.png") no-repeat;
}
/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
	padding: 10px 20px 10px 20px;
	clear: both;
}
#event_calendar table{
	border-collapse: collapse;
	margin: 0;
}
#event_calendar table th{
	border-bottom: 2px solid #95670d;
	vertical-align: top;
	font-size: 85%;
	color: #666666;
	width: 75px;
}
#event_calendar table td{
	border-bottom: 1px solid #95670d;
	vertical-align: top;
	height:55px;
}
#event_calendar table td p{
	padding: 0;
	margin: 0;
	font-size: 85%;
}
#bodyarea #event_calendar table td ul{
	font-size: 85%;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#bodyarea #event_calendar table td ul li{
	padding: 0 0 10px 0;
	line-height: 100%;
}
.category_wrapper {
  width:216px;
}
.largecontent table {
  margin-left:20px;
}
/*=STORE
=== === === === === === === === === === */

#bodyarea #buysteps{
	margin: 0 0 12px 0;
	font-size: 85%;
}
#bodyarea #buysteps ul{
	padding: 10px 10px 5px 20px;
	margin: 0;
	list-style: none;
	text-align: center;
}
#bodyarea #buysteps ul li{
	padding: 0 10px 0 0;
	display: inline;
	color: #666;	
}
#bodyarea #buysteps ul li.current{
	font-weight: bold;
	color: #333;
}

#bodyarea ul.products_list{
	list-style: none;
	padding: 0;
	margin: 0 20px 0 20px;
}
#bodyarea ul.products_list li{
  width: 420px;
}
#news ul.products_list li{
  float:left;
}
#bodyarea ul.products_list li .product_img{
	text-align: center;
	width: 120px;
	margin-right: 0px;
	overflow: hidden;	
	float: right;
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */	
}
html>body #bodyarea ul.products_list li .product_img {
	height: auto;
}
#bodyarea ul.products_list li .product_img:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#searchcontent {
  padding:5px;
  text-align:right;
  margin-right:15px;
}
#bodyarea ul.products_list li .product_img img{
	margin: 0 0 10px 0;
	border: 1px solid #666;
}
#bodyarea ul.products_list li .product_desc{
	width: 285px;
	float: left;
}
#bodyarea ul.products_list li p{
	padding: 0 0 10px 0;
	margin: 0;
}
#bodyarea #cart p{
	text-align: right;
	font-size: 85%;
	margin: 0;
	padding: 10px 20px 0 20px;
}
#bodyarea table.products_list {
	margin: 0 20px 40px 20px;
	border-collapse: collapse;
}

#bodyarea .summary table {
	margin: 0px 20px 40px 20px;
  border-collapse: collapse;
}

#bodyarea table.products_list tr th,
#bodyarea .summary table th{
	padding: 3px;
	color: #666;
	font-weight: normal;
	font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
	padding: 6px;
	border-top: 1px solid #777;
	font-size: 85%;
}
#bodyarea div#searchcontent fieldset {
	border: none;
}
div#paginate {
	clear: both;
	display: block;
	height: 20px;
	margin-top: 15px;
	padding: 10px 20px 10px 20px;
}
div#paginate div.next {
	display: inline; 
	float: right;
}
div#paginate div.previous {
display: inline;
	float: left;
}
#bodyarea form label {
	margin-left: 20px;
}
p.top_cart_links {
	margin: 12px 0 12px 0;
}
.view_links{
  margin:-33px 20px 0px 0px;
}
#news h2 {
  border:none;
}
.news_widget_photo img{
  margin-left:20px !important;
}
.flash_player {
  margin-left:15px;
}
.map_wrapper {
  margin: 0 auto;
  width: 260px;
}

/*  =FIXES
  ------------------------------------------------------ */
ul.subscribe_nav {
  padding-left:20px !important;
}

.news_img {
  padding:0 10px 0 20px;
}

.news_desc {
  padding:0 20px;
}

a.view_more_link {
  padding-left:20px;
}

div.view_more_link {
  padding-left:20px;
}
.products_list li {
  border-top:1px solid #9FA89D !important;
  margin-top:10px !important;
  padding:0 !important;
}
.inner_content_holder {
  padding: 20px;
}