/*** GLOBAL STYLES ************************************************************/
/******************************************************************************/

* {
	margin:  0;
	padding: 0;
}

body {
	text-align: center;
	margin: 0;
	font-family: "lucida grande", arial, sans-serif;
	font-size: 12px;
	background: #fff;
}

#container {
	background: url(https://www.olddeerfieldcountrystore.com/grfx/topbg.gif);
	margin: 0 auto;
	text-align: left;
	height: 132px;

}	


/*** HEADER AND NAVIGATION ****************************************************/
/******************************************************************************/

#logo {
	width: 194px;
	height: 132px;
	float: left;
}	

#header {
	float: right;
	padding: 102px 20px 0px 0px;

}	
	
	
#header a {
	color: #000;
	text-decoration: none;
}	

#toolbox {
	position: absolute;
	top: 0;
	right: 50px;
	float: right;
}	

#cart {
	padding: 10px 10px 10px 10px;
	color: #FFF;
}	


#cart a {
	color: #FC6;
	text-decoration: none;
}	





/*** MAIN BODY ****************************************************************/
/******************************************************************************/



#content_container {
	background: #FFF;
	width: 800px;
}

#main_content {
	float: left;
	width: 580px; 
	text-align: left;

}	

#pagetext {
	padding: 5px 5px 10px 5px;
}


.homefeatures {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: 000000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid;

}


.homefeatures a {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 12px;
	color: #C30;
	text-decoration: none;
}



.homefeatures a:hover {
	color: #FC0;
	text-decoration: underline;
	text-transform: none;

}

.sponsor_box {
	border: 1px solid #ddd;
	margin: 15px 0 15px 0;
	padding: 0 8px 8px 8px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	width: 490px;
}

.sponsor_box .title {
	position: relative;
	top: -6px;
	background: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	display: inline;
	color: #555;
}


/*** MORE INFO ****************************************************************/
/******************************************************************************/



.moreinfopix {
	float: right;
	padding: 10px 10px 10px 10px;
}	


#moreinfoproduct {
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 780px;
}	


.onsale {
	color: #900;
	font-weight: bold;

}


.Subproduct {
	margin: 5px 0px 5px 0px;
	font-weight: normal;

}







/*** CONTENT SIDEBAR **********************************************************/
/******************************************************************************/

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#sidebar h3 {
	font-family: georgia, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #943921;
	margin: 0 0 0 10px;
}

#sidebar ul {
	margin: 0 20px 0 10px;
}

#sidebar ul li {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	height: 19px;
	line-height: 100%;
}	

#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0;
}

#sidebar ul li a:link {
	color: #333;
}	

#sidebar ul li a:visited {
	color: #777;
}	

#sidebar ul li a:hover {
	background: #FFDD8B;
}	
	


/*** FOOTER *******************************************************************/
/******************************************************************************/

#footer {
	background: #8A0505;
	padding: 7px 7px 8px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
}	

#footer a:link {
	color: #fafaf5;
}

#footer a:hover,
#footer a:visited {
	color: #bbb;
}

#page_sig {
	text-align: center;
	font-family: georgia, serif;
	font-size: 11px;

}

#footer_right {
	float: right;
	width: 401px;
	text-align: right;
}	