/*

Ronin Wines Colors

	Outermost Background			#FFFAEA
	Middle Table Background			#FFF3CB
	Content Background				#FCEBBC		- use as alternate to background image
	Navigation Background			#FEDE74
	Link Red						#942824
	Link Hover Gray					#B9B197 (from DHTML nav)
	Text Gray						#9EA0A3 (from content section)
	

*/

A, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TD, TH, UL  {
	font-size : 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	background-color: #FFFAEA;
}

A:link  	{	color: #942824;	text-decoration : underline;	}
A:active  	{	color: #942824;	text-decoration : underline;	}
A:visited  	{	color: #942824;	text-decoration : underline;	}
A:hover  	{	color: #000000;	text-decoration : none;	}

/* .navTop_section	{	padding-bottom:	7px;	margin-bottom: 7px;	margin-top: 3px;	} */
/* .navTop_section	{	height: 20px; vertical-align: bottom;	}  */
A.navTop:link  		{	color: #000000;	text-decoration: none;	font-size: 9px; font-weight: 700;	}
A.navTop:active  	{	color: #000000;	text-decoration: none;	font-size: 9px; font-weight: 700;	}
A.navTop:visited  	{	color: #000000;	text-decoration: none;	font-size: 9px; font-weight: 700;	}
A.navTop:hover  	{	color: #942824;	text-decoration: none;	font-size: 9px; font-weight: 700;	}

P.copyright {	font-size: 10px;	margin-right: 20px;	padding-top: 20px;	font-family: Arial, Helvetica, sans-serif;	}

TD.right_border {
	width: 20px;
	background-color: #FFF3CB;
}

.navTable {
	border: 0px;
	width: 429px;
	background-color: #FEDE74;
}

/* NAVIGATION STYLES IF WE USE TEXT NAVIGATION
A.navLink:link  	{	color: #000000;	text-decoration: none;	font-size: 12px; font-weight: 300;	font-family: Times;		margin: 10px; 	}
A.navLink:active  	{	color: #000000;	text-decoration: none;	font-size: 12px; font-weight: 300;	font-family: Times;		margin: 10px; 	}
A.navLink:visited  	{	color: #000000;	text-decoration: none;	font-size: 12px; font-weight: 300;	font-family: Times;		margin: 10px; 	}
A.navLink:hover  	{	color: #942824;	text-decoration: none;	font-size: 12px; font-weight: 300;	font-family: Times;		margin: 10px; 	}
*/


.wine_thumbnail {
	width: 160px;
	height: 143px;
	border: #000000 solid 1px;
	background-color: #FFFFFF;
}


DIV.rightColumn {
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	
	padding-left: 12px;
	padding-right: 12px;
	
	margin-top: 30px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;

}

A.rightColumnLink:link  	{	color: #942824;	text-decoration: underline;	font-size: 11px; font-weight: 300;	}
A.rightColumnLink:active  	{	color: #942824;	text-decoration: underline;	font-size: 11px; font-weight: 300;	}
A.rightColumnLink:visited  	{	color: #942824;	text-decoration: underline;	font-size: 11px; font-weight: 300;	}
A.rightColumnLink:hover  	{	color: #000000;	text-decoration: none;		font-size: 11px; font-weight: 300;	}

DIV.retailers_vertLine {
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	
	padding-left: 12px;
	padding-right: 12px;
}

/* needed for the right headline for "restaurants" */
SPAN.retailers_indent {	
	padding-left: 13px;

}

.warning	{
	font-size: 13px;
	font-weight: 700;
	color: #FF0000;
}


DIV.homepage_thumbs {
	margin-right: 20px;
	width: 632px;
	
}

/*
H1 {	font-size: 15px;	}
H2 {	font-size: 14px;	}
H3 {	font-size: 13px;	}

.contentSection {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.disclaimer	{	font-size: 10px;	}
.cutline	{	font-size: 12px;	font-weight: 700;	margin-top: 20px; margin-bottom: 20px;	}
.footer {	font-size: 11px;	margin-bottom: 8px;	width: 380px;}
.required	{	color: #B42D33;	}

A.footerLink:link  	{	color: #000000;	font-size: 11px;	text-decoration : underline;	}
A.footerLink:active  {	color: #000000;	font-size: 11px;	text-decoration : underline;	}
A.footerLink:visited {	color: #000000;	font-size: 11px;	text-decoration : underline;	}
A.footerLink:hover  	{	color: #B42D33;	font-size: 11px;	text-decoration : none;	}

*/


