@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../elements/winter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ccecf9;
}
.main_holder {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.header {
	height: 202px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7941d;
	position: relative;
}
.header .green_leafs {
	height: 185px;
	width: 286px;
	float: left;
	background-image: url(../elements/green_leafs.jpg);
	background-repeat: no-repeat;
}
.header .logo {
	float: left;
	height: 167px;
	padding-top: 35px;
	width: 264px;
}
.header .header_navigation {
	float: left;
	height: 120px;
	width: 410px;
	padding-top: 82px;
	position: relative;
}
.header .header_navigation .search_fields {
	width: 155px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	margin-top: 8px;
	margin-right: 6px;
	height: 17px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.header .header_navigation #button {
	background-image: url(../elements/search_btn.jpg);
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 6px;
}
.header .header_navigation form {
	height: 35px;
	width: 210px;
	float: left;
	position: relative;
	padding-left: 5px;
}
.header .logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header .header_navigation .top_menu {
	margin-top: 8px;
	position:absolute;
	left: 156px;
	height: 33px;
	top: 52px;
}
.header .header_navigation .top_menu, .header .header_navigation .top_menu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #7a7070;
	font-size: 8pt;
	text-decoration:none;
	width: 244px;
}
.header .header_navigation .top_menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-right: 5px;
}
.row_present {
	height: 261px;
	width: 100%;
	margin-top: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7941d;
}






/*ROUND BOX*/
.box {
	float:left;
	margin-right: 20px;
	width: 225px;
}
.box .content_box {
	height: 235px;
	width: 215px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b9b96b;
	border-left-color: #b9b96b;
	clear: both;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
}
.box .top_corner_holder, .box .bottom_corner_holder {
	height: 5px;
	width: 100%;
	background-image: url(../elements/boxes/border.gif);
	background-repeat: repeat-x;
	float:left;
}
.box .top_corner_holder {
	background-position: top;
}
.box .bottom_corner_holder {
	background-position: bottom;
}
.box .top_corner_holder .left_corner, .box .bottom_corner_holder .left_corner, .box .top_corner_holder .right_corner, .box .bottom_corner_holder .right_corner{
	height: 5px;
	width: 5px;
}
.box .top_corner_holder .left_corner, .box .bottom_corner_holder .left_corner {
	float: left;
}
.box .top_corner_holder .right_corner, .box .bottom_corner_holder .right_corner {
	float: right;
}
.box .top_corner_holder .left_corner {
	background-image: url(../elements/boxes/green_top_left.gif);
}
.box .top_corner_holder .right_corner {
	background-image: url(../elements/boxes/green_top_right.gif);
}
.box .bottom_corner_holder .left_corner {
	background-image: url(../elements/boxes/green_bottom_left.gif);
}
.box .bottom_corner_holder .right_corner {
	background-image: url(../elements/boxes/green_bottom_right.gif);
}

/* ROUND BOX TITLE */
.box_title {
	height: 41px;
	width: 100%;
	background-image: url(../elements/boxes/title_bgrnd.gif);
	background-repeat: repeat-x;
}
.box_title .title_content img {
	margin-top: 3px;
	float: left;
	margin-right: 5px;
}
.box_title.blue {
	background-image: url(../elements/boxes/title_blue_bgrnd.gif);
}
.box_title.brown {
	background-image: url(../elements/boxes/title_brown_bgrnd.gif);
}
.box_title.kaka {
	background-image: url(../elements/boxes/title_kaka_bgrnd.gif);
}

.box_title .left_side {
	background-image: url(../elements/boxes/left_title_side.gif);
	background-repeat: no-repeat;
	float: left;
	width: 2px;
	height: 41px;
}
.box_title.blue .left_side {
	background-image: url(../elements/boxes/left_blue_title_side.gif);
}
.box_title.brown .left_side {
	background-image: url(../elements/boxes/left_brown_title_side.gif);
}
.box_title.kaka .left_side {
	background-image: url(../elements/boxes/left_kaka_title_side.gif);
}

.box_title .right_side {
	background-image: url(../elements/boxes/right_title_side.gif);
	background-repeat: no-repeat;
	float: right;
	width: 2px;
	height: 41px;
}
.box_title.blue .right_side {
	background-image: url(../elements/boxes/right_blue_title_side.gif);
}
.box_title.brown .right_side {
	background-image: url(../elements/boxes/right_brown_title_side.gif);
}
.box_title.kaka .right_side {
	background-image: url(../elements/boxes/right_kaka_title_side.gif);
}

.box_title .title_content {
	float: left;
	line-height: 41px;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 41px;
}

.content_holder {
	clear: both;
}
.content_holder .content {
	float: left;
	width: 746px;
	padding-top: 16px;
}
.content_holder .right_holder {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 16px;
}
.footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
}
.footer a {
	color: #9c9c9c;
	text-decoration: none;
}
.content_title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
.content_title .news_date {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #535455;
	margin-top: 20px;
}
.content_title h1 img {
	margin-top: 2px;
	float: left;
	margin-right: 5px;
}
.content_title {
	height: 38px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eef5cd;
	margin-bottom: 10px;
}
.content_title .news_date .today {
	font-weight: bold;
	color: #F00;
}
.content h2, .content-inner h2 {
	font-weight: bold;
	color: #ae4607;
	font-size: 12pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content a,.content-inner a {
	font-weight: bold;
	color: #0b534e;
	text-decoration: none;
}
.box .content_box h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830808;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-style: normal;
}
.box .content_box .text {
	margin-right: 8px;
	margin-left: 8px;
	color: #5c5c5c;
	font-size: 9pt;
}
.box .content_box a {
	color: #5c5c5c;
}
.box .content_box ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(../elements/list.gif);
}
.box .content_box ul li {
	margin: 0px;
	padding: 0px;
}
.box .content_box .read_more {
	position: absolute;
	left: 161px;
	top: 209px;
	z-index: 1000;
}
.box .content_box .read_more a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box .content_box .text .date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #136c66;
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: -3px;
}
.box .content_box .event_image {
	height: 55px;
	width: 50px;
	border: 1px solid #bbbc88;
	float: left;
	margin-left: 4px;
	margin-top: 6px;
}
.box .content_box .event_image img {
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box .content_box .text .event_row .event_content {
	float: left;
	width: 143px;
}
.box .content_box .text .event_row .event_content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830808;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 12px;
}

.box .content_box .coment_date {
	font-size: 11px;
	font-weight: bold;
	color: #5a6c04;
	margin-bottom: 6px;
	font-style: normal;
}
.box .content_box .text.comment {
	font-style: italic;
	font-weight: bold;
	margin-top: 6px;
}
.box .content_box .text.comment h1 {
	margin: 0px;
}
.box .content_box .product_field {
	width: 215px;
	height: 20px;
	padding: 0px;
	font-size: 9pt;
	margin-bottom: 5px;
}
.box .content_box .product_search {
	margin-top: 10px;
	font-size: 8pt;
}
.box .content_box .product_search .small_search_btn {
	background: url(../elements/small_search_btn.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 50px;
	float: right;
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.box .content_box .product_search .small_search_btn_en {
	background-image: url(../elements/small_search_btn_en.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 50px;
	float: right;
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.box .content_box .product_search .remember_check {
	float: left;
	font-weight: bold;
	color: #830808;
	margin-top: 8px;
	font-size: 9pt;
}
.box .content_box .product_search .remember_check input {
	margin: 0px;
	padding: 0px;
}
.content-inner {
	width: 518px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7941d;
	float: left;
}
.box_title .title_content a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 180px;
	outline:none;
}
.box_title .title_content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


.left_holder {
	float: left;
	width: 206px;
	margin-right: 20px;
	margin-top: 16px;
}
.v_menu .titler {
	height: 24px;
	width: 192px;
	margin-bottom:4px;
	color:#FFF;
	line-height: 23px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12pt;
}
.v_menu .titler a{
	text-decoration:none;
	color:#FFF;
	display: block;
	outline:none;
}
.v_menu .titler.t1 {
	background-image: url(../elements/titlers/1.gif);
}
.v_menu .titler.t2 {
	background-image: url(../elements/titlers/2.gif);
}
.v_menu .titler.t3 {
	background-image: url(../elements/titlers/3.gif);
}
.v_menu .titler.t3 {
	background-image: url(../elements/titlers/3.gif);
}
.v_menu .titler.t4 {
	background-image: url(../elements/titlers/4.gif);
}
.v_menu .titler.t5 {
	background-image: url(../elements/titlers/5.gif);
}
.v_menu .titler.t6 {
	background-image: url(../elements/titlers/6.gif);
}
.v_menu .titler.t7 {
	background-image: url(../elements/titlers/7.gif);
}
.v_menu .titler.t8 {
	background-image: url(../elements/titlers/8.gif);
}
.v_menu .titler.t9 {
	background-image: url(../elements/titlers/9.gif);
}
.v_menu .titler.t10 {
	background-image: url(../elements/titlers/10.gif);
}
.v_menu .titler.t11 {
	background-image: url(../elements/titlers/11.gif);
}
.v_menu .titler.t12 {
	background-image: url(../elements/titlers/12.gif);
}
.v_menu .titler.t13 {
	background-image: url(../elements/titlers/13.gif);
}
.v_menu .titler.t14 {
	background-image: url(../elements/titlers/1.gif);
}
.v_menu .titler.t15 {
	background-image: url(../elements/titlers/2.gif);
}
.v_menu .titler.t16 {
	background-image: url(../elements/titlers/3.gif);
}
.v_menu .titler.t17 {
	background-image: url(../elements/titlers/4.gif);
}
.v_menu .titler.t18 {
	background-image: url(../elements/titlers/5.gif);
}
.v_menu .titler.t19 {
	background-image: url(../elements/titlers/6.gif);
}

.left_holder .v_menu {
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 12px;
}
.left_holder .v_menu.second {
	margin-top: 16px;
}
.left_holder .v_menu.second .box_title {
	margin-bottom: 4px;
}
.orange_sep {
	background-color: #f7941d;
	height: 1px;
	clear: both;
	overflow: hidden;
}
.content-inner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ed1c24;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content-inner .product_image {
	float: right;
}
.content-inner .pdf_holder {
	padding-top: 15px;
	font-size: 8pt;
}
.content-inner .pdf_holder .icon {
	float: left;
	margin-right: 5px;
}
.content-inner .pdf_holder .icon img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content-inner .pdf_holder .red {
	color: #ed1c24;
	font-weight: bold;
}




.partner_row {
	margin-bottom: 5px;
	clear: both;
	float: left;
	width: 100%;
}
.partner_row .logo {
	float: left;
	width: 140px;
	margin-right: 8px;
}
.partner_row .who {
	float: left;
	width: 360px;
}
.partner_row .logo img {
	border: 1px solid #2B707D;
	float: left;
}
.content-inner .orange_sep {
	margin-top: 6px;
	margin-bottom: 6px;
}




.product_row {
	margin-bottom: 5px;
}
.product_row .logo {
	float: left;
	width: 140px;
	margin-right: 8px;
	overflow: hidden;
}
.product_row .who {
	float: left;
	width: 370px;
}
.product_row .logo img {
	border: 1px solid #2B707D;
	width: 138px;
}
.slogan {
	clear: both;
	float: left;
}
.lang_change {
	position: absolute;
	left: 7px;
	top: 173px;
	z-index: 1000;
}
.bottom_links {
	text-align: center;
}
.bottom_links a {
	color: #999;
	font-size: 10px;
	margin-right: 15px;
}

