@charset "UTF-8";
body  {
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #480B11 url(../imgs/redback3.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center; /* centers in IE 5 */
	color: #FFFFFF;
}
#container #header noscript {
	font-size: 11px;
	font-weight: bold;
}
#header noscript a {
	text-decoration: none;
	color: #DE5161;
}

/* USE MANY TIMES STUFF  */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.floatleft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatleftpad {
	padding: 0px;
	margin-right: 3px;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.white {
	color: #FFFFFF;
}
input {
	background-color: #4E131D;
	color: #FFFFFF;
	border: 1px solid #891D2A;
	font-weight: normal;
}
textarea {
	color: #FFFFFF;
	background-color: #4E131D;
	border: 1px solid #891D2A;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* LAYOUT BOXES  */

#container {
	width: 840px;
	margin: 0 auto;
	text-align: left; /* override text-align: center */
	padding: 0px;
} 
#header {
	padding: 0px;  
	margin: 30px 0px 0px;
	height: 365px;
	width: 840px;
} 
#header h1 {
	margin: 50 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	background-color: #4E131D;
	font-size: 13px;
	color: #AB404D;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	margin: 15px 0px 5px;
	padding: 0 10px;
	float: right;
	width: 530px;
}
.artlink {
	font-weight: bold;
	color: #DBAAB2;
	text-decoration: none;
	font-size: 12px;
}
.mailerbox {
	line-height: 35px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
}
#sidebar1 {
	float: left; 
	width: 230px; 
	padding: 15px 10px 15px 0px;
}
.contactbox {
	float: left;
	width: 370px;
	padding: 12px 10px 15px 20px;
}
.mapbox {
	float: right;
	width: 380px;
	margin-top: 5px;
	color: #333333;
	font-size: 10px;
}
.winelist {
	float: left;
	width: 440px;
	padding: 12px 10px 15px 20px;
}
.winebox {
	float: right;
	width: 330px;
	margin-top: 50px;
	line-height: 1.3;
}

.notebox {
	float: right;
	width: 230px;
	margin-top: 25px;
	font-size: 11px;
	line-height: 1.4;
}

label {
	font-size: 11px;
	font-weight: bold;
}
#newsmenuitem a {
}
#sidewide {
	float: left;
	width: 470px;
	padding: 12px 0px 15px 20px;
}
#fullwide {
	float: left;
	width: 800px;
	padding: 12px 20px 15px 20px;
}
#fullwidth {
	float: left;
	width: 800px;
	padding: 12px 20px 15px 20px;
}
#artistlist {
	float: left;
	width: 230px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
}
#artistlist .tablelist a {
	text-decoration: none;
}

#footer {
	padding: 0 10px 0 20px;
} 

#biogbox {
	float: right;
	margin-left: 6px;
	width: 315px;
}
#picturebox {
	max-width: 200px;
	margin: 0px;
	padding: 15px 5px 0px 0px;
	float: left;
	width: 200px;
}
/* HEADLINES & FONTS  */


.mapbox h4 {
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h5 {
	font-size: 11px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fullwide p {
	margin: 0;
	padding: 10px 0;
	display: block;
}
#fullwidth p {
	margin: 0;
	padding: 10px 0;
	display: block;
	width: 420px;
}
.tablelist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #430F18;
}

/* LISTS  */

#navbar ul {
	margin: 0px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#sidewide h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #sidewide h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}
#navbar ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 35px;
}

/* LINK COLOURS  */

#navbar p a {
	color: #DE5161;
	text-decoration: none;
}
#navbar ul li a {
	color: #DE5161;
	text-decoration: none;
	font-size: 12px;
}
#navbar ul a:hover, a:active {
	color: #FFFFFF;
}
#navbar ul li a .selected {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteunder {
	color: #FFFFFF;
	text-decoration: underline;
}
#fullwide a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#sidewide a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.contactbox a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.selected {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar .selected {
	color: #FFFFFF;
}
.maplink {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.tablelist a {
	color: #FFFFFF;
	text-decoration: underline;
}
.ared {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
#form1 label {
	color: #FFFFFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #9B3844;
}

.mapbox p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



/* NEWS AND EVENTS ITEMS  */

.newsblock {
	margin: 0px;
	margin: 0px 0px 25px;
	width: 395px;
	height: 120px;
	padding-right: 25px;
}

#fullwidth .newsloop {
	height: 150px;
	width: 409px;
	margin: 0px;
	padding: 0px;
}
.newsblock img {
	margin: 0px;
	float: left;
	padding-right: 10px;
}
.newsblock a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.newsheadline {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.newssub {
	float: right;
	width: 230px;
	margin-top: 25px;
	font-size: 11px;
	line-height: 1.4;
	padding: 0px;
}
.newssub p {
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.newssub h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}
.newssub #newsmenuitem {
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A25964;
}
#newsmenuitem a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.dateclass {
	font-size: 10px;
	font-weight: normal;
	color: #F65768;
}
.redtitles {
	font-size: 10px;
	font-weight: bold;
	color: #C14453;
}
.winetitles {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.winebox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	
}
.winebox h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #DE4658;
}
#container #fullwide #map {
	font-size: 12px;
	color: #333333;
}

.quote {
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #FF949A;
}
.notop {
	padding: 0px;
	margin-top: 0px;
}
#sidewide .notop a {
	color: #FF5C77;
	text-decoration: underline;
}
#sidewide .notop a:hover, a:active {
	color: #FFC0D5;
	text-decoration: none;
}
.lnks {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 100px;
	text-indent: -2000px;
}
