html {
	width: 100%;
	color: #212121;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-repeat: repeat-x;
	background-color: #a0b997;
	background-image: url(../img/bg.png);
}

body {
	width: 100%;
	margin: 0px;
	text-align: center;
	overflow: auto;
}

img {
	border-color: #c6c6c6;
	border-width: 1px;
	border-style: solid;
}

.noborder {
	border-style: none;
	border-width: 0px;
}

h1 {
	color: #114116;
	font-size: 22px;
}

h2 {
	color: #114116;
	font-size: 18px;
}

h3 {
	color: #114116;
	font-size: 14px;
}

hr {
	text-align: center;
	background-color: #114116;
	border-width: 0px;
	width: 70%;
	height: 1px;
	color: #114116;
}

table {
	margin-bottom: 10px;
	margin-top: 10px;
	border-spacing: 2px 2px;
	border-collapse: collapse;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
td {
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #597f89;
	border-style: solid;
}
caption {
	margin-bottom: 5px;
	font-weight: bold;
	color: #114116;
}
form b {
	color: #114116;
}
form fieldset {
	margin: 10px;
	border-width: 0px;
}
form fieldset legend {
	margin-left: -10px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 8px;
	font-size: 12px;
	color: #114116;
	font-weight: bold;
}
form label {
	clear: both;
	padding: 4px;
	float: left;
	text-align: right;
	width: 150px;
}
form input {
	float: left;
	width: 200px;
}
form textarea {
	height: 50px;
	float: left;
	width: 200px;
}
form .contract {
	margin-bottom: 20px;
	border-color: #1a403d;
	border-width: 1px;
	border-style: solid;
	height: 200px;
	width: 430px;
	overflow: auto;
}
form .longlabel {
	width: 350px;
}

form #contract_box {
	width: 20px;
}

a:link, a:visited {
	font-weight: bold;
	color: #316a36;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

q {
	font-style: italic;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
	width: 830px;
}

#menubar {
	text-align: center;
	color: #114116;
	font-weight: bold;
	font-size: 13px;
	bottom: 7px;
	width: 750px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}

#menubar span {
	margin-right: 6px;
	margin-left: 6px;
}

#menubar span a:link, #menubar span a:visited {
	color: #114116;
	text-decoration: none;
}

#menubar span a:hover, #menubar span a:active {
	color: #1e7027;
	text-decoration: underline;
}

#menubar .highlight a:link, #menubar .highlight a:visited {
	color: #710008;
}

#lang_select {
	right: 5px;
	bottom: 9px;
	width: 95px;
	height: 21px;
	position: absolute;
}

#lang_select #it {
	float: left;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/flag_it.png);
	height: 21px;
	width: 29px;
	cursor: hand;
}

#lang_select #en {
	float: left;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/flag_en.png);
	height: 21px;
	width: 29px;
	cursor: hand;
}

#content {
	margin: 5px;
	top: 160px;
	position: absolute;
}

#recipe {
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 200px;
	border-color: #114116;
	border-width: 1px;
	border-style: solid;
	background-color: #f7fff3;
}

#rel_products {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	border-color: #114116;
	border-width: 1px;
	border-style: solid;
	background-color: #f7fff3;
}

#errormessage {
	color: #99141f;
	font-weight: bold;
}
.error {
	font-size: 14px;
	margin-left: 20px;
	color: #99141f;
	font-weight: bold;
}
.sidebar {
	float: left;
	width: 159px;
}

.sidebar #top {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 9px;
	width: 159px;
	background-image: url(../img/side_top.png);
}

.sidebar #middle {
	padding-top: 14px;
	padding-bottom: 13px;
	position: relative;
	width: 159px;
	background-image: url(../img/side_middle.png);
}

.sidebar #bottom {
	background-position: 0 top;
	background-repeat: no-repeat;
	height: 9px;
	width: 159px;
	background-image: url(../img/side_bottom.png);
}

.sidebar .box {
	border-width: 0px;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
	width: 135px;
}

.sidebar p {
	margin-top: -5px;
	margin-left: 4px;
}

.sidebar h3 {
	margin-bottom: 8px;
	font-variant: small-caps;
	font-size: 18px;
}

.sidebar h3 a:link, .sidebar h3 a:visited {
	color: #114116;
}

.sidebar h3 .small {
	margin-left: 4px;
	font-size: 12px;
}

.sidebar #extender {
	height: 104px;
}

.sidebar #sidecontact {
	bottom: -7px;
	position: absolute;
	z-index: 0;
	margin-left: 2px;
	width: 155px;
	height: 104px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/phone.png);
}

.mainbar {
	float: left;
	margin-right: 9px;
	margin-left: 10px;
	width: 483px;
}

.mainbar #top {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 9px;
	width: 483px;
	background-image: url(../img/main_top.png);
}

.mainbar #middle {
	padding-top: 14px;
	padding-bottom: 13px;
	position: relative;
	width: 483px;
	background-image: url(../img/main_middle.png);
}

.mainbar #bottom {
	background-position: 0 top;
	background-repeat: no-repeat;
	height: 9px;
	width: 483px;
	background-image: url(../img/main_bottom.png);
}

.mainbar .box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
	position: relative;
	margin-right: 16px;
	margin-left: 12px;
	width: 455px;
}

.mainbar p {
	margin-left: 4px;
}

.mainbar .letter_text {
	margin-left: 20px;
}
.mainbar .sig {
	text-align: right;
	color: #464646;
	font-style: italic;
}

.mainbar .desc {
	font-style: italic;
}

.mainbar .three_col {
	width: 140px;
}

.dot {
	list-style-position: outside;
	list-style-type: disc;
}
.dot li {
	margin-bottom: 5px;
}
.number {
	list-style-type: decimal;
	list-style-position: outside;
}
.number li {
	margin-bottom: 5px;
}
.sidelist {
	float: left;
}
.clear {
	clear: both;
	float: none;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}


.left {
	margin-right: 10px;
	float: left;
}

.right {
	float: right;
}

.bigpic {
	width: 440px;
}

.medpic {
	width: 250px;
}

.smallpic {
	width: 200px;
}

.sidepic {
	width: 120px;
}

.center {
	text-align: center;
}

.nav a:link, .nav a:visited {
	color: #025b00;
	font-size: 11px;
	font-family: Arial, Verdana;
}

#sitemap {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

#sitemap a:link, #sitemap a:visited {
	font-style: normal;
	font-weight: normal;
	color: #114116;
}


.tip {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	border-style: solid;
	border-color: #114116;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	background-color: #dbebb7; 
}
.tip-title {
  font-weight: bold;
  color: #114116;
  font-size:14px;
}

.tip-text {
  color: #060606;
  font-size: 12px; 
}

.ad {
	padding: 5px;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #4a0b10;
	background-color: #ffa888;
	color: #4a0b10;
	font-size: 16px;
}

.ad a:link, .ad a:visited {
	color: #850f1c;
}

