body {
	background: url("../images/main-bg.gif");
	font-family: 'PT Sans', sans-serif;
	color: #343434;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

body.email {
	background-color:#C74E3D !important;
	background-image: none !important;
	border: none !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px !important;
	margin:0 !important;
	padding:0 !important;
}
.email .content{
	width:700px !important;
	border:1px solid #B9351A !important;
	margin:auto !important;
	padding:10px !important;
}

p {
	color: #343434;
	line-height: 21px;
}

label {
	cursor: pointer;
	display: inline-block;
	padding: 5px 0;
}

input,textarea,select {
	background-color: white;
	border: 1px solid #BEBEBE;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 5px;
	width: 100%;
}

input:focus,textarea:focus,select:focus{
	border-color: #C54733;

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.btn, .btn_hover:hover, .btn.selected, .btn_hover.selected {
	background: url("../images/bg-button.jpg") repeat-x;
	border: 1px solid #4e1508;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 
	1px 1px 0 rgba(223, 128, 113, 0.7)inset,
	-1px -1px 0 rgba(106, 12, 21, 0.6)inset,
	0 0 0 1px rgba(234, 184, 210, 0.25)inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 
	1px 1px 0 rgba(223, 128, 113, 0.7)inset,
	-1px -1px 0 rgba(106, 12, 21, 0.6)inset,
	0 0 0 1px rgba(234, 184, 210, 0.25)inset;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: center;
	text-shadow: 1px 1px 0px #78200c;
	text-transform: uppercase;
	text-decoration: none;
}

a.btn:hover {
	text-decoration: none;
}

a {
	color: #B9371A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #153247;
	text-decoration: underline;
}

.update{
	background: #E3B3A4;
	border: 1px solid #C7452E;
	color: #B33426;
	border-radius: 3px;
	padding: 8px 10px;
}

/*###################################################################################
################################## --> HEADER <--####################################
###################################################################################*/
#header {
	background: url("../images/border-header.png") top repeat-x;
	padding-top: 15px;
}

#mainmenu {
	margin: 0;
	height: 40px;
	padding: 30px 0 10px;
	float: right;
}

#mainmenu li {
	display: block;
	float: left;
}

#mainmenu li a{
	color: #163143;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 5px;
	padding: 9px 18px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #FFF;
}

#mainmenu li a:hover, #mainmenu li a.selected {
	color: #FFF;
	padding: 8px 17px;
	text-shadow: 1px 1px 0px #78200c;
}



/*###################################################################################
s################################# --> SLIDESHOW <--##################################
###################################################################################*/

#slider {
	background: url("../images/slider-bg.gif") 0 -150px fixed;
	background-color: #17374d;
	border-bottom: 7px solid #b9371a;
	border-top: 7px solid #b9371a;
	height: 350px;
	position: relative;
}

#slider .border {
	background: #b9371a;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 350px;

	-webkit-transform: rotate(0.8deg) skew(0.8deg);
	-moz-transform: rotate(0.8deg) skew(0.8deg);
	-o-transform: rotate(0.8deg) skew(0.8deg);
	-ms-transform: rotate(0.8deg) skew(0.8deg);
	transform: rotate(0.8deg) skew(0.8deg);
	z-index: -1;
}

.slideshow > div {
	margin: auto;
	position: relative;
	width: 1020px;
}

.slideshow > div img{
	position: absolute;
	left: -50px;
}

.slideshow .content {
	position: absolute;
	right: 0;
}

.slideshow .content h1 {
	color: #FFF;
	text-shadow: 1px 1px 0 #11283a;
	font-size: 36px;
	letter-spacing: -1px;
}

.slideshow .content p {
	color: #cad8e5;
	text-shadow: 1px 1px 0 #11283a;
	font-size: 16px;
	padding-left: 30px;
}

/*###################################################################################
################################## --> CONTENT <--###################################
###################################################################################*/

#main {
	margin: 20px 0;
}

#main .title {
	color: #343434;
	font-size: 22px !important;
	font-weight: normal;
	position: relative;
}

#main .title:before {
	border-bottom: 1px dotted #d1d1d1;
	content: "";
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

#main .title:after {
	border: 3px solid #b9371a;
	content: "";
	position: absolute;
	bottom: 12px;
	right: 0;
	width: 30px;
}

#main .title span {
	background: url("../images/main-bg.gif");
	display: inline-block;
	padding-right: 10px;
}

#main .content p {
	padding-left: 20px;
	text-align: justify;
}

#main .content li {
	padding: 5px 0;
	line-height: 21px;
}

#main .content h2 {
	font-size: 18px;
}

.list-news {
	margin: 0;
	padding: 0;
}

.list-news li {
	border-bottom: 1px dotted #d1d1d1;
	display: block;
	padding: 15px 10px;
}

.list-news h3 {
	margin: 0 0 10px 0;
}

.list-news h3 a {
	color: #343434;
}

.list-news h3 a:hover {
	color: #B9371A;
}

.chamada {
	color: #737373;
	font-size: 14px;
	font-style: italic;
}

/*###################################################################################
################################## --> FOOTER <--####################################
###################################################################################*/
#footer {
	background: rgba(201, 202, 203, 0.2);
	border-top: 15px solid rgba(110, 122, 134, 0.3);
	margin-top: 20px;
	padding: 40px 0 0;
}

#footer .top{
	padding-bottom: 40px;
}

#footer .bottom {
	background: url("../images/bg-footer.png") top no-repeat;
	background-color: rgba(201, 202, 203, 0.2);
	padding: 20px 0;
}

.clientes td {
	background: #FFF;
	border: 1px solid #CACACA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
