/* css :: style :: surdyks */
/* T R B L */
body {	
	background-image: url("/Images/main_bodyBGND_tile.jpg");
	margin: 0px;
	background-color: #d8cea5;
	background-repeat: repeat;
	background-position: top center;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 12px;
}
.red {
	color: #ca1f57;
}
.org {
	color: #fbe082;
}
.strikethru
{
	text-decoration: line-through; 
}

p {
	padding: 2px 0px 15px 0px;
	margin: 0px;
}
h1, h2, h3, h4 {
	font-family: "Century Gothic", Helvetica, "Trebuchet MS", sans-serif;
}
h1 {
	font-size: 24px;
	color: #8f8368;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	color: #B61C4F;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	color: #8f8368;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 12px;
	color: #B61C4F;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
/****************************************** homepage elements */
#mainContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8368;
	line-height: 18px;
}
/****************************************** link */
a, a:link, a:visited {
	color: #7E1335;
	text-decoration: none;
}
a:hover {
	color: #DB225E;
	text-decoration: underline;
}
a:active {
	color: #7E1335;
	text-decoration: none;
}

/****************************************** PRODUCT SPECS FUGGER */
.product_Spec
{
	z-index: 999;
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: solid #D2C6AF 1px;
	border-bottom: solid #D2C6AF 1px;
}

.WineTerms
{
	margin: 5px 25px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.WineTerms .head
{
	font-weight:bold;
	font-size:12px;
}

.WineFoodMatches
{
	margin: 5px 25px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.WineFoodMatches .head
{
	font-weight:bold;
	font-size:12px;
}

.wineConnectDescriptions .head
{
	font-weight:bold;
	font-size:12px;
}

.Attributes
{
	margin: 5px 25px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.Attributes div
{
	font-weight:bold;
	font-size:12px;
}
	
.onsale
{
	color: #B61C4F;
}