/*** geral ***/
* {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #332F20;
	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-repeat: repeat-y;
	background-color: #000000;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	color: #006633;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 15pt;
	font-weight: normal;
	color: #006131;
	margin-bottom: 5px;
}
h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
}
img {
	border: 0px;
}

/*** index ***/
#anima {
	width: 778px;
	height: 255px;
	float: left;
}

/*** template ***/
#main {
	width: 778px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/att/main.jpg);
	background-position: right 162px;
	background-repeat: no-repeat;
	float: left;
}
#middle {
	width: 778px;
	height: 490px;
	background-image: url(../img/att/middle.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#menu {
	width: 778px;
	height: 53px;
	background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#left {
	width: 280px;
	height: auto;
	float: left;
}
#logo {
	width: 280px;
	height: 109px;
	float: left;
}
#right {
	width: 498px;
	height: auto;
	float: left;
}
#content {
	width: 498px;
	height: auto;
	float: left;
}
#contentInfo {
	width: 448px;
	height: auto;
	margin: 0px 30px 10px 10px;
}
.linkClientes {
	width: 180px;
	height: 80px;
	margin: 0px 20px 10px 0px;
	text-align: center;
	float: left;
}
#titlePage {
	width: 498px;
	height: 109px;
	background-image: url(../img/att/titlePage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
#bottom {
	width: 778px;
	height: 120px;
}
#tecnico {
	width: 280px;
	height: 128px;
	background-image: url(../img/att/chamados.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}
#destaques {
	width: 498px;
	height: 128px;
	background-image: url(../img/att/destaques.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#listDestaques {
	width: 480px;
	height: 90px;
	margin: 20px 0px 0px 0px;
	color: #FFFFFF;
	overflow: hidden;
}
.tdDestaques {
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}
#address {
	width: 778px;
	height: 30px;
	background-image: url(../img/att/address.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#address div {
	margin: 0px 0px 0px 0px;
}
#faleConosco {
	width: 220px;
	height: 30px;
	float: right;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: left;
}

/*** forms ***/
#imgDetail {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px; 
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
}

/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
label {
	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: #006131;
	border: 1px solid  #EFEFEF;
}
#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;
}