/*
 ###############################################################
 HTML elements
 ###############################################################
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0 auto;
	font: normal 13px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	position: relative;
	background: url('../images/pattern.jpg') 50% 0 fixed #dedbd1;
}

img {
	border: 0;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

/*
 ###############################################################
 General elements
 ###############################################################
*/

#top-header {
	background: url('../images/bg-top-bar.gif') repeat-x;
	height: 29px;
	color: #CAA482;
	padding: 7px 0;
}

#container {
	clear: both;
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

#bg-top {
	height: 205px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url('../images/bg-top.png') 0 100% repeat-x;
	z-index: -1;
	min-width: 980px;
}

#content {
	margin: 0 auto;
	width: 1000px;
	background: #f6f6e6;
}

#header {
	padding: 0 20px;
	height: 114px;
}

#header .logo {
	background: url('../images/logo-italia-nostra-cidadania.png') no-repeat;
	float: left;
	width: 405px;
	height: 102px;
	margin-top: 5px;
}

#header .watermark {
	background: url('../images/bg-header.jpg') no-repeat right;
	float: right;
	text-align: right;
	height: 114px;
	width: 453px;
}

#header .watermark div {
	font: bold 16px "Trebuchet MS", "Times New Roman", sans-serif;
	letter-spacing: -1px;
	padding-top: 9px;
}

#subtitle, .subtitle {
	font: bold 20px "Trebuchet MS", "Times New Roman", sans-serif;
	padding: 20px 26px 4px 26px;
}

.subtitle-testimonials, .subtitle-noticias {
	font: bold 20px "Trebuchet MS", "Times New Roman", sans-serif;
	padding: 13px;
}

#content .core {
	margin: 0 auto;
	padding: 15px 26px;
	width: 948px;
}

#content .internal-core {
	margin: 0 auto;
	padding: 15px 26px 0 26px;
	width: 948px;
}

#content .left {
	float: left;
	width: 582px;
}

#content .left p {
	clear: both;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: left;
}

#content .left p.title {
	clear: both;
	padding: 16px 0 4px 0;
	text-align: left;
}

#content .left div.line {
	clear: both;
	margin: 0 auto;
	padding: 0 15px 0 0;
	width: 492px;
	position: absolute;
	height: 1px;
	border: none;
	background: #cfc1ab;
}

#content .right {
	float: left;
	width: 427px;
	margin-left: 13px;
	background: #ecebce;
}

#content .right p.title {
	padding: 10px 13px;
	text-align: left;
}

#content .right p.depoimentos , #content .right p.noticias {
	padding: 0 13px 10px 13px;
}

#footer {
	margin: 15px 0 0 0;
	padding: 13px 26px;
	font: normal 12px "Trebuchet MS", "Times New Roman", sans-serif;
	background: #ecebce;
	height: 45px;
}

#footer p.left {
	float: left;
	width: 100%;
}

#footer p.right {
	float: left;
	width: 131px;
	text-align: right;
}

#footer img {
	margin: 0 0 8px 13px;
}

#site-map {
	padding-left: 14px;
}

#site-map ul li {
	padding: 3px;
}

span.letter {
	margin: 2px;
	display: inline-block;
	border: solid 1px rgb(194, 191, 178);
	padding: 5px 10px;
	outline: 0;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	line-height: normal;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

span.letter:hover {
	background: #DDDCBC;
}

#tick-bullets h3 {
	background: url('../images/icon-success.png') 0 100% no-repeat;
	height: 21px;
}

#tick-bullets h3 span {
	margin-left: 32px;
}

.warning {
	padding: 15px;
	background-color: #ecebce;
	background-position-x: 1%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-image: url('../images/icon-warning.png');
}

img.required {
	vertical-align: top;
	margin-left: 3px;
	background: url('../images/icon_required.png') no-repeat top left;
	height: 10px;
}

div.news span.filter {
	font-size: 14px;
}

div.news span.filter a {
	font-weight: bold;
}

/*
 ###############################################################
 General classes
 ###############################################################
*/

.br {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 15px;
}

.bold {
	font-weight: bold;
}

.justify {
	text-align: justify;
}

.justify-with-margin {
	text-align: justify;
	margin-top: 10px;
}

.line {
	clear: both;
	margin: 0 auto;
	width: 948px;
	height: 1px;
	border: none;
	background: #cfc1ab;
}

.line-news {
	clear: both;
	margin: 0 auto;
	width: 948px;
	height: 1px;
	border: none;
	background: #cfc1ab;
	opacity: 0.5;
	margin-top: 15px;
}

td.contact-icon {
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	width: 30px;
}

td.contact-detail {
	text-align: left;
	vertical-align: top;
	padding-bottom: 18px;
}

div.arrow-left-side {
	float: left;
	position: absolute;
	margin-top: 10px;
	z-index: 2000;
	width: 100px;
}

div.arrow-right-side {
	float: right;
	position: absolute;
	margin-top: 10px;
	width: 508px;
	text-align: right;
	z-index: 1500;
}

div.arrow-left-side a.prev:hover, div.arrow-right-side a.next:hover {
	opacity: 0.5;
}

/*
 ###############################################################
 Links
 ###############################################################
*/

a:link    { color: #6d5f52; text-decoration: none; } 
a:visited { color: #6d5f52; text-decoration: none; } 
a:active  { color: #6d5f52; text-decoration: none; } 
a:hover   { color: #6d5f52; text-decoration: underline; }

a.topo:link    { color: #CAA482; text-decoration: none; } 
a.topo:visited { color: #CAA482; text-decoration: none; } 
a.topo:active  { color: #CAA482; text-decoration: none; } 
a.topo:hover   { color: #CAA482; text-decoration: underline; }

/*
 ###############################################################
 Form elements
 ###############################################################
*/

input {
	background: #fff;
	border: 1px solid #cfc1ab;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	padding: 4px 6px;
	margin: 2px;
}

input:focus {
	background: #f0f0d7;
	border: 1px solid #b4a48a;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
}

textarea {
	background: #fff;
	border: 1px solid #cfc1ab;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	padding: 4px 6px;
	margin: 2px;
}

textarea:focus {
	background: #f0f0d7;
	border: 1px solid #b4a48a;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
}

select {
	background: #fff;
	border: 1px solid #cfc1ab;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	height: 30px;
	margin: 2px;
	padding: 4px 6px;
}

select:focus {
	background: #f0f0d7;
	border: 1px solid #b4a48a;
	font: normal 13px/20px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	height: 30px;
	margin: 2px;
	padding: 4px 6px;
}

select.menu {
	padding-left: 3px;
	background: #fff;
	border: 1px solid #cfc1ab;
	font: normal 11px/20px "Trebuchet MS", "Times New Roman", sans-serif !important;
	color: #6d5f52;
	height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
}

fieldset {
	padding: 3px 0 12px 15px;
	border: 1px solid #cfc1ab;
	margin: 5px 0 15px 0;
}

legend {
	font: bold 16px "Trebuchet MS", "Times New Roman", sans-serif;
	padding: 0 5px;
	color: #6d5f52;
}

.button {
	background: #ecebce;
	font: bold 16px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	cursor: pointer;
	padding: 8px 25px;
	list-style-type: none;
}

.button:hover, .button:active, .button:visited {
	background: #d9d8b4;
	font: bold 16px "Trebuchet MS", "Times New Roman", sans-serif;
	color: #6d5f52;
	cursor: pointer;
	padding: 8px 25px;
	list-style-type: none;
}

/*
 ###############################################################
 Menu
 ###############################################################
*/

#menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 65px;
	background-color: #2aa24d;
	background-image: url('../images/bg-menu.png');
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 2;
}

#menu:before {
	display: block;
	margin-left: -14px;
	position: absolute;
	top: 0;
	content: "";
	width: 14px;
	height: 80px;
	float: left;
	background: url('../images/bg-left-menu.png') no-repeat 0 0;
}

#menu:after {
	display: inline-block;
	margin-right: -14px;
	margin-left: 500px;
	position: absolute;
	top: 0;
	content: "";
	width: 14px;
	height: 80px;
	float: right;
	background: url('../images/bg-right-menu.png') no-repeat 0 0;
}

#menubar {
	margin: 0 auto;
	padding: 21px 0;
	list-style-type: none;
}

#menubar li { margin: 0; color: #fff; font-weight: bold; font-size: 18px; display: inline; padding: 6px 15px; }
#menubar li a { color: #fff; text-decoration: none; }
#menubar li:hover, #menubar li.active { color: #fff; text-decoration: none; background: url('../images/bg-menu-active.png'); border-radius: 6px; }

/* Home */
/*
#menubar li.home { float: left; margin: 0; }
#menubar li.home a { float: left; background: url("../images/menu-home.jpg"); width: 125px; height: 44px; text-decoration: none; display: block; }
#menubar li.home a:hover, #menubar li.home-active a { float: left; background: url("../images/menu-home-active.jpg"); width: 125px; height: 44px; text-decoration: none; }
*/
/* Quem Somos */
/*
#menubar li.quem-somos { float: left; margin: 0; }
#menubar li.quem-somos a { float: left; background: url("../images/menu-quem-somos.jpg"); width: 161px; height: 44px; text-decoration: none; display: block; }
#menubar li.quem-somos a:hover, #menubar li.quem-somos-active a { float: left; background: url("../images/menu-quem-somos-active.jpg"); width: 161px; height: 44px; text-decoration: none; }
*/
/* Pesquisa */
/*
#menubar li.pesquisa { float: left; margin: 0; }
#menubar li.pesquisa a { float: left; background: url("../images/menu-pesquisa.jpg"); width: 125px; height: 44px; text-decoration: none; display: block; }
#menubar li.pesquisa a:hover, #menubar li.pesquisa-active a { float: left; background: url("../images/menu-pesquisa-active.jpg"); width: 125px; height: 44px; text-decoration: none; }
*/
/* Famílias */
/*
#menubar li.familias { float: left; margin: 0; }
#menubar li.familias a { float: left; background: url("../images/menu-familias.jpg"); width: 124px; height: 44px; text-decoration: none; display: block; }
#menubar li.familias a:hover, #menubar li.familias-active a { float: left; background: url("../images/menu-familias-active.jpg"); width: 124px; height: 44px; text-decoration: none; }
*/
/* Serviços */
/*
#menubar li.servicos { float: left; margin: 0; }
#menubar li.servicos a { float: left; background: url("../images/menu-servicos.jpg"); width: 116px; height: 44px; text-decoration: none; display: block; }
#menubar li.servicos a:hover, #menubar li.servicos-active a { float: left; background: url("../images/menu-servicos-active.jpg"); width: 116px; height: 44px; text-decoration: none; }
*/
/* Contato */
/*
#menubar li.contato { float: left; margin: 0; }
#menubar li.contato a { float: left; background: url("../images/menu-contato.jpg"); width: 125px; height: 44px; text-decoration: none; display: block; }
#menubar li.contato a:hover, #menubar li.contato-active a { float: left; background: url("../images/menu-contato-active.jpg"); width: 125px; height: 44px; text-decoration: none; }
*/