/*
** ***************************************************************
** global reset
** ***************************************************************
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*
** ***************************************************************
** clearing floats without markup
** ***************************************************************
*/
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */
/*
** ***************************************************************
** general classes and global id's
** ***************************************************************
*/
body {
	background:#f4f2ea url('../images/bgtile.jpg');
	font:15px Georgia, Times, "Times New Roman", serif;
	color:#000;
	text-align:center;
	}
#skip {
	display:none;
	}
#wrapper {
	width:840px;
	text-align:left;
	margin:20px auto;
	padding:10px 10px 10px 20px;
	background:#f4f2ea;
	border:1px solid #aba799;
	}
/*
** ***************************************************************
** masthead
** ***************************************************************
*/
#masthead {
	width:840px;
	height:214px;
	background:url('../images/fencebg.gif') 0 0 repeat-x;
	}
#logo {
	width:224px;
	float:left;
	height:214px;
	padding:0 0 0 0;
	}
#logo a {
	display:block;
	position:relative;
	width:224px;
	height:214px;
	color:#341a02;
	font:18px Georgia, Times, "Times New Roman", serif;
	background:url('../images/logo.jpg') 0 0 no-repeat;
	text-decoration:none;
	}	
#logo a span {
	position:absolute;
	top:185px;
	left:125px;
	}
#logo a span strong {
	position:absolute;
	left:-9999px;
	}
/*
** ***************************************************************
** nav bar
** ***************************************************************
*/
#navigation {
	float:left;
	width:604px;
	height:214px;
	padding:0 12px 0 0;
	position:relative;
	background:transparent url('../images/fencecap.gif') 100% 0 no-repeat;
	}
#navigation ul {
	float:right;
	display:inline;
	margin:0 0px 0 0;
	}
#navigation li {
	float:left;
	}
#navigation li a {
	padding:50px 10px 20px 20px;
	font-size:17px;
	color:#331901;
	display:block;
	text-decoration:none;
	}
#navigation li a:hover {
	color:#5287ac;
	}
	
/*
** ***************************************************************
** left sidebar on subpages
** ***************************************************************
*/
#sidebar {
	width:215px;
	padding:3px;
	margin:20px 0 20px 0;
	float:left;
	background:#ECE7D5;
	border:1px solid #aba799;
	}
#sidebar h3 {
	width:215px;
	height:30px;
	color:#f4f2ea;
	font:normal 13px/30px Georgia, Times, "Times New Roman", serif;
	text-transform:uppercase;
	background:#331901;
	display:block;
	text-indent:7px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
#sidebar legend {
	display:none;
	}
#sidebar .widget {
	padding:0 0 10px 0;
	position:relative;
	}
#sidebar form {
	padding:10px 0 0 0;
	}
#sidebar ol li {
	margin:0px 10px 0 10px;
	font:normal 13px/20px Georgia, Times, "Times New Roman", serif;
	}
#sidebar strong {
	display:block;
	}
#sidebar label {
	display:block;
	font:normal 13px/30px Georgia, Times, "Times New Roman", serif;
	}	
#sidebar p {
	padding:10px 0 0 0;
	font-size:12px;
	}
	
#sidebar #loggedIn p {
	padding:10px 15px;
	font-size:13px;
	}
#sidebar p a {
	color:#5287ac;
	text-decoration:underline;
	}	
#sidebar p a:hover {
	color:#54b7fb;
	text-decoration:none;
	}
#sidebar input {
	font:normal 13px/20px Georgia, Times, "Times New Roman", serif;
	border:1px solid #aba799;
	background:#f4f2ea;
	padding:3px;
	display:block;
	width:180px;
	}
#sidebar input.button {
	margin:20px 8px 10px 0;
	float:right;
	display:inline;
	width:auto;
	padding:4px 15px;
	}
#sidebar input.button:hover {
	background:#331901;
	color:#f4f2ea;
	}
#calendar li {
	margin:10px 0 10px 0;
	padding:10px 10px 10px 0;
	background:url('../images/contentDivider.gif') repeat-x bottom left;
	}
#calendar li.last {
		background:#ECE7D5;
	}
#calendar li h4 {
	font-weight:bold;
	}	
#sidebar #srLoader {
	position:absolute;
	width:100%;
	height:90%;
	z-index:9999;
	background:#ece7d5 url('../images/ajax-loader-sidebar.gif') 50% 50% no-repeat;
	}
#sidebar #srResultsContainer {
	min-height:120px;
	}
#sidebar #srResultsContainer p {
	padding:10px 10px;
	font-size:13px;
	}
#sidebar #srResultsContainer #enterAnother {
	position:relative;
	display:block;
	margin:0 0 0 0;
	padding:10px 0 0 10px;
	border:none;
	text-align:right;
	text-decoration:none;
	}
.nowrap {
	white-space:nowrap;
	}
#sidebar form label.error {
	font-size:11px;
	color:#900;
	width:180px;
	clear:left;
	text-align:left;
	line-height:30px;
	margin:2px 0 0 0px;
	display:block;
	background:url('../images/sidebarError.gif') 0 8px no-repeat;
	padding:0 0 0 20px;
	}
#sidebar form input.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
	}
/*
** ***************************************************************
** main content sections
** ***************************************************************
*/	
#content {
	width:585px;
	min-height:500px;
	background:#f4f2ea;
	margin:20px 0 20px 0;
	padding:0 0 0 20px;
	float:left;
	position:relative;
	}	
#home #content {
	background:#f4f2ea url('../images/splash/christmas.jpg') 20px 40px no-repeat;
	}
/*
** ***************************************************************
** here are the main styles for content
** ***************************************************************
*/
#content h1 {
	font:normal 18px/35px Georgia, Times, "Times New Roman", serif;	
	text-transform:uppercase;
	width:585px;
	height:35px;
	color:#f4f2ea;
	background:#331901;
	display:block;
	text-indent:10px;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	}	
#home #content h1 {
	margin:0 0 250px 0;
	}
#content h2 {
	font:italic normal 18px/24px Georgia, Times, "Times New Roman", serif;
	color:#6b4a1f;
	margin:15px 0px 20px 10px;
	}
#content p {
	font:14px/18px Georgia, Times, "Times New Roman", serif;
	color:#333;
	margin:0 20px 20px 10px;
	}
#content h2 a,
#content p a {
	color:#6b4a1f;
	text-decoration:underline;
	}	
#content h2 a:hover,
#content p a:hover {
	color:#5287ac;
	text-decoration:none;
	}
#content li {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background:url('../images/contentDivider.gif') repeat-x bottom left;
	}
#content li.last {
	background:#f4f2ea;
	}
	
#content .productList .product {
	clear:left;
	width:560px;
	}
#content .productList .product .title {
	background:#f4f2ea;
	}
#content .productList .product .title h2 {
	font:italic normal 18px/24px Georgia, Times, "Times New Roman", serif;
	color:#6b4a1f;
	margin:15px 0px 0px 10px;
	}
#content .productList .product .thumbnail {
	width:120px;
	height:120px;
	float:left;
	clear:left;
	padding:0 0 0 10px;
	background:#f4f2ea;
	}
#content .productList .product .description,
#content .productList .product .productDescription {
	width:420px;
	float:left;
	background:#f4f2ea;
	}
#content .productList .product .description.empty {
	padding:89px 0 0 0;
	}
	
#content .productList .product .thumbnail .outline {
	border:1px solid #aba799;
	padding:2px;
	}
#content .productList .product .productDescription h2 {
	font-style:normal;
	font-size:15px;
	margin:0 0 0 0;
	font-weight:bold;
	color:#333;
	}	
#content .productList .product .productDescription h2 small {
	display:block;
	margin:7px 0 0 0;
	font-size:13px;
	font-weight:normal;
	}
#content .breadcrumbs {
	text-align:right;
	margin:10px 10px 30px 0;
	position:absolute;
	top:-40px;
	width:585px;
	height:35px;
	}
#content form {
	margin:0 0 0 10px;
	}
#content label {
	display:block;
	float:left;
	width:160px;
	padding:0 10px 0 0;
	text-align:right;
	font:normal 13px/24px Georgia, Times, "Times New Roman", serif;
	}	
#content label.full {
	display:block;
	float:left;
	width:520px;
	padding:0 0 0 20px;
	text-align:left;
	font:normal 13px/24px Georgia, Times, "Times New Roman", serif;
	}	
#content input,
#content textarea {
	float:left;
	width:350px;
	font:normal 13px/20px Georgia, Times, "Times New Roman", serif;
	border:1px solid #aba799;
	background:#fff;
	padding:3px;
	display:block;
	}
#content textarea {
	height:250px;
	}
#content form select {
	border:1px solid #aba799;
	position:relative;
	top:2px;
	float:left;
	width:350px;
	}
#content form select option {
	padding:5px 0 0 2px;
	
	}
#content .name input,
#content .phone input {
	width:350px;
	}
#content .citystatezip input,
#content .citystatezip select {
	width:350px;
	}	
#content input.button {
	margin:30px 46px 10px 0;
	float:right;
	display:inline;
	width:auto;
	padding:4px 15px;
	}
#content input.button:hover {
	background:#331901;
	color:#f4f2ea;
	}	
#content form li {
	background:none;
	}
#content form li li {
	background:none;
	float:left;
	margin:0 20px 0 0;
	}
.captcha img { border: 1px solid #eee; }
.captcha p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
.captcha p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
.captcha div#captchaimage { float: left; margin:0 15px 0 20px; }
#content .captcha input {
	width:352px;
	}
.captcha #captcha.success {
	border: 1px solid #49c24f;
	background: #bcffbf;
	}
.captcha #captcha.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
	}
#content form label.error {
	font-size:11px;
	color:#900;
	width:350px;
	clear:left;
	text-align:left;
	line-height:30px;
	margin:2px 0 0 170px;
	display:block;
	background:url('../images/contentError.gif') 0 8px no-repeat;
	padding:0 0 0 20px;
	}
#content form input.error,
#content form textarea.error,
#content form select.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
	}
#login #content #contentLoginForm {
	margin:60px 0 0 0;
	}
	
#content .loginError {
	color:#900;
	clear:left;
	text-align:left;
	line-height:30px;
	display:block;
	background:url('../images/contentError.gif') 0 8px no-repeat;
	padding:0 0 0 20px;
	}	
	
/*
** ***************************************************************
** lightbox
** ***************************************************************
*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #331901;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#331901;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	padding:0 0 2px 1px;
	border: 4px solid #331901;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #331901;
	border-bottom: 1px solid #331901;
	border-top: 1px solid #331901;
	border-left: 1px solid #331901;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	display:none;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	display:none;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
** ***************************************************************
** the global footer
** ***************************************************************
*/		
#footer {
	margin:40px 10px 0px 0;
	padding:20px 0 10px 0;
	color:#aba799;
	background:url('../images/contentDivider.gif') repeat-x top left;
	clear:left;
	}	
#footer p {
	font:12px Georgia, Times, "Times New Roman", serif;
	margin:0 0 5px 0;
	}
#footer p a {
	color:#aba799;
	text-decoration:underline;
	}
#footer p a:hover {
	color:#5287ac;
	text-decoration:none;
	}	
#footer h4 {
	font:italic normal 16px/31px Helvetica, Arial, Verdana, sans-serif;
	display:block;
	float:left;
	width:50%;
	text-align:right;
	color:#2C6B20;
	}
/*
** ***************************************************************
** eof
** ***************************************************************
*/