/* DancingKnives.com
   Designed and Developed by BurnBothEnds.com
   (C) 2008 BurnBothEnds, LLC.  All Rights Reserved */

a:link { color: #2a2a2a; font-weight: normal; text-decoration: none;}
a:visited { color: #2a2a2a; font-weight: normal; text-decoration: none; }
a:active { color: #2a2a2a; font-weight: normal; text-decoration: none; }
a:hover { color: #2a2a2a; font-weight: normal; text-decoration: underline; }

a.red:link { color: red; font-weight: normal; text-decoration: none;}
a.red:visited { color: red; font-weight: normal; text-decoration: none; }
a.red:active { color: red; font-weight: normal; text-decoration: none; }
a.red:hover { color: red; font-weight: normal; text-decoration: underline; }


body {
	background: url("../images/main-bg.png");
	margin: 0px;
/*	margin-top: 5%; */
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #342c1f;
	line-height: 24px;
}

#shadowWrapper {
	width: 952px;
/*	height: 640px; */
	margin-right: auto;
	margin-left: auto;
}

#shadowLeft {
	float: left;
	background: url("../images/bg-shadow-left.jpg");
	background-repeat: repeat-y;
}

#shadowRight {
	float: left;
	background: url("../images/bg-shadow-right.jpg");
	background-repeat: repeat-y;
}

#wrapper {
	width: 900px;
/*	height: 600px; */
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: left;
	max-height: 600px;
	overflow: none;
}

#content {
	position: relative;
/*	top: 20px; */
	margin: 20px; 
}

#header {
	height: 64px;
}

#logo {
	float: left;
}

#nav {
	position: relative;
	top: 50px;
	text-align: right;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #342c1f;
}

#nav a:link { color: #342c1f; font-weight: normal; text-decoration: none;}
#nav a:visited { color: #342c1f; font-weight: normal; text-decoration: none; }
#nav a:active { color: #342c1f; font-weight: normal; text-decoration: none; }
#nav a:hover { color: #342c1f; font-weight: normal; text-decoration: underline; }


#nav .navElement {
	margin-left: 40px;
	float: left;
}

#nav .navCurrent {
	color: #cccccc;
	margin-left: 40px;
	float: left;
}

.clearboth {
	clear: both;
}

.rule {
	margin: 16px 0px 16px 0px;
	width: 100%;
	height: 4px;
	background-color: #868686;
	max-height: 4px;
	font-size: 1px;
}

#mainContent {
	width: 860px;
	height: 420px;
	position: relative;
/*	margin-top: 16px; */
	background-color: #ffffff;
}

#mainContentWoodButcher {
	background: url(../images/wood-butcher-bg.jpg);
	width: 860px;
	height: 420px;
	position: relative;
	margin-top: 16px;
	background-color: #ffffff;
}

#mainContentTouchBase {
	background: url(../images/touch-base-bg.jpg);
	width: 860px;
	height: 420px;
	position: relative;
	margin-top: 16px;
	background-color: #ffffff;
}

#overlayText {
	width: 230px;
	height: 420px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
/*	background-image: url("../images/overlayText-bg.png"); */
}


#overlayTextContent {
	width: 200px;
	height: 375px;
	margin: auto;
	margin-top: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #342c1f;
	line-height: 24px;
	overflow: hidden;
}

#overlayTextContent p {
	margin: 0px;
}

#arrows {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

#arrow-down {
	margin: 15px 5px 0px 5px;
	display: inline;
}

#arrow-up {
	margin: 15px 5px 0px 5px;
	display: inline;
}

#tag {
	z-index: 100;
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 199px;
	height: 73px;
	background-image: url("../images/tag-bg.jpg");
}

.tagContent {
	width: 179px;
	height: 63px;
	margin: auto;
	margin-top: 10px;
}

.tagContent p.tagContentHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #caa9ad;
	margin: 0px;
}

.tagContent p.tagContentSeeMore {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}

.tagContent p.tagContentHeading a:link { color: #caa9ad; font-weight: normal; text-decoration: none;}
.tagContent p.tagContentHeading a:visited { color: #caa9ad; font-weight: normal; text-decoration: none; }
.tagContent p.tagContentHeading a:active { color: #caa9ad; font-weight: normal; text-decoration: none; }
.tagContent p.tagContentHeading a:hover { color: #caa9ad; font-weight: normal; text-decoration: underline; }

.tagContent p.tagContentSeeMore a:link { color: #ffffff; font-weight: normal; text-decoration: none;}
.tagContent p.tagContentSeeMore a:visited { color: #ffffff; font-weight: normal; text-decoration: none; }
.tagContent p.tagContentSeeMore a:active { color: #ffffff; font-weight: normal; text-decoration: none; }
.tagContent p.tagContentSeeMore a:hover { color: #ffffff; font-weight: normal; text-decoration: underline; }

.goodsBox {
	width: 200px;
	height: 380px;
	float: left;
	margin-right: 20px;
	color: #FFFFFF;
}

.goodsBox p {
	margin: 10px 10px 10px 10px;
}

.goodsBox a {
  	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
  	display:block;  
 	width: 100%;
  	height:100%;  
  	text-decoration:none;  
}  
  
.goodsBox a:hover {  
  	text-decoration:underline;
	color: #FFFFFF;
}

.goodsBox a:visited {  
	color: #FFFFFF;
}

#goodsShowingCounter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #342c1f;
	float: right;
	margin-top: 5px;
}

#goodsLeftColumn {
	width: 460px;
	height: 100%;
	float: left;
}

#goodsMainImage {
	width: 456px;
	height: 316px;
	border: 2px solid black;
	background-color: black;
}

.goodsThumbnail {
	width: 96px;
	height: 76px;
	border: 2px solid black;
	float: left;
	margin: 20px 20px 0 0;
	background-color: black;
}

#goodsRightColumn {
	width: 380px;
	height: 100%;
	float: right;
}

p.goodsTitle {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #342c1f;
}

#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1px;
	color: #342c1f;
/*	top: -5px; */
}

#footer p {
/*	margin: 6px 0px 0px 0px; */
	margin: 0px;
}

/* CONTACT FORM */

.BBEinputContainer {
	width: 100%;
	overflow: auto;
}

.BBEinputLabel {
	float:left;
	font-size: 12px;
	line-height: normal;
	color: #342c1f;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
}

.BBEinputField {
	float: right;
	width: 130px;
	height: 12px;
	max-height: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #164151;
	color: #342c1f;
	background-color: #ffffff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	vertical-align: middle;
	margin-top: 4px;
}

input:hover {
	background-color: #eeeeee !important;
}

input:focus {
	background-color: #eeeeee !important;
}

.BBEtextareaContainer {
	width: 100%;
}

.BBEtextareaField {
	float: right;
	width: 130px;
	max-width: 130px;
	border-style: solid;
	border-width: 1px;
	border-color: #164151;
	color: #342c1f;
	background-color: #ffffff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	margin-top: 4px;
}

textarea:hover {
	background-color: #eeeeee !important;
}

textarea:focus {
	background-color: #eeeeee !important;
}

.BBEsubmitContainer {
	margin-top: 6px;
	width: 100%;
	overflow: auto;
}

#BBEcontactMessage {
	float: left;
	margin-top: 10px;
}

.BBEsubmitButton {
	float: right;
	border: 1px solid black;
	color: #342c1f;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	height:20px;
	width:50px;

}

