* {
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../font/MyriadPro-Regular.eot');
	src: local('MyriadPro'), url('../font/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'MyriadProBold';
	src: url('../font/MyriadPro-BoldCond.eot');
	src: local('MyriadProBold'), url('../font/MyriadPro-BoldCond.otf') format('opentype');
}

ul {
	list-style: none;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.parent_clear {
	overflow: hidden;
}

.al_r {
	text-align: right;
}
.al_c {
	text-align: center;
}

.reset_padd_b {
	padding-bottom: 0 !important;
}
.reset_marg {
	margin: 0 !important;
}
.no_dec {
	text-decoration: none !important;
}
.no_dec:hover {
	text-decoration: underline !important;
}
.padd_3{
	padding: 3px;
	zoom: 1;
}
.padd_t10{
	padding-top: 10px;
}
.padd_b10{
	padding-bottom: 10px;
}
.padd_b5{
	padding-bottom: 5px;
}
.padd_l10{
	padding-left: 10px;
}
.padd_box {
	padding: 16px;
}
.marg_b5 {
	margin-bottom: 5px;
}
.marg_t5 {
	margin-top: 5px;
}
.marg_t10 {
	margin-top: 10px;
}
.marg_b10 {
	margin-bottom: 10px;
}
.marg_t30 {
	margin-top: 30px;
}
.marg_b20 {
	margin-bottom: 20px;
}
.marg_b30 {
	margin-bottom: 30px;
}
.marg_l-10 {
	margin-left: -10px;
}
.width_col {
	width: 265px;
}
.border_gray {
	width: 581px;
	border: 1px #f3f3f3 solid;
}

a {
	color: #215da3;
}
a:hover {
	text-decoration: none;
}

html, body{
	background: #dadee4;
	font-size: 14px;
	font-family: "MyriadPro", Arial, Helvetica, Garuda, sans-serif;
}

#page {
	position: relative;
	z-index: 1;
	width: 995px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 214px;
	z-index: 100;
	background: #006ae2 url(../images/site_images/bgr_header.jpg) no-repeat 0 0;
}

#wrapper {
	background: #ffffff;

	width: 100%;
	overflow: hidden;
	padding-bottom: 45px;
}

#main {
	width: 583px;
	margin-left: 23px;
	overflow: hidden;
}

#sidebar {
	width: 320px;
	margin-right: 25px;
	overflow: hidden;
}

#footer {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	position: relative;
	padding-bottom: 40px;
	width: 100%;
	min-height: 200px;
	background: #0E58D9 url(../images/site_images/bgr_footer.png) no-repeat 0 bottom;
}

#navigation {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #006ae2 url(../images/site_images/bgr_navigation.png) no-repeat 0 0;
}

.navigation, .footer_navigation {
	word-spacing: -3px;
}

	.navigation li, .footer_navigation li {
		position: static;
		display: inline;
		background: url(../images/site_images/bgr_navigation_separator.png) no-repeat right center;
		padding: 10px 2px 10px 0;
	}

		.navigation li.last , .footer_navigation li.last  {
			background: none;
		}

		.navigation li a, .footer_navigation li a {
			word-spacing: normal;
			color: #fff;
			font-size: 16px;
			padding: 9px 17px 10px 17px;
			line-height:42px;
			text-transform: uppercase;
			text-decoration: none;
		}

		.navigation li a:hover,.navigation li a.active,.navigation li a.selected {
			background: url(../images/site_images/bgr_navigation_active.png) repeat-x 0 0;
		}


h1 {
	position: absolute;
	top: 70px;
	left: 40px;
	font-weight: normal;
}

	h1 a {
		font-size: 46px;
		color: #ffc735;
		font-weight: bold;
		text-decoration: none;
		outline: none;
	}

	h1 span {
		display: block;
		padding-top: 5px;
		font-size: 21px;
		color: #fff;
	}

.search_holder {
	width: 155px;
	position: absolute;
	right: 38px;
	top: 100px;
}

	.search_holder label {
		font-size: 14px;
		color: #f5f9ff;
	}

	.search_holder form {
		border: 1px #398ae7 solid;
	}
.search {
	width: 117px;
	padding: 2px 2px 2px 2px;
	border: 1px #0066df solid;
	background: #f0f6ff;
	height: 16px;
}
.search_button {
	margin: -22px 0 0;
	display: inline;
	width: 31px;
	line-height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	height: 22px;
	border: none;
	background: url(../images/site_images/bgr_serach.png) 0 0 no-repeat;
}
.langs {
	vertical-align: middle;
	width: 78px;
	height: 21px;
	position: absolute;
	z-index: 0;
	top: 14px;
	right: 33px;
	background: url(../images/site_images/bgr_navigation_separator.png) center center no-repeat;
}
.langs a {
	float: left;
	display: inline-block;
	width: 20px;
	height: 21px;
	font-size: 14px;
	position: relative;
	z-index: 1;
	margin: -3px 6px 0 7px;
	padding: 5px 0 0 6px;
	text-decoration: none;
	color: #fff;
}
	.langs a:hover, .langs a.active {
		background: url(../images/site_images/bgr_lang.png) no-repeat 0 0;
	}
.main_container {
	background: #f2f6fd;

}
.title {
	padding: 2px 1px 0 1px;
}
.stars {
	display: block;
	margin: -29px 1px 0 auto;
	width: 71px;
	height: 36px;
	background: url(../images/site_images/bgr_stars.png) 0 0 no-repeat;
}
.stars_title {
	color: #fff;
	padding: 10px 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
	height: 29px;
	background: url(../images/site_images/bgr_title.png) 0 0 repeat-x;
}
.title_middle ,.title_middle a {
	color: #0057be;
	font-size: 18px;
	padding-right: 80px;
	text-decoration: none;
	font-weight: normal;
}
.title_middle_orange {
	color: #f5b100;
	font-size: 20px;
	font-weight: normal;
}
.no_bold {
	font-weight: normal;
}
.txt_14{
	font-size: 14px !important;
}
.txt_middle {
	font-size: 18px;
}
.txt_small {
	font-size: 12px;
}
.txt_middle_gray {
	color: #858585;
	font-size: 14px;
}
.txt_gray {
	color: #676767 !important;
}
.txt_orange {
	color: #ea8916 !important;
}

.info {
	position: relative;
	color: #215da3;
	font-size: 12px;
	width:100%;
}
.date {
	padding-left: 17px;
	background: url(../images/site_images/bgr_date.png) 0 0 no-repeat;
}
.text img, .about_me img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px #cde0f5 solid;
}
.text p, .about_me p {
	color: #676767;
}
.more {
	text-decoration: none;
	padding-bottom:3px;
	padding-right: 25px;
	background: url(../images/site_images/btn_next.png) right center no-repeat;
}
*+html .more {padding-bottom:0px;}
.line {
	border: none;
	border-top: 1px #609de8 solid;
	border-bottom: 1px #fff solid;
}
#sidebar .links ul {
	width: 320px;
}
	.links ul {
		width: 265px;
	}
		.links ul li {
			line-height: 24px;
			padding-left: 10px;
		}
		.links ul li.odd {
			background: #dee6f9;
		}
			.links ul li a {
				color: #676767;
				text-decoration: none;
				padding-left: 20px;
				background: url(../images/site_images/black_arrow.png) no-repeat 0 0;
			}
			#sidebar .links ul li a {
				background: url(../images/site_images/white_arrow.png) no-repeat 0 0;
			}

			.links ul li.odd a, #sidebar  .links ul li.odd a {
				background: url(../images/site_images/blue_arrow.png) no-repeat 0 0;
			}

				.links ul li a:hover, #sidebar .links ul li a:hover {
					color: #215da3;
					background: url(../images/site_images/btn_next.png) 0 0 no-repeat;
				}

.desc_holder {
	height: 60px;
	position: relative;
	margin: 25px 0 25px 0;
}
	.desc_holder img {
		position: absolute;
		right: 0;
	}
.e_pic {
	left:10px;
	position:absolute;
	top:-34px;
	width: 165px;
	height: 119px;
	background: url(../images/site_images/estoqnov.png) no-repeat 0 0;
}
.about_me p {
	color: #858585;
}
.video a {
	display: block;
	width: 316px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #fff;
}
.playIcon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	width: 53px;
	height: 53px;
	background: url(../images/site_images/playIcon.png) no-repeat 0 0;
}
.video_info {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 5px 0 0 10px;
	width: 306px;
	height: 50px;
	background: url(../images/site_images/bgr_video_title.png) no-repeat 0 0;
}
.footer_navigation {
	background: url(../images/site_images/bgr_footer_navigation.png) no-repeat 0 0;
	width: 100%;
	position: relative;
	text-align: center;
	top: -2px;
}
	.footer_navigation li {
		background: url(../images/site_images/bgr_footer_navigation_separator.png) no-repeat right center;
	}
		.footer_navigation li a{
			font-size: 14px;
			padding-left: 20px;
			padding-right: 20px;
		}
.sub {
	margin-top: 20px;
	overflow: hidden;
}
	.sub li {
		background: url(../images/site_images/bgr_footer_submenu.png) right 0 repeat-y;
		font-size: 11px;
		padding: 0 21px 10px 21px;
	}
		.sub li a {
			color: #bbd4f1;
			text-decoration: none;
		}
			.sub li a:hover {
				text-decoration: underline;
			}
				.sub li ul li {
					padding: 0 0 10px 0;
				}
				.sub li ul li, .sub li.last {
					background: none;
				}



.dd:hover, .cp a:hover {
	text-decoration: underline;
}
.dd {
	color: #bbd4f1;
	font-size: 11px;
	position: absolute;
	right: 70px;
	bottom: 10px;
	text-decoration: none;
}
.mag {
	color: #bbd4f1;
	font-size: 11px;
	position: absolute;
	width: 47px;
	height: 15px;
	right: 20px;
	bottom: 10px;
	background: url(../images/site_images/mag.png) 0 0 no-repeat;
}
.cp {
	font-family: MyriadPro, Arial, Helvetica, Garuda, sans-serif;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #c7dbf3;
	font-size: 12px;
}
	.cp a{
		color: #c7dbf3;
		text-decoration: none;
	}

#breadcrumb {
	margin-left: 30px;
	padding: 8px 0 8px 0;
	color: #8c8d8f;
	font-size: 12px;
}
	#breadcrumb a {
		padding-top: 3px;
		text-decoration: none;
	}
		#breadcrumb a:hover {
			text-decoration: underline;
		}
	#breadcrumb  .home {
		color: #8c8d8f;
		padding-left: 15px;
		background: url(../images/site_images/icon_home.png) 0 center no-repeat;
	}
	#breadcrumb .currently {
		color: #215da3;
	}

.paging  {
	padding-top: 5px;
	word-spacing: 5px;
}
	.paging a {
		text-decoration: none;
		color: #0057be;
	}
		.paging .back span, .paging .next span {
			display: block;
		}
	.paging .active_page{
		color: #fdbb32;
		text-decoration: underline;
	}
	.paging .back {
		display: -moz-inline-box;
		display: inline-block;
		text-indent: -9999px;
		height: 17px;
		overflow: hidden;
		vertical-align: middle;
		width: 17px;
		background: url(../images/site_images/btn_back.png) 0 0 no-repeat;
	}
	.paging .next {
		display: -moz-inline-box;
		text-indent: -9999px;
		display: inline-block;
		height: 17px;
		overflow: hidden;
		vertical-align: middle;
		width: 17px;
		background: url(../images/site_images/btn_next.png) 0 0 no-repeat;
	}
.up {
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/site_images/icon_up.png) right 5px no-repeat;
}

/****Sub Navigation Menu ****/
.dropDownMenu {
	display: none;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
	border-spacing: 0;
	border-top: 2px solid #0069E0;
}

*+html .dropDownMenu {
	border-collapse: collapse;
}

	.dropDownMenu td {
		height: 33px;
		width: 100%;
		white-space: nowrap;
		background: none;
		border-top: 1px #ffd25d solid;
		border-bottom: 1px #f9b033 solid;
		background: url(../images/site_images/bgr_sub_menu.png) 0 0 repeat-x;
	}
		.dropDownMenu td a {
			display: block;
			line-height: 32px;
			text-transform: none;
			white-space: nowrap;
			font-size: 16px;
			padding: 0 17px 0 17px;
			color: #fff;
		}
			.dropDownMenu td a:hover {
				background: url(../images/site_images/bgr_sub_menu_active.png) right top repeat-x;;
			}
		.dropDownMenu td em {
			display: block;
			width: 7px;
			height: 33px;
			margin-top: -33px;
			background: #fff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

/****END Sub Navigation Menu ****/
.video_holder {
	width: 316px;
	height: 208px;
	position: relative;
	border: 2px #4897ed solid;
}
	.video_holder img {
		border: none;
	}
.controls {
	right: 0;
	width: 72px;
	height: 22px;
	top: 0;
	z-index: 1;
	position: absolute;
}
.print,
#font_big,
#font_small {
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 2px;
	background: url(../images/site_images/controls_sprite.png) no-repeat;
}
.print {
	background-position: -44px 0;
}
#font_big{
	background-position: 0 0;
}
	#font_big.active {
		background-position: 0px -22px;
	}
#font_small {
	background-position: -22px 0;
}
	#font_small.active {
		background-position: -22px -22px;
	}

/*** Carousel ***/

.image_list {
	position: relative;
	width: 473px;
	overflow: hidden;
	float: left;
	height: 82px;
}
	.image_list ul {
		position: absolute;
		width: 1000000px;
		left: 0;
	}
		.image_list li {
			float: left;
		}
			.image_list li img{
				cursor: pointer;
			}
.carousel {
	height:85px;
	width: 540px;
}
	.carousel a#prev{
		text-indent: -10000px;
		overflow: hidden;
		display: inline-block;
		float: left;
		width: 14px;
		height: 26px;
		position: relative;
		z-index: 1;
		margin:-11px 9px 0 10px;
		background: url(../images/site_images/icon_pic_prev.png) no-repeat 0 0;
	}
	.carousel a#next{
		text-indent: -10000px;
		overflow: hidden;
		display: inline-block;
		float: left;
		width: 14px;
		height: 26px;
		position: relative;
		z-index: 1;
		margin:-11px 10px 0 9px;
		background: url(../images/site_images/icon_pic_next.png) no-repeat 0 0;
	}
*+html .carousel {
	margin-top: -8px;
}

/***END Carousel ***/

.pdf,.doc,.docx,.ppt,.pptx {
	padding-left: 14px;
	text-decoration: none;
	background: url(../images/site_images/icon_pdf.png) no-repeat 0 center;
}
.doc,.docx {
	background-image: url(../images/site_images/icon_doc.png);
}
.ppt,.pptx {
	background-image: url(../images/site_images/icon_ppt.png);
}

.box_more p {
	color: #215da3;
	font-size: 13px;
}
.question {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-right: 35px;
	width: 150px;
	margin-left: auto;
	margin-top: 10px;
	padding: 7px 10px 7px 10px;
	border: 1px #fff solid;
	background: url(../images/site_images/bgr_question.png) repeat-x 0 0;
}
.see_map {
	padding-right: 15px;
	text-decoration: none;
	padding-top: 3px;
	background: url(../images/site_images/icon_map.png) right top no-repeat;
}
.list ul li {
	padding-left: 0;
}
.from_user, .reply_on {
	padding: 0 0 30px 25px;
	font-size: 12px;
}
.reply_on {
	padding-bottom: 10px;
}
.questions_list, .reply {
	color: #215da3;
	display: block;
	padding-left: 25px;
	text-decoration: none;
	padding-bottom: 5px;
	background: url(../images/site_images/icon_question.png) no-repeat 0 3px;
}
.reply {
	background: url(../images/site_images/icon_reply.png) no-repeat 0 3px;
}
a.questions_list:hover {
	color: #f0a201;
	background: url(../images/site_images/icon_question-over.png) no-repeat 0 3px;
}
.feedback{
	text-indent: -10000px;
	overflow: hidden;
	width: 234px;
	height: 33px;
	display: block;
	background: url(../images/site_images/btn_question.png) 0 0 no-repeat;
}
.en .feedback{
	width: 257px;
	background-image: url(../images/site_images/btn_question_en.png);
}
.reply_text {
	padding-left: 25px;
	color: #818181;
}
/***** Site Map ******/
dl.site_map {
	line-height: 22px;
	padding-top: 10px;
	background: url(../images/site_images/first-child-node.gif) 11px 41px no-repeat;
}
	dl  a {
		text-decoration: none;
		color: #215da3;
		font-family: Tahoma, Geneva, Kalimati, sans-serif;
	}
		dl  a:hover {
			color: #215da3;
		}
			dt {
				font-size: 16px;
				padding-left: 13px;
				line-height: 30px;
			}
				dd{
					padding-left: 35px;
					margin-top:10px;
					zoom: 1;
					background: url(../images/site_images/bgr_dot.png) 38px 10px repeat-y;
				}
					dd dl {
						background: none;
					}
					dd dl.first-child {
						background: url(../images/site_images/bgr_map.png) 0 0 no-repeat;
					}
						dd dt {
							position: relative;

						}
						dd dd{
								background: url(../images/site_images/child.png) 5px center no-repeat;
							}dd dl dt a.node {
								position: absolute;
								display: block;
								width: 7px;
								height: 7px;
								left: 0;
								top: 13px;
								zoom: 1;
								background: url(../images/site_images/node.png) 0 center no-repeat;
							}
								dl dl dt.close a {
									color: #676767;
								}
									dd dl dt.close a.node {
										zoom: 1;
										background: url(../images/site_images/inactive_node.png) 0 center no-repeat;
									}
										dl dl dd a {
											color: #676767;
										}
.home-node {
	padding-left: 25px;
	background: url(../images/site_images/home-node.png) 0 center no-repeat;
}
	.home-node a{
		color: #215da3;
	}
*+html dd dl dt a.node {
	top: 9px;
}
/*****END Site Map ******/

.img_gallery ul,
.video_gallery ul  {
	margin: 0 auto;
	width: 484px;
	overflow: hidden;
}
.img_gallery ul li,
.video_gallery ul li {
	width: 107px;
	font-size: 13px;
	text-align: center;
	float: left;
	margin: 7px;
}
	.video_gallery ul li a {
		display: block;
		width: 107px;
		height: 81px;
		position: relative;
	}
		.video_gallery ul li a span {
			display: block;
			position: absolute;
			width: 24px;
			height: 77px;
			right: 2px;
			top: 2px;
			background: url(../images/site_images/video_label.png) 0 0 no-repeat;
		}
	.img_gallery ul li img,
	.video_gallery ul li  img {
		margin: 0 0 5px 0;
	}
	.img_gallery ul li p,
	.video_gallery ul li p {
		color: #206cc6;
	}

.cat_prev {
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/site_images/btn_back.png) 0 center no-repeat;
}
.cat_next {
	padding-right: 20px;
	text-decoration: none;
	background: url(../images/site_images/btn_next.png) right center no-repeat;
}
input.selected {
	border: 1px #fad07a solid;
}
.edit {
	width: 315px;
	padding: 7px 5px 7px 5px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	color: #636363;
	background: #fff;
	border: 1px #8aaad8 solid;
}
.ask label {
	display: block;
	padding: 10px 0 5px 0;
	color: #0057be;
}
textarea {
	width: 515px;
	height: 106px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	color: #636363;
	background: #fff;
	border: 1px #8aaad8 solid;
}
.captcha {
	border: none !important;
	float: none !important;
	margin: 0 !important;
	vertical-align: middle;
}
.send {
	width: 107px;
	height: 33px;
	border: none;
	color: #fff;
	font-family: MyriadPro, Arial, Helvetica, Garuda, sans-serif;
	line-height: 33px;
	cursor: pointer;
	background: url(../images/site_images/btn_send.png) 0 0 no-repeat;
}
#field_06 {
	vertical-align: middle;
}

/******************************
*	FLASH MESSAGES
*******************************/
#flash_messages {
	margin: 0 0 10px 0;
	padding: 2px 0;

	border-top: 2px solid #BEBF53;
	border-bottom: 2px solid #BEBF53;
}

	#flash_messages ul {
		list-style: none none;
		margin: 0;
		padding: 3px 0 0 10px;
		background-color: #FEFF9F;
		width: auto;
	}

	#flash_messages ul li {
		padding-bottom: 3px;

		font-size: 1.1em;
	}

/******************************
*	page 404
*******************************/
.content404 {
	font-family: MyriadPro, Arial, Helvetica, Garuda, sans-serif;
	color: #7c7c7c;
	padding-right: 20px;
}
.content404 h2 {
	font-size: 20px;
	color: #0066df;
	padding: 49px 0 20px;
}
.err_404 {
	color:#eeeeee;
	float:left;
	font-family: "MyriadProBold", Arial, Helvetica, Garuda, sans-serif;
	font-size:216px;
	font-weight:bold;
	height:260px;
	line-height:155px;
	margin-left:40px;
	margin-right: 25px;
}

.err_404 span {
	margin-left: 20px;
}

.err_404 strong {
	color: #dddcdc;
	display:block;
	font-family: "MyriadProBold", Arial, Helvetica, Garuda, sans-serif;
	font-size:36px;
	line-height:30px;
	padding-top:55px;
}

a.send {
	padding: 7px;
	background-repeat: repeat-y;
	background-image: url(../images/site_images/btn_send_wide.jpg);
	text-decoration: none;
}
.search_box {
	position:relative;
	margin: 30px 16px 10px;
}
.search_box .search {
	width: 147px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0;
	background-color: #fff;
}
.search_box select {
	border: 1px solid #0066DF;
	margin:0 0 0 10px;
}
.search_box .search_button {
	float: none;
	margin: 0 0 0 5px;
}
.text p span.blue {
	color: #215DA3;
}
.box {
	position: relative;
}
.memotext {
	color: #676767;
}
.memotext ul {
	list-style: disc;
	padding-left: 22px;
}
.memotext ol {
	padding-left: 22px;
}
.epp {
	position: relative;
	display: block;
	width: 284px;
	height: 129px;
	position: absolute;
	top: 15px;
	right: 250px;
	overflow: hidden;
	text-indent: -10000px;
}


.image_source_container {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 224px;

	color: #215da3;
}

.image_source_container img {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}
.image_source_container small {
	float: right;
	margin-top: 3px;

	font-size:12px;
}