@charset "ISO-8859-1";

body 
{
	font-family: Arial, Verdana,  sans-serif;
	font-size: 93%; /*leave this...it sets the overall size of your fonts.*/
	color: #000000;
	line-height: 135%;
	text-align: center;
	background-color: #550a24;
	padding-top: 0px;
	visibility: visible;
    margin: 10px auto;  /* Between Header and top of page */


	}

#top-banner img
{
	margin: 0px;
	padding: 0px;
	float: left;
	visibility: visible;

}
	
/*LAYOUT STYLES*/
	
#container {
	width: 750px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 100%;
	background-color: #ffffff;
	visibility: visible;
    border: 3px solid #C38F1F;  /* border between body and page */

}

#content-holder {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;


}

#top-banner {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	visibility: visible;


}
.heading {
	text-align: center;
	vertical-align: top;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}

.content {
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 10px;    
	line-height: 135%;
	border-left: 2px solid #996633;  /* border left of content */
	border-right: 2px solid #996633;  /* border right of content */

    
}	



.content-bottom {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
    line-height: 135%;
	visibility: visible;

}


.featured-merchants {
	vertical-align: top;
	text-align: left;
	width: 400px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
	background-color: #ffffff;
	border: none

}

.google-string-top {
	text-align: center;
	margin-right: auto;
	color: #000000;
	background-color: transparent;
	background-image: url(../image-files/top-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	line-height: 25px;
	padding-left: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




.content-extended {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
	margin: 3px;
	padding-top: 0px;
	line-height: 135%;
	width: 100%;
	visibility: visible;

}

	
#bottom {
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #ffec8b;
	visibility: visible;

}


/* -- Left Column styling and navigation list ------------------------------------------------------------------ */



.left-col {
	vertical-align: top;
	width: 150px;
	font-size: 90%;
	margin: 5px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
		
}	


.left-side
{
	vertical-align: top;
	width: 150px;
	font-size: 90%;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	visibility: visible;

}


.left-side ul {
list-style-type: none;
padding: 0 5px 8px 5px;
margin: -6px 0 0 0;

}

.left-side li {
background-color: #ffffff; /* Box around left nav buttons */      
border: 0px solid #7e75a3;
margin-bottom: 3px;
border-bottom: 1px solid #C38F1F;  /* border under each button in left nav */

}

/* -- Left Navigation Link styles -------------------------------------------------------------------*/

.left-side a:link {
color: #000066;  /* Color of left nav text at rest - blue */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.left-side a:visited {
color: #73233f;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.left-side a:hover {
color: #9B6323;  /* Color of left nav text on hover - gold */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #ffffff;   
text-decoration: none;
}


/* -- end Left Navigation Link styles -------------------------------------------------------------------*/



/* -- end Right Col Navigation Link styles -------------------------------------------------------------------*/


.right-col {

	vertical-align: top;
	width: 150px;
	font-size: 90%;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}


.right-side
{
	vertical-align: top;
	width: 150px;
	font-size: 90%;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	visibility: visible;

}




/* -- Right Nav List ---------------------------------------------------------------- */

.right-col ul {
list-style-type: none;
padding: 0 5px 8px 5px;
margin: -6px 0 0 0;

}

.right-col li {
background-color: #ffffff; /* Box around right nav buttons */      
border: 0px solid #7e75a3;
margin-bottom: 3px;
border-bottom: 1px solid #C38F1F;  /* border under each button in right nav */

}

/* -- Navigation Link styles --------------------------------------------------------------- */

.right-col a:link {
color: #000066;  /* Color of right nav text at rest - wine */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.right-col a:visited {
color: #73233f;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.right-col a:hover {
color: #9B6323;  /* Color of right nav text on hover - gold */
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #ffffff;   
text-decoration: none;
}


/*------------------------------------end of navigation----------------------------------------*/

	
.main-space {
	margin: 0px;
	padding: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	width: 600px;
	visibility: visible;


}
.ads/*END OF LAYOUT STYLES*/


/*INCLUDES STYLES*/


 {
	width: 143px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	margin-top: 4px;
	padding: 2px;
	text-align: center;
	visibility: visible;

}




.e-zine {
	text-align: center;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
	padding: 4px;
	background-color: #ffffff;
	margin-top: 6px;
	font-size: small;
	border: 0px solid #996633;
	line-height: 120%;
	visibility: visible;
}


.newsletter {
	float: left;
	width: 400px;
	margin: 3px;
	vertical-align: top;
	padding: 2px;
	visibility: visible;

}


/* --This is used for the left nav and sides in right col--*/

.side-text {
	vertical-align: top;
	width: 150px;
	font-size: 90%;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid #ffffff;

}



.side-text-wine {
	text-align: center;
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 6px;
	font-family: Arial, Verdana,  sans-serif;
	font-size: small;
	background-color: #ffffff;
	border: 0px solid #996633;
	visibility: visible;

}







.side-homebar {
	text-align: center;
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 6px;
	font-size: small;
	background-color: #ffffff;
	border: none;
	visibility: visible;
}




.side1-text {
	text-align: center;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
	padding: 6px;
	background-color: #ffffff;
	margin-top: 3px;
	font-size: small;
	border: 0px solid #996633;
	line-height: 120%;
	visibility: visible;

}

.side2-text {
	text-align: center;
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 6px;
	font-size: small;
	background-color: #ffffff;
	border: 0px solid #996633;
	visibility: visible;

}

.side3-text {
	text-align: center;
	vertical-align: top;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 6px;
	font-size: small;
	background-color: #ffffff;
	border: 0px solid #996633;
	visibility: visible;

}







.main-navig-bottom {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffec8b;
	color: #000000;
	margin-bottom: 2px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	visibility: visible;

}

.search {
	vertical-align: top;
	text-align: left;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	visibility: visible;
	background-color: #fffff;
	border: none
}

#copyright {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	background-color: #eecfa1;
	color: #212A30;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eecfa1;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;

}
#copyright  a:link {
	color: #000066;
	text-decoration: underline;
	visibility: visible;
	
}

#copyright a:visited
{
	color: #000066;
	text-decoration: underline;
	visibility: visible;

}

#copyright a:hover
{
	color: #996633;
	text-decoration: underline;
	visibility: visible;

}



/*END OF INCLUDES STYLES*/

/*CONTENT STYLES*/

/* -- General Link Styling --------------------------- */
a:link {
	color: #0507BF;
	text-decoration: underline;
	visibility: visible;
	

}
a:visited {
	color: #000066;
	text-decoration: underline;
	visibility: visible;
	

}
a:hover {
 	color: #996633;
	text-decoration: underline;
	visibility: visible;
	
}

h1 {
	font-size: 16pt;
	vertical-align: top;
	color: #000066;
	padding-bottom: 0px;
	margin-bottom: 3px;
	clear: both;
	text-align: center;
	line-height: 125%;
	visibility: visible;

}

.underheading {
	font-size: 11pt;
	vertical-align: top;
	color: #000066;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
	line-height: 125%;
	visibility: visible;

}


h2 {
	font-size: 14pt;
	text-align: center;
	vertical-align: top;
	color: #000066;
	padding-bottom: 20px;
	clear: both;
	line-height: 135%;
	visibility: visible;

}


h3 {
	font-size: 12pt;
	color: #000066;
	clear: both;
	line-height: 135%;
	visibility: visible;

}
 h4 {
	font-size: 10pt;
	color: #802A2A;
	clear: both;
	line-height: 135%;
	visibility: visible;

}

h5 {
	font-size: 9pt;
	color: #000066;
	line-height: 135%;
	visibility: visible;

}

 h6 {
	font-size: 12pt;
	color: #000066;
	clear: both;
	line-height: 135%;
	visibility: visible;

}



.img-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	visibility: visible;

}

.img-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	visibility: visible;

}

.content-tiers-navig {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #EBEAC6;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: ##EECFA1;
	border-bottom-color: #EECFA1;
	visibility: visible;

}


.top {
	text-align: center;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EECFA1;
	visibility: visible;

}


.sidebar {
	padding: 8px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff8dc;
	border: 2px solid #996633; 
	font-size: 98%;
	clear: both;
	visibility: visible;

}



.crumb {
	font-size: 85%;
	margin-bottom: 10px;
	color: #666666;	
	height: 20px;
	line-height: 20px;
	visibility: visible;

}


/*END OF CONTENT STYLES*/ 

.right-insert
{
	text-align: left;
	padding: 4px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: right;
	font-size: 90%;
	border: 0px dotted #EECFA1;
	visibility: visible;

}

.top-table
{
	text-align: center;
	visibility: visible;

}

.left-insert
{
	text-align: left;
	padding: 1px;
	width: 140px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-size: 90%;
	border: 0px dotted #EECFA1;
	visibility: visible;

}


.RSS
{
	text-align: center;
	vertical-align: top;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
	margin-top: 2px;
	padding: 6px;
	background-color: #ffffff;	
	font-size: 700;
	border: 0px solid #996633;
	line-height: 120%;
	visibility: visible;
	
}
.shop
{
	width: 143px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	margin-top: 4px;
	padding: 2px;
	text-align: center;
	background-color: #ffffff;
	border: 0px solid ##EECFA1;
	visibility: visible;

}


.top-heading
{
	background-color: #002A3B;
	margin: 0px;
	padding: 0px;
	visibility: visible;

}

.related-bottom-info
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	float: center
	visibility: visible;

}

.back-issues
{
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #996633;
	visibility: visible;
}

.side-text b
{
	font-size: 108%;
	color: #802A2A;
	visibility: visible;

}



.NOTE
{
	font-size: 105%;
	color: #8C3042;
	font-weight: bold;
	text-transform: uppercase;
	visibility: visible;

}

.important
{
	font-size: 105%;
	color: #B84F24;
	font-weight: bold;
	visibility: visible;

}

.sub-heading2
{
	font-size: 85%;
	font-weight: bold;
	visibility: visible;

}
