@import "common/reset.css";
@import "common/generic.css";
@import "common/IE6.css";
@import "common/forms.css";
@import "common/moodalbox.css";

body{
	font-family: Georgia;
	text-align: left;
}
div#main{
	background: url(../_gfx/bg_main.jpg) top center  no-repeat;
}
body.frontpage div#main{
	background: url(../_gfx/bg_main-front.jpg) center top no-repeat;
	height: 735px;
}
legend,
h2,
h1{
	color: #7c6d5b;
	font-size: 18px;
	font-weight: normal;
	word-wrap: break-word;
	line-height: 26px;
}
h1,
legend{
	font-size: 31px;
	line-height: 35px;
}
h1{
	margin: 0px 0 34px 0;
}
label{
	color: #7c6d5b;
	font-size: 11px;
	font-family: Arial;
	display: block;
}
input,
select{
	font-family: Arial;
	font-size: 10px;
	color: #7c6d5b;
}
h2.blue{
	color: #3168c6;
}
h2.orange{
	color: #f17100;
}
h2.pink{
	color: #c14be0;
}
h2.green{
	color: #4b843f;
}
h3{
	color: #5c4534;
	font-size: 18px;
}
h4{
	font-size: 14px;
	text-align: center;
	color: #7c6d5b;
}
p, li{
	font-family: Arial;
/* 	font-size: 13px; */
	font-size: 12px;
/* 	line-height: 16px; */
	line-height: 20px;
	letter-spacing: -0.06em;
	color: #7c6d5b;
	word-spacing: 0.1px;
}
a{
	text-decoration: none;
	color: #4b843f;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.5px;
}
#submit{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #4b843f;
	font-family: Georgia;
	
}
label.search,
a.lesmer{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #4b843f;
}
label.search{
	float: right;
	margin: 2px -2px 0 0px;
}
strong{
	font-weight: bold;
}
/** frontpage temp poster ***/
#poster{
	width: 709px;
	margin: 0 auto;
}
/** Layout styling **/
#head,
#mCCWrapper{
	width: 951px;
	margin: 0 auto 0px;
}
#mCCWrapper{
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 30px;
}
#mCCWrapper.nomargbottom{
	margin: 0 0;
}
#mCC{
	float: left;
	width: 700px;
/* 	padding: 17px 0px 2000px 0; */
	padding: 20px 0 2000px 0;
/* 	margin: 37px 0 -2000px 0px; */
	margin: 0 0 -2000px 0;
}
#sidebar{
	float: left;
	padding: 0 20px 0 20px;
	margin-top:32px;
/*	min-height: 500px;*/
	margin-bottom: -30px;
	overflow: hidden;

}
#sidebarwrapper{
/* 	background: url(../_gfx/border-vertical.png) top left repeat-y; */
	background: url('../_gfx/delimiter_hor.gif') top left repeat-y;
	margin: 17px 0 0 0px;
	float: left;
	width: 250px;
	margin-bottom: -2000px;	
	padding-bottom: 2000px;
}

/** header styling **/
#head{
/* 	padding-bottom: 25px; */
}
#head #logo{
	float: left;
	margin: 0 0 10px 75px;
}
#head #search{
	float: right;
	margin: 70px 0px 0 0;
 	width: 170px; 
}
#head #topmenu{
	clear: both;
	background: url(../_gfx/border-topmenu.png) bottom left repeat-x;
	margin-bottom: 11px;
}
#head ul{
	text-align: center;
	width: 100%;
	background: url(../_gfx/border-topmenu.png) top left repeat-x;
	clear: left;
}
#head li{
	font-family: Georgia;
/* 	display: inline; */
	display: block;
	height: 31px;
	line-height: 30px;
/* 	margin: 8px 20px 7px 20px; */
	margin: 0 20px;
	float: left;
}
#head li:first-child{
	margin-left: 50px;
}
#head li a{
	color: #3e3d40;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
#head li.selected a{
	color: #437515;
}
/*
#infobox{
	float: left;
	width: 950px;
	height: 262px;
	overflow: hidden;
	background: url(../_gfx/bg-topnoticeboard.png) center center no-repeat;
	margin-bottom: 20px;
}
*/
#infobox{
	margin: -15px 0 0 -15px;
	float: left;
	width: 950px;
	height: 262px;
	overflow: hidden;
/* 	background: url(../_gfx/background_banner_flash.png) center center no-repeat; */
	padding: 15px;
/* 	margin-bottom: 20px; */
}
#flashBannerElement a {
	display: block;
	width: 950px;
	height: 260px;
}



/*** header - frontpage buttons - styling ***/
#fpButtons{
	height: 215px;
	margin-bottom: 20px;	
	background: url(../_gfx/border-vertical.png) top left repeat-y;
}
.button{
	height: 100%;
	float: left;
	width: 290px;
	padding: 0 16px 0 10px;
	background: url(../_gfx/border-vertical.png) top right repeat-y;
}
.button h2,
.button img{
	float: left;
	margin: 0 7px 0 0;
}
.button h2{
	margin-top: 63px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #7c6d5b;
	width: 136px;
}
.button p{
	float: left;
	width: 135px;
	font-family: Georgia;
	color:#7C6D5B;
	font-size: 12px;
	
}
.button a{
	float:left;
}
/*** header - searchinput - styling ***/
input#searchInput_main,
input#searchInput{
	border: 1px solid #5b574f;
	width: 82px;
	padding-left: 35px;
	height: 13px;
	background: url(../_gfx/bg_search.jpg) top left no-repeat;
	float: left;
	margin-right: 3px;
}
input#searchInput_main{
	width: 182px;
	background: none;
	margin-top: 25px;
	background: url(../_gfx/bg_search_main.gif) center left no-repeat;
}
/*** rightbar - random fact **/
.randomfact{
	float: left;
	width: 200px;
	margin: 5px 0 25px 0;
}
.randomfact h2{
	margin-bottom: 21px;
	line-height: 22px;
}
.randomfact p{
	margin-bottom: 21px;
	line-height: 18px;
}
.randomfact p strong{
	font-weight: normal;
	font-family: Georgia;
	font-size: 14px;
	line-height: 17px;
}
/*** rightbar - weekly nut **/
.weeklynut{
	float:left;
	background: url(../_gfx/bg_weeknut.png) center center no-repeat;
	width: 183px;
	height: 259px;
	padding: 13px 13px 0 14px;
}
.weeklynut img{
	margin: 1px 2px 3px 5px;
}
.weeklynut p{
	font-size: 14px;
	color: #cf6120;
	margin: 0 22px 0 30px;
}
/*** rightbar - newsitems ***/
.newsitem{
	width: 250px;
	margin: 2px 0 58px 0;
	clear: both;
}
.randomfact h2,
.newsitem h2{
	font-size: 22px;
	line-height: 25px;
}
.newsitem.video h2{
	margin-bottom: 24px;
}
.listProduct h4,
.newsitem h4{
	margin-top: -22px;
	color: #7c6d5b;
	font-size: 13px;
	font-family: Georgia;
	font-weight: normal;
}
.newsitem p{
	margin: 5px 0 0 0;
	color: #437515;
}
/*** lightbox styling ***/
.listProduct{
	float: left;
	width: 210px;
/* 	margin: 0 18px 30px 17px; */
}
/* RIGHTPANE */
.rightpane {
	float: left;
	width: 270px;
	padding-top: 10px;
}
.rightpane.nopad {
	padding: 0;
}
.rightpane img {
	margin: 0 auto;
	display: block;
}
/*** main content styling **/
/** article styling **/
.articleimages{
	margin-top: 4px;
	float: left;
	width: 195px;
	min-height: 100px;
}
.articleimages img{
	margin-bottom: 50px;
}
.article{
/* 	float: right; */
/*
	width: 470px;
	margin: 6px 35px 0 0;
*/
	width: 430px;
	float: left;
}
.article.wide{
	width: 660px;
}
.article.wide p strong{
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia;
	color: #7c6d5b;
}
.article.wide p a strong{
	text-decoration: none;
	color: #4b843f;
	font-size: 14px;
	line-height: 16px;
}

.article.wide ul{
	margin-left: 50px;
}

.article.wide ul li{
	margin-left: 12px;
	list-style: disc;
}
.article.nut{
	margin-left: 0;
	height: 377px;
	width:448px;
	margin-top: 45px;
	overflow-y: auto;
}
.article.nut p{
	width: 375px;
}
.article.nut p strong{
	font-weight: normal;
	font-size: 14px;
	font-family: Georgia;
	color: #7c6d5b;
}

.article.full{
/* 	width: 570px; */
	margin-top: 0px;
}
.article img.hoverbag{
	margin: 20px 0 0 -35px;

}
.product h1 span.small,
.article h1 span.small{
	font-size: 23px;
}
.article.full h1{
	margin-bottom: 21px;
}
.article.wide p,
.article.wide h2{
/* 	margin-left: 50px; */
	display: block;
}
.article.wide img.left{
	float:left;
	display: block;
}
.article.wide img.right{
	float: right;
}
.article.wide .leftimages{
	width: 300px;
	float: left;
	display: block;
}
.article.wide .rightimages{
	float: right;
}
.article.wide .rightimages img{
	display: block;
}
.article.wide .rightimages img.extra{
	margin-right: -10px;
}
.article h2{
/* 	margin: -1px 0 0px 0; */
	font-size: 18px;
}
.rightpane p,
.article p{
	margin-bottom: 17px;
}
.article.full p,
.article.full ul{
	float: left;
	width: 420px;
}
.article p.summary{
	font-family: Georgia;
	font-size: 14px;
/* 	margin-top: 31px; */
}
/** article list for frontpage styling **/
.artList{
	float:left;
	width:300px;
	margin: 0 50px 40px 0;
}
.artList .imgframe{
	padding: 11px 9px 8px 9px;
	width: 251px;
	height: 104px;
	background: url(../_gfx/frame-artlist.png) top left no-repeat;
	margin-bottom: 20px;
}
.artList .imgframe img{
	width: 251px;
	height: 104px;
}
.artList .noframe img{
	width: 259px;
	height: 172px;
}
.artList .noframe{
	margin-bottom: 15px;
}
.artList h3{
	margin: 0 0 5px 0;
}
.artList p{
	color: #333333;
}
.artList a.lesmer{
	float: right;
}
/*** produkt list for product page styling **/
.productlist{
	background: url(../_gfx/frame-prodlist.gif) top right no-repeat;
	float: left;
	height: 213px;
	width: 315px;
	margin: 0 35px 30px 0;
}
.productlist.one{
	background: url(../_gfx/frame-prodlist-topleft.png) top right no-repeat;	
}
.productlist.two{
	background: url(../_gfx/frame-prodlist-topright.png) top right no-repeat;	
}
.productlist.three{
	background: url(../_gfx/frame-prodlist-bottomleft.png) top right no-repeat;	
}
.productlist.four{
	background: url(../_gfx/frame-prodlist-bottomright.png) top right no-repeat;	
}
.productlist img{
	float: left;
	margin-right: 15px;
}
.productlist h2{
	margin: 46px 0px 5px 0;
	float: left;
	width: 130px;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 19px;
	font-weight: bold;
}
.productlist p{
	width: 110px;
	float: left;
	color: #7c6d5b;
	font-family: Georgia;
	font-size: 12px;
	margin-top: 5px;
}
/** recipe form for recipe page styling **/
#choose_recipe{
	margin-top: 0px;
}
#choose_recipe fieldset{
	float: left;
	display: block;
	margin: 0 0 45px 0;
}
#choose_recipe fieldset fieldset.group{
	float: left;
	width: 212px;
	margin: 18px 34px 0 0;
	height: 45px;
}
#choose_recipe fieldset.group.last{
	width: 150px;
	margin-right: 0px;
}
#choose_recipe fieldset.group label{
	margin: 0 0 4px 0;
}
#choose_recipe fieldset.group select{
	width: 100%;
}
#choose_recipe fieldset.group input{
	border-bottom: 1px solid #898988;
	border-right: 1px solid #868685;
	border-left: 1px solid #7f7f7e;
	border-top: 1px solid #9b9b9b;
	padding-left: 15px;
	width: 131px;
}
#choose_recipe h3{
	font-size: 28px;
	font-weight: normal;
}
.recipe{
	float: left;
	width: 176px;
	margin: 0 39px 33px 0;
}
.recipe .imgwrapper{
	float: left;
	padding: 24px 29px 30px 25px;
	background: url(../_gfx/bg-image-recipe.png) center center;
	width: 185px;
	height: 122px;	
	margin: -1px 0 0 -25px;
}
#htmlframe .recipe{
	margin-top: 15px;
}
#htmlframe .recipe .imgwrapper{
	margin-left: 0;
}
#htmlframe .recipe .textwrapper{
	margin-left: 25px;
}
.recipe.noshadow .imgwrapper{
	background: none;
	padding: 0;
	margin: 8px 0 4px 0;	
}
.recipe .imgwrapper img{
	display: block;
	margin: 0 auto;
	max-width: 185px;
	max-height: 122px;
}
.recipe .textwrapper{
	float: left;
	width: 185px;
}
.recipe a{
	text-align: center;
	color: #7C6D5B;
	margin-top: -21px;
	font-size: 14px;
	font-family: Georgia;
}
.recipe.noshadow p{	
	font-size: 17px;
	text-align: center;
	font-family: Georgia;
}
/*** product information ***/
.product{
	float: left;
	height: 420px;
	margin: 34px 0 0 60px;;
}
.product .imgholder{
	float: left;
	width: 279px;
	height: 100%;
}
.product h1,
.product p{
	float: left;
	margin: 0 0px 0 10px;
	width: 340px;
}
.product p strong{
	color:#7C6D5B;
	font-family:Georgia;
	font-size:14px;
	font-weight: normal;
	line-height: 19px;
}
.product h1{
	margin: 17px 0 20px 7px;
	color: #7C6D5B;
}
.product p{
	margin-bottom: 20px;
}
.product p a{
	font-size: 14px;
	color: #4b843f;
	font-family: Georgia;
	
}
.product p.summary{
	font-weight: bold;
}

/* product nutrients */
.productnut{
	float: left;
	margin: 34px 0 0 60px;
 	height: 500px;
}

.productnut .imgholdernutrients{
	float: left;
	height: 100%;
	width: 160;
}
.productnut #rightC{
	float:left;
	width: 511px;
}
.productnut #rightC h1{
	float: left;
	margin: 0 0 21px 10px;
	font-size: 32px;
/* 	line-height: 30px; */
	font-family: Georgia;
	color: #7c6d5b;
	text-align: left;
}

.productnut #rightC p{
	float: left;
	margin: 15px 0 0 10px;
	font-size: 11px;
	line-height: 17px;
	font-family: arial;
	color: #7c6d5b;
	text-align: left;
}
.productnut #rightC table{
	margin: 15px 0 0 10px;
	width: 340px; 
	font-family: arial; 
	font-size: 11px; 
	line-height:20px; 
	color: #4b843f; 
	
	border-spacing:1; 
	border-collapse:separate;
}
.productnut #rightC span.small{
	font-size: 14px;
	font-family: Georgia;
	line-height: 19px;
	color: #7c6d5b;
	margin: 0 0 0 10px;
}
#overlay-nut div .greenbutton1{
	position: relative;
	top: 23px;
	left: -37px;
	float: right;
	padding: 5px 10px 6px 10px;
	background-color: #f4ecd7;
	margin-right: 5px;

}
#overlay-nut div .greenbutton2{
	position: relative;
	top: 23px;
	left: -40px;
	float: right;
	padding: 5px 10px 6px 10px;
	background-color: #f4ecd7;
	margin-right: 5px;
	
}
.back{
	font-size: 11px;
	color: #b2a387;
	margin: 0px 0 -19px 15px;
	position: relative;
	top: -14px;
	clear: both;
	font-family: Arial;
	width: 500px;
}
.back a{
	color: #b2a387;
	font-size: 11px;
}
.buttonholder{
	margin: 3px 0px 0 0;
	width:776px;
}

#nutbuttonholder{
	position: absolute;
/*
	top: 40px;
	left: -15px;
*/
	top:487px;
	left:0px;
	width: 776px;
	
}
.buttonholdernut{
	position: relative;
	top: 43px;
	left: -5px;
}
.greenbutton{
	float: right;
	padding: 5px 10px 6px 10px;
	background-color: #f4ecd7;
	margin-right: 5px;
}
/** search result holder **/
#searchform_main{
	width: 475px;
	border-bottom: 1px solid #bdb6ad;
	padding-bottom: 2px;
}
#searchform_main .info{
	color: #7c6d5b;
	font-size: 13px;
}
#searchform_main .searchfields{
	float: left;
	width: 250px;
}
#searchform_main label{
	margin-top: 26px;
}
.searchentry{
	float: left;
	width: 475px;
	border-bottom: 1px solid #bdb6ad;
}
.searchentry h4{
	margin-top: 20px;
	text-align: left;
	line-height: 16px;
}
.searchentry .date{
	font-family: Arial;
	color: #7c6d5b;
	font-size: 12px;
	line-height: 20px;
}
.searchentry p{
	color: #333333;
	margin-bottom: 20px;
}
/** paging box **/
.paging{
	float: right;
	margin:0 10px 0 0;
	padding-top:25px;
	padding-right: 100px;
	color: #6c5d42;
	font-size: 12px;
}
#overlay-products-list{
/* 	float: left; */
/* 	width: 650px; */
/* 	margin: 10px 0 0 80px; */
	margin: 10px 0 0 0;
}

#overlay-products{
	float: left;
	width: 766px;
/* 	width: 770px; */
}
#overlay-products .paging{
	margin-right: -5px;
}
.paging .page a{
	font-size: 13px;
	color: #4b843f;
	margin: 0 7px 0 7px;
}
/** nutbox **/
#overlay-nut{
	float: left;
/* 	width: 766px; */
	width: 784px;

}
#overlay-nut img.topleft{
	float: left;
	margin: -30px 0 0 -5px;
}
#overlay-nut h1{
/* 	text-align: center; */
	margin-bottom: 15px;
}
/** overlay styles **/
img#nycloser{
	margin: 10px 10px 0 0;
}
#grow{
	overflow: hidden;
}
/*** infobox styles **/
/*** historieboksen **/
.historybox{
	padding: 20px 25px;
	background: url(../_gfx/background_banner_noflash_noshade.png) -25px -25px no-repeat;
	height: 260px;
	width: 950px;
}
.historybox img{
/*
	float: left;
	margin: 0 30px 0 28px;
*/
	float:left;
	margin:0 20px 0 75px;
}
.historybox img.rightimage{
/* 	float: right; */
	float:left;
	margin:0 0 0 0;
}
.historybox h2{
	font-size: 27px;
	margin: 15px 0 15px 0;
	float: left;
	width: 320px;
	line-height: 30px;
	color: #7C6D5B;
}
.historybox p{
/*
	font-size: 14px;
	float: left;
	width: 540px;
	line-height: 20px;
	margin-bottom: 20px;
*/
	float:left;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	width:445px;
	font-family: Georgia;

}
.historybox p strong{
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia;
	color: #7c6d5b;
	line-height: 17px;
}
.tblGrey{
	background-color: #f2f0ed;
}

.nutguide{
	font-size: 28px;
	font-family: Georgia;
	color: #7C6D5B;
	text-align: left;
}

.producth1{
	font-size: 27px;
	line-height: 30px;
	font-family: Georgia;
	color: #7c6d5b;
/* 	margin: 20px 0 0 68px; */
	padding: 0 0;
}
/** flash box **/


/* @import "common/slimbox.css";			<- include if slimbox is used on website */
/* @import "common/milkbox/milkbox.css"; 	<- include if milkbox is used on website */

/*
 * Backlink styles 
 */
#foot {	position: relative; }
#foot #backlink { position: absolute;	top: 0;	left: 0; width: 1px; height: 1px; overflow: hidden; }


/*
 * EXAMPLE! TO USE FOR ALL COLORS ON SITE, DONT BE LAZY!
 * 
 * Blues
 * ------------------------
 * Dark         :   #125a95
 * Regular      :   #4e9bda
 * Light        :   #97c9f2
 * Very light   :   #cbe4f8
 * 
 * Greys
 * ------------------------
 * Copy Black   :   #272d31
 * Grey2        :   #445057
 * Sub Grey     :   #697a85
 * Grey         :   #92a2ad
 * Rule Grey    :   #bac6cf
 * Grey6        :   #dae2e8
 * Off White    :   #ebeff2
 *
 * ------------------------
 * Red          :   #cb0000
 * Green        :   #68b000
 */
 
 
.transparent {
	-moz-opacity:0; filter:alpha(opacity=0); opacity:0;
}

a.arrow {
	background: url('../_gfx/arrow.gif') left center no-repeat;
	display: block;
	float: left;
	padding-left: 20px;
}
a.arrow.right {
	background: url('../_gfx/arrow_right.gif') left center no-repeat;
}
a.pdficon {
	background: url('../_gfx/icon_pdf.gif') right center no-repeat;
	display: block;
	float: left;
	padding-right: 50px;	
}
div.clrfix.ruler {
	height: 1px;
	background: url('../_gfx/delimiter_ver.gif') top left repeat-x;
	margin-bottom: 15px;
}

p a {
	font-size: inherit;
}
div.clrfix.spacer_20 {
	height: 20px;
}
