.top {
	background-image: url(arquivos/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 248px;
	width: 908px;
}
.container {
	background-image: url(arquivos/container.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 908px;
}
.left {
	background-image: url(arquivos/left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 411px;
	width: 30px;
}
.center-1 {
	background-image: url(arquivos/center.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 850px;
	background-repeat: repeat-x;
}
.right {
	background-image: url(arquivos/right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 411px;
	width: 28px;
}
.content {
	background-image: url(arquivos/content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 850px;
}
.bottom {
	background-image: url(arquivos/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 119px;
	width: 908px;
}
.logo {
	background-image: url(logo.png);
	clear: left;
	float: left;
	height: 85px;
	width: 150px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 35px;
	margin-left: 90px;
}
.menu-1 {
	margin: 0px;
	float: left;
	height: 33px;
	width: 700px;
	padding-top: 41px;
	padding-left: 100px;
	clear: left;
}
.top-menu {
	float: left;
	height: 36px;
	width: 550px;
	padding-top: 10px;
	padding-left: 100px;
	clear: left;
}
.buttonmenu{ /*container that holds a row of aero buttons*/

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: auto;

padding: 0px 0;

}



* html .buttonmenu{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu a{ /*aero button CSS*/

background:url('arquivos/top1.jpg') no-repeat;

width:110px;

display: block;

float: left;

font: bold 10px Verdana, Trebuchet MS; /* Change 13px as desired */

line-height: 36px; /* This value + 8px should equal height of button background (default is 31px) */

height: 36px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 9px; /*spacing between buttons*/

}



.buttonmenu a:link, .buttonmenu a:visited, .buttonmenu a:active{

color: white; /*button text color*/

}





.buttonmenu a:hover{ 

background:url('arquivos/top2.jpg') no-repeat top right;

display: block;

}

.buttonmenu2{ /*container that holds a row of aero buttons*/

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: auto;

padding: 0px 0;

}



* html .buttonmenu2{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu2 a{ /*aero button CSS*/

background:url('arquivos/tab1.jpg') no-repeat;

width:100px;

display: block;

float: left;

font: bold 10px Verdana, Trebuchet MS; /* Change 13px as desired */

line-height: 33px; /* This value + 8px should equal height of button background (default is 31px) */

height: 33px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 5px; /*spacing between buttons*/

}



.buttonmenu2 a:link, .buttonmenu2 a:visited, .buttonmenu2 a:active{

color: white; /*button text color*/

}





.buttonmenu2 a:hover{ 

background:url('arquivos/tab2.jpg') no-repeat top right;

display: block;

}



.content-text {
	clear: left;
	float: left;
	height: auto;
	width: 720px;
	padding-top: 20px;
	padding-left: 65px;
}
.bottom-footer {
	float: left;
	height: 35px;
	width: 600px;
	padding-top: 60px;
	padding-left: 200px;
	text-align: center;
	color: #FFF;
}
.bottom-footer a:link {

	color: #FFF;
}
.bottom-footer a:hover{
	color: #FFF;
}
.title-1 {
	border: 1px solid #666;
	padding: 8px;
	margin: 8px;
}
.title-text {
	position: absolute;
	display: block;
	margin-top: -18px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 120%;}
	
	ul li.arrow {

	background: url(arquivos/check.png);
	background-repeat:no-repeat;
	padding-left:15px;
	list-style-type:none;
}
