/* Restaurant Green Stylesheet by Nadia www.csstemplates.com.au */

#flow {
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #8F9C4C;
scrollbar-highlight-color: #336600;
scrollbar-shadow-color: #336600;
scrollbar-track-color: #336600;
}


.style1 {
	padding-left: 15px;
		
}

.style2-italic {
	font-weight: bolder;
	font-size: 90%;
	color: #CC9900;
	background-color: #ECEFDC;
	padding-left: 10px;
	font-style: italic;		
}

.style2 {
	padding-left: 10px;
		
}
.style3 {font-size: 60%;}
.style4 {
	color: #FFFFFF;
	background-color: #58682F;
	vertical-align: top;
	padding-right: 1%;
}


.style5 {
	padding-left: 103px;
		
}


.strong {
	font-weight: bolder;
	font-size: 90%;
}

.strong-normal{
	font-weight: bolder;
	font-size: 100%;
	}
	
.strong-large{
	font-weight: bolder;
	font-size: 160%;
	}
.strong-white{
	font-weight: bolder;
	font-size: 100%;
	color: #FFFFFF;
	}	
.normal{
	font-size: 100%;
	background-color: #FFFFA0;
}

.strong-brown {
	font-weight: bolder;
	font-size: 90%;
	color: #CC9900;
	background-color: #ECEFDC;
	text-align: left;
}

.strong-brown-menu {
	font-weight: bolder;
	font-size: 190%;
	color: #CC9900;
	background-color: #ECEFDC;
}
.strong-brown-small {
	font-weight: bolder;
	font-size: 80%;
	color: #CC9900;
	background-color: #ECEFDC;
}
.strong-green {
	font-weight: bolder;
	font-size: 90%;
	color: #336600;
	background-color: #ECEFDC;
}
.strong-green-examples {
	font-weight: bolder;
	font-size: 110%;
	color: #336600;
	background-color: #ECEFDC;
	padding-left: 6px;
}
.strong-green-large {
	font-weight: bolder;
	font-size: 160%;
	color: #336600;
	background-color: #ECEFDC;
}
.strong-red-examples {
	font-weight: bolder;
	font-size: 110%;
	color: #CC0000;
	background-color: #ECEFDC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 6px;
}

.strong-red-body {
	font-weight: bolder;
	font-size: 100%;
	color: #CC0000;
	background-color: #ECEFDC;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
.strong-red {
	font-weight: bolder;
	font-size: 100%;
	color: #CC0000;
	background-color: #FEFFFE;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
min-height: 100%;
margin-bottom: 1px;

}

body {
	background-color: #D2E79C;
	background-image: url(../pagepics/back-fade.gif);
	font-size: 80%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #49453F;
	background-repeat: repeat-x;
	
	}

#wrapper {
	width: 760px;  /* 772*/
	margin: 20px auto;
	position: relative;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	border-color: #DBE0BC;
	border-style: ridge;
	border-width: 1px;
}



#topheader {
	height: 30px;
	background-image: url(../images/logo.jpg);
	
}

#topheader h1 {
	font-size: 120%;
	color: #728547;
	font-style: italic;
	text-align: left;
	font-family: "font-family: Verdana", Geneva, Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-top: 8px;
	background-color: #ffffff;
	
}

/*navigation styling */

#navBar {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: none;
	color: #FFFFFF;
	height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	text-align: center;
	font-weight: bold;
	background-color: #006600;
	
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	font: bold 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	background-color: #006600;
}

#navBar a:link {
	color: #E5E5E5;
	background-color: #006600;
	text-decoration: underline;
}


#navBar a:visited {
	color: #E5E5E5;
	background-color: #006600;
	text-decoration: none;
}

#navBar a:hover {
	color: #DBE0BC;
	background-color: #006600;
	
}

#navBar a:active {
	color: #DBE0BC;
	background-color: #006600;
}
/*End NavBar styles */

#topnav{
	
}

#topnav h2 {
	margin-top: 0px;
	font-size: 130%;
}


#topnav ul {
	font-size: 90%;
	text-align: left;
	text-indent: 0px;

}


#chefdirect-home{
	color: #728547;
	background-color: #FFFFFF;
	background-image: url(../pagepics/top-banner.gif);
	background-repeat: no-repeat;
	height: 124px;
	text-indent: 0px;
	padding-top: 0px;
	font-weight: bolder;
	font-family: "font-family: Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 100%;
	width: 100%;
	
	
}

#chefdirect-home h2 {
	margin-top: 0px;
	font-size: 100%;
}


#chefdirect-home ul {
	font-size: 90%;
	text-align: left;
	text-indent: 0px;

}


#sub {
	margin-left: 420px;
	width: 340px;
	padding-top: 12px;
}

#strap {
	height: 124px;
	background-image: url(../images/strap.gif);
	background-repeat: no-repeat;
}

#content {
	border-left: 1px solid #fff;
	width: 520px; /* 528*/
	margin-left: 194px;
	padding: 10px 20px;
	
}

* html body #content {
	width: 526px;  /* 529 */
	margin-left: 190px;
	background-color: #ecefdc;
	color: #000000;
}

#content h1 {
	font-size: 60%;	
	margin-bottom: 1.1em;
}

#content h2 {
	margin-top: 25px;
	color: Maroon;
	background-color: #ecefdc;
}



#content h3 {
	font-size: 100%;
	color: #336600;
	margin-bottom: 1em;
	background-color: #ECEFDC;
	
}

#content h4 {
	font-size: 90%;
	color: #B5882D;
	margin-bottom: 0.9em;
	background-color: #ecefdc;
}


#content p {
	margin: 15px 0;
	font-size: 90%;
	line-height: 135%;
	color: #000000;
	background-color: #ecefdc;
	border-bottom-color: #FFFFA0;
	list-style-type: disc;
}

#content ul {
	padding: 5px 20px 10px 10px;
	list-style-position: inside;
	font-size: 90%;	

}



#footer {
	/*  border-top: 2px solid ##CC9933;*/
  height: 20px;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	font-size: 80%;
	text-align: center;
  
  
}


#footer p {
	font-size: 75%;
	text-align: right;
	padding: 7px 7px 2px 0;
	
	
}
	
#leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 10px 0 10px 10px;
}

* html body #leftcol {
	width: 160px;
	height: 160px;
	float: left;
	margin: 5px 0 10px 5px;
}

* html #leftcol h3 {
	height: 22px;
}

h3 span {
	position: absolute;
	top: -3000px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;

}

#leftcol .topit {
	margin-top: 15px;
}

* html #leftcol ul {
	margin-top: -3px; /*-5 */
}

#leftcol ul {
	
	width: 168px;
	line-height: normal;
	margin-bottom: 0;
}

#leftcol li {
	
	width: 170px;
	line-height: normal;
	margin-bottom: 0;
}

.borderline {

    border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	
}


#leftcol li a {
	font-size: 90%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 3px 0 3px 4px;
	background-color: #C4D39F;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #58682F;
	color: White; 
}



hr {
	width: 350px;
	margin-left: 35px;
}

#skip {
	position: absolute;
	top: -300px;
}

#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
}
#content .rightfloat {
	float: right;
	margin: 10px 5px 1px 1px;
}

.navlinks {
	font-size: 80%;
}

.navlinks a {
	color: Maroon;
	background: #FFFfff;
}

.navlinks a:hover {
	color: #717171;
	text-decoration: none;
	background: #FFFfff;
}

.DesPics {
	margin-top: -80px;
}

/***** Begin laying out the contact form *****/

#leftcol form {
	margin: 8px 4px 4px 0px;
}
#leftcol fieldset {
	margin: 0;
	padding-top: 4px;
		
}

#leftcol input {
	width: 94%;
	display: block;
	color: #4F4F4F;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #FFFFA0;
}

#leftcol select {
	width: 100%;
	display: block;
	color: #4F4F4F;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	background-color: #FFFFA0;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#leftcol label {
	color: #4F4F4F;
	font-size: 75%;
	display: block;
	background-color:#8F9C4C;
	padding-bottom: 2px;
}

/***** Ends the form layout *****/
