/*** geral ***/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 9pt;
	color: #000000;
	line-height: 14pt;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-style: normal;
	text-align: center;
	background-image: url(../img/att/body.jpg);
	background-position: center top;
	background-color: #425268;
	background-repeat: repeat-y;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 980px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}
a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #47555A;
	font-weight: bold;
}
a.blue {
	color: #000099;
	font-weight: normal;
}
a.blue:hover {
	color: #47555A;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}
img {
	border: none;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #4B587A;
	margin-bottom: 5px;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #4B587A;
	text-align: center;
}
h4 {
	font-size: 18pt;
	font-weight: bold;
	color: #4B587A;
	text-align: left;
	margin-bottom: 10px;
}
/*** template ***/
#tableGeral{
	width: 980px;
	height: 100%;
}
#tdMain {
	background-image: url(../img/att/tdMain.jpg);
	background-position: left 130px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#top{
	width: 980px;
	height: 130px;
	background-image: url(../img/att/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#content1{
	width: 980px;
	height: auto;
	float: left;
}
#imgPrincipal{
	width: 370px;
	height: auto;
	float: left;
}
#titlePage{
	width: 600px;
	height: 66px;
	text-align: right;
	float: right;
}
#contentPage{
	width: 600px;
	height: auto;
	float: right;
}
#content{
	width: 580px;
	height: auto;
	margin: 35px 0px 10px 0px;
}
#galeria{
	width: 980px;
	height: auto;
	float: left;
}
#galeriaContent{
	width: 945px;
	height: auto;
	margin: 20px 0px 10px 20px;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}

/*** INDEX ***/
#tableIndex{
	width: 980px;
	height: 100%;
	background-color: #4F5C7E;
}
#anima{
	width: 980px;
	height: 340px;
	background-image: url(../img/index/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#produtos{
	width: 980px;
	height: 340px;
	background-image: url(../img/index/produtos.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#bottom {
	width: 980px;
	height: 40px;
	background-color: #425268;
}
#bottom p{
	color: #FFFFFF;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

/*** detail ***/
.imgDetail {
	width: 320px;
	height: auto;
	margin: 20px 0px 10px 18px;
}

/*** list ***/
.listOptions {
	width: 95%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.thumbsProdutos {
	width: 150px;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.thumbs {
	width: 140px;
	height: 140px;
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
.imgBorda{
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 5px;
}
.imgThumbs {
	width: 140px;
	height: 140px;
	text-align: center;
	border: 3px solid #EBEBEB;
}
.thumbs2 {
	width: 220px;
	height: auto;
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
.imgThumbs2 {
	width: 220px;
	height: auto;
	text-align: center;
	border: 3px solid #EBEBEB;
}
.thumbs3 {
	width: 170px;
	height: auto;
	margin-right: 19px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
.imgThumbs3 {
	width: 170px;
	height: auto;
	text-align: center;
	border: 3px solid #EBEBEB;
}


/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	font-size: 8pt;
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
.okButton {
	background-color: transparent;
	border: none;
}
.inputRestrito {
	margin-bottom: 0px;
}
label {
	font-size: 8pt;
	width: 80px;
	text-align: left;
	float: left;
}
label.longLabel {
	width: 120px;
}
.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: #003366;
	border: 1px solid  #999999;
}
#submit {
	width: auto;
	margin: 0px 0px 10px 80px;
}

/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 68%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 32%;
	height: auto;
	float: left;
}