@charset "UTF-8";
/* CSS Document */

#nav:after,
#subNav:after,
#header:after,
#columnLeft .bottom:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

body {
	margin: 0;
	background-color: #EBE4C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body#home {
	padding: 17px 0;
}

img {
	margin: 0px;
	padding: 0px;
}

.content {
	margin: 0px;
	padding: 0px 10px;
}

a {
	text-decoration: none;
	color: #EBE4C7;
}

#wrapper {
	width: 782px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

#columnLeft {
	width:486px;
	float: left;
	height: 536px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#columnLeft .topContainer {
	background: url(/images/rightbg_top.gif) top left no-repeat;
	height: 61px;
	padding: 100px 0 0 0;
}

.tagline {
	padding: 0 0 0 25px;
	margin: 0;
	font-style:oblique;
	font-size: 115%;
	color:#420703;
	line-height: 150%;
}

#columnLeft .bottomContainer {
	background: url(/images/rightbg_bottom.png) top left no-repeat;
	height: 375px;
}

#nav {
	padding: 0px;
	margin: 0;
	width: inherit;

/* 	Modified below - TJS */
	padding-top: 10px;
}

#nav li {
	list-style-type: none;
	margin: 0;
/* 	Modified below - TJS */
/* 	border-right: 1px solid #000; */
	display: block;
	float: left;
	padding: 0 0 10px 0;
}

#nav li.last {
	border-right: none;
}

#nav a {
	text-align:center;
	display:block;
	width: 86px;
	color: #EBE4C7;
	background-color:#420703;
	margin: 0 4px;
	padding: 12px 0;
	float: left;
	font-size: 115%;

/* 	Modified below - TJS */
	font-size: 110%;
	width: 111px;

}

#nav a:hover {
	color:#fff;
}

#columnRight {
	background-image:url(/images/paperbg_new.png);
	background-repeat:no-repeat;
	float: right;
	width: 296px;
	height: 536px;
	margin: 0px;
	padding: 0px;
}

.homeMenu { 
	color: #EBE4C7;
	margin: 35px 0 0 5px;
	font-size: 110%;

/* 	Modified below - TJS */
	font-weight: bold;
	
}

.homeMenu a:hover {
	color:#fff;
}

.newsletter {
	font-family:"Times New Roman", Times, serif;
	color:#6c1c14;
	font-weight:bold;
	text-align: center;
	font-size: 140%;
}

.footer {
	color:#666666;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top: 15px;

/* 	Modified below - TJS */
	padding-top: 5px;
/* 	Modified above - TJS */
	
}

label.white {
	color: #EBE4C7;
	font-size: 120%;
	padding-left: 5px;
	margin-top: 15px;
	}
	
input#product-search {
	width: 90px;
	margin: 8px 0 0 5px;
	}
	
input#search-button {
	padding: 0;
	}
	
#links-nav {
	text-align: center;
	margin-bottom: 30px;
	}

/* =============================================================================

child page styling

============================================================================= */

ul#header {
	padding: 13px 0px 10px 21px;
	background: url(/images/headbarn.gif) repeat-x;
	margin: 0px 0px -13px 0px;
}

#header li {
	list-style-type: none;
	margin: 0;
	display: block;
	float: left;
	padding: 0 0 10px 0;	
}

#header a {
	text-align: center;
	display: block;
	width: 86px;
	color: #EBE4C7;
	background-color:#420703;
	margin: 0 5px;
	padding: 12px 2px;
	float: left;
	font-size: 110%;
}

#header a:hover {
	color:#fff;
}


#header li.headerContact {
	padding: 13px 0px 0 46px;
	font-weight: bold;
	color: #EBE4C7;
}


.subHead {
	height: 55px;
	height: 65px;
/*	background: url(/images/line.gif) repeat-x; */
}

/* 	Modified below - TJS */
.subHeadBottom {
	height: 20px;
	background: url(/images/line.gif) repeat-x;
}
/* 	Modified above - TJS */


#subNav a {
	display: block;
	float: left;
	margin: 10px;
	color: #420703;
	font-size: 110%;

/* 	Modified below - TJS */
	margin: 10px 7px;
	font-weight: bold;
} 

#subNav a:hover {
	color: #666666;
}

#subNav li {
	list-style: none;
	display: block;
	float: left;
}

ul#subNav {
	padding: 10px 0px;
	height: 20px;	
	margin: 0px;
}

.subLast {
	color:#666666;
	font-size: 80%;
	padding: 20px 20px 0 0;
	float: right;

/* 	Modified below - TJS */
	padding: 13px 13px 0 0;
	text-align: center;
}

li.sublast a {
	text-decoration:underline;
	font-size:80%;
}

#content img {
	float: left;
}

.contact-footer {
	background-image: url(/images/headbarn.gif);
	width: 782px;
	border: none;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	color: #EBE4C7;
	font-size: 110%;
	font-weight: bold;
}

.footer p a {
	color: #666;
}

.content h3 {
	color: #420703;
	margin-top: 30px;
	}	

.content a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}
	
.content td, .content th {
	text-align: left;
	padding: 2px 5px;
	}
	
.left-center {
	float: left;
	text-align: center;
	}
	
table.contact {
	margin: 20px 0;
	}
	
.contact td {
	padding: 5px 10px;
	}
	
#newsletter-signup {
	text-align: center;
	color: #420703;
	}
	
#newsletter-signup label {
	font-size: 120%;
	font-weight: bold;
	}
	
#newsletter-signup input {
	margin: 5px;
	}
	
#store-hours table {
	margin: 20px 0;
	border-collapse: collapse;
	font-size: 110%;
	}
	
#store-hours td {
	padding: 6px;
	border-bottom: 1px solid #000;
	}
	
#store-hours th {
	padding: 6px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

/* ================================================================ 
FLYOUT MENU
=================================================================== */

#menu {
list-style:none;
position:relative;
z-index:200;
padding: 20px 0 0 0;
margin: 0;
width: inherit;
}

#menu li.top {
list-style-type: none;
margin: 0 0 15px 0;
padding: 0px;
display: block;	
}

#menu li.last {
	border-bottom: none;
}

#menu li a.top_link {
display:block;
width: 150px;
color: #EBE4C7;
margin: 0 5px;
padding: 0;
font-size: 115%;
}

#menu li:hover a.top_link {
color:#fff;
}

#menu li:hover {
position:relative;
z-index:200;
}

#menu li:hover ul.sub {
left:125px;
top:0px;
background: #EBE4C7;
padding: 0px;
margin: 0px;
border:1px solid #4d0e03;
white-space:nowrap;
width: 175px;
height:auto;
z-index:300;
}


#menu li:hover ul.sub li {
display:block;
position:relative;
width: 175px;
font-weight:normal;
padding: 0px;
margin: 0px;
}

#menu li:hover ul.sub li a {
display:block;
padding: 3px;
margin: 0px;
color:#000;
text-decoration:none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #4d0e03;
}

#menu li ul.sub li a.fly {
background: #dac099 url(/images/arrow.gif) 97% 50% no-repeat;
}

#menu li:hover ul.sub li a:hover {
background:#420703;
color:#fff;
border-color:#fff;
}

#menu li:hover ul.sub li a.fly:hover {
background:#420703;
color:#fff;
}

#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover ul,
#menu li:hover li:hover li:hover li:hover li:hover ul {
left: 175px;
top:-1px;
background: #EBE4C7;
padding: 0px;
margin: 0px;
border:1px solid #420703;
white-space:nowrap;
width: 175px;
z-index:400;
height:auto;
}

#menu ul, 
#menu li:hover ul ul,
#menu li:hover li:hover ul ul,
#menu li:hover li:hover li:hover ul ul,
#menu li:hover li:hover li:hover li:hover ul ul {
position:absolute;
left:-9999px;
top:-9999px;
width:0;
height:0;
margin:0;
padding:0;
list-style:none;}

#menu li:hover li:hover a.fly,
#menu li:hover li:hover li:hover a.fly,
#menu li:hover li:hover li:hover li:hover a.fly,
#menu li:hover li:hover li:hover li:hover li:hover a.fly {
background:#420703 url(arrow_over.gif) 80px 6px no-repeat;
color:#fff;
border-color:#fff;
} 

#menu li:hover li:hover li a.fly,
#menu li:hover li:hover li:hover li a.fly,
#menu li:hover li:hover li:hover li:hover li a.fly {
background:#bbd37e url(/images/arrow.gif) 80px 6px no-repeat;
color:#000;
border-color:#bbd37e;
} 

#photoCredit {
position: absolute;
left: 2px;
top:142px;
color: #EEEEEE;
font-size: 10px;
line-height: 90%;
}

#photoCredit a {
color: #EEEEEE;
 }

/* 	Modified below - TJS */
#columnRight a {
    position: relative;
    z-index: 100;
}
/* 	Modified above - TJS */







 
 
 