/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: #582700;/*background:url(../images/body_bg.gif) repeat;*/
}
body {
	/*width: 100%;
	height: 100%;
	font-size: 62.5%;
	 reset font-sizes to 1em == 10px */
	 margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #582700;	
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
}
a img{
	border:0;
}
/*
img {
	border: 4px solid  #BE8232;
}
*/
.clear{
	clear:both;
}
hr {
	border: none 0; 
	border-top: 1px dotted #be8232;
	height: 1px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	
}
h1,h2,h3,h4,h5,h6{
	margin-bottom:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
	h1 {
		font-size:24px;
		color: #be8232;
	}
	h2 {
		font-size:20px;
		color: #713200;
	}
	h3 {
		font-size:20px;
		color: #000000;
	}
	h4 {
		font-size:20px;
		color: #be8232;
	}
	h5 {
		font-size:15px;
		color: #582700;
	}
	h6 {
		font-size:15px;
		color: #000000;
	}

.li_class{
	background:url(../images/menu2_arrow.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}
ul{
	padding-left:40px;

}
.ol_class{
	padding-left:20px;

}
/* Layout CSS */
#Main {
	width: 768px;
	margin: auto;
	border: 0;
	background-color: #FFFFFF;
	background-image:url(../images/bg_spacer.gif);
}
#Header {
	background: #ffffff;/*url(../images/blueback.gif) bottom left repeat-x;*/
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	clear:left;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding:10px 50px 0;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}

#ContentContainer {
	background:#ffffff url(../images/ss_watermark.gif) bottom left no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin: 0px 20px;
	width:70%;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:#015581;
	clear:both;
	text-align:right;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}




/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		
/*--------------------------------*/
#banner {
	width: 768px;
	height: 230px;
	margin: 0;
}
/* primary nav */
#primaryNav {
	clear: both;
	width: 738px;
	height: 50px;
	margin: 0;
	padding: 2px 16px 2px 16px;
	text-align: left;
}
.headertext{
margin: 0px;
padding: 5px 4px 2px 10px;
float: right;
font-size: 10px;
font-weight: bold;
color: #be8232;
} 
	.headertext a {
	text-decoration: none;
	color: #be8232;
	}
	.headertext a:hover {
	color: #FFFFFF;
	}
	.headertext a:visited {
	 color: #be8232;
	}
#content1 {
	float: none;
	width: 738px;
	padding: 2px 15px 10px 15px;;
	clear: both;
}
	
.copyright {
padding: 20px 10px 10px 20px;
font-size: 10px;
color: #be8232;
font-weight: bold;
float: left;
}
/* footer */ 
#footer1 {
	clear: both;
	width: 768px;
	height: 60px;
	margin: 0;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}  

    .footertext{
	margin: 0px;
	padding: 20px 20px 10px 10px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #be8232;
	} 
		.footertext a {
	 	text-decoration: none;
		 color: #be8232;
	 	}
		 .footertext a:hover {
	 	color: #000000;
	 	}
	 	.footertext a:visited {
	 	color: #be8232;
	 	}

#leftcolum {
    float:left;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	width: 200px;
	text-align: left;
}
.ul_links {
	font-size: 12px;
	color: #BE8232;
}
.ul_links a:hover {
	color: #582700;
}

#leftcolum img {
	border-color: #be8232;
	width: 182px;
	padding: 0px;
	margin-bottom: 20px;
	}
	
#rightcolum {
    float:left;
	text-align: left;
	padding: 0px 0px 0px 10px;
	background: #FFFFFF;
	width: 500px;	
}
.subheading {
	font-size: 14px;
	font-weight: bold;
}
/* secondary nav*/

#secondaryNav {
	background-color:#ffffff;
	text-align: left;
	padding-left: 210px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #572700;
	font-size: 10px;
	display: block;
} 
	#secondaryNav a {
	color: #572700;
	text-decoration: none;
	} 
	#secondaryNav a:hover {
	color: #be8232;
	text-decoration: none;
	} 
	body#about64wine a#about64wineLink,
	body#food64wine a#food64wineLink,
	body#courses64wine a#courses64wineLink,
	
	body#contactdetails a#contactdetailsLink,
	body#openhours a#openhoursLink,
	body#contactform a#contactformLink,
	
	body#contactdetails a#contactdetailsLink,
	body#openhours a#openhoursLink,
	body#contactform a#contactformLink,
	
	body#monthlyfeatured a#monthlyfeaturedLink,
	body#catalogue a#catalogueLink

	{
	 color: #be8232;
	}
	#secondaryNav li {
	display: inline;
	}
	*html #secondaryNav a {
	 heigth: 1px;
	 }

.email{
	color:#be8232;
	
}
.row1{
background-color: #f8e9d4;
height:25px;
padding-left:5px;
}

.row2{
background-color: #eeb269;
height:25px;
padding-left:5px;

}
.row3{
background-color: #f8e9d4;
height:18px;

}
	
.external_links {
	font-size: 11px;
	color: #BE8232;
}
.image_border{
	border: 4px solid  #BE8232;
}
.image_border_thin{
	border: 2px solid  #BE8232;
}
.formbutton{
cursor:pointer;
border:outset 1px #996633;
background: #FFFFFF;
color: #FFFFFF;
font-size: 11px;
background: #582700;
}

.textfield {
	font-size: 11px;
	padding: 0px, 0px, 0px, 0px;
	margin-top: 0px, 0px, 0px, 0px;
}
textarea {
	font-size: 11px;
	width: 350px;
	padding: 0px, 0px, 0px, 0px;
	margin-top: 0px, 0px, 0px, 0px;
}
.list_padd{
	padding-left:400px;
}
.tabularData {
	background-color:#e0cfbb;
	font-size:10px;
	color:#000000;
	width:100%;
	border:0px;
	text-align:left;
	padding: 0px;
}
.tabularData td{
			background-color:#f7ebda;
			padding:2px;
}
.tableHeading td{
			font-size:14px;
			color:#f7ebda;
			font-family:Georgia, "Times New Roman", Times, serif;
			background-color:#522200;
			padding: 0px, 0px, 0px, 0px;
			margin-top: 0px, 0px, 0px, 0px;
}
.brownLink{
	font-size:14px;
	color:#be8232;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.brownLink a{
	font-size:14px;
	color:#be8232;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.brownLink a:hover {
	color: #582700;
}
.darkRow td{
			background-color:#f1dec7;
}