@charset "UTF-8";
/* CSS Document */


/* Universal */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}


/* html and body */
html {
	background: url(images/bg_texture2.gif) repeat;
}

body {
	border: none;
}


/* Main container */

#container {
	width: 100%;
}


/* Header and top nav area */
#branding {
	height: 150px;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;	
	padding-bottom: 25px;
}


/* Header */
h1 {
	width: 571px;
	height: 79px;
	padding: 0;
	margin: 0 auto;
	background: url(images/heading.gif) no-repeat;
	text-indent: -9999px;
}

h2 { text-indent: -9999px; }


/* Main Nav */
#nav_border {
	margin: 0px auto;
	width: 776px;
	border-top: 2px dotted #adc99a;
}

ul#nav_main {
	list-style-type: none;
	position: relative;
	width: 776px;
	*width: 771px;
	*height: 1px;
	text-align: center;
	margin: 3px 0px;
	padding: 0;
	border-bottom: 2px dotted #adc99a;
	border-top: 2px dotted #adc99a;
	padding: 20px 0px;
}


/* Nav links */
ul#nav_main a {
		display: block;
		width: 110px;
		height: 39px;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
}


/* Nav image replacement and rollovers */
li.m1 {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 110px;
	height: 37px;
	background: url(images/m1.gif) no-repeat 0 0;
}

li.m2 {
	position: absolute;
	top: 2px;
	left: 110px;
	width: 110px;
	height: 37px;
	background: url(images/m2.gif) no-repeat 0 0;
}

li.m3 {
	position: absolute;
	top: 2px;
	left: 220px;
	width: 110px;
	height: 37px;
	background: url(images/m3.gif) no-repeat 0 0;
}

li.m4 {
	position: absolute;
	top: 2px;
	left: 330px;
	width: 110px;
	height: 37px;
	background: url(images/m4.gif) no-repeat 0 0;
}

li.m5 {
	position: absolute;
	top: 2px;
	left: 440px;
	width: 110px;
	height: 37px;
	background: url(images/m5.gif) no-repeat 0 0;
}

li.m6 {
	position: absolute;
	top: 2px;
	left: 550px;
	width: 110px;
	height: 37px;
	background: url(images/m6.gif) no-repeat 0 0;
}

li.m7 {
	position: absolute;
	top: 2px;
	left: 660px;
	width: 110px;
	height: 37px;
	background: url(images/m7.gif) no-repeat 0 0;
}

li.m1 a:hover {	background: url(images/m1_over.gif) no-repeat 0 0; }
li.m2 a:hover {	background: url(images/m2_over.gif) no-repeat 0 0; }
li.m3 a:hover {	background: url(images/m3_over.gif) no-repeat 0 0; }
li.m4 a:hover {	background: url(images/m4_over.gif) no-repeat 0 0; }
li.m5 a:hover {	background: url(images/m5_over.gif) no-repeat 0 0; }
li.m6 a:hover {	background: url(images/m6_over.gif) no-repeat 0 0; }
li.m7 a:hover {	background: url(images/m7_over.gif) no-repeat 0 0; }

body.section1 #nav_main li.m1 {background: url(images/m1_over.gif) no-repeat 0 0;}
body.section2 #nav_main li.m2 {background: url(images/m2_over.gif) no-repeat 0 0;}
body.section3 #nav_main li.m3 {background: url(images/m3_over.gif) no-repeat 0 0;}
body.section4 #nav_main li.m4 {background: url(images/m4_over.gif) no-repeat 0 0;}
body.section5 #nav_main li.m5 {background: url(images/m5_over.gif) no-repeat 0 0;}
body.section6 #nav_main li.m6 {background: url(images/m6_over.gif) no-repeat 0 0;}
body.section7 #nav_main li.m7 {background: url(images/m7_over.gif) no-repeat 0 0;}
body.section8 #nav_main li.m4 {background: url(images/m4_over.gif) no-repeat 0 0;}
body.section9 #nav_main li.m4 {background: url(images/m4_over.gif) no-repeat 0 0;}
body.section10 #nav_main li.m4 {background: url(images/m4_over.gif) no-repeat 0 0;}
body.section11 #nav_main li.m4 {background: url(images/m4_over.gif) no-repeat 0 0;}


/* Content */
#content_main {
	margin: 30px auto;
	width: 790px;
	height: 419px;
	*width: 900px;
}


/* Left Column */
#content_left {
	float: left;
	width: 428px;
	*margin-left: 50px;
}


/* Right Column */
#content_right {
	margin-left: 40px;
	float: left;
	width: 322px;
	height:419px;

}

#content_right_front {
	margin-left: 40px;
	float: left;
	width: 322px;
	height:419px;
	background-image:url(images/book-trans.png)
}


/* 428px Textbox top, middle and bottom specs */
#box_top {
	width: 428px;
	height: 28px;
	background: url(images/content_top-trans.png) no-repeat;
}

#box_bottom {
	width: 428px;
	height: 28px;
	background: url(images/content_bottom-trans.png) no-repeat;
	margin-bottom: 20px;
}

#box_text {	
	background-color: #dee9d7; 
	padding: 0px 14px 0px 14px;
}


/* Text Heading and Paragraph Styles */
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #736357;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #736357;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #736357;
}

/* Adding gylph to top of headings*/
h5 {
	margin: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #736357;
	padding-top: 20px;
	background: url(images/gylph-trans.gif) no-repeat 	50px -10px;
}

h6 {
	margin: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #736357;
	padding-top: 40px;
	background: url(images/gylph-trans.gif) no-repeat 	157px 10px;
	text-align: center;
}



/* Adding gylph to top of paragraphs */
.bios {
	padding-top: 30px;
	background: url(images/gylph-trans.gif) no-repeat 140px -10px;
}


/* Links in content */
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #d57a7a;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #d57a7a;
}


/* Home page preview button */
#preview_button {
	width:116px;
	height:114px;
	position: relative;
	z-index: 1;
	margin-left:260px;
	margin-top:-20px;
}


#preview_button a {
	display: block;
	background-image: url(images/see_inside-trans.png);
	background-repeat: no-repeat;
	
	
	text-indent: -9999px;
	width: 116px;
	height: 114px;
	/*top: -20px;*/
	/*left: 720px;*/
}

#preview_button a:hover {
	display: block;
	background-image: url(images/see_insideOn-trans.png);
	background-repeat: no-repeat;
	/*z-index: 1;*/
	/*position: relative;*/
	text-indent: -9999px;
	width: 116px;
	height: 114px;
	/*top: -20px;
	left: 720px;*/
}


/* hidden text for shadowbox */
.hidden {
	visibility: hidden;
	font-size: 2px;
}

/* About Bios */
#bios {	
	margin-right: auto;
	margin-left: auto;
	}


/* Purchase text box styles need to add height for floated stockists columns*/
#purchaseBox_text {	
	background-color: #dee9d7; 
	padding: 0px 14px 0px 14px;
	height: 2900px;
}

/* Purchase stockists styles */
.bookstores {
	white-space: pre;
	padding-top: 15px;
}


.formstyle {
	display: inline;
	margin: 0px 4px 0px 4px;
	width: 174px;
}

#buyBtn {
	width: 100%;
	margin-top: 10px;
	padding: 20px 0px;
	text-align: center;
}

#stockists {
	width: 400px;
	margin: 30px auto;
	padding: 0;
}

#melbStockists {
	margin: 0;
	text-align: center;
	padding: 5px;
	width: 185px;
	float: left;
}

#osStockists {
	margin: 0px 0px 0px 5px;
	text-align: center;
	border-left: 1.5px dotted #736357;
	padding: 5px;
	width: 185px;
	float: left;
}


/* Gallery page styles */
#gallBox_top {
	width: 785px;
	height: 27px;
	background: url(images/gallBoxTop-trans.png) no-repeat;
}

#gallBox_bottom {
	width: 785px;
	height: 27px;
	background: url(images/gallBoxBottom-trans.png) no-repeat;
}

#gallery_pics {	
	background-color: #dee9d7; 
	width: 785px;
	height: 2000px;
	margin: 0;
	padding: 0;
}

.gallery_pics {
	float: left;
}

#gallContent_main {
	margin: 30px auto;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
}


/* Recipe page styles */
#recipeContent_left {
	float: left;
	width: 460px;
	*margin-left: 60px;
}

#recipeContent_right {
	padding: 5px;
	float: left;
	margin-left: 40px;
	width: 273px;
	height: 303px;
	background: url(images/recipes_panel-trans.png) no-repeat;
	
}

#recipe_nav {
	
}

#recipeBox_top {
	width: 460px;
	height: 27px;
	background: url(images/recipeContent_top-trans.png) no-repeat;
}

#recipeBox_bottom {
	width: 460px;
	height: 29px;
	background: url(images/recipeContent_bottom-trans.png) no-repeat;
	margin-bottom: 20px;
}

#recipe_pic {
	margin: 0;
	width: 276px;
	position: relative;
	top: -575px;
	left: 200px;
	}
	
#recipe_pic2 {
	margin: 0;
	width: 276px;
	position: relative;
	top: -450px;
	left: 198px;
	}
	
#recipe_pic3 {
	margin: 0;
	width: 276px;
	position: relative;
	top: -700px;
	left: 197px;
	}
	
#recipe_pic4 {
	margin: 0;
	width: 276px;
	position: relative;
	top: -730px;
	left: 233px;
	}

#recipe_pic5 {
	margin: 0;
	width: 204px;
	position: relative;
	top: -380px;
	left: 270px;
	}
	
ul#ingredients {
	margin: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #736357;
	list-style: none;
	line-height: 19px;
	border-top: 1.5px dotted #736357;
	border-bottom: 1.5px dotted #736357;
}

.ingredients_heading {
	color: #d57a7a;
	line-height: normal;
	padding-top: 10px;
}

ul#recipe_nav {	
	margin: 25px 0px 0px 10px;
	list-style-type: none;
	}

ul#recipe_nav a {
		display: block;
		width: 247px;
		height: 40px;
		text-indent: -9999px;
		text-decoration: none;
		overflow: hidden;
}

li.twoline { line-height: 14px; }

/* Recipe Nav image replacement and rollovers */
li.rm1 {
	width: 247px;
	height: 42px;
	background: url(images/recipes/recipes_nav_01.jpg) no-repeat 0 0;
}

li.rm2 {
	width: 247px;
	height: 42px;
	background: url(images/recipes/recipes_nav_02.jpg) no-repeat 0 0;
}

li.rm3 {
	width: 247px;
	height: 42px;
	background: url(images/recipes/recipes_nav_03.jpg) no-repeat 0 0;
}

li.rm4 {
	width: 247px;
	height: 42px;
	background: url(images/recipes/recipes_nav_04.jpg) no-repeat 0 0;
}

li.rm5 {
	width: 247px;
	height: 42px;
	background: url(images/recipes/recipes_nav_05.jpg) no-repeat 0 0;
}

/*Media Page*/

#press1 {
	padding: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #d57a7a;
	margin-top: 20px;
}

#content_main_press {
	background: #FFF;
	width: 780px;
	height: 419px;
	*width:786px;
	padding: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


li.rm1 a:hover {	background: url(images/recipes/recipes_navOn_01.jpg) no-repeat 0 0; }
li.rm2 a:hover {	background: url(images/recipes/recipes_navOn_02.jpg) no-repeat 0 0; }
li.rm3 a:hover {	background: url(images/recipes/recipes_navOn_03.jpg) no-repeat 0 0; }
li.rm4 a:hover {	background: url(images/recipes/recipes_navOn_04.jpg) no-repeat 0 0; }
li.rm5 a:hover {	background: url(images/recipes/recipes_navOn_05.jpg) no-repeat 0 0; }

body.section4 #recipe_nav li.rm1 {background: url(images/recipes/recipes_navOn_01.jpg) no-repeat 0 0;}
body.section8 #recipe_nav li.rm2 {background: url(images/recipes/recipes_navOn_02.jpg) no-repeat 0 0;}
body.section9 #recipe_nav li.rm3 {background: url(images/recipes/recipes_navOn_03.jpg) no-repeat 0 0;}
body.section10 #recipe_nav li.rm4 {background: url(images/recipes/recipes_navOn_04.jpg) no-repeat 0 0;}
body.section11 #recipe_nav li.rm5 {background: url(images/recipes/recipes_navOn_05.jpg) no-repeat 0 0;}

#press_main {	
	background-color: #dee9d7; 
	width: 745px;
	margin: 0;
	padding: 20px;
}

#press1 {
	padding: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #d57a7a;
	margin-top: 20px;
}

#press2 {
	padding: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #d57a7a;
	margin-top: 20px;
	clear: both;
}

#press3 {
	padding: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #d57a7a;
	margin-top: 20px;
	clear: both;
	height: 900px;
}

#recentPress {
	padding: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #d57a7a;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #d57a7a;
	clear: both;
	height: 2500px;
}

#press_left {
	width: 240px;
	padding: 60px;
	float: left;
	text-align: center;
}

#press_right {
	width: 240px;
	padding: 60px;
	float: left;
	text-align: center;
}