/*** geral ***/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	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-image: url(../img/att/body.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #DBDEE6;
}
#all {
	width: 100%;
	height: 100%;
	background-image: url(../img/att/all.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	color: #08125B;
	font-weight: bold;
}
a:hover {
	color: #4E8298;
	font-weight: bold;
}
a.yl {
	color: #FFFF00;
	font-weight: bold;
}
a.yl:hover {
	color: #4E8298;
	font-weight: bold;
}
a.wh {
	color: #FFFFFF;
	font-weight: bold;
}
a.wh:hover {
	color: #336600;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 10pt;
	color: #08125B;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 9pt;
	color: #FFFF00;
	font-weight: bold;
}
ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
li {
	list-style-type: disc;
	margin-bottom: 5px;
}

/*** template ***/
#main {
	width: 778px;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
}
#left {
	width: 190px;
	height: auto;
}
#logo {
	width: 190px;
	height: 122px;
	background-image: url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#cerrobranco {
	width: 163px;
	height: 65px;
	margin-bottom: 10px;
	float: left;
}
#right {
	width: 588px;
	height: auto;
	background-image: url(../img/att/content.jpg);
	background-position: left 185px;
	background-repeat: no-repeat;
}
#top {
	width: 588px;
	height: 122px;
	background-image: url(../img/att/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 588px;
	height: 56px;
	float: left;
}
#middle {
	width: 425px;
	height: auto;
	/*background-image: url(../img/att/main.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
	float: left;
}
#titlePage {
	width: 425px;
	height: 63px;
	float: left;
}
#content {
	width: 425px;
	height: auto;
	float: left;
}
#contentInfo {
	width: 400px;
	height: auto;
	margin: 0px 5px 0px 10px;
}
#compose {
	width: 163px;
	height: auto;
	background-image: url(../img/att/compose.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 113px;
	float: left;
}
#contatoTemplate {
	width: 163px;
	height: 155px;
	background-image: url(../img/att/contato.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#contatoTemplate div { 
	width: 120px;
	height: 100px;
	margin: 40px 0px 0px 18px;
}
#contatoTemplate div p,
#contatoTemplate div p strong { 
	color: #FFFFFF;
}
#cadastre {
	width: 163px;
	height: 120px;
	background-image: url(../img/att/cadastre.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#cadastre div { 
	width: 120px;
	height: 80px;
	margin: 40px 0px 0px 18px;
}
#cadastre div p { 
	color: #FFFFFF;
}
#footer {
	width: 778px;
	height: 60px;
	text-align: center;
	background-image: url(../img/att/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}

/*** navegacao ***/
#categorias {
	width: 190px;
	height: 350px;
	background-image: url(../img/att/categorias_back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#categoriasTop {
	width: 190px;
	height: auto;
	background-image: url(../img/att/categorias_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#categoriasBottom {
	width: 190px;
	height: 120px;
	background-image: url(../img/att/categorias_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#nav {		
	width: 190px;
	height: auto;
	float: left;
}
#nav li {
	width: 155px;
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
	/*margin: 0px;	 No margin - needed for Opera */
	padding: 0px;
}
#nav ul {	
	width: 155px;
	margin-top: 5px;
	margin-left: 23px;
	padding: 0px;
}
#nav ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left: 5px;
}
#nav li a{	/* Main menu links */
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
#nav li a:hover,
#nav .activeMainMenuItem {
	color: #003366;
	background-color: #FFFF00;
}
.nav_subMenu {
	width: 180px;
	visibility: hidden;
	position: absolute;
	background-color: #003366;
	text-align: left;
	overflow: hidden;
}
.nav_subMenu ul {
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.nav_subMenu ul li {
	margin: 0px;
	padding: 1px;
	width: 180px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
}
.nav_subMenu ul li a {	/* Sub menu items */
	white-space: nowrap;	/* No line break */
	text-decoration: none;	/* No underline */
	color: #FFFFFF;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.nav_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	color: #003366;
	background-color: #FFFF00;
}


/*** index ***/
body#bodyIndex {
	background-image: url(../img/att/index.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#indexLeft {
	width: 295px;
	height: 450px;
}
#indexRight {
	width: 483px;
	height: 450px;
}
#indexMenu {
	width: 483px;
	height: 56px;
	background-image: url(../img/att/index_menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#busca {
	width: 483px;
	height: 157px;
	background-image: url(../img/att/busca.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#busca form {
	margin: 70px 10px 0px 5px;
}
#produtos {
	width: 483px;
	height: 237px;
	background-image: url(../img/att/produtos.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#listProdutos {
	width: 250px;
	height: 180px;
	margin: 55px 0px 0px 6px;
}
#destaques {
	width: 778px;
	height: 105px;
}
#quemsomos {
	width: 260px;
	height: 125px;
	background-image: url(../img/att/quemsomos.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#quemsomos div {
	width: 225px;
	height: 70px;
	margin: 40px 0px 0px 25px;
	color: #FFFFFF;
}
#cadastro {
	width: 255px;
	height: 125px;
	background-image: url(../img/att/cadastro.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#cadastro div {
	width: 180px;
	height: 70px;
	margin: 40px 0px 0px 65px;
	color: #FFFFFF;
}
#contact {
	width: 263px;
	height: 125px;
	background-image: url(../img/att/contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#contact div {
	width: 170px;
	height: 70px;
	margin: 40px 0px 0px 75px;
	color: #FFFFFF;
}
#anima {
	width: 295px;
	height: 450px;
	background-image: url(../img/att/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#footerIndex {
	width: 778px;
	height: 50px;
	background-image: url(../img/att/footer_index.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

/*** detail ***/
#imgDetail {
	width: 150px;
	height: auto;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}


/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	float: left;
}
.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: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #FFFFFF;
	border-top: solid 1px #003366;
	border-left: solid 1px #006699;
	border-bottom: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.longLabel {
	width: 120px;
}
.labelSearch {
	color: #000000;
	font-weight: bold;
}
.inputNews {
	margin-bottom: 5px;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	margin-left: 82px;
	background-color: #FFFFFF;
	border-top: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	border-bottom: solid 1px #006699;
	border-right: solid 1px #006699;
}
#submit {
	margin-left: 82px;
}
/*** 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;
}
