@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #fff;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	color:#e10019;
}
a:hover {
	text-decoration: underline;
}
/* =wrap
-------------------------------------------------- */
div.wrap {
	width: 980px;
	margin: 0 auto;
}
div.header {
	background: url(bg01.jpg) 0 0 no-repeat;
	height: 332px;
	position: relative;
}
div.header p.tere_logo {
	position: absolute;
	top: 22px;
	left: 111px;
}
div.header p.kalev_logo {
	position: absolute;
	top: 0;
	left: 253px;
}
div.header p.campaign {
	position: absolute;
	top: 202px;
	right: 10px;
}
/* =content
-------------------------------------------------- */
div.content {
	min-height: 100px;
}
* html div.content {
	min-height: 100px;
}
div.content div.index_left {
	float: left;
	width: 625px;
	padding-left: 10px;
	padding-bottom: 40px;
}
div.content div.index_left div.left_col1 {
	float:left;
	width: 290px;
	padding-top: 25px;
}
div.content div.index_left div.index_col2 {
	float:left;
	width: 290px;
}
div.content div.index_left div.item {
	width: 290px;
	margin-bottom: 10px;
}
div.content div.index_left div.item p.img {
	text-align: center;
	float: left;
	width: 125px;
	margin-right: 5px;
}
div.content div.index_left div.item div.data {
	float: left;
	width: 155px;
	margin-top: 4px;
}
div.content div.index_left div.item p.title {
	font-size: 16px;
	font-weight: bold;
}
div.content div.index_left div.item p.info {
	font-size: 11px;
	color: #999;
	margin-bottom: 6px;
} 
div.content div.index_right {
	float: left;
	width: 292px;
	padding-right: 43px;
	margin-top: 101px;
}
div.content div.index_right h1 {
	margin-bottom: 10px;
}
div.content div.index_right p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
div.form {
	padding: 40px 160px 60px 170px;
}
div.form div.text p {
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: justify;
}
div.form div.text ul {
	padding: 0 0 15px 20px;
}
div.form div.text ul li {
	margin-bottom: 5px;
}
div.form h1 {
	font-size: 24px;
	color: #000;
	margin: 15px 0 15px;
	display: block;
}
div.form h1.error {
	color: #ed1b2e;
}
div.form h1.thanks {
	color: #96bf1f;
}
div.form p {
	line-height: 1.5em;
}
div.form p.thanks_front,
div.form p.error_front {
	margin-top: 10px;
}
div.form p.error_front a {
	background: url(ico03.png) 0 2px no-repeat;
	color: #ed1b2e;
	font-weight: bold;
	padding-left: 17px;
}
div.form p.thanks_front a {
	background: url(ico02.png) 0 2px no-repeat;
	color: #96bf1f;
	font-weight: bold;
	padding-left: 17px;
}
div.form table.answers {
	margin-top: 40px;
}
div.form table.answers th {
	text-align: left;
	padding-bottom: 11px;
}
div.form table.answers td {
	padding-left: 23px;
	padding-bottom: 11px;
	color: #333;
}
div.form table.answers td input.radio {
	height: 13px;
	width: 13px;
}
*+ html div.form table.answers td input.radio {
	height: 18px;
	width: 16px;
}
div.form table.data {
	margin-top: 25px;
}
div.form table.data th {
	text-align: left;
	padding-bottom: 10px;
}
div.form table.data th.pad {
	padding-top: 25px;
}
div.form table.data td {
	padding: 4px 10px 4px 0;
}
div.form table.data td.right {
	text-align: right;
}
div.form table.data td input {
	background: url(bg03.png) 0 0 repeat-x;
	border: 1px solid #eeeeee;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 215px;
}
div.form table.data td input.checkbox {
	width: 13px;
}
*+ html div.form table.data td input.checkbox {
	width: 13px;
	height: 16px;
	background: 0;
	border: 0;
}
div.form p.button {
	float: right;
	padding: 10px 18px 0 0;
}
/* =recepies
-------------------------------------------------- */
div.rec {
	padding-bottom: 100px;
}
div.recepies {
	border-top: 1px dotted #d8d8d8;
	padding: 11px 0 10px 0;
}
div.recepies div.leftbar {
	float: left;
	width: 245px;
	padding: 0 0 0 40px;
}
div.recepies div.leftbar p.front {
	margin-top: 23px;
}
div.recepies div.leftbar h2 {
	font-size: 16px;
	color: #89b700;
	font-weight: bold;
	background: url(ico04.png) 100% 0 no-repeat;
	float: left;
	padding: 5px 52px 6px 0;
}
div.recepies div.leftbar h2.second {
	background: url(ico05.png) 100% 0 no-repeat;
}
div.recepies div.leftbar h2.two_half {
	background: url(ico23.png) 100% 0 no-repeat;
}
div.recepies div.leftbar h2.one_half {
	background: url(ico24.png) 100% 0 no-repeat;
}
div.recepies div.leftbar ul {
	list-style: none;
	clear: both;
	margin-top: 6px;
}
div.recepies div.leftbar ul li {
	margin-bottom: 4px;
}
div.recepies div.rightbar {
	float: left; 
	width: 615px;
	padding: 0 45px 30px 20px;
}
div.recepies div.rightbar div.text {
	float: left;
	width: 380px;
}
div.recepies div.rightbar div.text p {
	line-height: 1.5em;
}
div.recepies div.rightbar p.img {
	float: right;
	width: 155px;
}
.noborder {
	border-top: 0 !important;
}
/* =product 
-------------------------------------------------- */
div.product {
	margin-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
}
div.product div.leftbar {
	float: left; 
	width: 310px;
	text-align: center;
	padding-top: 58px;
}
div.product div.dif {
	padding-top: 30px;
}
div.product div.leftbar p.img {
	text-align: center;
}
div.product div.rightbar {
	float: left;
	width: 635px;
}
div.product div.rightbar p.front {
	margin-bottom: 38px;
}
*+ html div.product div.rightbar p.front {
	margin-bottom: 40px;
}
div.product div.rightbar p.weight {
	color: #999;
	font-size: 18px;
}
div.product div.rightbar div.info {
	margin-top: 22px;
}
div.product div.rightbar div.info p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
div.product div.rightbar div.info p.logo {
	float: right;
}
div.product div.boxes {
	padding: 33px 0 0 39px;
}
div.product div.boxes p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
div.product div.boxes p.logo {
	float: left;
	margin: 0 19px 5px 0;
}
div.product div.boxes p a.read_more {
	background: url(ico06.png) 100% 2px no-repeat;
	font-weight: bold;
	color: #ed1b2e;
	padding-right: 16px;
}
div.product div.boxes div.box_left {
	float: left;
	width: 436px;
	margin-bottom: 20px;
	margin-right: 30px;
}
div.product div.boxes div.box_right {
	float: left;
	width: 436px;
	margin-bottom: 20px;
}
div.gda div.leftbar {
	float: left;
	width: 257px;
	padding-left: 40px;
	padding-top: 20px;
}
div.gda div.rightbar {
	float: left;
}
div.gda div.rightbar h1 {
	margin-bottom: 15px;
}
div.nomarg {
	margin-top: 0 !important;
}
/* =article
-------------------------------------------------- */
div.front {
	padding: 15px 0 0 0;
}
div.front2 {
	padding: 15px 0 37px 310px;
}
div.article {
	padding: 0 50px 100px 40px;
}
div.article ul {
	line-height: 1.5em;
	padding: 0 0 20px 20px;
}
div.article ul li {
	margin-bottom: 5px;
}
div.article h1 {
	display: block;
	margin-bottom: 20px;
}
div.article p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
div.article p.img {
	float: left;
	margin: 0 20px 20px 0;
}
div.article div.boxes div.box_left {
	float: left;
	width: 426px;
	margin-bottom: 20px;
	margin-right: 30px;
}
div.article div.boxes div.box_right {
	float: left;
	width: 426px;
	margin-bottom: 20px;
}
/* =footer
-------------------------------------------------- */
div.footer {
	background: url(bg02.jpg) center 0 no-repeat;
	height: 83px;
	padding-bottom: 20px;
	position: relative;
}
div.footer p.woman {
	position: absolute;
	right: 71px;
	top: -144px;
}
div.footer p.adm {
	position: absolute;
	left: 115px;
	top: 58px;
}
div.footer p.text {
	color: #999;
	font-size: 11px;
	position: absolute;
	right: 223px;
	top: 36px;
}
div.footer p.image {
	position: absolute;
	left: 294px;
	top: -68px;
}
div.footer p.recepies {
	position: absolute;
	right: 292px;
	top: -128px;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}

/* Ints */
div.form td.formError,
div.form th.formError{
	color: #FF0000;
}
div.form p.error{
	display: none;
	padding-top: 20px;
}
div.form p.hidden {
	display: none;
}
div.form img.ajaxloader{
	height: 116px;
	width: 117px;
}
p.figure {
	margin-bottom: 0 !important;
}
