/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');

/*-----------------------------------------------------------------------------*/

html {
	background-color: #3C3C3C;
}

body.no-select select {
	visibility: hidden;
}

#container {
	position: relative;
	width: 780px;
	height: auto;
	
	margin: 2px auto 15px auto;
}

/*-----------------------------------------------------------------------------*/

.header {
	background: transparent url('../images/bg/header.jpg') no-repeat 0 0;
		
	position: relative;
	width: auto;
	height: 124px;
}

.logo {
	background: transparent url('../images/logo.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 271px;
	height: 46px;
	
	top: 18px;
	left: 29px;
}

#frmSearch {
	background: transparent url('../images/search.jpg') no-repeat 0 0;
	
	position: absolute;
	width: 179px;
	height: 29px;
	
	top: 26px;
	right: 6px;
}

#frmSearch input {
	font: normal 12px Arial, Verdana, serif;
	color: #888;
	border: 0 solid #000;
	
	position: absolute;
	width: 130px;
	height: 16px;
	
	top: 5px;
	left: 10px;
	
	padding-top: 1px;
}

#frmSearch a {
	position: absolute;
	display: block;
	width: 24px;
	height: 20px;
	
	top: 3px;
	right: 6px;
}

.header .hr {
	position: absolute;
	width: 770px;
	left: 5px;
	
	margin: 0;
}

.header .orange {
	background-color: #F90;
	
	height: 3px;
	top: 88px;
}

.header .gray {
	background-color: #3C3C3C;
	top: 94px;
}

#nav {
	background-color: #3C3C3C;
	
	position: absolute;
	width: 770px;
	height: 21px;
	
	top: 98px;
	left: 5px;
}

#nav .links {
	background-color: #B2B2B2;
	
	position: absolute;
	width: auto;
	height: 21px;
	
	top: 0;
	left: 32px;
	
	padding-left: 3px;
}

#nav a {
	font: bold 12px Arial, Verdana, serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 21px;
	background: #B2B2B2 url('../images/bt/nav.jpg') no-repeat center 0;
	
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 108px;
	height: 21px;
	
	margin-right: 3px;
}

#nav a:hover,
#nav a.selected {
	background-image: url('../images/bt/nav_on.jpg');
}

#nav .flag {
	background: transparent url('../images/br_flag.gif') no-repeat 0 0;
	
	position: absolute;
	width: 30px;
	height: 20px;
	
	top: 0;
	right: 1px;
}

/*-----------------------------------------------------------------------------*/

#nav-ecommerce {
	font: normal 13px Arial, Verdana, serif;
	color: #555;
	
	position: absolute;
	width: auto;
	height: auto;
	
	top: 57px;
	right: 14px;
}

#nav-ecommerce a {
	font: bold 13px Arial, Verdana, serif;
	color: #555;
	text-decoration: none;
}

#nav-ecommerce a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------*/

.content {
	background-color: #FFF;
	
	position: relative;
	float: left;
	width: auto;
	height: 382px;
	
	padding: 10px;
}

.content[class] {
	height: auto;
	min-height: 382px;
}

.content:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.no-float {
	float: none !important;
	width: auto !important;
}

/*-----------------------------------------------------------------------------*/

.sidebar {
	background: #E4E4E4 url('../images/bg/menu.jpg') repeat-y 0 0;
	border-top: 8px solid #505050;
	
	position: relative;
	float: left;
	width: 160px;
	height: auto;
	
	padding-top: 12px;
	margin-right: 10px;
}

.sidebar a {
	font: normal 11px Arial, Verdana, serif;
	color: #7E7E7E;
	text-align: right;
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #D5D5D5;
	
	display: block;
	padding: 6px 14px;
}

.sidebar a:hover,
.sidebar a.selected,
.sidebar a.selected:hover {
	font-weight: normal;
	color: #2E2E2E;
	background: #FFF url(../images/bg/menu_item_on.jpg) repeat-y 0 0;
}

.sidebar .effect {
	background: transparent url('../images/bg/menu_effect.jpg') no-repeat 0 0;
	
	position: relative;
	width: auto;
	height: 120px;
}

.floatbar {
	background: #FFF url('../images/bg/float_menu.jpg') repeat-x bottom left;
	border: 1px solid #E4E4E4;
	border-left-style: none;
	
	position: absolute;
	width: auto;
	height: auto;
	
	top: 336px;
	left: 170px;
	
	padding: 0;
	margin: 0;
	
	z-index: 2;
}

.floatbar[class] {
	padding-left: 5px;
}

.floatbar:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.floatbar .column {
	position: relative;
	float: left;
	width: 170px;
	height: auto;
	
	padding-bottom: 8px;
	margin-left: 5px;
}

.floatbar a.big {
	font: bold 11px Arial, Verdana, serif;
	color: #F60;
	text-decoration: none;
	
	display: block;
	margin: 8px 0 4px;
}

.floatbar a.big:hover {
	text-decoration: underline;
}

.floatbar a.medium {
	font: normal 11px Arial, Verdana, serif;
	color: #4E7EB7;
	text-decoration: none;
	background: transparent url('../images/bl/arrow_box.png') no-repeat 0 1px;
	
	display: block;
	padding-left: 14px;
	margin-left: 6px;
}

.floatbar a.medium:hover {
	text-decoration: underline;
}

.floatbar .clear {
	width: 1px;
}

.floatbar .clear[class] {
	width: auto;
}

.floatbar-shadow {
	background-color: #000;
	
	position: absolute;
	width: auto;
	height: auto;
}

/*-----------------------------------------------------------------------------*/

.main {
	position: relative;
	float: left;
	width: 590px;
	height: auto;
}

.main h1 {	
	font: bold 22px Arial, Verdana, serif;
	color: #F60;
	
	margin-top: 2px;
	margin-bottom: 16px;
}

.main h2 {	
	font: bold 16px Arial, Verdana, serif;
	color: #000;
	border-bottom: 1px solid #DDD;
	
	padding-bottom: 4px;
}

.main p {
	font: normal 13px Arial, Verdana, serif;
	color: #000;
	line-height: 18px;
}

.main a {
	font: normal 13px Arial, Verdana, serif;
	color: #F60;
}

.main a:hover {
	color: #4E7EB7;
	text-decoration: none;
}

.product-table td {
	text-align: left;
	vertical-align: top;
	border-style: none;
}

.main .product-table .image {
	padding: 0;
}

.main .product-table .image img {
	border: 1px solid #DFDFDF;
}

.main .product-table .text {
	padding: 0 8px;
}

.main .product-table .text h3 {
	font: bold 10px Arial, Verdana, serif;
	color: #4E7EB7;
	text-transform: uppercase;
	border-bottom: 1px solid #4E7EB7;
	
	padding-bottom: 7px;
	margin: 28px 0 8px;
}

div.breadcrumb {
	font: normal 11px Arial, Verdana, serif;
	color: #999;
	border-bottom: 1px solid #DFDFDF;
	
	position: relative;
	width: auto;
	height: auto;
	
	padding-bottom: 2px;
	margin-bottom: 8px;
}

.attach {
	font: normal 13px Arial, Verdana, serif;
	color: #888 !important;
	text-decoration: none !important;
	background: #FFF url('../images/icons/pdf.gif') no-repeat 3px 7px;
	border: 1px solid #BED3ED;
	
	position: relative;
	display: block;
	width: 242px;
	
	padding: 7px 0 7px 22px;
	margin: 26px auto 6px auto;
}

.attach:hover {
	color: #4E7EB7 !important;
	background-color: #EEF5FD;
	border: 1px solid #4E7EB7;
}

.attach2 {
	font: normal 11px Arial, Verdana, serif !important;
	color: #888 !important;
	text-decoration: none !important;
	background: #FFF url('../images/icons/pdf.gif') no-repeat 0 0;
	
	position: relative;
	display: block;
	width: 232px;
	height: 18px;
	
	padding: 2px 0 0 18px;
	margin: -16px 0 12px;
}

.attach2:hover {
	color: #4E7EB7 !important;
}

/*-----------------------------------------------------------------------------*/

.footer {
	font: normal 11px Arial, Verdana, serif;
	color: #CCC;
	background: #333 url('../images/bg/footer.gif') repeat-x 0 0;
	
	/* position: relative; */
	clear: both;
	width: auto;
	height: auto;
	
	padding: 14px 0 6px 0;
}

.footer .text {
	padding: 0 10px;
}

.footer .text .title {
	font-weight: bold;
	margin-right: 16px;
}

.footer .hr {
	margin-top: 6px;
	margin-bottom: 6px;
}

.footer a {
	font: normal 11px Arial, Verdana, serif;
	color: #CCC;
	text-decoration: none;
	
	margin: 0 7px;
}

.footer a:hover {
	color: #F90;
}

/*-----------------------------------------------------------------------------*/

#mask {
	background-color: #000;
	
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	
	top: 0;
	left: 0;
	
	z-index: 999;
}

/*-----------------------------------------------------------------------------*/

