/*** global reset ***/

* {
	margin:0px;
	padding:0px;
}
html {
	overflow:auto;
}
body {
	background:#86C9EF url(../images/sky.jpg) repeat-x;
	padding:0px 40px 0px 40px;
}

/*** Main Layout ***/

#wrap, #footer {
	width:800px;
	margin:0px auto;
}
#wrap {
	margin-bottom:10px;
	background:#FFF url(../images/content_top.png) no-repeat top;
}
#wrap .wrap_bottom {
	padding:90px 20px 10px 20px;
	background:url(../images/content_bottom.png) no-repeat bottom;
}
#logo {
	height:60px;
	margin-bottom:10px;
	float:left;
}
#footer {
	text-align:center;
}

/*** Index ***/

#columns {
	overflow:auto;
	margin-bottom:10px;
}
#columns .left_column {
	float:left;
	width:500px;
}
#columns .left_column .left_column_inside {
	clear:left;
	background:#E6E6dC url(../images/corner_dark_right.gif) no-repeat right top;
}
#columns .left_column .left_column_inside .left_column_bottom {
	overflow:auto;
	padding:10px 10px 0px 10px;
	background:url(../images/bottom_dark.gif) no-repeat center bottom;
}
#columns .left_column .destaque {
	display:block;
	border:3px solid #FFF;
	margin-bottom:10px;
}
#columns .left_column .destaque:hover {
	border:3px solid #9FC54E;
}
#columns .left_column .destaque img {
	display:block;
	width:474px;
	height:250px;
	border:0 none;
}
#columns .right_column {
	float:right;
	width:247px;
}
h2 {
	overflow:auto;
	display:block;
	background:url(../images/green_top.gif) no-repeat top center;
}
h2 span {
	display:block;
	padding:7px 7px 7px 9px;
	background:url(../images/green_bottom.gif) no-repeat bottom center;
}
#tabs_menu {
	display:block;
}
#tabs_menu li {
	margin-right:10px;
	padding-right:12px;
	float:left;
	list-style:none;
	background:#F4F4EE url(../images/corner_light_right.gif) no-repeat right top;
}
#tabs_menu li a {
	display:block;
	padding:10px 0px 10px 12px;
	background:url(../images/corner_light_left.gif) no-repeat left top;
}
#tabs_menu li.active {
	background:#E6E6dC url(../images/corner_dark_right.gif) no-repeat right top;
}
#tabs_menu li.active a {
	color:#3E3E3E;
	background: url(../images/corner_dark_left.gif) no-repeat left top;
}
#contato .contato_left {
	width:240px;
	float:left;
}
#contato .contato_right {
	width:240px;
	float:right;
}

/*** wow styles ***/

.avatar {
	margin-bottom:10px;
	border:1px solid #CCC;
}
.spacer {
	height:10px;
	line-height:10px;
	border-top:1px dotted #ccc;
}

/* invisible items */

.puff {
	display:none;
}

/* form styles */

.form_field {
	margin-bottom:10px;
}
.form_field label {
	font-size:11px;
	display:block;
}
.form_field input,
.form_field textarea {
	width:474px;
	margin-top:3px;
	padding:2px;
	border:1px solid #CCC;
}
.captcha_failed input {
	border:1px solid red !important;
}
.form_field textarea {
	height:200px;
}
textarea { overflow:auto; }

/* error box */

#errorExplanation {
	margin-bottom:10px;
}
#errorExplanation li {
	list-style:none;
}
