/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#99927f;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_page.jpg);
}

a {
	color:#232049;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:16px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */

#page_holder {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:url(images/bg_main-container.jpg) repeat-x;
	background-position: top center;
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:67px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:51px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background:url(images/bg_main-top.jpg) no-repeat;
}

#subpage {
	position:relative;
	top:0;
	left:0;
	width:950px;
    height:auto;
}


/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:206px;
	left:0;
	width:885px;
	height:auto;
	padding:0 0 0 65px;
	background:url(images/bg_main-content.jpg) no-repeat;
}

#book_holder {
	height:512px;
}

#home_text {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:500px;
	font-size:22px;
	color:#232049;
}

.papa {
	position:relative;
	left:350px;
}

#book_cover {
	position:relative;
	bottom:110px;
	right:-9px;
	float:right;
	width:365px;
	height:398px;
	background:url(images/img_cover.jpg) no-repeat;
}

#sample_recipes {
	margin:0 0 10px 34px;
	float:left;
	width:576px;
	height:auto;
}

#where_to_buy {
	position:relative;
	float:left;
	width:270px;
	margin:0 0 0 10px;
}

#where_to_buy img {
	margin:0 0 10px 0;
}

#recipe_box {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:auto;
	height:auto;
	font-size:22px;
}

#recipe_box a {
	margin-left:15px;
}

#content_sub {
	position:relative;
	top:0;
	left:0;
	width:885px;
    min-height:150px;
    height:auto !important;
    height:150px;
	padding:0 0 60px 65px;
	background:url(images/bg_sub.jpg) repeat-y;
}

#sub_content_holder {
    height:auto;
	width:810px;
}


/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:25px;
	left:0;
	width:950px;
	height:40px;
	clear:both;
	color:#33312c;
}

#footer a {
	text-decoration:none;
}

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

#footer_hr {
	width:100%;
	height:1px;
	margin:10px 0 10px 0;
	border-top:1px solid #99927f;
}

#copy {
	position:relative;
	top:0;
	left:0;
	float:left;
	margin:10px 0 0 20px;
}

#slug {
	position:relative;
	float:right;
	padding: 0 0 0 0;
}


/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:51px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:121px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -51px;
}

.active_01 {
	background-position: 0 -51px !important;
}

a#nav_02 {
	width:149px;
	background-position:-121px 0;
}

a:hover#nav_02{
	background-position:-121px -51px;
}

.active_02 {
	background-position:-121px -51px !important;
}

a#nav_03 {
	width:208px;
	background-position:-270px 0;
}

a:hover#nav_03{
	background-position:-270px -51px;
}

.active_03 {
	background-position:-270px -51px !important;
}

a#nav_04 {
	width:195px;
	background-position:-478px 0;
}

a:hover#nav_04{
	background-position:-478px -51px;
}

.active_04 {
	background-position:-478px -51px !important;
}

a#nav_05 {
	width:111px;
	background-position:-673px 0;
}

a:hover#nav_05{
	background-position:-673px -51px;
}

.active_05 {
	background-position:-673px -51px !important;
}

a#nav_06 {
	width:176px;
	background-position:-784px 0;
}

a:hover#nav_06{
	background-position:-784px -51px;
}

.active_06 {
	background-position:-784px -51px !important;
}
