/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	line-height:18px;
}

a {
	color:black;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color:#666666;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

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;
}

.red-text { color:#cc0000; }

.album-thumb {
	position:relative;
	float:left;
	margin:0 10px 0 0 ;
}

.album-box {
	position:relative;
	height:auto;
	width:280px;
	background-color:#EEEEEE;
	border:1px solid #DCDCDC;
	padding:10px;
	margin:0px 10px 15px 0;
	float:left;
}

.album-title {
	font-size:18px;
	font-weight:bold;
}

.album-title a{
	color:black;
}

.photo-thumb {
	position:relative;
	float:left;
	margin:10px 10px 10px 0;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


#main_container {
	position:relative;
	margin:0 auto;
	width:970px;
	height:auto;
	background-image:url(images/bg_main-container.jpg);
	background-repeat:repeat-y;
	padding:0 0 0 30px;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:948px;
	height:183px;
}

#distributor-box {
	position:relative;
	width:948px;
	height:23px;
	background-color:black;
	text-align:right;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:948px;
	height:35px;
	background-color:black;
}

#nav2 {
	position:relative;
	float:right;
	width:438px;
	height:23px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:948px;
	height:auto;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:698px;
    min-height:686px;
    height:auto !important;
    height:686px;
	background-image:url(images/bg_content-main.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content_static {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:698px;
	height:686px;
	background-image:url(images/bg_content-main.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content_dist {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:698px;
    min-height:686px;
    height:auto !important;
    height:686px;
}

.home-copy { padding:40px 20px 0 20px; }
.recipes-copy { padding:40px 20px 0 20px; }

.how-to-copy { padding:40px 180px 0 20px; }
.how-to-copy li { margin-bottom: 10px; }

#random-tube {
	position:absolute;
	bottom:70px;
	left:0;
}

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

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:100%;
	background-image:url(images/bg_sidebar.jpg);
	background-repeat:repeat-y;
}
.commercial {
	position:relative;
	width:235px;
	height:180px;
	background-image:url(images/bg_commercial.jpg);
	background-repeat:no-repeat;
padding:50px 0 0 15px;
}
.order-online {
	position:relative;
	width:235px;
	height:139px;
	background-image:url(images/bg_shop-online.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	text-align:right;
	padding:30px 15px 0 0;
}


.make-your-own {
	position:relative;
	width:230px;
	height:67px;
	background-image:url(images/bg_make-your-own.jpg);
	background-repeat:no-repeat;
	font-size:12px;




	padding:55px 0 0 20px;
}
.email-signup {
	position:relative;
	width:230px;
	height:305px;
	background-image:url(images/bg_newsletter2.jpg);
	background-repeat:no-repeat;
	padding:68px 0px 0 17px;
	font-size:12px;
}

/* ---- end side bar content settings ---------------- */

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

#footer a {
	text-decoration:none;
}

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

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

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

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

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


a#nav_02 {
	width:90px;
	background-position:-82px 0;
}

a:hover#nav_02{
	background-position:-82px -35px;
}

.active_02 {
	background-position:-82px -35px !important;
}

a#nav_03 {
	width:86px;
	background-position:-172px 0;
}

a:hover#nav_03{
	background-position:-172px -35px;
}

.active_03 {
	background-position:-172px -35px !important;
}

a#nav_04 {
	width:66px;
	background-position:-258px 0;
}

a:hover#nav_04{
	background-position:-258px -35px;
}

.active_04 {
	background-position:-258px -35px !important;
}

a#nav_05 {
	width:188px;
	background-position:-324px 0;
}

a:hover#nav_05{
	background-position:-324px -35px;
}

.active_05 {
	background-position:-324px -35px !important;
}

a#nav_06 {
	width:111px;
	background-position:-512px 0;
}

a:hover#nav_06{
	background-position:-512px -35px;
}

.active_06 {
	background-position:-512px -35px !important;
}

a#nav_07 {
	width:75px;
	background-position:-623px 0;
}

a:hover#nav_07{
	background-position:-623px -35px;
}

.active_07 {
	background-position:-623px -35px !important;
}

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

a#nav2_01 {
	width:122px;
	background-position:0 0;
}

a:hover#nav2_01{
	background-position: 0 -24px;
}

.active2_01 {
	background-position:0px -24px !important;
}


a#nav2_02 {
	width:142px;
	background-position:-122px 0;
}

a:hover#nav2_02{
	background-position:-122px -24px;
}

.active2_02 {
	background-position:-122px -24px !important;
}

a#nav2_03 {
	width:174px;
	background-position:-264px 0;
}

a:hover#nav2_03{
	background-position:-264px -24px;
}

.active2_03 {
	background-position:-264px -24px !important;
}




/* how-to settings ------------------------------------------- */

#demo_container {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;
	z-index:100;
}

#l01, #l02, #l03, #l04, #l05,
#l06, #l07, #l08, #l09, #l10,
#l11, #l12, #l13 {
	position:absolute;
	top:0;
	left:0;
	width:750px;
	visibility:hidden;
	height:400px;
}
#l01 {visibility:visible;}


/* hidden layers settings ------------------------------------------- */

#recipe-details {
	position:relative;
	float:left;
	width:330px;
	height:400px;
}

#recipe-list {
	position:relative;
	float:left;
	width:280px;
	height:auto;
}

#recipe-list td {
padding:10px 0 0 0;
}

#recipe-list td a {	font-size:12px; }
#recipe-list td a:hover { color:#ba2400; }

.recipe-heading {
	color:#ba2400;
	font-size:18px;
	padding:0;
}

.marathon-links a {
	color:white;
	}


#L1, #L2, #L3, #L4,
#L5, #L6, #L7, #L8,
#L9, #L10, #L11, #L12,
#L13, #L14, #L15, #L16,
#L17, #L18, #L19 {
	position:absolute;
	visibility:hidden;
	height:400px;
	width:330px;
}


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}