@CHARSET "ISO-8859-1";

/* BLOCOS DE DESTAQUES */

.block {
	/*background: #eaeaea url("../images/layout/bg_steel.gif") top left repeat;*/
	background-color: #eaeaea; /*#dfdeda*/
	border: 1px white solid;
	width: 287px;
	height: 260px;
	margin-left: 1px;
}

div#block_left {
	float: left !important;
}

div#block_center {
	float: left !important;
}

div#block_right {
	float: right !important;
}


/* TOPO COLORIDO DOS DESTAQUES */

.block_top {
	clear: both;
	height: 36px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	text-align: center;
	color: #fff;
}

.block_title {
	font-size: 13px;
	padding-top: 3px;
}


/* DESTAQUE LARANJA */

div#top_orange {
	background: url("../images/layout/top_orange_center.jpg") top left repeat-x;
}

div#top_orange h1 {
	background: url("../images/layout/top_orange_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_orange span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_orange_right.jpg") top right no-repeat;
}

/* DESTAQUE VERDE */

div#top_green {
	background: url("../images/layout/top_green_center.jpg") top left repeat-x;
}

div#top_green h1 {
	background: url("../images/layout/top_green_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_green span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_green_right.jpg") top right no-repeat;
}

/* DESTAQUE AZUL */

div#top_blue {
	background: url("../images/layout/top_blue_center.jpg") top left repeat-x;
}

div#top_blue h1 {
	background: url("../images/layout/top_blue_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_blue span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_blue_right.jpg") top right no-repeat;
}

/* CONTEUDO DO DESTAQUE */

.block_content {
	padding: 15px;
	color: #000;
}

.block_content a {
	color: #000;
	text-decoration: none;
}

.block_content a:hover {
	color: #3b3b3b;
	text-decoration: none;
}

.block_content div#block_content_text {
	display: block;
	text-align: center;
}

.block_content h2#subtitle_orange {
	font-size: 14px;
	color: #d24c02;
}

.block_content a h2#subtitle_orange {
	color: #d24c02;
	text-decoration: none;
}

.block_content a:hover h2#subtitle_orange {
	color: #dd7237;
	text-decoration: none;
}

.block_content h2#subtitle_green {
	font-size: 14px;
	color: #35700d;
}

.block_content a h2#subtitle_green {
	color: #35700d;
	text-decoration: none;
}

.block_content a:hover h2#subtitle_green {
	color: #56a123;
	text-decoration: none;
}

.block_content h2#subtitle_blue {
	font-size: 14px;
	color: #086ea1;
}

.block_content a h2#subtitle_blue {
	color: #086ea1;
	text-decoration: none;
}

.block_content a:hover h2#subtitle_blue {
	color: #3293c4;
	text-decoration: none;
}

.block_content p {
	padding-top: 10px;
	margin: 0;
	display: block;
}


/* CONTEUDOS */

div#content1 {
	clear: both;
	width: 870px;
	height: auto;
}

div#content2 {
	clear: both;
	width: 870px;
	display: table;
	* padding-bottom: 15px; /* Only for IE 7 */
}

div#content2 h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 10px;
}


/* CONTEUDO ESQUERDA */
div#content2_left {
	clear: both;
	width: 575px;
	height: 200px;
	float: left;
	margin: 0 5px 15px 0;
	padding-right: 5px;
	border-right: 1px #2f3239 solid;
	display: table;
}

div#content2_left h2 {
	padding-left: 10px;
	padding-bottom: 10px;
}

div#content2_left ul li{
	list-style-image: url("../images/icons/arrow.gif");
	list-style-type: none;
	margin-top: 5px;
	margin-left: 30px;
}

div#content2_left ul li img {
	border: 0 !important;
	vertical-align: top;
	padding-right: 5px;
	margin-left: -1px;
}


div#content2_left ul li a {
	color: #dfdfdf;
	text-decoration: none;
	font-size: 12px;
}

div#content2_left ul li a:hover {
	color: #A2A0A1;
	text-decoration: none;
	font-size: 12px;
}

/* CONTEUDO DIREITA */
div#content2_right{
	clear: right;
	width: 270px;
	float: left;
	margin: 0 5px 15px 5px;
}

div#content2_right div {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
}

div#content2_right div#mailaddress {
	clear: both;
	float: left;
	padding: 0;
	margin: 0 0 0 13px;
}

div#content2_right div input {
	height: 20px;
	width: 140px;
}

div#content2_right div#mailbutton {
	float: right;
	padding: 0;
	margin: 0 13px 0 0;
}

div#content2_right div button {
	width: 30px;
	height: 21px;
	* height: 22px;
}