/* Overall styles */ 
html, body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
} 
 
.spacer {
	clear: both;
	}
	
a:link {
	color: #005221;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #96620E;
}

#pagewidth {
	margin: 10px auto 0 auto;
	width: 750px;
	background-image: url(../images/bg-page.jpg);
	background-position: 0 191px;
}

#maincolborders {
	margin: 0 auto;
}
 
 
/*########################################## Page header */

#header {
	height: 207px;
	margin: 0 auto;	
}

#header img {
	display: block;
}

/*########################################## Main content column */

#maincol {
	text-align: left;
	background-color: #FFF;
	margin: 0 20px;
}
 
#content {
	font-size: 80%;
	line-height: 160%;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content ul li {
	list-style-image: url(../images/bullet.gif);
}
.green_b {
	font-weight: bold;
	color: #005221;
	line-height: normal;
}
.red_b {
	font-weight: bold;
	color: #660000;
	line-height: normal;
}
.grey_it {
	font-weight: normal;
	color: #666666;
	line-height: normal;
	font-style: italic;
}
.grey {
	color: #666;
}
.red {
	color: #600;
}
.special {
	background-color: #000;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	color: #FFF;
}
.special h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	margin-bottom: 0px;
}

/*************************** Random footer images */

#footer_images {
	background-color: #000000;
	margin: 0 20px;
	border-top: 5px solid #000;
	padding-left: 3px;
	padding-right: 3px;
}

#footer_images img {
	display: block;
}

#footer_images table td {
	text-align: center;
}

/*************************** Content footer */

#footer_content {
	background-color: #000;
	color: #FFF;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_content_larger {
	font-size: 30px;
}
#footer_content_larger a:link, #footer_content_larger a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer_content_larger a:hover {
	text-decoration: underline;
}

/*************************** Top navigation */

#menu {
	background-color: #000;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}

#menu ul li {
	color: #FFF;
	display: inline;
	padding: 0 10px;
}

#menu a {
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #FFF;
	text-decoration: none;
	background-position: 4px 48%;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFF;
}

#menu a:visited {
	color: #FFF;
}

/*########################################## Headers */

h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 0 0.5em 0;
	font-size: 24PT;
	font-weight: normal;
	text-align: center;
	color: #84130F;
}

h2 {
	font-size: 120%;
	color: #333333;
}
h3 {
	font-size: 110%;
	color: #666666;
	font-weight: normal;
}

/*########################################## Text styles */

.text_red {
	color: red;
}

/*########################################## Tables */

.details_table th {
	background-color: #E4E4E4;
	border: 1px solid gray;
	padding: 0.5em;
}
.outstock {
	text-decoration: line-through;
	color: #999;
	text-align: right;
}


.details_table p   {
	font-size: 11pt;
	margin-bottom: 10px;
	margin-top: 10px;
}
.details_table img {
	border: 1px solid #000;
	width: 160px;
	height: auto;
}


.details_table td {
	border: 1px solid gray;
	padding: 0.5em;
	background-color: #F1F1F1;
}
.wines_table th {
	background-color: #E4E4E4;
	padding: 0.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
}
.wines_table td{
	background-color: #F1F1F1;
	color: #000000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	font-size: 10pt;
	border-bottom-style: solid;
}


.details_table h2   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
}
.details_table h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #84130F;
	text-align: left;
	margin-bottom: -5px;
	font-size: 14pt;
}


 
/*########################################## Page footer */
 
#footer {
	color: #666666;
	text-align: right;
	padding: 4px;
	clear: both;
	font-size: 70%;
	margin: 0 auto;
	width: 750px;
 }
 
#footer a {
	color: #666666;
}
 
#footer_left {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 4px;
}
 
/*########################################## Product category table */

.category_table td {
	border: 1px solid silver;
}

.category_table td h2 {
	padding: 0.5em;
	margin: 0 0 0.25em 0;
}
 
/*########################################## Form styles */

textarea {
	width: 95%;
}

/*########################################## Stock detail photo column */

.photo_col {
	width: 150px;
	float: right;
	margin-left: 0.5em;
	font-size: 80%;
}
.photo_col img {
	display: block;
	border: 1px solid gray;
}

/*########################################## Form styles */

fieldset {
	border: 1px solid gray;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	font-weight: bold;
	font-size: larger;
	color: #044557;
	margin-bottom: 0.5em;
}

/* Print icon in popup windows */

.print_box {
	text-align: right;
}

.print_box a {
	color: #000;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

