/* title: Birdwood park Fruit Winery;
author: Pam williamson;
version:one wine content pages;
CSS Document Two
date: June 2007; */
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #816bbd;
}
#container {
	width: 800px;
	margin: auto;
}
/*separate container across the top for image*/ 
#divTopsection {
width:800px;
height: 170px;
margin-top: 10px;
margin-right: 0px;
margin-left: 0px;
background-color:#eae5d8;
background-repeat:no-repeat;
}
/*section below image at top*/
#divTopsection2 {
width:800px;
height: 45px;
margin-right: 0px;
margin-left: 0px;
background-color:#816bbd;
background-repeat:no-repeat;
}  

/* Header */ 
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 27pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2feb32;
	text-align:	left;
	background-color: #816bbd;
}

h2 {
	color: #2feb32;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h4 {
	color: #2feb32;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color:	 #2feb32;
}
a:hover {
	text-decoration:none;
}

/*Left column*/
#Leftcol {
	width: 174px;
	height: 544px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #000000;
}
.Leftname{
	font-size: 18pt;
	color:#a085eb;
	}
.Leftadd{
	font-size: 14pt;
	color:#a085eb;
	}

#Rightcol {
	background-color: #000000;
	width: 625px;
	height:544px;
	float: left;
}
/*Content in main right side column*/
#divMainContent {
	padding-left: 20px;
	padding-right: 10px;
}
/*Left side main Navigation*/
#Navigation {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 10pt;
	background-color: #816bbd;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2feb32;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #2feb32;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2feb32;
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #2feb32;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #2feb32;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2feb32;
	color: #000000;
}

.imgright{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 5px 5px 20px;
float:right;
}
.imgleft{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 10px 5px 0;
float:left;
}
.imgcenter{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #444;
margin: 0;
}
.imgtop{
padding: 0px;
display:inline;
background: #eae5d8;
border: 1px solid #444;
margin: 0;
}
/*footer*/	
#footer {
	height: 22px;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:8pt;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
}
.designlink{
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size:9pt;
	color:#4E4173;
	margin: 0px;
	padding: 0px;
	background-color: #816bbd;
	}