@charset "UTF-8";

/* text styles */

.bold_head_smallbox_lightgreen {
	font-size: medium;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D6E8C7;
	font-weight: bold;
}
.text_smallbox_lightgreen {
	font-size: 12px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D6E8C7;
	font-weight: normal;
}
.bold_head_smallbox_darkgreen {
	font-size: medium;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003c23;
	font-weight: bold;
}
.text_smallbox_darkgreen {
	font-size: 12px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003c23;
	font-weight: normal;
}
.text_header_white {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
}
.body_text_header {
	font-size: medium;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2b1308;
	font-weight: bold;
}
.body_text_subheader {
	font-size: small;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D5A19;
	font-weight: bold;
}
.body_text_plain {
	font-size: small;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2b1308;
	font-weight: normal;
}
.tc_text_lightgreen {
	font-size: x-small;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D3EAC6;
	font-weight: normal;
}

/* form style */
label
{
	width: 80px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
label2
{
	width: auto;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
label3
{
	width: auto;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}
.input
{
	color: #2b1308;
	border: 1px solid #003c23;
	background-color: #E9C96A;
	width: 150px;
}
.input2
{
	color: #2b1308;
	border: 1px solid #003c23;
	background-color: #E9C96A;
	width: 200px;
	font-size: 10px;
}
.list
{
	color: #999999;
	border: 1px solid #003c23;
	background-color: #D3EAC6;
	width: 150px;
	font-size: smaller;
}

.submit input
{
	color: #2b1308;
	border: 1px outset #003c23;
	background-color: #E9C96A;
}
fieldset
{
	border: 1px solid #27110D;
	width: 50px
}


/* menu */

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	height: auto;
	width: auto;
	padding-top: 70px;
	float: right;
	word-spacing: normal;
	font-weight: normal;
	color: #2b1308;
	margin-right: 100px;
}
.menu_over {
	font-size: 12px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D5A19;
	font-weight: bold;
}
.menu_seperator {
	font-size: 18px;
	color: #2b1308;
	font-weight: lighter;
}
#menu  a:link  {
	font-size: 12px;
	color: #2b1308;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu  a:visited  {
	font-size: 12px;
	color: #2b1308;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu  a:hover  {
	font-size: 12px;
	color: #8D5A19;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#index_special_offer_text  a:link  {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #462414;
	line-height: 20px;
}
#index_special_offer_text  a:visited  {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #462414;
	line-height: 20px;
}
#index_special_offer_text  a:hover  {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DBBD79;
	line-height: 20px;
}


/* footer */

#footer {
	float: left;
	height: 95px;
	width: 1100px;
	margin-top: 0px;
	background-image: url(../images/general/footer.jpg);
}
#footer a:link {
	text-decoration: none;
	color: #2b1308;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a:visited {
	text-decoration: none;
	color: #2b1308;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a:hover{
	text-decoration: underline;
	color: #8D5A19;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#footer a:active {
	text-decoration: underline;
	color: #2b1308;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.footer_menu_over {
	font-size: 12px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2b1308;
	font-weight: bold;
}
.footer_menu_seperator {
	font-size: 18px;
	color: #8D5A19;
	font-weight: lighter;
}



/* basic elements */

.clear {
	clear : both;
}

html {
	margin: 0;
	padding: 0;
	}
body {
	font: verdana sans-serif;
	line-height: 6mm;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(../images/general/repeat_bg.jpg);
	background-repeat: repeat;
}
p {
	margin-top: 0;
	text-align: inherit;
	line-height: normal;
	}
h1 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #2b1308;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: bold;
	font-size: medium;
	}
h2 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #D6E8C7;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: bold;
	font-size: medium;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #F0F8E7;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	font-size: x-small;
	vertical-align: bottom;
	}
	
h4 {
	font: verdana, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: bold;
	font-size: small;
	}
	
/* specific divs */

#home_middle_container {
	height: 271px;
	width: 1100px;
	background-image: url(../images/index/index_centre_bg.jpg);
	float: left;
}
#home_recipes {
	height: 149px;
	width: 390px;
	float: left;
	background-repeat: no-repeat;
}
#home_recipe_text {
	float: left;
	height: 100%;
	width: auto;
	margin-left: 25px;
	margin-top: 12px;
}
#home_recipe_text a:link {
	color: #D6E8C7;
	font-weight: normal;
}
#home_specialoffers {
	background-image: url(../images/index/home_specialoffer.jpg);
	height: 149px;
	width: 320px;
	float: left;
}
#home_special_offer_text {
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 12px;
	margin-left: 25px;
}
#home_teapot {
	background-image: url(../images/index/home_spin.jpg);
	height: 149px;
	width: 390px;
	float: right;
}
#home_producfinder_text {
	float: left;
	height: auto;
	width: 150px;
	margin-top: 12px;
	margin-left: 25px;
}
#home_producfinder_text a:link {
	color: #003c23;
	font-weight: normal;
}
#home_middle_facebook {
	height: 22px;
	width: 112px;
	margin-left: 190px;
	margin-top: 107px;
	float: left;
}
#left_container {
	height: auto;
	width: 709px;
	float: left;
	background-image: url(../images/section_headers/text_bg.jpg);
}
#right_container {
	height: auto;
	width: 391px;
	float: right;
}
#social_bookmarks {
	width: auto;
	padding-top: 10px;
	margin-left: 35px;
}
#body_text {
	height: auto;
	width: 550px;
	margin-left: 115px;
}
#body_text a:link {
	color: #A25628;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}
#body_text a:visited {
	color: #8D5A19;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}
#body_text a:hover {
	color: #2b1308;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}
#body_text a:active {
	color: #2b1308;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
}
#section_header {
	height: 79px;
	width: 709px;
	float: left;
}
#section_image {
	height: auto;
	width: 709px;
	float: left;
}
#home_head {
	background-image: url(../images/index/index_head.jpg);
	height: 261px;
	width: 709px;
	float: left;
}
#home_head_text {
	height: auto;
	width: 250px;
	margin-left: 25px;
	vertical-align: bottom;
	margin-top: 125px;
	line-height: 17px;
}
#home_campaign {
	background-image: url(../images/index/index_campaign.jpg);
	height: 261px;
	width: 391px;
	float: right;
}
#container {
	width: 1100px;
	margin:0 auto;
	position:relative;
	text-align:left;
	margin-top: 0px;
	min-width: 1100px;
	height: auto;
}
#footer_list {
	height: auto;
	width: 80%;
	margin: auto;
	text-align: center;
	margin-top: 15px;
	font-size: x-small;
}
#index_special_offer_text {
	float: left;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-left: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	line-height: 30px;
	color: #462414;
	letter-spacing: 2px;
	width:140px;
}
#Special_offer_product {
	float: right;
	height: auto;
	width: auto;
	margin-top: 16px;
	margin-right: 28px;
}

#header 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 128px;
	width: 1100px;
	background-image: url(../images/general/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#home_middle_video {
	height: 174px;
	width: 285px;
	float: left;
	margin-top: 47px;
	margin-left: 103px;
}
#home_middle_spin {
	float: right;
	height: 43px;
	width: 248px;
	margin-top: 185px;
	margin-right: 122px;
}
#form {
	background-color: #528F33;
	height: auto;
	width: auto;
}
#formfield {
	width: 250px;
	margin-left: 25px;
}
#formfield a:link, a:visited, a:hover, a:active{
	color: #003c23;
	font-size: x-small;
}
a:link {
	color: #D79F33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: underline;
}
a:visited {
	color: #D79F33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #2b1308;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: underline;
	}
.style1 {
	color: #CB2C2C;
	font-weight: bold;
}
#product_shot {
	height: auto;
	width: 123px;
	float: left;
}
#product_text {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 30px;
	height: auto;
}
#product_container {
	height: 160px;
	width: 550px;
	border-bottom: 1px solid #8D5A19;
	margin-left: 115px;
	float: left;
}
#product_container2 {
	height: 160px;
	width: 550px;
	margin-left: 115px;
	float: left;
}

#press_shot {
	height: 110px;
	width: 123px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#press_text {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 30px;
	height: auto;
}
#press_container {
	height: 150px;
	width: 550px;
	border-bottom: 1px solid #003c23;
	margin-left: 115px;
	float: left;
}
#press_container2 {
	height: 160px;
	width: 550px;
	margin-left: 115px;
	float: left;
}

.style3 {color: #A9833B}
.style4 {color: #DCB755}
.style5 {font-size: 10px}

div#popupcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	height: 750px;
	text-align: left;
	margin-top: 20px;
	background-image: url(../images/popup/terms_popup_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#popupcontainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	height: 750px;
	text-align: left;
	margin-top: 20px;
	background-image: url(../images/popup/privacy_popup_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#popupcontent {
	padding-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}#media_container {
	width: 580px;
	margin-left: 115px;
	height: 310px;
}
#media_viewer {
	float: left;
	height: 275px;
	width: 350px;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
}
#thumbnails {
	float: left;
	height: 295px;
	width: 155px;
	margin-top: 0px;
	margin-left: 25px;
}
#thumbs_inner {
	height: 250px;
	width: 155px;
	line-height: 10px;
	overflow: auto;
}
#gallery_header {
	height: 20px;
	width: 130px;
	text-align: center;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#gallery_container {
	height: auto;
	width: 580px;
	margin-left: 112px;
	float: left;
	padding-top: 10px;
}
#gallery_1 {
	height: 120px;
	width: 130px;
	text-align: center;
	float: left;
	line-height: normal;
}
#gallery_2 {
	height: 120px;
	width: 130px;
	text-align: center;
	float: left;
	margin-left: 12px;
}
#flash {
	float: left;
	height: auto;
	width: 560px;
	margin-left: 110px;
}

