html { 
	min-height:100%;
       	margin-bottom:1px;
}

body {
	background: url(../images/pagebackground.gif) repeat;
	background-color: #5f7a82;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 101%;
	color: #3E4F54;
}
/* standard link styles */
a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
/* this is the outer wrapper that holds the other divs */
#main {
	width: 665px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #364a51;
	border-bottom: 5px solid #364a51;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 655px;
	height: 165px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

/*this holds the wider header for the online store css*/
#header_shop {
	background: url(http://www.dorset-blueberry.com/images/header.jpg) no-repeat;
	width: 900px;
	height: 165px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
/* this div holds the navbar and the content container divs */
#content {
	width: 655px;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #bcced3;
	margin-right: 5px;
	font-size: 90%;
}
/*this is my new sidebar*/
#sidebar { 
	float:left; 
	width:150px; 
	background:#214853; 
} 
#container li {
	line-height: 2em;
	color: #364A51;
}
#container {
	padding: 10px;
	text-align: left;
}
/* this is a clear div I've used to clear any floated elements */
div.clear {
	clear: both;
	width: 1px;
	height: 1px;
}

#container H1 {
	font-size: 120%;
}
/* copyright div at bottom of page */
#copyright {
	width: 662px;
	margin: 0 auto;
	color: #fff;
	font-size: 75%;
}
#content p {
	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 1.3em;
}
.imgleft {
	float: left;
	padding: 6px;
}

.imgright {
	float: right;
	padding: 6px;
}
/* styles for the container - content area links */
#container a:link, #container a:visited, #container a:active {
	font-weight: bold;
	text-decoration: none;
	color: #50656c;
}
#container a:hover {
	text-decoration: underline;
}
/*navigation styling */

#navBar {
	height: 15px;
	background-color: #214853;
	border-right:1px solid #fff;
	padding: 2px;
	color: #FFFFFF;
	width: 655px;
	border-bottom: 2px solid #BCCED3;
	font-size: 85%;
}

#navBar ul {
	margin: 0px; 
	padding:0px;
	list-style-type: none; 
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 2px;
	margin: 0px;
}

#navBar a {
	background: transparent;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
	width: 130px;  /* width 651 diveidd by number of menu items */
}

#navBar a:link, #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}

#navBar a:hover {
	color: #B9CBD0;
	background-color: transparent;
	text-decoration: none;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*styles the current market page - apply on relevant page to relevant link in the menu*/
#navBar #navBarcurrent a, #navBar #navBarcurrent a:link, #navBar
#navBarcurrent a:visited, #navBarcurrent a:hover, #navBar #navBarcurrent
a:active {
	color: #CC0000;
	background-color:#BCCED3;
	font-weight: bold;
}

/*styling for the menu on the menu page*/
h2{margin: 1em auto 0.3em;color: #CC0000;
	font-size: 120%;text-align:center}

dl{width: 100%;overflow: auto;margin: 0 0 1em;
	background: url(dot.gif) repeat-x 0 1.2em}
dt,dd.price{
	background: #FFF;
	font-size: 130%;
	font-weight: bold;
	background-color: #BCCED3;
}
dt{
	float: left;
	padding-right: 3px;
	color: #214853;
	font-size: 110%;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	color: #214853;
	font-size: 105%;
}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
	font: italic 100% Georgia,Times,sans-serif;color: #555
}
/*end of menu styles*/
/*start of advice styles*/
h3{
	margin: 1em auto 0.3em;color: #CC0000;
	font-size: 120%;text-align:left
}

/* WHAT IS THIS ???
ans{color: #214853;
	text-indent: 2em;
	font-size: 100%;
	font-weight: bold;
}
*/
/*end of advice styles*/

/***** Begin laying out the contact form *****/

.text form {
	margin: 50px 0 50px 7px; 
}
.text fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

.text input, .text select {
	background-color: #BCCED3;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

.text textarea {
	background-color: #BCCED3;
	color: #6072A0;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

.text label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

.text button {
	background-color: #8996B8;
	color: #fff;
	width: 80px;
	display: inline;
}
/***** Ends the form layout *****/
.dropcap {
	display: block;
	float: left;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	height: .8em;
	margin-bottom: .0em;
	padding: .2em .1em 0 0;
}
/**** this div can be removed if you don't use the validation buttons ****/
#validation {
	margin-top: 20px;
}
/*start of code for side nav bar*/
body {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 1em;
	font: 1em Arial, Helvetica, sans-serif;
}

#navigation {
	width: 200px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #ED9F9F;
}

#navigation li a:link, #navigation li a:visited  {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

#navigation ul ul {
	margin-left: 12px;
}

#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}

#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#smallbox {
	background-image: url(../images/boxbg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-right: 20px;
	width: 200px;
	border:1px solid #D2D7E4;


}

