body {
	margin: 30px 0px;
	background-color: #ffffff;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

img {
	behavior: url(/assets/iepngfix.htc)
}

a {
	color: #192E77;
}
a:hover {
	color: blue;
}


form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;

}

div#breadcrumbs, div#breadcrumbs a {
	color: #838282;
	text-decoration: none;
	padding-bottom: 5px;
}
div#breadcrumbs a:hover {
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	display: inline;
	color: #80271E;
}

h1 { font-size: 18px; text-transform:uppercase; letter-spacing:4px; }
h2 { font-size: 16px; text-transform:uppercase; }
h3 { font-size: 14px; text-transform:uppercase; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main {
	margin: 0px auto;
	width: 795px;
	background: url(../images/main-border-bg.png) center repeat-y;
}

div#main-border-top {
	background: url(../images/main-border-top.png) center top no-repeat;
}

div#main-border-bot {
	background: url(../images/main-border-bot.png) center bottom no-repeat;
}

div#main-contents {
	padding: 18px;
}

#maincontent {
	padding:10px;
	padding-left: 170px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

.content {
	line-height: 1.6em;
	font-size: 13px;
}












div#mainmenu {
	height: 38px;
	line-height: 38px;
	background: #3F6971;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding-left: 90px;
}

div#mainmenu a {
	color: #E0BB8E;
	text-decoration: none;
	margin: 0px 16px;
}
div#mainmenu a:hover {
	color: #FFFFFF;
}








#footer {
	height: 40px;
	background: #D2A851;
}
#footer, #footer a {
	font-size: 12px;
	font-weight: bold;
	color: #FCFAF9;
	text-decoration: none;
}
#footer a:hover {
	color: #3F6971;
}











table.wine-listing {
	width: 100%;
	margin-bottom: 10px;
}

table.wine-listing td.image {
	width: 150px;
	text-align: center;
}
table.wine-listing td.details {

}

table.wine-specs {
	margin: 10px 0px;
	border-collapse: collapse;
}
table.wine-specs th, table.wine-specs td {
	vertical-align: top;
	line-height: 1.3em;
	padding: 4px 6px;
	border: dotted #D2A851 0px;
	color: #010101;
}

table.wine-specs th {
	text-transform: uppercase;
	text-align: left;
	color: #320C03;
	font-size: 12px;
}




