@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	color: #3d0101;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

p {
	text-align: left;
	line-height: 1.45em;
	font-size: 11px;
	font-weight: bold;
}

img {
	border: 0px;
}

h1 {
	font-size: 25px;
	font-weight:bold;
	color: #ff0800;
	margin: 0 0 14px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff0800;
	margin: 50px 0 0 0;
}

a.headline:link, a.headline:hover, a.headline:active, a.headline:visited {
	font-size: 16px;
	font-weight: bold;
	color: #ff0800;
}

a.headline:hover {
	text-decoration: underline;
}

h3 {
	font-size: 15px;
	font-weight:bold;
	color: #980c0c;
	margin: 0 0 18px 0;
}

blockquote {
	font-size: 11px;
	line-height: 1.25em;
	color: #999999;
}

#nav ul {
	/*list-style-type: none;*/
}

#nav li {
	display:inline;
	padding: 0 0 0 18px;
}

#nav {
	width: 530px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	position: relative;
	float: right;
}

#nav .divider {
	margin-top: -6px;
	position: absolute;
	padding: 0 0 0 8px;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
	color: #f7f6e4;
	text-decoration: none;
	font-size: 11px;
}

a.nav:hover {
	text-decoration: underline;
	font-size: 11px;
}

#navdark li {
	display:inline;
	padding: 0 0 0 18px;
}

#navdark {
	width: 530px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	position: relative;
	float: right;
}

#navdark .divider {
	margin-top: -6px;
	position: absolute;
	padding: 0 0 0 8px;
}

a.navdark:link, a.navdark:visited, a.navdark:active, a.navdark:hover {
	color: #43110c;
	text-decoration: none;
	font-size: 11px;
}

a.navdark:hover {
	text-decoration: underline;
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover {
	color: #f7f6e4;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover {
	color: #ff0800;
	text-decoration: underline;
	font-size: 11px;
}

#container {
	width: 803px;
	margin: 0 auto;
	text-align: center;
	height: 411px;
	background-image: url(../images/header-background-index-wine.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: ffed96;
}

#container .content {
	width: 803px;
	position: relative;
	float: left;
	height: auto;
	padding-bottom: 40px;
	margin-top: 256px;
	text-align: left;
	background-image: url(../images/content-background-index.jpg);
	background-repeat: no-repeat;
	background-color: ffed96;
}

#container .contentcontact {
	width: 803px;
	position: relative;
	float: left;
	height: auto;
	padding-bottom: 40px;
	margin-top: 256px;
	text-align: left;
	background-image: url(../images/content-background-contact.jpg);
	background-repeat: no-repeat;
	background-color: ffed96;
}

#container .contentwine {
	width: 803px;
	position: relative;
	float: left;
	height: auto;
	padding-bottom: 40px;
	margin-top: 256px;
	text-align: left;
	background-image: url(../images/content-background-wine.jpg);
	background-repeat: no-repeat;
	background-color: ffed96;
}

#container .contentwinelist {
	width: 803px;
	position: relative;
	float: left;
	height: auto;
	padding-bottom: 40px;
	margin-top: 256px;
	text-align: left;
	background-image: url(../images/content-background-wine-list.jpg);
	background-repeat: repeat-y;
	background-color: ffed96;
}

#container .logo {
	position: relative;
	float: left;
}

#container .onecolumn {
	width: 246px;
	position: relative;
	float: left;
}

#container .twocolumn {
	width: 496px;
	position: relative;
	float: right;
	margin: 0 22px 0 0;
}

#container .threecolumn {
	width: 760px;
	position: relative;
	float: left;
	margin: 0 0 0 22px;
}

#container .threeonecolumnL {
	width: 337px;
	position: relative;
	float: left;
	margin: 40px 0 0 0;
	clear: both;
}

#container .threeonecolumnR {
	width: 337px;
	position: relative;
	float: right;
	margin: 40px 0 0 0;
	clear: right;
}

img.floatleftclear { 
    float: left; 
    clear: left; 
}

#container .footer {
	position: relative;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #fdf9ed;
	padding-bottom: 20px;
}

.twotext {
	margin: 16px;
}

.textbox {
	width: 205px;
}

.red {
	color: #FF0000;
}