@charset "utf-8";
/* General */
html {
	height: 100%;
	/*overflow-x: auto;
	overflow-y: scroll;*/
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	color: #000;
	line-height: normal;
	background-color: #fff;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	outline: none;
}


* html .clearfix {
	height: 1%; /* IE5-6 */
}
* + html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* BEGIN FONTS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 153.9%;
	color: #003F13;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 138.5%;
	color: #76AE00;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 138.5%;
	color: #003F13;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-size: 123.1%;
	color: #76AE00;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 123.1%;
	color: #003F13;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #76AE00;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
p {
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 40px;
	padding: 0px;
	text-align: left;
}
ul {
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 40px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #76AE00;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #76AE00;
	text-decoration: none;
}




.outerContainer {
	min-width: 900px;
	position: relative;
	clear: both;
	display: block;
}
.innerContainer {
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.block {
	display: block;
}
.align_center {
	display: block;
	text-align: center;
}
.align_left {
	display: block;
	text-align: left;
}
.align_right {
	display: block;
	text-align: right;
}
.vspacer1 {
	clear: both;
	display: block;
	height: 5px;
	overflow: hidden;
}

a.butalike, a.butalike:link, a.butalike:visited, a.butalike:active {
	background-color: #76AE00;
	border: 1px solid #003F13;
	padding: 2px 6px;
	color: #FFFFFF;
	text-decoration: none;
}
a.butalike:hover, a.butalike:link:hover, a.butalike:visited:hover, a.butalike:active:hover {
	background-color: #76AE00;
	color: #FFFFFF;
	text-decoration: none;
}

a.butalike.block {
	display: block;
	clear: both;
	padding: 2px 6px;
}
a.butalike.block.icon_button {
	padding-left: 20px !important;
	background-position: 2px 50%;
	background-repeat: no-repeat;
}

a.bullet_button_1, a.bullet_button_1:link, a.bullet_button_1:visited, a.bullet_button_1:active {
	display: block;
	clear: both;
	padding: 6px 6px 6px 22px;
	background-image: url(../_images/bullet1.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #003F13;
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
}
a.bullet_button_1:hover, a.bullet_button_1:link:hover, a.bullet_button_1:visited:hover, a.bullet_button_1:active:hover {
	color: #76AE00;
	text-decoration: none;
	background-position: 0px -45px;
}




.smallerfont {
	font-size: 85%;
}

.emphasizeContainer {
	border: 1px solid #ED1D24;
	color: #76AE00;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #FFFFFF;
}
.emphasize_color {
	color: #ED1D24;
}

.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #ccc;
	border-bottom: 1px solid #ccc;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}

.emHL1 {
	background-color: #ED1D24;
	color: #FFFFFF;
	padding: 2px 3px 2px 3px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C20A0E,endColorStr=#F13035); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}

.arrContainer {
	margin: 3px 0px;
	font-size: 93%;
}
a.arr {
	background-image: url(../_images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	text-decoration: none;
}

.breadcrumbs {
	margin: 3px 0px 15px 0px;
	font-size: 11px;
	color: #99A475;
}
.breadcrumbs .current {
	color: #005825;
	font-weight: bold;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #5B7805;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:link:hover, .breadcrumbs a:visited:hover, .breadcrumbs a:active:hover {
	color: #5B7805;
	text-decoration: underline;
}


.form_row {
	display: block;
	float: none;
	clear: both;
	margin-bottom: 10px;
}
.inputtextfield_label {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 194px;
	height: auto;
	font-size: 93%;
	line-height: 100%;
	color: #005825;
	text-align: left;
	float: left;
	clear: none;
}
.inputtextfield {
	display: block;
	margin: 0px !important;
	padding: 2px !important;
	width: 194px;
	height: auto;
	border: 2px solid #C7D5BD;
	background-color: #ffffff;
	font-size: 93%;
	line-height: 100%;
	color: #999999;
	text-align: left;
	float: left;
	clear: none;
}
.inputtextfield:focus {
	outline: none;
	color: #000000;
}
.inputcheckbox {
	display: block;
	margin: 2px;
	padding: 0px;
	width: 13px;
	height: 13px;
	font-size: 93%;
	line-height: 100%;
	color: #999999;
	text-align: left;
	float: left;
	clear: none;
}
.inputbutton {
	margin: 0;
	padding: 2px;
	width: 200px;
	height: auto;
	background-color: #76AE00;
	font-size: 93%;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 2px solid #B1D98A;
	border-right: 2px solid #446721;
	border-bottom: 2px solid #446721;
	border-left: 2px solid #B1D98A;
	cursor: pointer;
}
.inputbutton:focus {
	outline: none;
}
.privacy {
	font-size: 85%;
	line-height: normal;
	color: #555555;
	background-color: #E6EAE1;
	padding: 5px;
	margin-bottom: 10px;
}




#docBody {
	background-color: #005825;
}
#overallContainer {
}
#headerOuterContainer {
	background-color: #005825;
	border-bottom: 9px solid #004519;
	z-index: 390;
}
#headerInnerContainer {
	text-align: left;
}
#headerLeftContainer {
	width: 237px;
	display: block;
	float: left;
	clear: left;
}
#logoContainer {
	display: block;
	float: none;
	clear: both;
	padding: 10px 0px 0px 27px;
}
#logoContainer #mainLogo {
}

#headerRightContainer {
	width: 663px;
	display: block;
	float: right;
	clear: right;
}


#mainMenu {
	width: 519px;
	display: block;
	float: left;
	clear: left;
}


#mainMenu .mainMenuItem {
	display: block;
	float: left;
	clear: none;
	margin-left: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
#mainMenu .mainMenuItem .mainMenuItemBullet {
	background-image: url(../_images/b_bullet.gif);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 82px;
}
#mainMenu .mainMenuItem:hover .mainMenuItemBullet, #mainMenu .mainMenuItem.hover .mainMenuItemBullet, #mainMenu .mainMenuItem.active .mainMenuItemBullet {
	background-position: 50% -100px;
}
#mainMenu .mainMenuItem .mainMenuItemText {
	display: none;
}
#mainMenu .mainMenuItem#b_despre_inedit {
	margin-left: 0px !important;
	background-image: url(../_images/b_despre_inedit.gif);
	width: 102px;
}
#mainMenu .mainMenuItem#b_despre_soia {
	background-image: url(../_images/b_despre_soia.gif);
	width: 90px;
}
#mainMenu .mainMenuItem#b_gama_inedit {
	background-image: url(../_images/b_gama_inedit.gif);
	width: 94px;
}
#mainMenu .mainMenuItem#b_delicii_inedit {
	background-image: url(../_images/b_delicii_inedit.gif);
	width: 90px;
}
#mainMenu .mainMenuItem .submenu_container {
	position: absolute;
	left: -30px;
	top: 82px;
	width: 160px;
	overflow: visible;
	background-image: url(../_images/spacer.gif);/* pentru IE */
	z-index:400;
	display: none;
	padding-top: 9px;
}
#mainMenu .mainMenuItem:hover .submenu_container, #mainMenu .mainMenuItem.hover .submenu_container {
	display:block !important;
}
#mainMenu .mainMenuItem .submenu {
	position: relative;
	left: 0px;
	top: 0px;
	display:block;
}
#mainMenu .mainMenuItem .submenu .submenuButton  {
	display:block;
	width: 150px;
	padding: 3px 5px;
	margin-top: 1px;
	float: left;
	clear: both;
	font-size: 100%;
	color: #fff;
	text-align: center;
	background-color: #42742B;
	text-decoration: none;
	/*filter: Alpha(Opacity=9);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;*/
}
#mainMenu .mainMenuItem .submenu .submenuButton:hover  {
	color: #fff;
	text-decoration: none;
	background-color: #005825;
}

#secondaryMenu {
	width: 143px;
	display: block;
	float: right;
	clear: right;
	padding-top: 60px;
}
#secondaryMenu .secondaryMenuItem {
	display: block;
	float: left;
	clear: none;
	margin-left: 10px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#secondaryMenu .secondaryMenuItem:hover, #secondaryMenu .secondaryMenuItem.active {
	background-position: 0px -20px;
}
#secondaryMenu .secondaryMenuItem .secondaryMenuItemText {
	display: none;
}
#secondaryMenu .secondaryMenuItem#b_acasa {
	margin-left: 0px !important;
	background-image: url(../_images/b_home.gif);
	width: 47px;
}
#secondaryMenu .secondaryMenuItem#b_contact {
	background-image: url(../_images/b_contact.gif);
	width: 58px;
}

#mainOuterContainer1 {
	background-image: url(../_images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	background-color: #fff;
	z-index: 2;
}
#mainOuterContainer2 {
	background-image: url(../_images/content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	height: 485px !important;
	text-align: left;
}
#mainContent {
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 900px;
	position: relative;
}
#mainContentInner {
	text-align: left;
	padding: 15px 0px 15px 27px;
}
#mainContentInner.hasIllustration {
	padding-left: 0px !important;
	position: relative;
	text-align: left;
	float: left;
	clear: right;
	width: 653px;
}
#infoWithIllustration {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 653px;
	height: 455px;
	z-index: 160;
}
#infoWithoutIllustration {
	position: absolute;
	top: 0px;
	left: 27px;
	width: 861px;
	height: 455px;
	z-index: 160;
	overflow: visible;
}
#mainIllustrationContainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 235px;
	height: 485px;
	float: left;
	clear: left;
}
#mainIllustration {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -190px;
	z-index: 150;
}

#footerOuterContainer {
	background-color: #005825;
	border-top: 9px solid #90B430;
	z-index: 1;
}
#footerInnerContainer {
	font-size: 85%;
	line-height: 100%;
}
#footerInnerContainer a, #footerInnerContainer a:link, #footerInnerContainer a:visited, #footerInnerContainer a:active {
	color: #DBEBB1;
	text-decoration: none;
}
#footerInnerContainer a:hover, #footerInnerContainer a:link:hover, #footerInnerContainer a:visited:hover, #footerInnerContainer a:active:hover {
	color: #fff;
	text-decoration: underline;
}
#footerCopy {
	float: left;
	clear: left;
	width: 210px;
	padding: 15px 0px 5px 27px;
	color: #A0B771;
	text-align: left;
}
#footerMenu {
	float: right;
	clear: right;	
	width: 636px;
	padding: 15px 27px 10px 0px;
	text-align: right;
}
#footerMenu a, #footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	margin: 0px 10px 0px 10px;
	color: #DBEBB1;
	text-decoration: none;
}
#footerMenu a:hover, #footerMenu a:link:hover, #footerMenu a:visited:hover, #footerMenu a:active:hover {
	color: #fff;
	text-decoration: underline;
}
#footerMenu a.last {
	margin-right: 0px !important;
}




#productsList .product {
	display: block;
	float: left;
	clear: none;
	margin-left: 128px;
	width: 111px;
	height: auto;
	text-decoration: none;
	color: #003F13;
	cursor: pointer;
}
#productsList .product:hover {
	text-decoration: none;
	color: #42742B;
}
#productsList .product.firstOnRow {
	margin-left: 0px !important;
}
#productsList .product .productThumb {
	display: block;
	float: none;
	clear: both;
	width: 97px;
	height: 64px;
	padding: 7px;
	background-color: #42742B;
	text-align: center;
}
#productsList .product:hover .productThumb {
	background-color: #76AE00;
}
#productsList .product .productThumb img {
	width: 97px;
	height: 64px;
}
#productsList .product .productName {
	display: block;
	float: none;
	clear: both;
	width: 111px;
	margin-top: 5px;
	font-weight: bold;
	color: #003F13;
	font-size: 93%;
	text-decoration: none;
	text-align: center;
}
#productsList .product:hover .productName {
	color: #76AE00;
}

#recipesList .recipe {
	display: block;
	float: left;
	clear: none;
	margin-left: 88px;
	width: 141px;
	height: auto;
	text-decoration: none;
	color: #003F13;
	cursor: pointer;
}
#recipesList .recipe:hover {
	text-decoration: none;
	color: #42742B;
}
#recipesList .recipe.firstOnRow {
	margin-left: 0px !important;
}
#recipesList .recipe .recipeThumb {
	display: block;
	float: none;
	clear: both;
	width: 97px;
	height: 64px;
	padding: 7px;
	background-color: #42742B;
	text-align: center;
	margin: 0px 15px;
}
#recipesList .recipe:hover .recipeThumb {
	background-color: #76AE00;
}
#recipesList .recipe .recipeThumb img {
	width: 97px;
	height: 64px;
}
#recipesList .recipe .recipeName {
	display: block;
	float: none;
	clear: both;
	width: 141px;
	margin-top: 5px;
	font-weight: bold;
	color: #003F13;
	font-size: 93%;
	text-decoration: none;
	text-align: center;
}
#recipesList .recipe:hover .recipeName {
	color: #76AE00;
}

#recipeIngredients {
	background-color: #5F8C40;
	color: #ffffff;
	padding: 5px;
	margin: 0px;
	font-size: 93%;
	line-height: 140%;
}
#recipeTitle {
	display: block;
	float: left;
	clear: left;
	width: 480px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#recipeToolbox {
	display: block;
	float: right;
	clear: right;
	width: 135px;
	margin: 0;
	padding: 0px 15px 0px 0px;
	text-align: left;
}
a#tellAFriendButton {
	display: block;
	clear: both;
	padding: 5px 0px 5px 21px;
	font-size: 11px;
	line-height: 11px;
	color: #003F13;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url(../_images/bullet1.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #76AE00;
}
a#tellAFriendButton:hover {
	color: #76AE00;
	text-decoration: none;
	background-position: 2px -48px;
}
#recipeEmailFormContainer {
	display: block;
	float: none;
	clear: both;
	text-align: left;
}
#recipeEmailFormContainer .return_message {
	background-color: #76AE00;
	padding: 5px;
	color: #ffffff;
}

#recipeEmailPreview {
	width: 637px;
	position: absolute;
	display: none;
	left: 104px;
	top: 0px;
	background-color: #42742B;
	padding: 5px;
	z-index: 999;
}
#recipeEmailPreviewHeader {
	display: block;
	position: relative;
	float: none;
	clear: both;
	padding: 0px 0px 5px 0px;
}
a#recipeEmailPreviewClose {
	display: block;
	float: right;
	clear: right;
	width: auto;
	height: 16px;
	white-space: nowrap;
	padding: 0px 20px 0px 0px;
	background-image: url(../_images/icon_close.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a#recipeEmailPreviewClose:hover {
	background-image: url(../_images/icon_close_over.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#recipeEmailPreviewContent {
	display: block;
	position: relative;
	float: none;
	clear: both;
	text-align: center;
}


#wallpapersList .wallpaper {
	display: block;
	float: left;
	clear: none;
	margin-left: 40px;
	width: 240px;
	height: auto;
	text-decoration: none;
	background-color: #42742B;
	color: #ffffff;
	padding: 5px;
}
#wallpapersList .wallpaper:hover {
	text-decoration: none;
	color: #42742B;
}
#wallpapersList .wallpaper.firstOnRow {
	margin-left: 0px !important;
}
#wallpapersList .wallpaper .wallpaperThumb  {
	display: block;
	text-align: center;
	margin: 0px 0px;
}
#wallpapersList .wallpaper .wallpaperThumb img {
	width: 240px;
	height: 150px;
}
#wallpapersList .wallpaper .wallpaperSizes {
	display: block;
	text-align: left;
	margin-top: 5px;
}
#wallpapersList .wallpaper a.wallpaperSize {
	display: block;
	float: left;
	clear: none;
	width: 76px;
	margin-left: 6px;
	padding: 2px 0px 2px 0px;
	background-color: #76AE00;
	color: #ffffff;
	font-size: 93%;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
}
#wallpapersList .wallpaper a.wallpaperSize.first {
	margin-left: 0px !important;
}
#wallpapersList .wallpaper a.wallpaperSize:hover  {
	background-color: #99cc00;
	color: #ffffff;
	text-decoration: none;
}





h1.headline, h2.headline, h3.headline {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	overflow-y: hidden;
	color: #003F13;
}
h1.headline {height: 30px;}
h2.headline {height: 24px;}
h3.headline {height: 22px;}
h1.headline .hilite, h2.headline .hilite, h3.headline .hilite {
	color: #78AA04;
}

#overlay {
	display:none;
}
#lightbox {
	display:none;
}

