body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #656565; background-color:#444548; }


/* ---( layout )----------------------------------- */

/* Template Styles */
.topBkg { background-color: #ff581c; }
#topLeftFade { background: url(../imagens/top_fadeLeft.gif) repeat-y; }
#topRightFade { background: url(../imagens/top_fadeRight.gif) repeat-y; }

.midBkg { background: url(imagens/middle_bkg.gif); }
#midLeftFade { background: url(../imagens/mid_fadeLeft.gif) repeat-y; }
#midRightFade { background:url(../imagens/mid_fadeRight.gif) repeat-y; }

.btmBkg { background:url(../imagens/btm_centerBkg.gif) repeat-x; }
#footer { margin: 5px 0px 30px 0px; color: #ffffff; }

.leftCol { border-right: 1px solid #bebebf; }
#nav { padding-bottom: 5px; padding-right: 5px; border-bottom: 1px solid #bebebf; }
#subNav { padding-right: 18px; margin-bottom: 8px; line-height: 1.7em; }

.lowerLeft { padding: 10px 0px; border-bottom: 1px solid #bebebf; }

a.menu{text-decoration:none;color:#FF581C;font-size:11px;}
a.menu:hover { text-decoration: underline; }
h2{color:#FF581C;}
/* ---( table styles )----------------------------- */
.submenu a{color:#999999;}

.content { background-color:#FFFFFF; padding: 0px 18px 18px 18px; }



/* ---( text )------------------------------------- */

td { font-size: 1.0em; line-height: 1.4em; }
p { font-size: 1.0em; line-height: 1.4em; }

.hdrOrange { font-size: 1.6em; font-weight: bold; color: #ff581c; line-height: 1.6em; }
.hdrGrey { font-size: 1.6em; font-weight: bold; color: #656565; line-height: 1.6em; }
.subhead { font-size: 1.3em; font-weight: bold; }

.smBold { font-weight: bold; }
.smOrange { color: #ff581c; }
.smOrangeBold { color: #ff581c; font-weight: bold; }
.smOrangeItl { color: #ff581c; font-style: italic; }

.medText { font-size: 1.3em; }
.medBold { font-size: 1.3em; font-weight: bold; }
.medTextUL { font-size: 1.3em; text-decoration: underline; }

.lrgText { font-size: 1.6em; }
.lrgBold { font-size: 1.6em; font-weight: bold; }
.lrgTextUL { font-size: 1.6em; text-decoration: underline; }

.goTo { font-size: 1.3em; color: #ff581c; }
.prodSubHds { font-size: 1.3em; font-weight: bold; color: #5c5c5c; }
.prodTitles { font-size: 1.2em; font-weight: bold; }

.popUpText { line-height: 1.7em; }

	
/* ---( links )------------------------------------ */

/* Default Links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: #ff581c; text-decoration: none; }
a:active { text-decoration: none; }

/* Left Side Nav Links */
a.leftNav:link { color: #999999; text-decoration: none; }
a.leftNav:visited { color: #999999; text-decoration: none; }
a.leftNav:hover { color: #ff581c; text-decoration: none; }
a.leftNav:active { color: #ff581c; text-decoration: none; }
a.leftNav#current { font-weight: bold; }

/* Breadcrumb Links */
a.breadcrumb:link { text-decoration: none; }
a.breadcrumb:visited { text-decoration: none; }
a.breadcrumb:hover { text-decoration: none; }

/* Footer Links */
a.footer:link { color: #fff; text-decoration: none; }
a.footer:visited { color: #fff; text-decoration: none; }
a.footer:hover { color: #fff; text-decoration: underline; }


/* ---( lists )------------------------------------ */

ul  { padding: 12px; margin: 7px; }


/* ---( images )----------------------------------- */


/* ---( search )------------------------------ */


/* ---( form styles )------------------------------ */



/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("imagens/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #BEBEBF;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #FF581C;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 1px solid #BEBEBF;
	border-top: 1px solid #FF581C;
	border-left: 1px solid #FF581C;
	border-right: 1px solid #FF581C;
/*
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
*/
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
.carrinho {
	font-weight: bold;
	float: right;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF581C;
	border-left-color: #FF581C;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.carrinho a {
	color: #333;
	text-decoration: underline;

}

.carrinho a:hover {
	color: #999;

}
#login {
	width: 300px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#login .linha2 {
	margin-top: 10px;
}
#proposta {
	text-align: left;
}
#proposta form .linha {
	line-height: 25px;
	height: 25px;
	width: auto;
}
#proposta form .linha .txt {
	float: left;
	width: 100px;
}
.boxaltprod {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #333;
}
.boxaltprod .linha {
	line-height: 25px;
	height: 25px;
	text-align: left;
}
.boxaltprod .txt  {
	float: left;
	width: 60px;
}
.lowerLeft .revenda {
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
.lowerLeft .revenda a {
	color: #999796;
}
.lowerLeft .revenda a:hover {
	text-decoration: underline;
}
.linhaLink {
	line-height: 30px;
	height: 30px;
}
.linhaLink a {
	text-decoration: none;
	color: #666;
}
.linhaLink a:hover {
	text-decoration: underline;
}
.boxpedido {
	text-align: left;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #333;
}
.boxpedido .linha {
	line-height: 25px;
	height: 25px;
}
.boxpedido .linha .txt {
	float: left;
	width: 120px;
}
#pages ul {
	list-style-type: none;
}

#pages li {
	float: left;display: inline;margin: 0 5px 0 0;display: block;
}

#pages li a {
	color: #333;padding: 4px;border: 1px solid #ccdbe4;text-decoration: none;float: left;
}

#pages li a:hover {
	color: #fff;background-color: #3666d4;border: 1px solid #2b55af;
}
	
#pages li.nolink {
	color: #CCC;border: 1px solid #F3F3F3;padding: 4px;
}
	
#pages li.current {
	color: #FFF;border: 1px solid #2b55af;padding: 4px;background-color: #3666d4;	
	
}
