/* CSS Document */

/* HTML Tags */

body {
	margin: 10px 0;
	font: 80% Tahoma, Arial, Geneva, sans-serif
}

img {
	border: 0;
}

/* Div Tags */

#aligncenter {
	position: relative;
	width: 980px;
	height: 700px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

#menu {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 80px;
	width: 150px;
	height: 250px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	margin: 10px 0;
}

#menu a {
	text-transform: uppercase;
	background: #570000;
	color: #fff;
	padding: 3px 5px;
	margin: 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background: #c60402;
}

#content {
	position: absolute;
	z-index: 4;
	left: 230px;
	top: 0;
	width: 745px;
	height: 500px;
}

#content a, #footer a {
	text-decoration: none;
	color: #570000;
}

#content a:hover, #footer a:hover {
	color: #c60402;
}

#products td {
	width: 140px;
	text-align: center;
}

#twitter {
	position: absolute;
	z-index: 5;
	left: 20px;
	top: 520px;
	width: 144px;
	height: 48px;
}

#restrict {
	position: absolute;
	z-index: 6;
	left: 0;
	top: 380px;
	padding-top: 30px;
	width: 146px;
	background: url(../images/layout/area-restrita.png) no-repeat;
}

#restrict input[type="text"], #restrict input[type="password"] {
	border: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	width: 130px;
}

.internal textarea, .internal select, .internal input[type="text"] {
	border: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

.internal textarea {
	font-size: 90%;
}

#footer {
	position: absolute;
	z-index: 4;
	left: 320px;
	top: 600px;
	width: 380px;
	padding: 5px;
	text-align: center;
	background: url(../images/layout/bkgd-content.png) center top;
}

/* Special contents */

.aplicacao, .aplicacao td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

.atencao {
	font-weight: bold;
	color: #f00;
}