/*- Menu Tabs K--------------------------- */ 	

#subNavHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 930px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	color: #ffffff;
	line-height: normal;
	text-align: right;
}

#subNav {
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	margin: 0 auto;
	padding: 0px;
	color: #ffffff;
	line-height: normal;
	/*background-image: url(../images/navTier2Bg.png);*/
	background-image: url(../images/navTier2Bg.png);
}

#subNav ul{
	float: right;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
}

#subNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	
}

#subNav .highlighted {
	width: auto;
	display: block ;
	float: left;
	height: 22px;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	color:#FFD306;
	text-transform: uppercase;
	font-weight:500;
	letter-spacing:0;
	word-spacing:0;
	/*background: url(../images/navTier2BgOver.png) no-repeat center top;*/
	background: url(../images/navTier2BgOver.png) no-repeat center top;
}

#subNav a {
	display: block ;
	width: auto;
	float: left;
	height: 22px;
 	margin: 0px;
	padding: 10px 20px 0px 20px;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:0;
	word-spacing:0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#subNav a:hover {
	color: #ffd305;
}




#subNav2 {
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 32px;
	margin: 0 auto;
	padding: 0px;
	color: #ffffff;
	line-height: normal;
	background-color: #000000;
	text-align: center;
	background-image: url(../images/bkg_marcas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subNav2_container {
	clear: both; 
	text-decoration: none;
	display: inline-block;
}

#subNav2 ul{
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
#subNav2 li {
	float: left;
	margin-bottom: 0px;
}

#subNav2 .highlighted {
	width: auto;
	display: block;
	float: left;
	height: 26px;
	padding: 10px 15px 0px 15px;
	color: #FFD306;
	/*background: url(../images/navTier3BgOver.png) no-repeat center top;*/
	background: url(../images/navTier3BgOver.png) no-repeat center top;
	font-weight: bold;
}

#subNav2 a {
	display: block ;
	width: auto;
	float: left;
	height: 26px;
 	margin: 0px;
	padding: 10px 15px 0px 15px;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	/*font-stretch:condensed;*/
}

#subNav2 a:hover {
	color: #ffd305;
}

.subNav3 {
	width: 930px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	line-height: normal;
	text-align: center;
}

.subNav3_container {
	clear: both; 
	text-decoration: none;
	display: inline-block;
}

.subNav3 ul{
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
.subNav3 li {
	float: left;
}

.subNav3 .highlighted {
	width: auto;
	display: block ;
	float: left ;
	height: 26px;
	padding: 10px 15px 0px 15px;
	color: #ffd305;
	background: url(../images/navTier4BgOver.png) no-repeat center top;
}
.subNav3  a:link, .subNav3 a:visited {
	display: block ;
	width: auto;
	float: left;
	height: 26px;
 	margin: 0px;
	padding: 10px 15px 0px 15px;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	/*font-stretch:condensed;*/
}

.subNav3 a:hover {
	color: #ffd305;
}

#contentColOnly {
	background-color: #000000;
	width: 930px;
	margin: 0 auto;
	min-height:400px;
}
#contentDiv {
	padding: 20px;
}

#Pagination {
	float: right;
}

.form_instructions {
	font-weight: normal ;
        font-size: 10px ;
	color:#c37f27;
}

a:link.form_instructions, a:active.form_instructions, a:visited.form_instructions, a:hover.form_instructions {
	color: #c37f27;
}

.form_error {
        color: #cc0000 ;
        font-style: italic ;
}
