/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#000;
	font:10px/14px Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/TopBckgrnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a9a57e;
}

div, p, h2, h3, h4, h5, form, img{padding:0px; margin:0px;}

h5 {
	font-size:12px;
}
.clear {clear: both; margin: 0px}
.spacer {margin-left: 15px; margin-right:15px;}
/* HEADER */
#header{
	width:800px;
	height:195px;
	background-attachment: fixed; 
	background: url(images/main_nav_background.gif);
	background-repeat: repeat-x; 
	background-position: left bottom; 
	position:relative; 
	margin: 0 auto;
}
#logo {
	width:280px;
	height:195px;
	position:relative;
	padding: 0px;
	margin: 0;
}
#header_message{
	position:absolute;
	top:5px;
	left:284px;
	width: 509px;
}
/*top:94px; width: 159px;*/
#search{
	position:absolute;
	top:88px;
	left:369px;
	width: 175px;
	color: #FFF;
	font-size: 11px;
}
#checkout{
	position:absolute;
	top:67px;
	left:620px;
	color: #FFF;
	font-size:9px;
}
#checkout a{
	color: #FFF;
	text-decoration:underline;
}
#checkout a:hover{
	color: #000;
	text-decoration:none;
}
#mainnav{
	width: 553px;
	height:38px;
	position:absolute;
	top:148px;
	left:256px;
	text-align: center;
	line-height: 32px;
	background-attachment: scroll;
	background-image: url(images/rghtRibbon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainnav a{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mainnav a:hover{color: #7c0a06}

/* CONTENT */
#content{
	width:786px;
	position:relative;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 14px;
}
#content #cntntBackgroundDiv {
	float:left;
	width: 100%;
	background-attachment: fixed;
	background: url(images/category_background.gif) #FFF;
	background-repeat: repeat-y;
	background-position: left top;
}
#leftPan{
	width:165px;
	position:relative;
	float:left;
	padding-right: 15px;
}
#leftPan table {
	width: 165px;
}
#leftPan table .topClmn {
	background: #f0edde;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#leftPan table .rghtbtmbrdrClmn {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#leftPan table .btmbrdrClmn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#leftPan table .lastClmn {
	height: 20px;
}
#leftPan table a{
	color: #7c0a06;
	font-weight:bold;
	text-decoration: none;
	margin-left: 3px;
}
#leftPan table a:hover{color: #000;}
#rightPan{
	width:606px;
	position:relative;
	float:left;
}
#rightPan a{
	color: #7c0a06;
	font-weight:bold;
	text-decoration: none;
}
#rightPan a:hover{color: #000;}
#rightPan .mapLink {
	margin-left:10px;
}
#rightPan .locationLink {
	font-size:12px;
}
#bottomPan{
	width:786px;
	position:relative;
	float:left;
	background-color: #D5CF94;
	height: 141px;
	clear: both;
}
#bottomPan table {
	height: 141px;
	width: 786px;
}
#bottomPan table .newsletter {
	height: 121px;
	width: 229px;
}
/* FOOTER */
#footer{
	width:800px;
	background:url(../images/b_footer.jpg) 0 0 no-repeat;
	position:relative;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p{padding: 17px 0 0 0; font:10px/16px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; text-align:center; color:#dedbb4;}
#footer p a{font:10px/16px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; color:#f0edde; text-decoration:none; padding: 0 5px }
#footer p a:hover{text-decoration:none; color:#fff}

#fullOverlayBox {
	z-index: 10000;
	filter: alpha(opacity=75); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE */
	-moz-opacity: .75; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#a9a57e;
	position:fixed;
	top:0px; 
	left:0px;
	width:100%;
	height:100%;
}

#fullOverlayBoxContent {
	z-index: 10001;
	position:fixed;
	top:0px; 
	left:0px;
	width:100%;
	height:100%;
}

INPUT.textBoxDefaultValue {
	color:#999
}
