/* Koch Gruv Site
Site Layout and Design Styles
by Dan Moriarty, www.danmoriarty.com
Copyright 2008, All Rights Reserved

Last Modified: 
 */


/*========================*/	
/* =    BASE RULES      = */
/*=======================*/	

* {
	margin:0;
	padding:0;
	}

html{ font-size:100%; } /*this is for IE6*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	background:#eee;
	color:#000;
	}

a:link {
   color: #98002E;
	text-decoration:none;
	}

a:visited {
	color: #98002E;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	color: #E20E55;
	}

img {
	border:none;
	}

/*========================*/	
/* =  CONTENT HOLDERS  = */
/*=======================*/	

#outerwrapper {
	margin:5px auto;
	width:1000px;
	position:relative;

	}


#topshadow {
	width:976px;
	background: url(../images/bg-topshadow.gif) no-repeat;
	height:23px;
	float:left;
	}

#midshadow-left {
	width:976px;
	margin:0 auto;
	clear:left;
	float:left;		
	background: url(../images/bg-leftshadow.gif) repeat-y;
	}

#midshadow-right {
	width:976px;
	margin:0 auto;
	float:right;	
	clear:right;	
	background: url(../images/bg-rightshadow.gif) repeat-y right top;
	}
	
	
#wrapper {
	text-align:left;
	margin:0 auto;
	width:960px;
	background:#fff;
	z-index:102;
	font-size:1.2em;
	}

#top {
	position:relative;
	width:920px;
	padding:0 20px;
	margin:-9px 0 0 0;
	}
	
#content {
	width:920px;		
	padding:5px 20px 5px 20px;
	}
	
#maincol {
	float:right;
	width:690px;
	padding-top:10px;
	
	}

#maincol.narrow {
	width:360px;
	}

#maincol.wider {
	width:920px;
	float:left;
	}

#sidecol {
	float:left;
	width:180px;
	padding:10px;
	}	
	
#sidecol.wider {
	width:540px;
	padding:20px 0;
	}

#bottom {
	clear:both;
	width:960px;
	color:#fff;
	background: url(../images/bg-bottomwood.gif) repeat-x;
	height:79px;
	}


#bottom a { color:#fff; }
	
#bottom-band {
	width:920px;
	padding:20px 20px 10px;
	text-align:center;
	}
	
#bottom-shadow {
	background: url(../images/bg-bottomshadow.gif) no-repeat;
	width:976px;
	height:10px;
	margin:-1px auto 0 auto;
	float:left;
	clear:both;
	
	}	

#footer {
	margin:5px auto;
	text-align:center;
	padding-top:8px;
	clear:both; 
	}

	
#footer {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:10px;
	}
	
form#search {
	float:right;
	margin:30px 0 5px 0;
	width:280px;
	padding:0;
	}
	

/*========================*/	
/* = 3 BOXES FOR CALLOUTS = */
/*=======================*/	

div#callouts {
	background:#ADA8A8;
	width:920px;
	padding:15px 10px 15px 30px;
	}
	
.calloutbox {
	float:left;
	margin-right:12px;
	width:290px;
	background: #fff url(../images/bg-boxtop.gif) no-repeat;
text-align:center;
	}
	
.callout-content {
	padding:10px;
	}
		
.calloutbox h3 {
	text-align:center;
	margin:0;
	padding:8px 20px;
	background:#98002e;	
	color:#fff;
	font-size:170%;
	font-weight:normal;
	}
	
.calloutbox p {
	line-height:120%;
	}
	
.calloutbox h3 a:link, .calloutbox h3 a:visited {
	color:#fff;
	}
	
		
/*========================*/	
/* = OTHER HOLDER DIVs = */
/*=======================*/	

/* == TYPE == */
h1 { font-size:280%; }
h2 { font-size:240%; }
h3 { font-size:150%; }
h4 { font-size:130%; }
h5 { font-size:110%; }
h6 { font-size:100%; }


h1, h2, h3, h4 {
	padding:0;
	}
	
h1.siteheader { /*this is top type header*/
	margin:0;
	padding:0px 0 0 20px;	
	float:left;

	}
	

h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover	{
	display:block;
	text-decoration:none;
	background: url(../images/gruv-logo.gif) no-repeat;	
	text-indent:-5000px;
	height:93px;
	width:182px;

	}


h1 {
	color:#4d342f;
	margin:0 0 .3em 0;
	letter-spacing:-1px;
	font-weight:normal;

	}

h2 {
	margin:.8em 0 .3em 0;
	letter-spacing:-1px;
	font-weight:normal;
	color:#333;
	}
	
	
h3 {
	color:#4D342F;
	margin:.8em 0 .2em 0;
	}
	
h4 {
	color:#000;
	margin:.4em 0;
	}
	
p {
	line-height:160%;
	margin:.2em 0 .6em 0;
	}
/* lists */

ul, ol {
	margin:.6em 0;
	padding:0 0 0 .8em;
		list-style:none;

	}
		
dl {
	margin:.6em 0 1em 0;
	padding:5px 0;
	}

dt {
	font-weight:bold;
	font-size:110%;
	margin:.6em 0;
	}

dd {
	margin:0 0 0 1.6em;
	padding:0;
	line-height:120%;
	}

/* ===== tables ==== */
		
table {
	border:none;
	}



td {
	padding:.4em;
	vertical-align:top;
	}




/* --- FORM STYLES ==== */

fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border:1px solid #ccc;
	
	}

label {
	display:block;
	clear:right;
	padding:.3em 0;
	}


legend {
	font-weight:bold;
	font-size:110%;
	color:#666;
	}
	



/* ===== SPECIAL TYPE RULES ======== */

.centerColumn h1 {
	font-size:240%;
	line-height:110%;
	margin:0 0 .2em 0;
}

h1#productName {
	margin:.4em 0;
	}
	
h2#productPrices {
	font-size:130%;
	font-weight:bold;
	margin:.2em 0;
	}
	
#categoryIcon {
	font-size:240%;
	font-weight:bold;
	line-height:110%;
	margin:0;	
	padding:0 .3em;
	border-bottom:1px solid #333;
	color:#4d342f;
	}	

/* ==== INDIVIDUAL PRODUCT PAGE ==== */

#productDescription ul {
	list-style-type: square;
	margin:.4em 0 .4em 2em;
	padding:0;
	list-style:inside
	}

ul#productDetailsList, ul#productDetailsList li {
	padding-left:0;
	margin-left:0;
	}

#cartAdd {
	}
	
#productMainImage {
	padding-right:20px;
	}
	
/* ========== MISC CLASSES ========== */


.bigger {
	font-size:110%;
	}

.smaller {
	font-size:90%;
	}

.clearout {
	clear:both;
	height:0;
	line-height:0;
	}

.floatleft {
	float:left;
	padding:0 20px 20px 0;
	}
	
.floatright {
	float:right;
	padding:0 20px 20px 0;
	}	


div.halfleft {
	float:left;
	width:49%;
	}

div.halfright {
	float:right;
	width:49%;
	}


/* ===== CATEGORY LISTINGS ON SIDE ====== */
	

#categoriesContent {
	text-align:left;
	background:#f5f5f5 url(../images/bg-categoriesbox.gif) bottom no-repeat;
	padding-bottom:120px;
	border-top:10px solid #333;
	}
	

#categoriesContent ul {
	margin:0;
	padding:0;
	}


	
li a.category-top {
	margin:0;
	padding:.5em .3em .5em 1em;
	font-size:110%;
	border-bottom:1px dotted #666;
	color:#333;
	display:block;
	background:#ddd;
	}


	
li a.category-products {
	display:block;
	padding:.6em 10px .6em 1.2em;
	background: url(../images/bg-bullet.gif) 0px 9px no-repeat;
	margin:.2em 0 .2em 10px;
	font-size:90%;
	}
	

.category-subs-selected {
   color: #000;
   font-weight:bold;
	}



/* === PRODUCT LISTINGS PAGE === */

div.productListing {
	text-align:center;
	}
	
.productListing-data {
	border-bottom:1px solid #000000;
	margin:15px;
	padding:15px;
	}
	
.productListing-heading {
	border-bottom:1px solid #000000;
	padding:5px;
	}
	
.productListing-heading a {
	border:none;
	}

h3.itemTitle {
	margin:.3em 0 0 0;
	font-weight:normal;
	padding:0;
	}

#categoryImgListing {	
	display:none;
	}
	
		
/* CATEGORIES AS BOXES IN GRID */

.categoryListBoxContents  {
	margin:10px 2px 0 0;
	font-size:130%;
	float:left;
	text-align:center;
	}

.categoryListBoxContents img  {
	border: 1px solid #ddd;
	background: url(../images/bg-productthumb.gif) bottom repeat-x;
	padding:10px 20px;
	margin-bottom:3px;


}


.centerBoxContentsProducts {
	float:left;
	
	
	}

.centerBoxContentsProducts img {
		background: url(../images/bg-productthumb.gif) bottom repeat-x;
		padding:5px;
		margin:10px 10px 0 0;
		border:1px solid #ddd;
		}
	

.productlistingWrap {
/*this holds each rows of products, and ensures that no matter how tall a row gets, the next row will clear it */
	float:left;
	clear:left;
	width:690px;
	}	
	


		
/* == SEARCH BOX ===== */

#navMainSearch {
	margin:0 auto;
	float:right;
	clear:right;
	text-align:right;
	padding:.3em 0;
	}
	
#navMainSearch input {
	margin:0 auto;
	text-align:right;
	padding:2px 5px;
	}
	
#navMainSearch input[type=text] {
   	margin: 2px 0 0 1em;
   	}

#navMainSearch input.topSearch{
   	margin: 0 0 5px 2px;
   	padding: 0 0 0 0;
   	vertical-align: bottom;
   	}
	
#navBreadCrumb {
	text-align:left;
	padding:.2em;
	}
	
#navBreadCrumb a {
	padding:.2em;
	}
	
#navBreadCrumb {
	font-size:90%;
	}


/* === BOTTOM LIST OF LINKS ==== */

#navSupp ul, #bottomLine ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: 0.3em 0;
	margin:0;
	}
	
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	}
	
#navMainLinks ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: 0.2em 0;
	margin:0;
	}
	
#navSupp li, #navCatTabs li, #navMainLinks li, #bottomLine li {
	display:inline;
	padding:0 0.2em;
	margin:0;
	}

#navSupp ul li a:link, #navCatTabs ul li a:link, #bottomLine ul li a:link, #bottomLine ul li a:visited {
	margin:0;
	white-space:nowrap;
	display:inline;
	font-weight:bold;
	width:0;
	color:#4d342f;
	}
	


/* === EXTRA STYLES, For Advanced Search page, etc. === */
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
	#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/* other styles for the store */


#contactUsForm, #customerSignupContent {
	width:600px;
	}
	

div#productsListingTopNumber {
	padding:5px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	
	}

div#productsListingBottomNumber {
	border-top:1px solid #ccc;
	padding:5px 0;
	}

div.navSplitPagesResult {
	clear:both;
	width:100%;
	
	}

.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}
		
.centeredContent {
	text-align:center;
	}
	
h2.centerBoxHeading {
	margin:0;
	padding:0.3em 0;	
	font-size:180%;
	background:#ddd;
	}

.back {
	float:left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	background:#E8E8E8;
	height:1.5em;
	vertical-align:top;
	}

.rowEven {
	background:#F0F0F0;
	height:1.5em;
	vertical-align:top;
	}

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

hr {
	height:1px;
	margin:0.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
	}