/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-style: normal;
	text-align: center;
	background-color: #000904;
	background-image: url(../img/att/back.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 779px;
	height: 100%;
	text-align: left;
}
a {
	color: #99CC00;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.tx7 {
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.tx7:hover {
	font-size: 7pt;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
.txColor {
	color: #99CC00;
	font-weight: bold;
}
.txColor2 {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 12pt;
	font-weight: normal;
	color: #99CC00;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #99CC00;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #99CC00;
	margin-top: 5px;
}

/* Template */
#tablemain {
	width: 779px;
	height: 100%;
}
#tdleft {
	width: 175px;
	height: auto;
}
#tdright {
	width: 604px;
	height: auto;
}
#tdbottom {
	width: 779px;
	height: 30px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#logo {
	width: 175px;
	height: 145px;
	background-image: url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
div#left_1 {
	width: 175px;
	height: 108px;
	float: left;
}
div#left_2 {
	width: 175px;
	height: 107px;
	float: left;
}
div#left_3 {
	width: 175px;
	height: 110px;
	float: left;
}
div#left_4 {
	width: 175px;
	height: 110px;
	float: left;
}
div#menu {
	width: 604px;
	height: 70px;
	background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#titlePage {
	width: 604px;
	height: 40px;
	background-image: url(../img/att/tit.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#mainTemplate {
	width: 604px;
	height: auto;
	float: left;
}
#content {
	width: 560px;
	height: auto;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	padding-top: 10px;
	float: left;
}
#wwwLedz a {
	padding-left: 15px;
}

/* Index */
#main {
	width: 604px;
	height: 290px;
	float: left;
}
td.home {
	width: 230px;
	height: auto;
	background-image: url(../img/att/line.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding-left: 10px;
}
td.home2 {
	width: 110px;
	height: auto;
	padding-left: 10px;
}
#tit_index1 {
	width: 190px;
	height: 30px;
	float: left;
}
#tit_index2 {
	width: 190px;
	height: 30px;
	float: left;
}
#tit_index3 {
	width: 110px;
	height: 30px;
	float: left;
}
.listDestaques {
	width: 90%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom: 10px;
	float: left;
}

/*** detail ***/
#imgDetail {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: right;
}
#news {
	padding-left: 15px;
}

/*** Portifolio ***/
.thumbs {
	width: 90px;
	height: 90px;
	margin-right: 7px;
	margin-bottom: 10px;
	background-color: #99CC00;
	border: 1pt solid #99CC00;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
}

/* Forms */
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1pt solid #99CC00;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background-color: #79A91A;
	border: 1pt solid #FFFFFF;
	margin-left: 80px;
}
input.bt {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background-color: #79A91A;
	border: 1pt solid #FFFFFF;
}
#submit {
	margin-left: 100px;
	margin-bottom: 10px;
}

/* Image */
#img_adm {
	margin-left: 80px;
	margin-bottom: 10;
}

/* Admin */
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 81%;
	height: auto;
	float: left;
	font-weight: bold;
}
.listMenuAction {
	width: 19%;
	height: auto;
	float: left;
}