
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;	
	margin: 0;
	padding: 0;
 }

a{
	color: #0000ff;
	text-decoration: none;
 }

a:link{
	color: #0000ff;
	text-decoration: none;
 }

a:visited{
	color: #0000ff;
	text-decoration: none;
 }

a:hover{
	color: #ff0000;
	text-decoration: none;
 }

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 line-height: 1.2;
 color: #ff0000;
 margin: 0px;
 padding: 10px 0 10px 24px;
 }

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000066;
 margin: 0px;
 padding-left: 20px;
 }

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	background-color: #76c5f0;
	width: 100%;
	height: 80px;
	}

#header2{
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	}

#navBar{
	text-align: right;
	background: #ffffff;
	float: left;
	width: 130px;
	margin-top: 40px;
	}

#rightcol{
	font-style: italic;
	font-size: 80%;
  	float:right;
	width:25%;
	margin-left:-25%
	}

#content{
	font-size: 80%;
	line-height: 1.5;
	text-align: justify;
	margin: 0 25% 20px 158px;
	padding-right: 10px;
	border-right: 2px dotted #69c5f2;	
	}

#hora_preco{
	font-size: 80%;
	line-height: 1.5;
	margin: 0 0 4px 138px;	
	}

#equipamentos{
	font-size: 80%;
	line-height: 1.5;
	margin: 0 0 4px 138px;	
	}

#historico{
	font-size: 80%;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 4px 158px;	
	}


#footer{
	clear: both;
	background: #69c5f2;
	background-image: url("imagens/footer.gif");
	background-repeat: no-repeat;
	font-size: 80%;
	line-height: 1.2;
	padding: 4px 0 4px 160px;
	white-space: nowrap;
	}


/***********************************************/
/* .navBarLinks styles                        */
/***********************************************/

.navBarLinks
	{
	font-size: 80%;
	font-style: italic;
	margin: 10px 0 10px 0;
	border-bottom: 2px dotted #ff0000;
	}


.navBarLinks a:link
	{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
	}


.navBarLinks a:visited
	{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none
	}

.navBarLinks a:hover 
	{
	color: #ff0000;
	}


/***********************************************/
/* .table styles                               */
/***********************************************/


.table1 {
	border-collapse: collapse;
	}

.table1 td
	{
	text-align: center;
	border-width: 2px;
	padding: 10px;
	border-style: dotted;
	border-color: #ff0000
	}

.table2 {
	width: 98%;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 10px 10px;
	}

.table2 td
	{
	padding: 0 0 0 4px;
	border-top: 1px solid #87ceeb;
	}

td.right2 {
	text-align: right;
	}

.table3 {
	width: 95%;
	border-collapse: collapse;
	margin: 0 0 10px 20px;
	}

.table3 td
	{
	padding: 0 20px 0 24px;
	border-top: 1px solid #cccccc;
	}

tr.cinza_3
	{
	background-color: #dcdcdc;
	color: #000000;
	}

tr.branca3
	{
	background-color: #ffffff;
	color: #000000;
	}

td.right3
	{
	width: 100px;
	text-align: right;
	}

.table4 {
        width: 400px;
	border-collapse: collapse;
	}

.table4 td
	{
	border-width: 2px;
	padding: 10px;
	border-style: dotted;
	border-color: #ff0000
	}

.style1 {
 color: #FF0000;
 background-color: #FFFF00;
 font-weight: bold;
}

.style2 {
 color: #FF0000;
 font-weight: bold;
}

.style3 {
 color: #0000FF
}


/***********************************************/
/* .canto dobrado - pag.historico              */
/***********************************************/

.curlycontainer
	{
	border: 1px solid #b8b8b8;
	margin: 20px 0 20px 0;
	width: 99%;
	}

.curlycontainer .innerdiv
	{
	background: transparent url(imagens/canto.gif) top left no-repeat;
	position: relative;
	right: 2px;
	bottom: 2px;
	padding: 20px 50px 20px 50px;
	}

.cliente5000 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}