/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCDDCC;
	color: #666;
}
	
/******************** LAYOUT ********************/

#holder {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/******************** HEADER ********************/

#header {
	height: 100px;
}

/******************** BANNER ********************/

#banner {
	height: 200px;
}

/******************** MENU ********************/

#menu {
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	color: #339933;
	font-size: 14px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:link {
	color: #FFF;
	text-decoration: none;
}

#menu a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#menu a:active {
	color: #FFF;
	text-decoration: none;
}

/******************** CONTENT ********************/

#content-home {
	padding: 0px;
	margin: 0px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
}

#content-culinary-journey {
	padding: 0px;
	margin: 0px;
	background-image: url(images/culinary-journery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
}

#content-gallery {
	padding: 0px;
	margin: 0px;
	background-image: url(images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
}

#content-contact {
	padding: 0px;
	margin: 0px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
}

#content_left {
	width:175px;
	float: left;
	padding-left: 50px;
	margin-top: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#content_left ul{
	margin: 0px;
	padding: 0px;
}

#content_left li{
	list-style-type: none;
	padding-bottom: 10px;
	background-image: url(images/logo-green.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_right {
	width:550px;
	float: right;
	padding-top: 180px;
	padding-right: 150px;
}

#content-right-gallery {
	width:550px;
	float: right;
	padding-top: 0px;
	padding-right: 150px;
}

/******************** FOOTER ********************/

#footer {
	padding-top: 15px;
	padding-left: 225px;
	background-color: #999;
	height: 60px;
	color: #FFF;
	background-image: url(images/logo-white.jpg);
	background-repeat: no-repeat;
	background-position: 925px 50px;
}

.footer-tab {
	float: left;
	width: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 25px;
}

.footer-tab-last {
	float: left;
	width: 150px;
	padding-left: 25px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer a:active {
	color: #FFF;
	text-decoration: none;
}

/******************** COPYRIGHT ********************/

#copyright {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #CDC;
	font-size: 10px;
	color: #FFF;
}

#copyright a:link {
	color: #FFF;
	text-decoration: none;
}

#copyright a:visited {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

#copyright a:active {
	color: #FFF;
	text-decoration: none;
}

/******************** LINKS ********************/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #339933;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}
.green {
	color: #393;
}

.small {
	font-size: 9px;
}

.rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.gallery-indent {
	padding-left: 65px;
}

form {
	margin: 0px;
	padding: 0px;
}
.width350 {
	width: 350px;
}

