/* Body and Types */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 10px;
	line-height: 10px;
	color: #666;
}
h1 {
	margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
	font-family: Verdana, Arial;
	font-size: 19px;
	_font-size: 19px;
	font-weight: normal;
	line-height: 11px;
	_line-height: 11px;
	color: #00933c;
	border-bottom: 1px solid #ccc;
}
h3 {
	margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	font-size: 11px;
	_font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	_line-height: 11px;
	color: #00933c;
}
h2 {
	margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	_font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 11px;
	_line-height: 11px;
}
h2.home-left {
	font-weight: bold;
	color: #00933c;
	text-align: left;
}
h2.home-right {
	font-weight: bold;
	color: #00933c;
	text-align: right;
}
h2.dropdown {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	/*color: #00933c;*/
	color: #fff;
	text-align: left;
}
/* atencao aqui, substituir green e blue por colored */
h2.green {
	color: #00933c;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
h2.blue {
	color: #0099e5;
}
h2.colored {
	color: #00933c;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
/* fim atencao */
h4 {
	margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	_font-size: 11px;
	line-height: 11px;
	_line-height: 11px;
	color: #00933c;
}
h6 {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #666;
}
table, th, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
table.ahc td, table.ahc th {
	border-bottom: 1px solid #ccc;
}
p {
	margin: 5px 0 10px 0;
	font-size: 12px;
	line-height: 14px;
}
p.item {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}
label {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #00933c;
}
label.forms {
	display: block;
	float: left;
	padding-top: 3px;
	margin-right: 10px;
	width: 100px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	color: #333;
}
input, textarea, select {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333;
}
input.w20 {
	width: 20px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w50 {
	width: 50px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w60 {
	width: 60px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w100 {
	width: 100px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w150 {
	width: 150px;
	height: 12px;
	border: 1px solid #ccc;
}
input.w200 {
	width: 200px;
	height: 12px;
	border: 1px solid #ccc;
}
textarea.w100 {
	width: 100px;
	height: 80px;
	border: 1px solid #ccc;
}
textarea.w150 {
	width: 150px;
	height: 80px;
	border: 1px solid #ccc;
}
textarea.w200 {
	width: 200px;
	height: 80px;
	border: 1px solid #ccc;
}
select.w50 {
	width: 50px;
	height: 16px;
	border: 1px solid #ccc;
}
select.w100 {
	width: 100px;
	height: 16px;
	border: 1px solid #ccc;
}
select.w130 {
	width: 130px;
	height: 16px;
	border: 1px solid #ccc;
}
select.w150 {
	width: 150px;
	height: 16px;
	border: 1px solid #ccc;
}
select.w135 {
	width: 145px;
	height: 14px;
	border: 1px solid #ccc;
}
select.w200 {
	width: 200px;
	height: 14px;
	border: 1px solid #ccc;
}
img {
	border: none;
}

/* Link types */

a.normal:link,a.normal:visited {font-family: Verdana, Arial;font-size: 8px;font-weight: bold;color: #0062ab;text-decoration: none;}
a.normal:hover,a.normal:active {font-family: Verdana, Arial;font-size: 8px;font-weight: bold;color: #0062ab;text-decoration: underline;}

a:link,a:visited {color: #0062ab;text-decoration: none;}
a:hover,a:active {color: #0062ab;text-decoration: underline;}

a.homenews:link,a.homenews:visited {color: #666;text-decoration: none;}
a.homenews:hover,a.homenews:active {color: #0062ab;text-decoration: none;}

a.video:link,a.video:visited {font-family: Arial, Verdana;font-size: 10px;font-weight: normal;color: #00933c;text-decoration: none;}
a.video:hover,a.video:active {font-family: Arial, Verdana;font-size: 10px;font-weight: normal;color: #00933c;text-decoration: underline;}

a.special:link,a.special:visited {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #00933c;text-decoration: none;}
a.special:hover,a.special:active {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #00933c;text-decoration: underline;}

a.submenu:link,a.submenu:visited {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #fff;text-decoration: none;}
a.submenu:hover,a.submenu:active {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #fff;text-decoration: underline;}

/* Product area */

#prod-title {
	background-color: #fff;
}
#prod-picture {
	position:relative;
	text-align:right;
	background-color: #fff;
}
#prod-icons {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	text-align:center;
}
#prod-table {
	background-image: url(../_img/tabela_azl_top.jpg);
	background-repeat: repeat-x;
	padding: 40px 0 10px 0;
}
#prod-table th {
	padding: 3px 2px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align:bottom;
	background-color: #e5eaee;
	border-bottom: solid 2px #000000;
}
#prod-table td {
	padding: 3px 2px 2px 2px;
	font-size: 11px;
	text-align: center;
	vertical-align:bottom;
	background-color: #e5eaee;
	border-bottom: solid 1px #000000;
}

/* Layout items */

#container {
	position: absolute;
	left: 50%;
	width: 766px;
	margin-left: -383px;
}
#ctx-header {
	position: relative;
	height: 30px;
}
#ctx-top {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_back_top.jpg");
}
#ctx-tv {
	position: relative;
	height: 150px;
}
#ctx-menu-items {
	position: relative;
	height: 20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #00933c;
	z-index: 10;
}
#ctx-menu-shadow {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_menu_shadow.jpg");
}
#ctx-menu-shadow-prods {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_menu_shadow_prods.jpg");
}
#ctx-middle {
	position: relative;
	min-height: 200px;
	_height: 200px;
	background-image: url("../_img/lay_back_middle.jpg");
}
#ctx-bottom {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_back_bottom.jpg");
}
#ctx-bottom-prods {
	position: relative;
	height: 30px;
	background-image: url("../_img/lay_bottom_prods.jpg");
}
#ctx-footer {
	position: relative;
	height: 30px;
}
#ctx-footer-copyright {
	float:left;
	width:325px;
	text-align:left;
}
#ctx-footer-twitter {
	float:left;
	width:96px;
}
#ctx-footer-nav {
	float:right;
	width:325px;
	text-align:right;
}
#ctx-col-esq-180 {
	float: left;
	width: 180px;
	border-right: 1px solid #ccc;
}
#ctx-col-dir-580 {
	float: left;
	width: 583px;
}
#ctx-col-mid-380 {
	float: left;
	width: 380px;
	border-right: 1px solid #ccc;
}
#ctx-col-dir-200 {
	float: left;
	width: 200px;
}
.ctx-dropdown-items {
	margin: 20px 0 10px 0;
	width: 150px;
	background-image: url("../_img/lay_dropdown_items_intern.jpg");
	background-repeat: no-repeat;
}

/* List sections menu */

ul.section {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	background-color: #00933c;
}
ul.section li {
	position: relative;
	display: block;
	float:left;
	border-top: 1px solid #00bf59;
	border-bottom: 1px solid #00401e;
}
ul.section li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
ul.section li a span {
	display: block;
	padding: 4px;
}			
ul.section li a:link, ul li a:visited {
	color: #fff;
	background-color: #00933c;
}
ul.section li a:hover, ul li a:active {
	color: #00933c;
	background-color: #fff;
}
ul.section li a.item-active {
	color: #00933c;
	background-color: #ccc;
}

/* List products menu */

ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.products li {
	position: relative;
	border-top: 1px dotted #ccc;
}
ul.products li a {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
ul.products li a span {
	display: block;
	padding: 5px 10px 5px 10px;
}			
ul.products li a:link, ul li a:visited {
	color: #666;
}
ul.products li a:hover, ul li a:active {
	color: #0099e5;
	background-color: #fff;
}
ul.products li a.item-active {
	color: #0099e5;
	background-color: #fff;
}

/* List products submenu */

ul.subproducts {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.subproducts li {
	position: relative;
	border: none;
}
ul.subproducts li a {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
ul.subproducts li a span {
	display: block;
	padding: 2px 5px 2px 15px;
}			
ul.subproducts li a:link, ul li a:visited {
	color: #666;
}
ul.subproducts li a:hover, ul li a:active {
	color: #0099e5;
	background-color: #fff;
}
ul.subproducts li a.item-active {
	color: #0099e5;
	background-color: #fff;
}

/* List extras menu */

ul.extras {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.extras li {
	position: relative;
	border-top: 1px dotted #ccc;
}
ul.extras li span {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
}
ul.extras li span a {
	font-size: 9px;
	text-decoration: none;
}
ul.extras li a:link, ul li a:visited {
	color: #666;
}
ul.extras li a:hover, ul li a:active {
	color: #0099e5;
}
ul.extras li a.item-active {
	color: #0099e5;
}

/* Video stuff */

#video-player {
	margin-bottom: 10px;
}

.video-item {
	float: left;
	margin-right: 5px;
	width: 86px;
}

.video-thumb {
	 margin-bottom: 10px;
}

/* Class items */

.clearing {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.border-gray {
	border: 1px solid #ccc;
}
.back-gray {
	border-left: 1px solid #ccc;
	background-color: #e5e5e5;
}
.padLogin {
	padding: 7px 10px 6px 10px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 0 15px 0 15px;
}
.pad15products {
	padding: 0 15px 15px 15px;
}
.pad30 {
	padding: 30px;
}
.welcome-txt {
	display: inline;
	margin: 2px 0 0 0;
	float:left;
}
.welcome-img {
	display: inline;
	margin: 2px 0 0 5px;
	float:right;
}
.ctx-faq-item { margin-bottom:10px;background-color:#ccc; }
.ctx-faq-item-question { display:inline;margin:0;float:left; }
.ctx-faq-item-button { display:inline;margin-right:10px;float:left; }
.ctx-faq-item-relevance { display:inline;margin-left:10px;float:right; }
.ctx-faq-item p { margin:10px 0 0 0;padding:10px 0 0 0;border-top:1px solid #fff; }

/* Trail items */

#ctx-trail {
	margin-bottom: 10px;
}

a.trail:link,a.trail:visited {font-family: Verdana;font-size: 9px;font-weight: normal;color: #666;text-decoration: none;}
a.trail:hover {font-family: Verdana;font-size: 9px;font-weight: normal;color: #666;text-decoration: underline;}
a.trail:active,a.trail-active {font-family: Verdana;font-size: 9px;font-weight: normal;color: #0062ab;text-decoration: none;}

/* Site tree items */

ul.site-tree {
	color: #0062ab;
	line-height: 18px;
	padding: 0;
	margin: 0 0 0 15px;
}
ul.site-tree ul {
	color: #00933c;
	padding: 0;
	margin: 0 0 0 20px;	
}
ul.site-tree ul ul {
	color: #ccc;
	padding: 0;
	margin: 0 0 0 20px;	
}
ul.site-tree li span {
	color: #0062ab;
	text-transform: uppercase;
}
ul.site-tree li li span {
	color: #00933c;
	text-transform: none;
}
ul.site-tree li li li span {
	color: #999;
	text-transform: none;
}

a.tree:link,a.tree:visited {font-family: Arial, Verdana;font-size: 11px;font-weight: normal;text-decoration: none;}
a.tree:hover,a.tree:active {font-family: Arial, Verdana;font-size: 11px;font-weight: normal;text-decoration: underline;}

/* logged items */

#logged h1,#logged h3,#logged h2.home-left,#logged h2.home-right,#logged h4,#logged p.colored,#logged label,#logged ul.smaller li a.submenu:hover, #logged ul.smaller li a.submenu:active {
	color: #005799;
}
#logged #ctx-menu-items,#logged ul.smaller,#logged ul.section li a:link, #logged ul.section li a:visited {
	background-color: #005799;
}
#logged h2.colored {
	color: #005799;
}
#logged ul.section li a:hover, #logged ul.section li a:active {
	color: #005799;
	background-color: #fff;
}
#logged ul.section li a.item-active {
	color: #005799;
	background-color: #ccc;
}
#logged ul.section li {
	border-top: 1px solid #2985cc;
	border-bottom: 1px solid #0a2133;
}
#logged a.special:link,#logged a.special:visited {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #005799;text-decoration: none;}
#logged a.special:hover,#logged a.special:active {font-family: Arial, Verdana;font-size: 11px;font-weight: bold;color: #005799;text-decoration: underline;}

/* End */
