/*** geral ***/
* {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-style: normal;
	text-align: center;
	background-color: #000000;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	color: #CCCC99;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 13pt;
	color: #CCCC99;
	font-weight: normal;
	margin-bottom: 3px;
}
h2 {
	font-size: 9pt;
	color: #CCCC99;
	margin-bottom: 5px;
}
li {
	list-style: none;
}

/*** template ***/
#main {
	width: 778px;
	height: 100%;
	float: left;
}
#tdMain {
	width: 778px;
	background-image: url(../img/att/main.jpg);
	background-position: left 310px;
	background-repeat: no-repeat;
}
#top {
	width: 778px;
	height: 225px;
	background-image: url(../img/att/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#nav {
	width: 778px;
	height: 31px;
	background-image: url(../img/att/nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#titlePage {
	width: 778px;
	height: 55px;
	float: left;
}
#content {
	width: 778px;
	height: auto;
	float: left;
}
#contentInfo {
	width: 638px;
	height: auto;
	margin: 10px 70px 20px 70px;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}

/*** index ***/
#anima {
	width: 778px;
	height: 390px;
	background-image: url(../img/att/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 778px;
	height: 31px;
	background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#welcome {
	width: 485px;
	height: 250px;
	background-image: url(../img/att/welcome.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#welcome p {
	margin: 50px 30px 10px 25px;
}
#contact {
	width: 293px;
	height: 250px;
	float: left;
}
#contact div {
	margin: 50px 30px 10px 25px;
}
#contact form {
	margin: 60px 30px 10px 25px;
}

/*** bottom ***/
#bottom {
	width: 778px;
	height: 40px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#bottom p {
	text-align: center;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
#bottom div {
	margin: 10px 5px 0px 0px;
}

/*** detail ***/
#imgDetail {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: right;
}
#imgThumbs {
	width: 90px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: left;
	padding: 5px;
	border: 0px
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	float: left;
}
.listGaleria {
	width: 100%;
	height: auto;
	float: left;
}
.thumbs {
	width: 90px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	border: 1px solid #666666;
}
.colorOn{	
	background: #EBEBEB;
	padding: 3px 3px 3px 15px;
}
.colorOff {	
	background: transparent;
	padding: 3px 3px 3px 10px;
}
.listTable{	
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.colorOnTd {	
	background: #EBEBEB;
	padding: 3px;
	text-align: center;
}
.colorOffTd {	
	background: transparent;
	padding: 3px;
	text-align: center;
}

/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	color: #332F20;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #FFFFFF;
	border: solid 1px #004586;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.longLabel {
	width: 120px;
}
.autoLabel {
	width: auto;
	margin-right: 5px;
}
.inputNews {
	margin-bottom: 5px;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #666666;
	border: solid 1px #666666;
}
#submit {
	margin-left: 100px;
	margin-bottom: 10px;
}
/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 68%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 30%;
	height: auto;
	float: left;
}