@charset "utf-8";
/* CSS Document */

/*** Bethie Mac's Nut Free
	Designed and developed by WhoIsTheOldGuy.com
	
	Colors:
	Dk Red: #973D2E
	Dk Orange: #BD7F35
	Lt Tan: #F2F2E4
	
	***/
	
@font-face {
	font-family: 'MyriadProCondBold';
	src: url('fonts/myriadpro-boldcond-webfont.eot');
	src: /*local('Myriad Pro Cond'), local('MyriadPro-BoldCond'),*/ url('fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('fonts/myriadpro-boldcond-webfont.svg#webfontyDIaTK8i') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProCondRegular';
	src: url('fonts/myriadpro-cond-webfont.eot');
	src: /*local('Myriad Pro Cond'), local('MyriadPro-Cond'),*/ url('fonts/myriadpro-cond-webfont.woff') format('woff'), url('fonts/myriadpro-cond-webfont.ttf') format('truetype'), url('fonts/myriadpro-cond-webfont.svg#webfontzhqlqA4x') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0;
	background:#F2F2E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

a {
	color:#973D2E;
}

a:hover {
	color:#BD7F35;
}

.clear {
	clear:both;
}

img {
	border:0;
}

h1 {
	font-size:2.5em;
	font-weight:bold;
	color:#973D2E;
	padding:0;margin:0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.75em;
	font-weight:bold;
	color:#BD7F35;
	padding:0;margin:0;
	padding-top:2px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	padding:0;margin:0;
}

td {
font-size:12px;
}



/*** Structure ****/

#page {
	width:960px;
	margin:0 auto;
	margin-top:5px;
	background:none;
}

	#page h1 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#sidebar {
	float:left;
	display:inline;
	width:190px;
	background:none;
	color:#fff;
	text-align:right;
}

#main {
	float:left;
	width:760px;
	display:inline;
	background:none;
}

/*** Sidebar ***/

.tab {
	width:190px;
	height:38px;
	background:#973D2E;
	margin:5px 0 5px 0;
}

	.cart {
		background:url(images/button-cart.gif) no-repeat;
		display:block;
		width:189px;
		height:38px;
		margin:5px 0 5px 0;
		}
	
	.phone {
		background:url(images/button-phone.gif) no-repeat;
		display:block;
		width:189px;
		height:38px;
		margin:5px 0 5px 0;
	}
	
	.help {
		background:url(images/button-help.gif) no-repeat;
		display:block;
		width:189px;
		height:38px;
		margin:5px 0 5px 0;
	}
	
	.cart:hover, .phone:hover, .help:hover {
			background-position:0px -38px;
		}
	
/** left nav **/

.nav {
	width:180px;
	height:auto;
	padding:6px 15px 6px 0;
	background:#973D2E;
	text-align:right;
	margin:20px 0 0 0;
	background:url(images/leftnav-bg2.gif) no-repeat;
}



.nav a {
	color:#fff;
	font-size:1.8em;
	font-family:"MyriadProCondRegular", "Arial Narrow", sans-serif;
	text-decoration:none;
	line-height:1.6em;
}

.nav a:hover {
	color:#F2F2E4;
	text-decoration:underline;
}

.hours{
	width:180px;
	height:38px;
	background:#BD7F35;
	padding:6px 15px 6px 0;
	text-align:right;
	margin:20px 0 0 0;
	background:url(images/hour_back.gif) no-repeat;

}

.facebook, .twitter {
	width:190px;
	height:50px;
	margin:20px 0 0 0;
}


/** top nav **/

	.rockcats {
		width:450px;
		height:90px;
		background:url(images/rockcats-banner.gif) no-repeat;
		float:right;
		display:inline;
		margin-right:-15px;
	}
	
		.rockcats-title {
			font-weight:bold;
			font-size:22px;
			text-align:center;
			margin-left:95px;
			margin-top:10px;
			padding:0;
		}
		
		.rockcats-subtitle {
			font-weight:normal;
			text-transform:uppercase;
			font-size:18px;
			text-align:center;
			margin-left:95px;
			margin-top:-2px;
		}
		
		.rockcats-presented {
			font-weight:bold;
			font-size:16px;
			text-align:center;
			margin-left:95px;
			margin-top:-2px;
			color:#333!important;
			text-decoration:underline;
		}

#topnav {
	width:790px;
	height:40px;
	margin-top:100px;
	margin-bottom:20px;
	margin-left:15px;
}

#topnav ul {
	list-style:none;
	display:inline;
	float:left;
	margin:0;padding:0;
}

#topnav ul li {
	list-style:none;
	float:left;
	display:inline;
	width:150px;
	margin-right:5px;
}

#topnav ul li a {
	display:block;
	width:134px;
	height:25px;
	padding:8px 0 8px 8px;
	text-decoration:none;
	font-size:2.1em;
	font-family:'MyriadProCondRegular', "Arial Narrow", sans-serif;
	font-weight:bold;
	color:#fff;
	background:#BD7F35;
}

#topnav ul li a:hover {
	color:#973d23;
	background:#d8a86e;
}
	
	
/** body content **/

#content {
	width:770px;
	background:#fff;
	border:1px solid #ccc;
	min-height:550px;
	height:auto!important;
	height:550px;
	padding:10px;
	margin:0;
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
}

#content p {
	font-size:1.2em;
	line-height:1.5em;
}

.leftalign {
	float:left;
	display:inline;
	margin-right:6px;
}

.border {
	border:1px solid #111;
}

	.productlist {
	font-size:1.2em;
	width:300px;
	text-align:center;
	}

	.productthumb {
	width:200px;
	height:200px;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #BD7F35;
	padding:0;
	margin:2px auto;
	}
	
	.productthumb:hover {
	border-color:#ccc;
	opacity:.8;
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
	}
	

	h2.productname {
	font-size:1.4em;
	font-weight:bold;
	color:#BD7F35;
	padding:3px 0 3px 0;
	margin:0;
	text-align:center;
	}
	
	.productprice {
	font-size:1.2em;
	color:#333;
	}
	
	.productdisplay {
	width:760px;
	font-size:1.2em;
	margin:5px 0 0 0;
	}
	
		.productimage {
		width:500px;
		height:300px;
		float:left;
		display:inline;
		margin:0 8px 0 0;
		border:2px solid #BD7F35;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
		.productinfo {
		width:220px;
		height:280px;
		float:left;
		display:inline;
		padding:10px 0 10px 10px;
		line-height:120%;
		background:#f2f2e4;
		border:2px solid #e9d18a;
		color:#571f15;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
		.productinfo b {
		font-size:1.4em;
		color:#571f15;
		}
		
		.productdescription {
		padding:10px;
		font-size:1.3em;
		line-height:150%;
		}
		
		.breadcrumbs {
		float:right;
		display:inline;
		width:200px;
		margin:0 5px 0 0;
		font-size:13px;
		color:#BD7F35;
		}


/*** featured products ***/

.featured {
	width:173px;
	height:auto;
	float:left;
	display:inline;
	position:relative;
	margin-right:40px;
}

.featured a {
	text-decoration:none;
}

.dot {
	position:absolute;
	bottom:19px;
	right:-27px;
	width:56px;
	height:61px;
	background:url(images/dot.png) no-repeat;
	color:#fff;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding-top:15px;
}

	.small {
		font-size:.7em;
	}

	.leftmargin {
		margin-left:60px;
	}
	
	
table.retail td {
	border-bottom:1px solid #ccc;
}
	
/*** footer ***/

#footer {
	width:790px;
	text-align:center;
	font-size:1.1em;
	padding:10px 0 10px 0;
}

#footer a {
	color:#BD7F35;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
}


/* IE6 css fixer v0.7: Wed, 16 Dec 2009 21:30:14 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html #sidebar,
* html #main,
* html #topnav ul,
* html #topnav ul li,
* html .leftalign,
* html .featured {display:inline;}

* html #page {
	width:1000px;
}

* html .tab {
z-index:3000;
}

* html .cart, * html .phone, * html .help {
z-index:1000;
}

/* add zoom:1 to pos:relative elements */
* html .featured {zoom:1;}

/* IE 6 PNG FIX */

img, div, span, a { behavior: url(images/iepngfix.htc) }