/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Segoe UI,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-style: normal;
	text-align: center;
	background-color: #33281E;
	text-align: center;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}

/*** Common ***/
a {
	color: #33281E;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #33281E;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	font-weight: normal;
	color: #33281E;
	margin-bottom: 5px;
}
hr {
	color: #999999;
}
li {
	list-style: none;
}

/*** Template ***/
#nav {
	width: 778px;
	height: 30px;
	background-image:url(../img/att/nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#main {
	width: 778px;
	height: 450px;
	background-image:url(../img/att/main.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#logo {
	width: 260px;
	height: 255px;
	background-image:url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#titlePage {
	width: 518px;
	height: 60px;
	float: left;
}
#content {
	width: 518px;
	height: auto;
	float: left;
}
#contentInfo {
	width: 470px;
	height: auto;
	margin: 0px 10px 10px 20px;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}
#footer {
	width: 778px;
	height: 95px;
	float: left;
}

/*** index ***/
#anima {
	width: 778px;
	height: 430px;
	float: left;
}
#menu {
	width: 778px;
	height: 30px;
	background-image:url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#lugares {
	width: 778px;
	height: auto;
	float: left;
}
#showLugares {
	width: 350px;
	height: 270px;
	float: left;
}
#showLugares ul#listThumbs {
	padding-left: 7px;
}
#popImg {
	width: 350px;
	height: 203px;
	float: left;
}
#listThumbs {
	width: 343px;
	height: 60px;
	float: left;
}
#listThumbs li {
	display: inline;
	padding-left: 4px;
}
#detailLugares {
	width: 428px;
	height: auto;
	float: left;
}

/*** Depoimentos ***/
.accordion {
	width: 410px;
	height: 170px;
	overflow: hidden;
}
.accordion2 {
	width: 470px;
	height: auto;
	overflow: hidden;
}
.accordion h3,
.accordion2 h3 {
	background-color: #33281E;
	background-image: url(../img/att/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	padding: 5px 10px;
	margin: 0;
	font-size: 9pt;
	color: #FFFFFF;
	border-bottom: solid 1px #4C3924;
	cursor: pointer;
}
.accordion h3:hover,
.accordion2 h3:hover {
	color: #4C3924;
	background-color: #e3e2e2;
}
.accordion h3.active,
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion p,
.accordion2 p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/*** detail ***/
#showDetail {
	width: 410px;
	height: auto;
	color: #FFFFFF;
}
#imgDetail {
	width: 200px;
	height: auto;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
	float: right;
}

/*** incorporador ***/
#incorporador {
	width: 200px;
	height: auto;
	margin-left: 20px;
	float: right;
}
#incorporador p {
	margin-left: 5px;
}
#leprivilege {
	width: 200px;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
	float: left;
}

/* Forms */
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 8px;
	line-height: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1pt solid #33281E;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.autoLabel {
	width: auto;
	margin-right: 10px;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #33281E;
	border: 1pt solid #CCCCCC;
}
input.radio {
	background-color: transparent;
	border: none;
}
#submit {
	margin-left: 100px;
}

/* Admin */
#geralAdm {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
#topAdm {
	width: 778px;
	height: 120px;
	background-color: #33281E;
	text-align: center;
	float: left;
}
#mainAdm {
	width: 778px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}
#contentAdm {
	width: 700px;
	height: auto;
	padding: 20px;
	float: left;
}
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 81%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 19%;
	height: auto;
	float: left;
}

/* Galeria */ 
div#thumbs {
	width: 105px;
	height: auto;
	margin-bottom: 15px;
	float: left;
	text-align:center;
}
table.imgThumbs {
	width: 105px;
	height: auto;
	text-align: center;
}