/* CSS Document */

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image:url(resources/backgrounds/corks4_1440.jpg);
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.thrColFixHdr #container { 
	width: 1000px;
	margin: 0 auto; /* centre container on page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image:url(resources/backgrounds/dorset_wine_ds_header.png);
	height: 190px;
} 
.thrColFixHdr #header h1 {
	margin: 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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin-left: 40px;
	height: 100px;
	background-color: #DCF0DB;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C47678; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	margin-right: 40px;
	color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.thrColFixHdr #subHeader {
	margin: 0 auto;
	background-image: url(resources/backgrounds/dorset_wine_ds_backstrip.png);
}
.thrColFixHdr #mainContent {
	margin: 0 252px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 20px;
} 
.thrColFixHdr #footer {
	background-image:url(resources/backgrounds/dorset_wine_ds_footer.png);
	height:59px;
	margin-top: 0px;
	padding: 0;
} 

.fltrt { /* this class can be used to float an element right. 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 */
	float: left;
	margin-right: 8px;
}
.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;
}

h1 {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #666666;
	font-weight:normal;
	display:block;
	padding-top:17px;
}

h2, h3 {
	margin-top:0px;
}

ul#moreNav {
	list-style:none;
	margin:0;
	padding:0;
	background-color:#33CCCC;
}

ul#moreNav li a:link, ul#moreNav li a:visited {
	text-decoration:none;
	display:block;
	width:133px;
	padding:4px 4px 4px 12px;
	background-color:#FFFFFF;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size:13px;
	color:#666666;
}

ul#moreNav li.absentlink {
	text-decoration:none;
	display:block;
	width:130px;
	padding:4px 4px 4px 12px;
	background-color:#E6E5EA;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size:13px;
	color:#666666;
}

ul#moreNav li {
	border-bottom: 1px solid #666666;
}

ul#moreNav li a:hover {
	background-color:#F4E8E8;
	color:#666666;
}

.footer {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#ebebeb;
	font-size:10px;
	text-align:center;
	margin-top: 0px;
	padding-top: 18px;
}
.imageBorder1 {
   border:1px solid #666666;
}
.nobleRot {
   border-right:1px dashed #CCCCCC;
   border-bottom:1px dashed #CCCCCC;
   border-left:1px dashed #CCCCCC;
   padding: 5px;
   width: 150px;
}
.sperator {
	margin: 17px 0 15px 0;
   	border-bottom:1px dashed #666666;
   	width: 146px;
}
.quote {
	font-family:Arial, Helvetica, sans-serif;
	color:#8A2629;
	font-size:16px;
}
.quotes {
	font-family:Arial, Helvetica, sans-serif;
	color:#8A2629;
	font-size:36px;
	font-weight:bold;
}
a:link {
	color: #E88213;
	text-decoration:none;
}     
a:visited {
	color: #E88213;
	text-decoration:none;
}  
a:hover {
	color: #8A2629;
	text-decoration:underline;
}   
a:active {
	color: #E88213;
	text-decoration:none;
}

a.top:link {
	color: #666666;
	font-size:10px;
	text-decoration:none;
}     
a.top:visited {
	color: #666666;
	font-size:10px;
	text-decoration:none;
}  
a.top:hover {
	color: #8A2629;
	font-size:10px;
	text-decoration:underline;
}   
a.top:active {
	color: #666666;
	font-size:10px;
	text-decoration:none;
} 

a.sidebar2:link {
	color: #f3f3f3;
	text-decoration:underline;
}     
a.sidebar2:visited {
	color: #f3f3f3;
	text-decoration:underline;
}  
a.sidebar2:hover {
	color: #8A2529;
	text-decoration:underline;
}   
a.sidebar2:active {
	color: #f3f3f3;
	text-decoration:underline;
}

a.latestNews:link {
	color: #f3f3f3;
	text-decoration:none;
}     
a.latestNews:visited {
	color: #f3f3f3;
	text-decoration:none;
}  
a.latestNews:hover {
	color: #8A2529;
	text-decoration:underline;
}   
a.latestNews:active {
	color: #f3f3f3;
	text-decoration:none;
}
.subSection {
	font-family:Arial, Helvetica, sans-serif;
	color:#8A2629;
	font-size:18px;
}
.item {
	font-family:Arial, Helvetica, sans-serif;
	color:#8A2629;
	font-size:16px;
}
.tiny {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.tinyRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}
a.footerLink:link {
	color: #ebebeb;
	font-size:10px;
	text-decoration:none;
}     
a.footerLink:visited {
	color: #ebebeb;
	font-size:10px;
	text-decoration:none;
}  
a.footerLink:hover {
	color: #ebebeb;
	font-size:10px;
	text-decoration:none;
}   
a.footerLink:active {
	color: #ebebeb;
	font-size:10px;
	text-decoration:none;
} 

.opening {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.opentimes {
	border-top:1px solid #666666;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #666666;
	border-left:1px solid #CCCCCC;
	padding: 5px;
	width: 135px;
	background-color: #FFFFFF;
}
.downsize {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:219px;
	margin-left: -40px;
	*margin-right: -40px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style:none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
}
    div#rotator ul li.show {
	z-index:500;
}

    div#banner {
	position:relative;
	width: 496px;
	height:219px;
	background-color:#FFFFFF;
}
