/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#f7f7f7 url(../images/all_bg.gif) repeat-y 50% 0%; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	line-height:22px;
}
.text_style1 {font-family:Verdana, Geneva, sans-serif; line-height:24px;}
html { min-width:980px;}
html, body { height:100%;}

.trebushete {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif	
}
/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	min-height:300px;
	height:auto !important;
	height:100%;
	width:100%;
	background:url(../images/top_bg.png) no-repeat 50% 0%; 
}
.cont_tile {
	background:url(../images/cont_bg_tile.gif) repeat-x 0% 0%; 
	position: relative;
	width:100%;
	z-index:10
	}

	/* Header */
	.header {
		background:url(../images/header_bg_tile.gif) repeat-x 0% 0%; 
		}
	.head {
		background:url(../images/header_bg.png) no-repeat 50% 0%; 
		}
	header{
		width:940px;
		margin:0 auto;
		overflow:hidden;
		position:relative;
		padding:28px 0 22px 0 
	}
	
	/* Content */
	section#content {
		padding:0 0 0 0;
	}
	.main_content {
		padding:40px 36px
	}
	.gallery {
		padding:40px 27px	
	}
	.blog {
		padding:0 0 0 37px	;
	}
	.shape  {
		background:url(../images/content_shape.gif) repeat-x 50% 0%; 
	}
	
	/* Sidebar */
	aside{
		
	}
	footer {
		background:url(../images/bottom_bg.gif) repeat-x 0% 0%; 
		position:relative;
		min-height:256px;
	}
		footer .inside {
			min-height:228px;
			width:940px;
			margin:0 auto;
			padding:28px 0 0 0
		}
		footer .bottom_bg {
			background:url(../images/bottom_bg.png) no-repeat 50% 0%; 
		}
			
	/* Footer */



/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { width:100%; overflow:hidden}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra {
	width:100%	
}
html, body {
	height:100%;
	position:relative	
}
.extra_wrapper {
	margin: 0 auto -256px;
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:100%;
}
.push {
	height:256px;	
}

/* The inside class provides consistent padding. To be used often! */
#content {width:940px; margin:0 auto}
#content .inside { padding:0 10px 0 10px;}
#content .inside-left { padding:0 0 0 10px;}
#content .inside-right { padding:0 10px 0 0;}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
input {outline: none;}
textarea {outline: none; resize: none; overflow: auto;}

/*----- other -----*/

.extra-wrap { 
	overflow:hidden;
}

/* --- paragraph styling --- */
p {margin-bottom:20px;}
.p0 {margin:0}
.p1 { margin-bottom:10px;}
.post_title .p1 {margin-bottom:6px;}
.p2 { margin-bottom:20px;}
.p3 { margin-bottom:30px;}
.p5 { margin-bottom:50px;}
.p4 {margin-right:20px}
.pt24 {
	font-size:24px;	
}

/*----- txt, links, lines, titles -----*/
a { outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }
.no_underline {text-decoration:none;}
.no_underline:hover {text-decoration:underline;}
.mail {text-decoration:none}
.mail:hover {text-decoration:underline}




abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}





/* --- Header Styles --- */
h1 {font-size:29px; color:#333; font-weight:400; margin-bottom:20px	}
h1 strong {font-size:29px; color:#589915; font-weight:400}
h1 a {color:#000; text-decoration:none}
h2 {font-size:24px; color:#000; font-weight:400; margin-bottom:20px	}
h2 strong {font-size:24px; color:#589915; font-weight:400}
h3 {font-size:20px; font-weight:400; margin-bottom:20px	}
h3 strong {font-weight:normal; }
h3 a {font-weight:normal; color:#589915; text-decoration:none }
h5 { font-size:20px; margin-bottom:20px; font-weight:normal;}
h6 { font-size:20px; margin-bottom:16px}


/* --- ul li styles ---  */
#content ul { padding-bottom:15px;}
#content ul li {  padding:11px 0 10px 26px; background:url(../images/link_marker2.gif) no-repeat 0 18px}
#content ul li:first-child {border:0 !important; padding-top:0 !important; background-position:0 6px !important}
#content ul li a {text-decoration:none; font-weight:bold}
#content ul li a:hover {text-decoration:underline}
#content ul li ul { padding:7px 0 0 0;}


/* --- ol li styles --- */
ol { margin-top:-13px;}
ol li { 
	list-style-position:inside;
	list-style-type:decimal;
	line-height:45px;
	padding-left:10px
}



/* --- dl li styles --- */
dl {}
dl dt { 
	float:left;
	margin:0 17px 0 0
}
dl dd {
	padding:0 0 8px 0;
	margin-bottom:8px;
}
.last {
	margin:0;
	padding:0;
	border:none	
}
.foot_pic img {
	margin: 4px 15px 0 0	
}
.foot_pic  {
	text-decoration:none	
}
.foot_pic:hover  {
	text-decoration:underline	
}
.block_foot {
	padding-bottom:8px;
	margin-bottom:4px;	
}

/* --- Table styling --- */
table { width:100%; margin-bottom:30px}

table thead th {
	text-align:left;
	padding:10px 20px 10px 20px;
}
table tbody td {
	padding:10px 20px 10px 20px;
	background:url(../images/hr.gif) 0 0% repeat-x;
	line-height:20px;
}
.small_td {min-width:69px}
/*===== header =====*/
header .logo {
	left:0px;
	top:28px;
}

		header .logo a span {
			display:none
		}

/*--- comments ---*/

#content .comments {
	background:#f4fade;
	padding:9px 20px 8px 13px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:8px;
}
dl {}
dl dt { 
	float:left;
	margin:0 17px 0 0;
	text-align:center
}
#content dl dt img { 
	border:none !important
}
#content .comments dl dd {
	border:none;
	color:#3d404b;
	display:table
}
.comments_info {
	position:relative;
	border-bottom:1px solid #e6f3ba;
	padding-bottom:3px;
	margin-bottom:14px;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%
}
.sub {
	margin-left:20px	
}



/*----- forms -----*/
#search-form {
	position:absolute;
	right:00px;
	top:31px;
	width:140px;
	padding-right:84px;
	background:url(../images/search_bg.png) no-repeat 0 0;
	height:25px
}
	#search-form input.text {
		width:130px;
		border:none;
		background:none;
		font-size:13px;
		color:#000;
		padding:0 5px 3px 5px;
		font-family:Tahoma, Geneva, sans-serif
	}
	.button {
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
		border:none	;
		background:url(../images/button_search.png) repeat-x 0 0;
		width:82px;
		height:25px;
		text-transform:uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding-top:1px
	}
	.button:hover {
		background:url(../images/button_search.png) repeat-x 0 -25px;
	}
	
.gallery_button {
		background:url(../images/gallery_button.png) no-repeat 0 0;
		line-height:26px;
		width:111px;
		padding:0 0 0 25px;
		float:left;
		color:#666;
		font-size:12px;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
		margin-right:5px
}
.gallery_button:hover {
		background:url(../images/gallery_button.png) no-repeat 0% -26px;
}
.gallery_button_next {
		background:url(../images/gallery_button.png) no-repeat 100% 0;
		line-height:26px;
		width:111px;
		padding:0 0 0 25px;
		float:left;
		color:#666;
		font-size:12px;
		font-weight:bold;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
}
.gallery_button_next:hover {
		background:url(../images/gallery_button.png) no-repeat 100% -26px;
}


				





/*==========================================*/


.media_get_quot {
	padding:22px 26px 24px 37px	;
	color:#333;
	font-size:28px
}
.media_button {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/quote_button.png) no-repeat 0% 0%;
	margin-top:-8px;
}
.media_button span {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/quote_button.png) no-repeat 100% 0%;
	padding:0 20px;
	text-align:center;
	line-height:38px;
}
.media_button:hover {
	background:url(../images/quote_button.png) no-repeat 0% -38px;
}
.media_button:hover span {
	background:url(../images/quote_button.png) no-repeat 100% -38px;
}



.carousel {
	position:relative	
}
.slider {
	
	width:940px;
	height:240px;
	position:relative;
	overflow:hidden
}
.slide {
	width:940px;
	position:relative;
	height:240px;
	background:url(../images/slider_bg.gif) no-repeat 0% 0%;
}
.slide2 {
	width:940px;
	position:relative;
	height:240px;
	background:url(../images/slider_bg2.gif) no-repeat 0% 0%;
}

.slider_text {
	padding:22px 13px 15px 25px;
	display:table
}
.slider_text p.title {
	font-size:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;	
	font-weight:normal;
	margin-bottom:17px;
	padding:0 !important;
}
.slider_text p {
	font-size:16px;
	color:#fff;	
	font-weight:normal;
	line-height:29px;
	padding:0 23px 0 14px;
}
#prev2 {
	position:absolute;
	width:32px;
	height:67px;
	background:url(../images/buttton_left.png) no-repeat 0% 100%;
	left:-7px;
	text-indent:-5000px;
	z-index:150;
	top:89px;
}
#prev2:hover {
	background:url(../images/buttton_left.png) no-repeat -32px 0%;
}
#next2 {
	position:absolute;
	width:32px;
	height:67px;
	background:url(../images/button_right.png) no-repeat 0% 0%;
	right:-7px;
	text-indent:-5000px;
	z-index:150;
	top:89px;
}
#next2:hover {
	background:url(../images/button_right.png) no-repeat -32px 0%;
}


.block {
	float:left;
	width:251px;	
	background:url(../images/block_bg.gif) repeat-y 100% 0%;
	min-height:167px;
	padding:26px 26px 20px 36px
}
.block_ultimo {
	float:left;
	width:251px;	
	background:url(../images/block_bg.gif) repeat-y 100% 0%;
	min-height:167px;
	padding:26px 26px 20px 36px
}
.block_ultimo h4 {
	color:#000;
	font-weight:normal;
	font-size:20px;
	line-height:1.2em;
	padding:0 0 0 75px;
	min-height:60px;
	margin-bottom:6px;
}
.block_ultimo p {
	height:122px
}
h4 {
	color:#000;
	font-weight:normal;
	font-size:20px;
	line-height:1.2em;
	padding:0 0 0 76px;
	min-height:60px;
	margin-bottom:6px;	
}
.icon1 {
	background:url(../images/icon1.png) no-repeat 0% 0%;
}
.icon2 {
	background:url(../images/icon2.png) no-repeat 0% 0%;
}
.icon3 {
	background:url(../images/icon3.png) no-repeat 0% 0%;
}
.block p {
	line-height:22px;
	margin-bottom:10px	
}
.more {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:	url(../images/readmore_left.gif) no-repeat 0% 0%;
	display:block;
	text-decoration:none;
	line-height:26px;
	text-align:center;
	float:left
}
.more span {
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:	url(../images/readmore_left.gif) no-repeat 100% -26px;
	display:block;
	text-decoration:none;
	line-height:26px;
	text-align:center;
	padding:0 30px 0 28px;
	text-shadow:#1e3659 1px 1px 1px
}
.more:hover span {
	background:	url(../images/more_hover.png) repeat-x 0% 0;
	text-shadow:#000 1px 1px 1px
}
.pad_right {
	padding-right:40px	
}

.list  {
	padding:0 !important
}
.list li  {
	padding:0 0 0 3px !important;
	background:none  !important
}
.list li span {
	font-weight:bold;
	background:	url(../images/link_marker.gif) no-repeat 0% 17px;
	display:block;
	padding:6px 0 6px 19px;
	line-height:31px
}
.list2  {
	padding:0 !important
}
.list2 li  {
	padding:5px 0 7px 15px ;
	background:	url(../images/link_marker3.png) no-repeat 0% 8px;
}
.list2 li:first-child  {
	border-top:none !important;
	padding:0 0 7px 15px  !important;
	background:	url(../images/link_marker3.png) no-repeat 0% 3px;
}
.list2 li a {
	color:#fff;
	display:block;
	line-height:16px;
	text-decoration:none
}
.list2 li a:hover {
	text-decoration:underline
}

.blockquote {
	padding:17px 18px 19px 20px	;
	color:#999;
	font-size:14px;
	font-style:italic;
	text-align:center;
	margin-top:18px;
}
.blockquote div {
	background:url(../images/blockquote_left.gif) no-repeat 0% 0;
	padding:7px 13px 0
}
.blockquote div div {
	background:url(../images/blockquote_right.gif) no-repeat 100% 100%;
	padding:0 0 7px 0
	
}

.colum_1, .colum_2, .colum_3 {
	float:left;	
}
.colum_1 {
	width:274px;
	margin:0 50px 0 43px
}
.colum_2 {
	width:310px	;
	margin-right:48px;
}
.colum_2 h5 {margin-bottom:19px}
.colum_3 h5 {margin-bottom:17px}
.colum_3 {
	width:174px	
}


.pic {
	position:relative;
	float:left;
	margin-right:16px;
}
.corner_left {
	padding:0 0 0 7px;
	background:url(../images/corner_left.png) no-repeat 0% 0%;
	margin-left:-7px;
}
.corner_right {
	padding:0 7px 0 0 ;
	background:url(../images/corner_right.png) no-repeat 100% 0%;
	margin-right:-7px
}
.top_tile {
	background:url(../images/top_tile.png) repeat-x 0% 0%;
	padding-top:7px;
}
.corner_left_bottom {
	padding:0 0 0 7px;
	background:url(../images/corner_left_bottom.png) no-repeat 0% 100%;
}
.corner_right_bottom {
	padding:0 7px 0 0px;
	background:url(../images/corner_right_bottom.png) no-repeat 100% 100%;
}
.bottom_tile {
	background:url(../images/bottom_tile.png) repeat-x 0% 100%;
	padding-bottom:9px;
}
.left_tile {
	background:url(../images/left_tile.png) repeat-y 0% 0%;
	margin-left:-7px;
}
.right_tile {
	background:url(../images/right_tile.png) repeat-y 100% 0%;
	padding:0 7px 0 7px;
	margin-right:-7px;
	position:relative;
	overflow:hidden;
	display:block;
}
.overflow_block {overflow:hidden}
.overflow {overflow:hidden; display:block; position:relative}
		.overflow img {
			position:relative;
			z-index:2;
		}
		.overflow span {
			display:block;
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background:url(../images/magnify.png) no-repeat 50% 50%;
			z-index:1;
		}
		.video span {
			display:block;
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			background:url(../images/magnify_video.png) no-repeat 50% 50% !important;
			z-index:1;
		}
.right_block {
	display:table;
	padding-right:50px;	
}

.height_input {
	height:39px	;
	margin-bottom:13px;
}
.field {
	position:relative;
}
.field label {
	display:block;
	font-size:12px;
	line-height:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#3d404b	
}
.field input, select {
	background:#ebebeb;
	width:100%;
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	margin:4px 0 0 0;
	padding:6px 2px
}
.field textarea {
	background:#ebebeb;
	width:100%;
	border-top:1px solid #cecece;
	border-right:1px solid #cecece;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	line-height:24px;
	margin:4px 0 17px 0;
	height:129px;
	padding:2px 
}
label.error {
	position:absolute;
	top:21px;
	right:0;
	width:20px;
	height:20px;
	text-indent:-5000px;
	background:url(../images/error_icon.png) no-repeat 0% 0%;
}
.button_contact {
	float:left;
}
.button_contact input {
	border:none;
	color:#fff;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-align:center;
	width:88px;
	height:26px;
	line-height:26px;
	background:url(../images/button_send.png) no-repeat 0% 0%;
	margin:0 !important;
}
.button_contact input:hover {
	background:url(../images/button_send.png) no-repeat 0% -26px;
}

.side_bar {
	padding-bottom:1000px;
	margin-bottom:-1000px;
	border:1px solid #fff;
	border-top:0;
	border-bottom:0
}
.side_bar .indent {
	padding:30px 30px 0 30px	
}
#content .right_list li {
	padding:0 0 0 15px;
	cursor:pointer
}
#content .right_list li a {
	background:url(../images/list_arrow.png) no-repeat 0% 3px;
	font-weight:normal;
	line-height:26px;
	padding:0 0 0 15px;
	text-decoration:none !important
}

.cloud {
	line-height:26px;
	text-align:justify;
	padding-right:10px;
	margin-bottom:40px	
}
.cloud a {
	text-decoration:none;
	margin-right:20px	
}
.cloud a:hover {
	text-decoration:underline	
}
.cloud .pt10 {
	font-size:10px;	
}
.cloud .pt18 {
	font-size:18px;	
}
.cloud .pt22 {
	font-size:22px;	
}
.cloud .pt26 {
	font-size:26px;	
}
.cloud .pt12 {
	font-size:12px;	
}
.cloud .pt15 {
	font-size:15px;	
}
.cloud .pt20 {
	font-size:20px;	
}
.cloud .pt16 {
	font-size:16px;	
}


.posts {
	padding:32px 0 40px 0	
}
.breadcrumb a {
	color:#000;
	text-decoration:none
}
.breadcrumb a:hover {
	text-decoration:underline	
}
.breadcrumb span {
	margin:0 12px	
}


.twit_icon {
	background:url(../images/twit_icon.png) no-repeat 0% -2px;
	padding:0 5px 0 14px;
	text-decoration:none;
}

.blog_more {
	display:block;
	line-height:26px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/blog_buttons.png) no-repeat 0% 0px;
	float:left
}
.blog_more span {
	display:block;
	line-height:26px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/blog_buttons.png) no-repeat 100% 0px;
	float:left;
	padding:0 17px 0 18px;
	font-size:12px;
	text-shadow:#3a3a3a 1px 1px 1px
}
.blog_more:hover {
	background:url(../images/blog_buttons.png) no-repeat 0% -26px;
}
.blog_more:hover span {
	background:url(../images/blog_buttons.png) no-repeat 100% -26px;
}

.blog_comments {
	display:block;
	line-height:26px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/blog_buttons.png) no-repeat 0% -52px;
	float:left
}
.blog_comments span {
	display:block;
	line-height:26px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/blog_buttons.png) no-repeat 100% -52px;
	float:left;
	padding:0 17px 0 16px;
	text-shadow:#316c09 1px 1px 1px
}
.blog_comments:hover {
	background:url(../images/blog_buttons.png) no-repeat 0% -78px;
}
.blog_comments:hover span {
	background:url(../images/blog_buttons.png) no-repeat 100% -78px;
}
.blog_older {
	display:block;
	width:80px;
	line-height:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	background:url(../images/blog_older.png) no-repeat 100% 0px;
	float:left;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 26px
}
.blog_older:hover {
	background:url(../images/blog_older.png) no-repeat 100% -26px;
}


#content .blog_list li {
	line-height:35px;
	padding:0 0 0 12px;
	border:0;
	background:url(../images/list_arrow.png) no-repeat 0% 14px !important;
}
#content .blog_list li:first-child {
	line-height:35px;
	padding:0 0 0 12px;
	border:0;
	background:url(../images/list_arrow.png) no-repeat 0% 14px !important;
}
#content .blog_list li a{
	font-weight:normal;
	text-decoration:underline
}
#content .blog_list li a:hover{
	text-decoration:none
}

#parceria {
	background-color: rgba(255, 255, 255, 0.6);
	width:285px;
	height:140px;
	margin: auto;
	padding:10px;
	text-align:center;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	 border-radius:7px;
}