/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

/* commented backslash hack \*/ 
/*html, body{height:100%;}*/ 
/* end hack */
html,body {margin:0;padding:0}

body {
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #333;
	background-color: #f0f0d8;
}

a:link, a:visited {
	color: #5b0014; 
	text-decoration: underline;
}

a:hover {
	color: #8f8536; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #333;
}

p {
	margin-bottom: 10px;
}



/*Main template styles.*/

#outer{
	/*min-height:100%;*/
	margin: 0 auto;
	margin-bottom:-198px;
	height: auto;
	width: 780px;
	margin-top: 0px;
	position: relative;
	background-color: #ffffff;
	border-left: 1px solid #5b1b00;
	border-right: 1px solid #5b1b00;
	border-bottom: 1px solid #5b1b00;
}
/** html #outer{height:100%;}*/

#upperbar {
	background-color: #a89e4f;
	height: 35px;
	border-bottom: 3px solid #5b1b00;
	width: 100%;
	position: relative;
}

#mainnav {
	width: 585px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 10px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainnav li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	color: #ded9b0;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #f0f0d8;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #5b1b00;
	text-decoration: none;
}

#searcharea {
	position: absolute;
	width: 160px;
	top: 6px;
	right: 10px;
	text-align: right;
}

#headerhome {
	background: url(images/wc_bannerhome.jpg) top left no-repeat;
	height: 176px;
	position: relative;
}

#biglogo {
	position: absolute;
	width: 174px;
	height: 151px;
	top: 110px;
	left: 580px;
	background: url(images/wc_logo_home.gif) top left no-repeat;
}

#headerinner {
	position: relative;
	height: 67px;
	background-color: #c7c397;
	border-bottom: 3px solid #5b1b00;
	margin-bottom: 25px;
}

.headertext {
	width: 490px;
	padding-top: 25px;
	padding-left: 10px;
	color: #5b1b00;
	font-size: 18px;
	line-height: 1.2em;
} 

#navwrapper {
	width: 160px;
	float: left;
	padding-bottom: 40px;
}

#navigation {
	padding-left: 15px;
	margin-top: 0px;
}

#navigation li:hover {
	color: #5b0014;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 140px;
}

#navigation li {
	list-style: none;
	color: #8f8536;
	font-family: Georgia, serif;
	font-size: 15px;
	background: url(images/bullet_navsquare.gif) 0px 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #8f8536;
	text-decoration: none;
}


#navigation li a:hover {
	color: #5b1b00;
	text-decoration: none;
}

#navigation ul ul {
	width: 200px;
}

#navigation ul ul li {
	color: #5b0014;
	font-size: 12px;
	margin-bottom: 2px;
	padding-left: 0px;
	background-image: none;
	font-family: arial, helvetica, sans-serif;
}

	
#navigation ul ul li a:link; #navigation ul ul li a:visited {
	color: #8f8536;
}

#navigation ul ul li a:hover {
	color: #5b1b00;
}


#navigationsection {
	padding-left: 15px;
	margin-top: 0px;
}

#navigationsection h3 {
	color: #5b1b00;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.1em;
	background: url(images/bullet_navsquare.gif) 0px 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
}

#navigationsection h3 a:link, #navigationsection h3 a:visited {
	color: #5b1b00;
	text-decoration: none;
}

#navigationsection h3 a:hover {
	color: #8f8536;
	text-decoration: none;
}

#navigationsection li:hover {
	color: #5b0014;
}

#navigationsection ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 140px;
}

#navigationsection li {
	list-style: none;
	color: #333;
	/*font-family: Georgia, serif;*/
	font-size: 13px;
	/*background: url(images/bullet_navsquare.gif) 0px 5px no-repeat;*/
	padding-left: 12px;
	margin-bottom: 3px;
}

#navigationsection li a:link, #navigationsection a:visited {
	display: block;
	color: #333;
	text-decoration: none;
}


#navigationsection li a:hover {
	color: #5b1b00;
	text-decoration: none;
}

#navigationsection ul ul li {
	color: #5b0014;
	font-size: 12px;
	margin-bottom: 4px;
	padding-left: 0px;
	background-image: none;
	font-family: arial, helvetica, sans-serif;
}

	
#navigationsection ul ul li a:link; #navigationsection ul ul li a:visited {
	color: #5b0014;
}

#navigation ul ul li a:hover {
color: #5b1b00;
}


#contentwrapper {
	width: 595px;
	float: right;
}


#content {
	padding-right: 15px;
	
}

#clearfooter{
	height: 40px;
}

#footer {
	width: 780px;
	clear: both;
	height: 198px;
	margin: 0 auto;
	background: url(images/bkgnd_footer.jpg) top left no-repeat;
	color: #000000;
	position: relative;
	/*border-left: 1px solid #5b1b00;
	border-right: 1px solid #5b1b00;*/
}

/*div>p {margin:0}*/

#footerlinks {
	width: 585px;
	position: absolute;
	top: 20px;
	left: 180px;
	color: #5b0014; 
	font-size: 11px;
}

#footerlinks a:link, #footerlinks a:visited {
	color: #5b0014;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #8f8536;
	text-decoration: none;
}/*site links in the footer, like home, etc.*/

#logos {
	width: 442px;
	height: 90px;
	text-align: center;
	position: absolute;
	top: 78px;
	left: 320px;
}

#siteby {  
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 10px;
	top: 178px;
	text-align: center;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #5b1b00;
}




/*index template styles*/


.intro {
	font-size: 13px;
	line-height: 1.3em;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #8f8536;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 15px; 
	margin-bottom: 8px; 
	font-size: 15px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #8f8536;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #8f8536;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 12px; 
	font-weight: 400; 
	line-height: 1.2em; 
	color: #8f8536;
}

li {  
	font-size: 13px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.sku {font-size: 11px; color: #000000; text-decoration: none; font-weight:bold;}

.cellheader {
	font-size: 12px; 
	color: #8f8536; 
	font-weight:bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #8f8536;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #5b1b00;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 12px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #9b0075; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #9b0075;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #6cbd45;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #308109; 
}

.highlight a:link, .highlight a:visited {
	color: #308109;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 15px; 
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #8f8536;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 11px; text-align: right; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/


.clear {
	clear: both;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.title {
	font-style: oblique;
}

.bulleted {
	padding-left: 10px;
	margin-bottom: 4px;
	background: url(images/bullet_bulleted.gif) 0 5px no-repeat;
}

.bulleted a:link, .bulleted a:visited {
	text-decoration: none;
}

ul.bullets {
	margin-top: 10px;
	margin-bottom: 0px;
}

.bullets li {
	margin-bottom: 10px;
	line-height: 1.2em;
}

ol.numbered {
	margin-top: 10px;
	margin-bottom: 0px;
}

.numbered li {
	margin-bottom: 10px;
	line-height: 1.2em;
	list-style-type: decimal;
}



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }


.withborder {
	padding: 2px;
	border: 1px solid #c7c397;
}


/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {
	background: #5b1b00; 
	font-size: 12px; 
	color: #FFFFFF;
	border: 1px solid #5b1b00;
	padding: 2px;
}

.fancybutton:hover {
	color: #ded9b0;
	background: #7f4d40;
}


.fancybutton2 {
	background: #5b1b00; 
	font-size: 11px; 
	color: #FFFFFF;
	border: 1px solid #5b1b00;
	padding: 2px;
}

.fancybutton2:hover {
	color: #ded9b0;
	background: #7f4d40;
}
