* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #555;
	font-family: Arial;
	background: url(../images/bkg_body.png) top left repeat-x #E37E0F;
}

.body_light {
	font-size: 12px;
	color: #555;
	font-family: Arial;
	background-color: #dadada;
}

a {
	color: #df7d00;
	text-decoration: underline;
}

a:hover {
	color: #df7d00;
	text-decoration: none;
}

a img {
	border: none;
}

.wrap {
	margin: 16px;
	overflow: hidden;
}

.line {
	clear: both;
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	background: url(../images/bkg_home.jpg) 0 -194px no-repeat #fff; 
}

.home #container { 
	background: url(../images/bkg_home.jpg) no-repeat #fff; 
}

#header {
	padding: 16px;
	overflow: hidden;
	position: relative;
}

#header .line {
	height: 2px;
	font-size: 1px;
	margin-top: 10px;
}
.home #header .line {
	background: #1B252E;
}

#logo {
	float: left;
	margin-bottom: 8px;
}

#header .search {
	position: absolute;
	top: 45px;
	right: 10px;
}

#header .search .inputbox {
	padding: 4px 8px;
	color: #FF8F00;
	border: 1px solid #FF8F00;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#header .search .button {
	font-size: 12px;
	border: 1px solid #FF8F00;
	background: #FF8F00;
	color: #000;
	padding: 3px 4px;
	margin-left: 10px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

#header .linkloja {
	float: right;
	margin-right: 62px;
}

#header .linkloja a {
	color: #F7DD9B;
	text-decoration: none;
}

#header .linkloja a:hover {
	text-decoration: underline;
}

#header .tabcontato {
	left: 320px;
	position: absolute;
	list-style: none;
	width: 255px;
	height: 86px;
	background: url(../images/bkg_tabua.png) left center no-repeat;
}

#header .contato {
	color: #F7DD9B;
	list-style: none;
	padding: 12px;
}

#header .contato li{
	font-size: 16px;
	padding-left: 24px;
	margin-bottom: 2px;
	font-family: Helvetica;
}

#header .contato li.phone {
	background: url(../images/phone.png) left center no-repeat;
	text-shadow: #000 1px 1px 1px;		
}

#header .contato li.phone span {
	font-size: 13px;
}

#header .contato li.email {
	background: url(../images/email.png) left center no-repeat;
	font-size: 11px;
	padding-left: 28px;
}

.email a {
	color: #F7DD9B;
	text-decoration: underline;
}

.email a:hover {
	text-decoration: none;
}

#content {
	padding: 0 16px 0 9px;
	min-height: 252px;
	background: url(../images/bkg_sidebar.png) 9px 0 repeat-y;
	overflow: hidden;
}

.sidebar {
	width: 212px;
	padding: 5px;
	float: left;
}

.sidebar .menu, .sidebar .menu li ul  {
	list-style: none;
}

.sidebar .menu {
}

.sidebar .menu li {
	position: relative;
}

.sidebar .menu a, .sidebar .menu li:hover ul a {
	text-decoration: none;
	color: #fff;
	padding: 8px 2px 8px 25px;
	margin-bottom: 1px;
	background: url(../images/arrow_right.png) 8px no-repeat #000;	
	white-space: nowrap;
	display: block;
}

.sidebar .menu a:hover, .sidebar .menu li.active a, .sidebar .menu ul li:hover a {
	background: url(../images/arrow_right_active.png) 8px no-repeat #84210E;
}

.sidebar .menu li.last a {
	border-bottom: none;
}

.sidebar .menu li ul {
	position: absolute;
	left: 212px;
	top: 0;
	display: none;
	z-index: 1000;
	background: url(../images/bkg_sidebar.png);
	min-width: 180px;
	padding: 5px;
}

.sidebar .menu li:hover ul {
	display: block;
}

.main {
	width: 642px;
	float: right;
	line-height: 16px;
}

.main ul {
	margin-left: 20px;
	list-style-type: square;
}

.main ul li{
	margin-bottom: 6px;
}

.main_light {
	width: 450px;
	line-height: 16px;
}

.main_light ul {
	margin-left: 20px;
	list-style-type: square;
}

.main_light ul li{
	margin-bottom: 6px;
}

.contentpaneopen ul li{
	margin-bottom: 6px;
	margin-top: 6px;
}

.main th {
	font: bold 11px Arial, verdana, Helvetica, sans-serif;
	color: #84210E;
	border-right: 1px solid #fae9c2;
	border-bottom: 1px solid #fae9c2;
	border-top: 1px solid #fae9c2;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #fae9c2;
}

.main th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #fae9c2;
	background: none;
}

.main th.spec {	
	border-left: 1px solid #fae9c2;
	border-top: 0;
	background-color: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

.main th.specalt {
	border-left: 1px solid #fae9c2;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

.main td {
	border-right: 1px solid #fae9c2;
	border-bottom: 1px solid #fae9c2;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	/*text-align: center;*/
}


.main td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

.main .videos {
	width: 300px;
	height: 250px;
	float: left;
	padding: 5px;
}

#content .title {
	padding-left: 54px;
	font-size: 31px;
	line-height: 31px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 28px;
	margin-top: 20px;
	background: url(../images/flor_left.png) left center no-repeat;
	text-shadow: #000 1px 1px 1px;
}

#content .title span {
	display: inline-block;
	background: url(../images/flor_right.png) right center no-repeat;
	padding-right: 54px;
}

h2 {
	font-size: 14px;
	color: #84210E;
	font-weight: bold;
	font-family: Arial;
	border-bottom: 1px solid #84210E;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#footer {
	background: #85210F;
	color: #F7D893;
	font-size: 11px;
	padding: 16px 16px 0 16px;
	clear: both;
	overflow: hidden;	
	margin-top: 20px;	
}

#footer a {
	color: #F7D893;
	text-decoration: none;
}

#footer h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 2px;
}

#footer .menu {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer .menu li {
	float: left;
	margin-right: 6px;
	background: url(../images/cube.png) left center no-repeat;
	padding-left: 6px;
}

#footer .menu li.first, #footer .menu li.last {
	display: none;
}

#footer .menu a:hover {
	text-decoration: underline;
} 

#footer .menu .item10 {
	display: none;
}

#copyright {
	background: url(../images/bkg_line.png) repeat-x;
	overflow: hidden;
	width: 100%;
}

#copyright span {
	padding: 10px 0;
	display: inline-block;
	margin-left: 2px;
}

#copyright img {
	float: right;
	margin-top: 2px;
}


#txtfotos {
	background: url(../images/bkg_line.png) repeat-x;
	overflow: hidden;
	width: 100%;
	color: #fff;
}


#txtfotos span {
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	margin-left: 2px;
}


/* pages */

.home .fotos {
	margin: 14px 0 20px 4px;
}

#content_home .home_text {
	border: medium dashed;
	background-color: #F3E9DE;
	font-size: 18px;
	color: #84210E;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	font-style: italic;
	padding: 10px 30px;
	margin: 12px 30px;
	text-align: center;
	height: 145px;
	width: 80%;
}

#content_home .home_text a {
	font-size: 12px;
	font-weight: normal;
}

#content_home .home_text span {
	font-size: 12px;
	font-weight: normal;
}

.home_text_1 {
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 5px;
}

.home_text_2 {
	width: 50%;
	float: right;
	text-align: left;
	margin-top: 5px;
}

#content_home .destaques {
	list-style-type: none;
	margin-left: 0px;
}

#content_home .destaques li {
	width: 314px;
	color: #85210F;	
	font-size: 11px;
	margin-bottom: 8px
}

#content_home .destaques li.first {
	float: left;
}

#content_home .destaques li.last {
	float: right;
}

#content_home .destaques img {
	float: right;
	margin-left: 1px;
}

#content_home .destaques li a {
	text-decoration: none;
}

#content_home .destaques h3 {
	font-size: 14px;
	color: #84210E;
	font-weight: bold;
	font-family: Arial;
	text-decoration: underline;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
}

.search ol {
	margin-left: 20px;
}

.search .highlight {
	font-weight: bold;
	color: #9F0111;
}

.banner-facil {
	margin-top: 10px;
}

.atencao {
	background-color: #efb25b;
	padding: 5px;
}

/* fotos home */
.fotos {
	position: relative;
	height: 236px;
}

.fotos img {

}


/* mensage */
.mensage {
	margin-bottom: 14px;
	color: red;
	font-weight: bold;
}


/* photo resource */

.foto-content {
	background: #85210F;
	padding: 6px;
	display: inline-block;
	margin-bottom: 10px;
}

.foto-content p {
	clear: both;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}


/* contact */
.contact .textbox label {
	font-weight: bold;
	width: 130px;
	margin-bottom: 8px;
	display: inline-block;
}

.contact .textarea label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;	
}

.contact textarea {
	margin-bottom: 8px;
}

.contact button {
	margin-top: 10px;
}

/* clientes */

.clientes_left { 
	float: left;
	width: 320px;
 }
.clientes_right {
	float: right;
	width: 320px;
}

.h2_clientes {
	clear: both;
}


/* gallery */
div.imageSlider {
	border:0 !important;
	padding:0 !important;
}

div.imageSlider ul {
	list-style: none !important;
	overflow: hidden !important;
	padding: 3px !important;
	margin-left: 0px !important;
}

div.imageSlider li {
	float: left !important;
	margin: 0 !important;
	padding: 8px !important;
	line-height: 0 !important;
	position: relative !important;
}

div.imageSlider li:hover {
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;	
}

.imageSlider div.corner {
	width: 8px;
	height: 8px;
	position: absolute;	
}

.imageSlider div.corner-tl {
	background:url("../images/corners.png") no-repeat scroll -8px -8px transparent;
	left:0;
	top:0;
}

.imageSlider div.corner-tr {
	background:url("../images/corners.png") no-repeat scroll 0 -8px transparent;
	right:0;
	top:0;
}

.imageSlider div.corner-bl {
	background: url("../images/corners.png") no-repeat scroll -8px 0 transparent;
	left:0;
	bottom:0;
}

.imageSlider div.corner-br {
	background: url("../images/corners.png") no-repeat scroll 0 0 transparent;
	right:0;
	bottom:0;
}

#system-message dt {
	display: none;
}

#system-message ul {
	list-style: none !important;
	margin: 0;
}



/* sitemap */
.xmap ul {
	list-style: square;
	margin-left: 16px;
}

.xmap a {
	color: #555;
	text-decoration: none;
}

.xmap a:hover {
	text-decoration: underline;
}

/* RSForms */
#orcamento span  { display: block; clear: right; }

/* QR Code */
div.qrcode-left{ text-align: center; margin-top: 10px; }
div.qrcode-left img{ width: 190px; }