html, body {
	margin:0;
	padding:0;
	height: 100%;
}
/* General Style Info */
body {
	background-color: #4d4938;
	color: #000;
	font-family:"Trebuchet MS",verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	text-align: center;
}
form {
	display: inline;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	font-size: 130%;
	margin: 0;
}
h2 {
	color: #e32;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
.right h3 {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}


/* Layout */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat, .floatclearer {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.nodisplay{
	visibility: hidden;
}
#container {
	width: 990px;
	margin: 9px auto 0px auto;
	text-align: left;
}
#header{
	background: #443b22;
	height: 1%;
	position: relative;
}
#header h1 {
	background: url('../img/logo.png') no-repeat left;
	height: 63px;
	width: 311px;
}
#header h1 a {
	color: #ffffff;
	display: block;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
}
#header .topnav {
	background: #332c19;
	height: 1%;
}
#header .navone {
	width: 770px;
}
#header .navone ul {
	margin: 0;
	padding: 0px 0px 0px 7px;
	list-style: none;
	text-align: left;
	
}
#header .navtwo ul {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 515px;
	list-style: none;
	background: #332c19;
	text-align: left;
}
#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 0px 8px 0px 8px;
	margin: 4px 0px 4px 0px;
	background: url('../img/bg_separator.gif') top left no-repeat;
}
#header ul li a:hover{
	text-decoration: underline;
}
#header ul li a.open{
	text-decoration: underline;
}
#header ul li a.selected{
	text-decoration: underline;
}
#header .navone ul li a{
	padding: 0px 8px 0px 8px;
	margin: 4px 0px 0px 0px;
	font-size: 14px;
}
#header ul li a.first{
	background: none;
}
#header .btn {
	border: none; 
	float: right; 
	background: transparent; 
	margin: -1px 0px 0px 0px; 
	padding: 0; 
	height: 25px; 
	width: 43px;
}
#header .fld {
	background: #E4E4D8; 
	float: right;
	height: 24px; 
	margin: 0; 
	padding: 0px 3px 0px 3px; 
	border: none;
	line-height: 24px;
	vertical-align: middle;
}

#content{
	clear: both;
}
.contenbg{
	background: url(../img/bg_container.png) top left repeat-y;
}
.contenbgwide {
	background: url(../img/bg_container_wide.png) top left repeat-y;
}
#content .left {
	width: 211px;
	margin-bottom: 130px;
	overflow: hidden;
}
#content .right{
	width: 204px;
	overflow: hidden;
}
#content .center {
	width: 575px;
	min-height: 450px;
	overflow: hidden;
	position: relative;
}
#content .centerwide {
	width: 779px;
	background: #fff;
	min-height: 450px;
	overflow: hidden;
	position: relative;
}
#content .footerimg {
	background: url('../img/bg_bottom.png') bottom left no-repeat;
	height: 1%;
}

.navthree {
	background: #918d83;
	padding: 10px 7px 10px 10px;
	margin: 10px 0px 0px 0px
}
.navthree ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	color: #fff;
}
.navthree ul li {
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.navthree ul li a{
	color: #fff;
	text-decoration: underline;
	display: block;
	padding: 0px 7px 0px 7px;
	background: url('../img/bg_separator.gif') top left no-repeat;
}
.navthree ul li a:hover{
	color: #332c19;
}
.navthree ul li a.first{
	background: none;
	padding: 0px 7px 0px 0px;
}
.navthree ul li a.selected{
	color: #332c19;
}

.navfour {
	padding: 7px 0px 0px 15px;
}
.navfour ul {
	margin: 4px 0px 10px 0px;
	padding: 0;
	list-style: none;
	color: #fff;
	
}
.navfour ul li {
	margin-top: 4px;
}
.navfour ul li ul li {
	margin-top: 0px;
}
.navfour ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background: url('../img/bg_navdot_white.gif') left top no-repeat;
}
.navfour a:hover {
	color: #332c19;
	background: url('../img/bg_navdot_brown.gif') top left no-repeat;
}
.navfour a.selected {
	color: #332c19;
	background: url('../img/bg_navdot_brown.gif') top left no-repeat;
}
.navfour a.open {
	color: #332c19;
	background: url('../img/bg_navdot_brown_open.gif') top left no-repeat;
}

.navfour ul li ul{
	padding-left: 10px;
}
.navfour ul li ul li a{
	padding-left: 10px;
	background: url('../img/bg_navdot_white.gif') top left no-repeat;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.navfive {
	margin-top: 10px;
}
.navfive .img{
	margin: 0px 5px 0px 5px;
}
.navfive .url{
	width: 400px;
}

.topten {
	padding: 10px 20px 0px 15px;
}
.topten p {
	color: #fff;
}
.topten p a {
	color: #fff;
}
.topten ul{
	padding: 10px 0px 0px 0px;
	margin: 0;
	list-style: none;
}
.topten ul li a{
	padding-left: 10px;
	background: url('../img/bg_navdot_white.gif') top left no-repeat;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
}
.topten ul li a:hover {
	color: #332c19;
	background: url('../img/bg_navdot_brown.gif') top left no-repeat;
}

.beardcrumb {
	padding: 3px 7px 7px 7px;
}
.beardcrumb a {
	font-size:10px;
	text-decoration: none;
}
.beardcrumb a:hover {
	text-decoration: underline;
}

.content {
	padding: 0px 7px 3px 7px;

}
.content h2 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.content .authorname {
	font-size: 11px;
	margin-bottom: 20px;
}
.content .datetime {
	font-size: 11px;
	margin-bottom: 5px;
}
.content p {
	margin: 3px 0px 10px 0px;
}
.content .eleven {
	font-size: 11px;
}
.content a.listitem{
	padding-left: 7px;
	background: url('../img/bg_navdot_brown.gif') left top no-repeat;
	line-height: 30px;
	color: #000;
}
.content .mapitem a{
	padding-left: 7px;
	background: url('../img/bg_navdot_brown.gif') left top no-repeat;
	line-height: 25px;
	color: #000;
}
.content a.listitemopen{
	padding-left: 9px;
	background: url('../img/bg_navdot_brown_open.gif') left top no-repeat;
	line-height: 30px;
	color: #000;
}
.content a.listitem:hover{
	color: #918d83;
}
.content .galleryitem{
	width: 140px;
}
.content .galleryitem div{
	width: 130px;
	margin-bottom: 13px;
	text-align: center;	
}
.content .indexitem {
}
.content .textbody {
	display: none;
}
.content .product {
	width: 151px;
	margin-bottom: 15px;
}
.content .product a{
	text-decoration: none;
}
.content .product .image {
	 dipslay: block;
	 position: relative;
	 height: 100px !important; 
	 width: 100px;
	 overflow: hidden;
}

.content .product span.specialtext {
     position: absolute;
     bottom: 0px;
     witdh: 100px;
     display: block;
     opacity:0.5;
     background: #fff;
     text-align: center;
     width: 100px;
     color: red;
     padding: 2px 2px 2px 2px;
}
.content .product .info {
    padding-right: 10px;
    display: block;
}
.frontpagenews {
	margin-bottom: 24px;
}
.frontpagenews h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.frontpageitem {
	width: 280px;
	float: left;
}
.frontpageitem h2 {
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}
.frontpageitem p {
	padding-right: 10px;
}
table.productdisplay td {
	vertical-align: top;
	padding: 14px 8px 14px 0px;
}
table.productdisplay td.border {
	border-top: 1px dotted #666;
}
#footer {
	clear: both;
	padding: 0px 0px 0px 218px;
	margin:  0px 0px 0px 0px;
}
#footer .footerwide{
	clear: both;
	padding: 7px 218px 7px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}
.reseller {
	display: none;
}
.resellertable {
	margin: 0px 0px 20px 0px;
}
.highlight {
	background-color: #f4f4f4;
	color: red;
}
.highlight a{
	color: red;
}
.resellertable td {
	padding: 4px 2px 2px 2px;
	border-bottom: 1px dotted #818d94;
}
.searchresults {
	background: #918d83;
	padding: 10px 7px 10px 10px;
	margin: 10px 0px 20px 0px;
	color: #fff;
	font-size: 14px;
}
.productinfo {
	   width: 300px;
	   line-height: 1.5em;
	   text-align: justify;
}

/* Debugging */
table.cake-sql-log {
	text-align: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666;
	background: #fff;
	color: #000;
}
table.cake-sql-log td {
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 4px 2px 4px 2px;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align: left;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}