/*=== Establish Defaults ===*/

html, body, p, div, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, input, fieldset, blockquote { 
	margin: 0; 
	padding: 0;
	color:#333; 
	}
html {
	overflow-y: scroll;
}
	
table,h4 {
	padding: 0 0 0 5px;
	}	
img, fieldset { 
	border: none; 
	}
	
/* StratiMind CSS additions */
h1 {
	font-size:20px;
	}
.heading2 {
	font-size:20px;	
	color: #5a1f00;
	}
.heading3 {
	font-family: Tahoma, sans-serif; 
	font-size:12px;
	font-weight:bold;	
	color: #5a1f00;
	}
.heading4 {
	font-family: Tahoma, sans-serif; 
	font-size:12px;
	font-weight:bold;	
	color: #5a1f00;
	}
.contentparagraph {
	font-family: Tahoma,sans-serif; 
	font-size: 10pt;
	}	
/* 
ul, ol { 
	list-style:none;
	}
ul ul, ul p, ul a, p a  {
	font-size: 1em;
	}
ul, a {
	font-size: 1.2em;
	}

*/
	/* end of StratiMind CSS additions*/

a { 
	text-decoration: none; 
	color: #b64926; 
	}
	
a:hover { 
	text-decoration: underline; 
	}
	


.left { 
	float: left; 
	padding: 15px 12px 10px 0;
}

.right { 
	float: right; 
	padding: 15px 0 10px 12px; 
}
	
.textleft {
	text-align: left;
	}
	
.textright {
	text-align: right;
	}
	
/*=== General Foundation ===*/

html { 
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
body {
	text-align: center;
	background: url(../images/bkgd_strip.jpg) repeat-x 0 120px;
	z-index:-1000;
	}
	
#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	position: relative; 
	}

	
p {
	line-height: 1.4em;
	padding-bottom: 1em;
	}

#banner img {
	padding: 9px 0 0 17px;
	}	
	
#banner .search {
	width: 240px;
	position: absolute;
	top: 78px;
	right: 20px; 
	text-align: right;
	}
	
#banner #search_text {
	width: 151px;
	height: 12px;
	margin: 0;
	padding: 0 2px 2px 2px;
	border: 1px solid #898989;
	font: italic 1.2em "Times New Roman", georgia, serif; 
	}


#banner #search_submit {
	border: none;
	background: none;
	background: url(../images/search_button.jpg) no-repeat left top;
	width: 25px;
	height: 16px;
	position: relative;
	top: 1px;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	}

/* Main Navigation */
#navBar {
	width: 800px;
	height: 30px;
	margin: 16px 0 112px 0;
	text-transform: uppercase;
}

#nav {
	padding-left: 10px;
}

#nav li {
	list-style: none;
	float: left;
	padding: 0 0px;	
	border-left: 1px solid #fff;
}

#nav li.first {
	border: none;
}

#nav li a {
	padding: 2px 6px 1px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	color: #5a1f00;
	display: block;
}

#nav li a.cart {
	padding-right: 27px;
	background: url(/images/cart.jpg) no-repeat right 3px;
}

#nav li:hover, #nav li.sfhover, #nav li a:hover,#nav li a.current {
	text-decoration: none;
	background: #f9f5e7; 
}

#nav li a.cart:hover, #nav li.current a.cart {
	background: #f9f5e7 url(/images/cartA.jpg) no-repeat right 3px;
}


/* Son of a Suckerfish Dropdowns */
#nav li ul {
	position: absolute;
	left: -999em;
	display: block;
	clear: left;
	padding: 7px 8px 6px 7px;
	background: #f9f5e7;
	z-index: 2;
	margin-left: -1px;
}

#nav li li {
	border-left: none;
}
						

#nav li ul, #nav li li a, #nav li li a:hover {
	width: 160px;
}

#nav li li a {
	font: .9em/16px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333;
}

#nav li li a, #nav li li a:hover {
	background: transparent url(/images/ruleDotted.gif) repeat-x bottom left;
	padding: 1px 0 2px 1px;
}

#nav li li a:hover {
	background: #eed873; 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#splashImage {
	display: block;
	position: absolute;
	top: 156px;
	left: 0;
	z-index: 1;
	}
	
#mainContent {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	background: url(/images/sidecolImg.jpg) repeat-y right top;
	}

#mainContentEmptyBorder {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	margin: 38px 0 0 0;
	background: url(/images/sidecolImg.jpg) repeat-y right top;
}
.gutter {
	display: block;
	padding: 0 9px;
	}

#contentArea {
	float: left;
	width: 534px;
	padding: 30px 0 0 27px;
	}
#mainContent .typical ol {
    margin: 0 0 7px 0;
    padding-left: 22px;
    font-size: 1.2em; 
    list-style-type: decimal;
    }
#mainContent .typical ol li {
	padding-bottom: 5px;
	}    

#mainContent .typical,			
#mainContent .about,
#mainContent .product,
#mainContent .contact {
	padding: 15px 0 0 20px;
	} 

#mainContent .about .featuredLinks, 
#mainContent .typical .featuredLinks{
	margin-bottom: 10px;
	}
	
#mainContent .about .featuredLinks li,
#mainContent .typical .featuredLinks li {
	float: left;
	background: none;
	padding: 0px ;
	}
	
#mainContent .about .featuredLinks li a,
#mainContent .typical .featuredLinks li a {
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 0.7em;
	padding: 2px 6px;
	margin-bottom: 10px;
	border-left: 1px solid #000;
	color: #000;
	}

#mainContent .typical .featuredLinks li span,
#mainContent .about .featuredLinks li span {
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 0.7em;
	padding: 2px 6px;
	margin-bottom: 10px;
	border-left: 1px solid #000;
	color: #000;
	text-decoration: underline;
}
	
#mainContent .about .featuredLinks li a.first,
#mainContent .typical .featuredLinks li a.first {
	padding-left: 0;
	border: none;
	}

#mainContent .typical .featuredLinks li span.first,
#mainContent .about .featuredLinks li span.first {
	padding-left: 0;
	border: none;
	}

#mainContent .typical h2,
#mainContent .about h2,
#mainContent .contact h2 {
	font-size: 2.4em;
	margin-bottom: 10px;
	font-weight: normal;
	color: #5a1f00;
	clear: left;
	}

#mainContent .typical h3 { 
	font-size: 1.3em; 
	margin-bottom: 2px; 
	color: #581f01; 
	}
	
#mainContent .typical h3 a { 
	color:#B64926; 
	font-size:1em; 
	text-decoration: none; 
	margin-bottom: 2px;
	} 
#mainContent .typical h3 a:hover { 
	text-decoration: underline; 
	}
#mainContent .about h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#mainContent .about .aboutSideImg {
	position: absolute;
	bottom: 23px;
	right: 226px;
	}
	
#mainContent .about p {
	font-size: 1.3em;
	margin-right: 220px;
	}

#mainContent .about p.search_info {
	margin-right: 100px;
	}
	
#mainContent .productList,
#mainContent .productListOne {
	width: 500px;
	border-top: 1px solid #b1c17f;
	margin-bottom: 10px;
	} 
	
#mainContent .productListOne {
	border: none;
	}

#mainContent .productList div,
#mainContent .productListOne div {
	border-bottom: 1px solid #b1c17f;
	padding: 7px 0;
	font-size: 1.2em;
	position: relative;
	}
	
#mainContent .productListOne div {
	border: none;
	}

#mainContent .productList div.pageSearchItem {
	}

#mainContent .productList div.even {
	background-color: #f4f7eb;
	}	
	
#mainContent .productList div .thumbnail {
	float: left;
	}	
	
#mainContent .productListOne div .thumbnail {
	float: left;
	padding: 0pt 0pt 5px; 
	width: 150px; 
	}	

#mainContent .productListOne div .thumbnail a {
	margin: 0; 
	font-size: 11px;
	background: url(/images/mag.jpg) no-repeat left 12px;
	padding: 10px 0 2px 22px; 
	}		
	
#mainContent .productListOne div .thumbnail .nolens {
	background: none;
	}

#mainContent .product p a.more {	
	font-weight: bold;
	}
	
#mainContent .product p, 
#mainContent .product h3 {	
	width: 500px;
	}	
	
#mainContent .product h3 {	
	font-size: 1.3em;
	color: #581f01;
	}	
	
	
#mainContent .product p a.arrowlink {	
	color: #b64926;
	font-weight: bold;
	background: url(/images/email_arrow.jpg) no-repeat left 4px;
	padding-left: 14px;
	line-height:18px;
	}
	
#mainContent .product .otherGuides li {	
	float: left;
	width: 110px;
	margin-left: 20px;
	}
	
#mainContent .product .otherGuides li.first {	
	margin-left: 0;
	}

#mainContent .product .otherGuides li a {	
	display: block;
	font-size: .95em;
	line-height: 1.2em;
	color: #b64926;
	padding-top: 3px;
	padding-bottom: 5px;
	}
	
#mainContent .product .thinLine,
#contactInfo {	
	border-top: 1px solid #b1c17f;
	padding-top: 10px;
	}
	
#mainContent .productList div h4 {
	font-size: 1em;
	}	
#mainContent .productList div h4 a {
	font-size: 1.2em;
	color: #b64926;
	}	
#mainContent .productListOne div h4 {
	font-size: 1.5em;
	font-weight: normal; 
	}	

#mainContent .productList div h4 {
	margin: 0 100px 2px 75px;
	color: #581f01;
}
#mainContent .productList div span {
	margin: 0 100px 2px 80px;	
	}	

#mainContent .productListOne div span {
	margin: 0 70px 2px 0;
	}	
	
#mainContent .productListOne div h4 {
	margin: 0 0 2px 165px;
	color: #581f01;
	padding-left:0px; margin-top:6px;
	}	

#mainContent .productList div span,
#mainContent .productListOne div span {
	display: block;
	}	

#mainContent .productListOne div span.price {
	margin-bottom: 0px;
	}	
#mainContent .productListOne div span.pdf {
	margin: 2px 10px 0 0; 
	}	
#mainContent .productListOne div span.pdf a {
	font-size: .95em;
	color: #b64926;
	background: url(/images/pdf_icon.jpg) no-repeat right 3px;
	padding-right: 21px;
	padding-top: 2px;
	padding-bottom: 2px; 
	margin-left: 0px;
	}	
	
#mainContent .productList div .addCart,
#mainContent .productListOne div .addCart {
	display: block;
	width: 94px;
	height: 16px;
	background: url(/images/add_to_cart.jpg) no-repeat left top;
	position: absolute;
	bottom: 15px;
	right: 10px;
	}
.addCartButton{
	width: 98px;
	height: 20px;
	background: url(/images/add_to_cart.jpg) no-repeat left top;
	}
.addCartBlock{
	display: block;
	position: absolute;
	right: 10px;
	}	
.browseCart{	
	bottom: 15px;
}	
.detailCart{	
	bottom: 64px;
}
#mainContent .productListOne div .addCart {
	position: relative; 
	left: 30px; 
	bottom: 5px;
	}
#mainContent .productListOne div table {
	display: block;
	margin-left: 163px; 
	padding-left: 0px;
	}
#mainContent .productListOne div table td {vertical-align: bottom;}	
#mainContent .productListOne div .emailFriend {
	display: block;
	width: 115px;
	padding-left: 10px;
	background: url(/images/email_arrow.jpg) no-repeat left 4px;
	right: 9px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	}		
	
#mainContent .pagination li {
	float: left;
	border-left: 1px solid #000;
	padding: 2px 7px;
	line-height: .8em;
	}
	
#mainContent .pagination li.noline {
	border: none;
	}

#mainContent .pagination li.first {
	border: none;
	padding-left: 0;
	}

#mainContent .pagination li a {
	display: block;
	}

#mainContent .contact td {
	padding: 3px 3px 5px;
	font-size: 1.1em;
	vertical-align: top;
	}	

#mainContent .contact td.label {
	width: 100px;
	text-align: right;
	text-transform: uppercase;
	}	
	
	
#mainContent .contact td.label span.required {
	display: none;
	}	
	
#mainContent .contact td input,
#mainContent .contact td textarea {
	width: 184px;
	border: 1px solid #c3ca92;
	background-color: #f4f6e8;
	margin: 0;
	padding: 1px;
	}	
	
#mainContent .contact td textarea {
	width: 310px;
	margin-bottom: 10px;
	}	
	
#mainContent .contact td #submitContact {
	display: block;
	width: 70px;
	height: 16px;
	background: url(/images/sendEmail.jpg) no-repeat left top;
	border: none;
	cursor: pointer;
	}		

#mainContent .contact #contactInfo,
#mainContent .typical #contactInfo {
	margin-top: 30px;
	}
		
#mainContent .contact #contactInfo li,
#mainContent .typical #contactInfo li {
	background: none;
	float: left;
	width: 154px;
	padding: 0;
	}

/* error and message box styles */
#mainContent .contact div.errors ul li {
	color: #fa6a00;
	font-size: 0.9em;
	line-height: 1;
}

#mainContent .contact div.errors {
	margin: 0px;
	/*border: 1px solid #c3ca92;*/
}

#mainContent .contact div.message {
	font-size: 1.2em;
	line-height: 1;
	padding: 0px 0px 4px 0px;
	/*color: #5a1f00;*/
	color: #333;
}

.splitCol {
	float: left;
	width: 254px;
	margin: 10px 10px 0 0;
	padding-top: 9px;
	background: url(/images/splitCol_top.jpg) no-repeat left top;
	}
	
.splitCol p {
	font-size: 1.1em;
	padding-bottom:.5em;
}
.splitCol p.rule { 
	border-bottom: 1px solid #B1C17F; 
	padding-top: 0.5em; 
	}	
.splitCol .bottom { 
	padding: 0pt 9px 5px 9px; 
	background: url(/images/splitCol_bottom.jpg) no-repeat left bottom #dfe8c2;
	}
	
.splitCol .bottom h2 {
	font-size: 1.75em;
	padding-bottom: 5px;
	color: #5a1f00;
	}
	
.splitCol .bottom h3 {
	font-size: 1.2em;
	padding-bottom: 3px;
	}
	
.splitCol .bottom img.right {
	padding: 0 0 0 8px;
	}

.splitCol .bottom img.left {
	padding: 8px 8px 0 0;
	}
	
.splitCol .bottom .more {
	font-weight: bold;
	background: url(/images/upArrow.jpg) no-repeat right 5px;
	padding-right: 11px;
	color: #b64926;
	
	}	

.splitCol .datelist {
	margin: 0 -9px 10px -9px;
	}

.splitCol .datelist li {
	padding: 1px 0;
	}
	
.splitCol .datelist li.even {
	background-color: #f0f4e2;
	border-bottom: 1px solid #B1C17F; 
	border-top: 1px solid #B1C17F;
	}

.splitCol .datelist strong {
	color: #333;
	padding: 0 5px 0 10px;
	font-size: .9em;
	}
	
#sideColumn {
	float: right;
	width: 224px;
	padding-bottom: 65px;
	
	}

#sideColumn .sideElement {
	margin-bottom: 10px;
	}
	
#sideColumn .sideElement h2 {
	font-size: 1.2em;
	background-color: #efd873;
	line-height: 1;
	padding: 15px 10px 5px;
	text-transform: uppercase;
	color: #5a1f00;
	}
	
#sideColumn .sideElement ul {
	margin: 10px 0;
	}

#sideColumn .sideElement ul.double {
	float: left;
	width: 100px;
	padding: 0px 0px 0px 3px; /* Massachusetts nearly crashes into the right column, needed some space */	
	}
	
#sideColumn .sideElement li {
	line-height: 1.1em;
	}

#sideColumn .sideElement ul a {
	display: block;
	background: url(/images/sideColListArrow.jpg) no-repeat 2px 5px;
	margin-right: 2px;
	padding: 4px 0 2px 16px;	
	color: #b64926;
	font-weight: bold;
	}
	
#sideColumn .sideElement ul a.current, #sideColumn .sideElement ul a:hover {
	background-image: url(/images/sideColListArrowActive.jpg);
	background-color: #fff;
	text-decoration: none;
	}
	
#sideColumn .sideElement span.quote {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	padding: 35px 20px 10px;
	}

#sideColumn .sideElement span.cite {
	display: block;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 20px 10px;
	text-align: right;
	}

#sideColumn .bblogo {
	position: absolute;
	bottom: 35px;
	right: 20px;
	}	

#footer {
	padding: 25px 20px 0;
	background: url(/images/footer_img.jpg) no-repeat left top;
	text-align: right;
	font-size: 1.1em;
	}
	
#footer span  {
	float: left;
	}
	
#footer a {
	font-size: 1em;
	color: #333;
	}
	
/*=== Accessibility ===*/

.accessibility,
.textInImage,	
#banner h1,
#mainContent .productList div .addCart span,
#mainContent .productListOne div .addCart span {
	position: absolute;
	top: -10000px;
	left: -10000px;
	}	
	
/*=== Parent/Child Clear Hack: These selector(s) should be mirrored in the Holly Hack. Remember to include ":after" pseudo attribute. ===*/

#mainNav:after,
#mainContent:after,
#sideColumn .sideElement:after,
#mainContent .about .featuredLinks:after,
#mainContent .typical .featuredLinks:after,
#mainContent .productList div:after,
#mainContent .productListOne div:after,
#mainContent .product .otherGuides:after,
#mainContent .pagination:after,
#contactInfo:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
	
	
.fckContent a .more{
	font-weight: bold;
	background: url(/images/upArrow.jpg) no-repeat right 5px;
	padding-right: 11px;
	color: #b64926;
}

.fckContent h2 {
	font-size: 1.6em;
	line-height: 1;
	padding: 0px 0px 2px 0px;
	color: #5a1f00;
}

.fckContent h4 {
	font-size: 1.2em;
	line-height: 1;
	padding: 0px 0px 4px 0px;
	color: #5a1f00;
}

.nomargin {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#emailFriendMessage {
	display: none;
	}	
	
/* error and message box styles */
div.errors ul li {
	margin: 0px;
	color: #fa6a00;
	font-size: 1.2em;
	line-height: 1;
	padding: 0px 0px 4px 0px;
}

div.message {
	font-size: 1.2em;
	line-height: 1;
	padding: 0px 0px 4px 0px;
	/*color: #5a1f00;*/
	color: #0a8a00;
}
.active_page {
	font-weight: bold;
}

#content ul{
	text-align:left;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 13px;
	}

#content ul li{
	background: url(/images/bullet.gif) 4px 6px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	}

p.intro {
	font-size: 1.6em; 
	font-weight: bold; 
	margin-bottom: 10px;
	}

#mainContent .sideImg { 
	bottom:23px; 
	position:absolute; 
	right:226px; 
	}
	
#order_status_info, #order_status_items, #order_status_total {
	margin-top: 20px;
	padding: 0;
}

table#order_status_items , table#order_status_items td {
	border:1px solid #898989;
}

#order_status_total {
	margin-left: 350px;
	width: 180px;
}

#mainContent .contact #order_status_info td.label, #mainContent .contact #order_status_items td.label, #mainContent .contact #order_status_total td.label {
	width: 100px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

#mainContent .contact #order_status_info td.right, #mainContent .contact #order_status_items td.right, #mainContent .contact #order_status_total td.right {
	text-align: right;
}

.splitCol p.lastrule { 
	border-bottom: 1px solid #B1C17F;
	padding: 0.5em 0;
	margin-bottom: 10px;
}
