
@import url("../css/global.css");

/* ------------------------------| Search |------------------------------ */
#search {
	margin: 0 0 10px;
}
#search form {
	margin: 0 !important; 
	padding: 0 !important;
}
#search form input {
	display: block;
	margin: 0 !important; 
	padding: 0 !important;
}
#search #query { 
	width: 150px;
	float: left;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
}
#search .btn {
	width: 50px;
	float: right;
}

/* ------------------------------| Contentarea |------------------------------ */

#contentArea {
	background: url(../gfx/content_top.jpg) no-repeat 0 0;
}
#contentWrap {
	background: url(../gfx/content_foot.jpg) no-repeat 0 100%;
	padding: 45px 15px 15px 25px;
}
#primary { 
	float: left;
	width: 621px;
	background: url(../gfx/in/content_mid.gif) repeat-y 0 0;
}
#content  {
	background: url(../gfx/in/content_top.gif) no-repeat 0 0;
}
#content div.pad {
	padding: 15px 25px 25px;
	background: url(../gfx/in/content_foot.gif) no-repeat 0 100%;
}
#secondary {
	float: right;
	width: 213px;
}
body#contact #secondary { display: none; }

/* ------------------------------| E-Store Content |------------------------------ */
#primary a {
	text-decoration: underline;
	color:#A7621C;
}
#primary a:hover {
	color:#856019;
}
#primary p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
#primary ol {
	margin: 0 0 15px 20px;
}
#primary ul {
	margin: 0 0 15px 20px;
}
#primary ul li ul {
	margin: 0 0 0 20px;
}
#primary ul li {
	list-style: square;
	line-height: 1.6em;
}
#primary ol li {
	line-height: 1.6em;
}
h3, h4, h5, h6 {
	color:#A7621C;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#primary h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
#primary h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
}
#primary h5 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color:#856019;
}
#primary h6 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color:#856019;
}

/* --- | Product Boxes |--- */
ul.products, #primary ul.products {
	margin: 0 0 15px;
}
ul.products li, #primary ul.products li {
	width: 48%;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #B6A587;
	list-style: none !important;
}

.products li.p_left {
	float: left;
}
.products li.p_right {
	float: right;
}
.products li a {
	text-decoration: underline;
	color:#715025;
}
.products li a:hover {
	color:#000;
}

.products li h3 a {
	text-decoration: none;
	color:#000;
	font-size: 12px;
}
.products li h3 a:hover {
	color:#715025;
}

.products li p { 
	color:#666;
	line-height: 1.2em;
	margin: 5px 0;
}

.products li img {
	float: right;
}
.products li a img { 
	border: none; 
	text-decoration: none; 
	outline: none; 
}

.products li span.buy a {
	text-decoration: underline;
	color:#6B8C0F;
	text-transform: uppercase;
}
.products li span.buy a:hover {
	color:#000;
}

/* --- | Single Product View | --- */


.product img {
	float: right;
	margin: 0 0 0 15px;
	border: 2px solid #705C3D;
}
.product .buyme { float: right; width: 120px; }
.product span { color:#A45E18; }
.product input { margin: 10px 0 0 0; text-align: center; }
.product .quantity input { width: 30px; margin: 0; }

/* --- | Sub-Mavigation |--- */

#secondary .contentwrap {
	background: url(../gfx/specials_bg.gif) repeat-y 0 0;
}
#secondary dl dt {
	display: block;
	width: 213px;
	height: 46px;
	line-height: 46px;
	text-indent: -9999px;
	background: url(../gfx/in/hd/moreinformation.gif) no-repeat 50% 0;
}
body#estore #secondary dl dt {
	background: url(../gfx/in/hd/myaccount.gif) no-repeat 50% 0;
}
#secondary dl dd {
	height: 37px;
	line-height: 37px;
	width: 212px;
	text-indent: 12px;
}
#secondary dl dd a {
	display: block;
	height: 37px;
	line-height: 37px;
	width: 212px;
	background: url(../gfx/in/subnav_item.gif) no-repeat 0 0;
}
#secondary dl dd a:hover,
#secondary dl dd.active a {
	background-position: -212px 0;
	color:#715025;
}

/* --- | Shopping Cart |--- */

#myArborSupplies {
	padding: 0 0 15px 0;
	background: url(../gfx/foot_mysupplies.gif) no-repeat 0 100%;
}
#myArborSupplies p {
	padding: 0 15px;
	line-height: 1.4em;
	font-size: 10px;
	color:#B49E7D;
}
#myArborSupplies p.status {
	padding:3px 15px 15px;
	color:#CF983F;
}
#myArborSupplies p.status b {
	color:#ACE70D;
}
#myArborSupplies h4 {
	display: block;
	width: 213px;
	height: 37px;
	line-height: 37px;
	text-indent: -9999px;
	background: url(../gfx/hd/my_arbor_supplies.gif) no-repeat 0 0;
}

.update a { color:#DEC040; text-decoration: none; font-weight: bold; }
.update a:hover { color:#fff; }

.checkout a { color:#E2EDBC; text-decoration: none; font-weight: bold; }
.checkout a:hover { color:#fff; }


/* Breadcrumb Navigation
---------------------------------------------------------------------------------- */
#breadcrumbs {
	position: absolute;
	top: 195px;
	left: 275px;
}

/* sIFR Affected Headings
---------------------------------------------------------------------------------- */
#content h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	color:#975207;
}
html>body #content h1 { 
	margin:5px 0 0 0;
}
#content h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 16px 0;
	font-family: Helvetica, Arial, Sans-Serif;
	color:#000;
}
html>body #content h2 {
	margin: 6px 0 16px 0;
}

/* These are standard sIFR styles... do not modify
---------------------------------------------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* "Decoy" style -- used to hide the browser text before it is replaced...  */

.sIFR-hasFlash #content h1 {
	visibility: hidden;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
}
.sIFR-hasFlash #content h2 {
	visibility: hidden;
}
