*{ font-family:Arial; }

header, footer, #op-conteudo{
	width:100%;

}

/* HEADER - BARRA SUPERIOR */
#op-barra{
	width:100%;
	height:35px;
	background-color:#F5F5F5;
}
.op-barra-box{
	width:950px;
	margin:auto;
}
.op-barra-box ul, .op-barra-box li{
	float:right;
}
.op-barra-login{
	width:110px;
		padding-right:11px;
	height:22px;
		padding-top:2px;
	display:block;
	margin-top:6px;
	margin-left:20px;
	background: url('../images/bt-login-seta.png') no-repeat center top; 
	text-align:center;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#666666;
}
.op-barra-carrinho{
	min-width:120px;
		padding-left:30px;
	height:20px;
		padding-top:1px;
	display:block;
	margin-top:7px;
	background: url('../images/cart.png') no-repeat left top; 
	text-align:left;	
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#009933;
}

/* HEADER - LOGOS */
#op-logo{
	width:100%;
	height:98px;
}
.op-logo-box{
	width:950px;
	margin:auto;
}

/* HEADER - NAV */
#op-nav{
	width:100%;
	height:62px;
}
.op-nav-box{
	width:950px;
	margin:auto;
}
.op-nav-box ul{
	float:left;
}
.op-nav-box li{
	float:left;
	height:50px;
		padding-top:7px;
	margin-right:1px;
	background-color:#F3F3F3;
	text-align:left;
}
.op-nav-box li a{ 
	/*
	display:block;
	width:100%;
	height:100%;
	*/
	text-align:left;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
	line-height:19px;
}
.op-nav-box li a:hover{
	text-decoration:underline;
}
.op-nav-box li span{
	text-align:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#69695F;
} 
.op-nav-home{
	width:62px;	
	background: url('../images/nav-home.png') no-repeat left top;
	border-top:solid 5px #949494;
	text-indent: -9999px;
}
.op-nav-servico{
	width:305px;
		padding-left:50px;
	background: url('../images/nav-servico2.png') no-repeat left top;
	border-top:solid 5px #0077BB;
}
.op-nav-servico a{	
	font-size:13px;
	margin:0 5px;
}
.op-nav-servico-barra{
	text-align:left;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
	line-height:19px;
	margin:0 7px;
}
.op-nav-consultas{
	width:175px;
		padding-left:46px;
	background: url('../images/nav-consultas.png') no-repeat left top;
	border-top:solid 5px #62AA46;
}
.op-nav-atendimento{
	width:220px;
		padding-left:45px;
	background: url('../images/nav-atendimento.png') no-repeat left top;
	border-top:solid 5px #708E58;
}
.op-nav-ajuda{
	width:205px;
		padding-left:58px;
	background: url('../images/nav-ajuda.png') no-repeat left top;
	border-top:solid 5px #5E8D87;
}

/* FOOTER */
#op-footer{
	width:100%;
	min-height:304px;
	border-top:solid 1px #D4D4D4;	
}

/* FOOTER - BARRA */
.op-footer-barra{
	width:100%;
	min-height:33px;
	background-color:#FFFFFF;
	border-top:solid 1px #D3D3D3;
}
.op-footer-barra-box{
	width:950px;
	margin:auto;
}
.op-footer-barra-box li{
	background: url('../images/bar-ft.png') no-repeat right center;
	float:left;
	padding:5px 14px 7px 0px;
	margin-right:12px;
}
.op-footer-barra-box a{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#474745;
}
.op-footer-barra-box a:hover{
	text-decoration:underline;
}

/* FOOTER - COLUNAS */
.op-footer-colunas{
	width:100%;
	min-height:269px;
	background-color:#EEEEEE;
	border-top:solid 1px #FFFFFF;
}
.op-footer-colunas-box{
	width:950px;
	margin:auto;
}
.op-footer-coluna{
	float:left;
	min-width:130px;
	padding-right:25px;
	text-align:left;
}
.op-footer-coluna li{
	min-height:19px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:left;
}
.op-footer-coluna a{
	color:#433B48;
}
.op-footer-coluna a:hover{
	text-decoration:underline;
}
.op-footer-coluna h3{
	margin-top:25px;
	margin-bottom:8px;	
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#66A346;
	text-align:left;
}
.op-footer-coluna h4{
	margin-top:17px;
	margin-bottom:5px;	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#5C615D;
	text-align:left;
}

/* CONTEUDO */
#op-conteudo{
	width:100%;
	float:left;
	margin-top:30px;
}
.op-conteudo-box{
	width:950px;
	margin:auto;	
}


















































/* CSS V2 */
#op-barra {
	background: #e4eaea;
}
#op-barra #login {
	background: url('../images/login_bg.jpg') no-repeat left top;
	display: block;
	width: 82px;
	height: 18px;
		padding: 5px 0 0 10px;
	margin-top: 5px;
	float: right;
	color: #fff;
	font: 12px Arial;	
	text-align:center;
}

.op-barra-cart {
	background: #62c63c url('images/cart_bg_up.jpg') no-repeat 190px 0;
	width: 210px;
	height: 25px;
	float: right;
	cursor: pointer;
	padding: 5px;
	font: 14px Arial;
	color: #fff;
	line-height: 25px;
	text-align:left;
}
.op-barra-cart.open {
background: #62c63c url('images/cart_bg_down.jpg') no-repeat 190px 0;
}
.op-barra-cart img {
	float: left;
	margin-right: 10px;
}
.op-barra-cart span {
	background: #fff;
	color: #196f67;
	padding: 5px 9px;
	border-radius: 4px;
	margin-right:4px;
}
.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 180px;
	position: relative;
	left: 540px;
}
.op-barra-cart-preview {
	width: 300px;
	background: #f3f9f1;
	position: relative;
	left: 648px;
	top: 35px;
	border: 1px solid #62c63c;
	border-top: 5px solid #62c63c;
	display: none;
}
.op-barra-cart-preview table {
	font: 12px Arial;
	width: 300px;
}
.op-barra-cart-preview td {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.op-barra-cart-preview table thead {
	color: #999999;
}
.op-barra-cart-preview .total td {
	border-top: 1px solid #62c63c;
}












/* CSS V3 - NOVO HEADER */
#op-barra{
	background-color:#E4EAEA;
}
.op-barra-cart {
	background: #196F67 url('../images/cart_bg_down2.jpg') no-repeat 192px 0;
	font: 14px Arial;
	color:#62C63C;
}
.op-barra-cart.open {
	background: #196F67 url('../images/cart_bg_up2.jpg') no-repeat 192px 0;
}
.op-barra-cart img {
	float: left;
	margin: 0 5px;
}
.op-barra-cart strong {
	color: #FFFFFF;
	font-weight:bold;
}
.op-barra-cart span {
	background: #62C63C;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:5px;
}
.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 500px;
	position: relative;
	left: 190px;
}
.op-barra-box .op-barra-info a {
	color:#196F67;
	font-weight:bold;
	font-size:12px;
}
.op-barra-box .op-barra-info a.op-sair {
	padding-left:12px;
	background: url('../images/sair2.png') no-repeat center left;
}
/* CSS V3 - NAV ATUAL */
.op-nav-box li.op-nav-atual{
	background-color:#E4ECE1;
}
.op-nav-consultas{
	background: url('../images/nav-consultas2.png') no-repeat left top;
}

.footer_info {
	clear: both;
	font-size: 11px;
	padding: 10px 0 0 0;
	color: #ffffff;
	line-height: 17px;
	margin: 0;
}

