/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body{
	height:100%;
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial,sans-serif;
	color: #000000;
	overflow:hidden;
	/*background:#999999;*/
	background-image:url(/image/25original.gif)
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration:underline ;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar{
	/*min-height: 95%;
	height:auto !important; */
	height:95%;
	margin: 0 75% 0 0;
}

#content{
	/*min-height: 95%;
	height:auto !important;*/
	height:95% ;
	float:right;
	width: 78%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#slideshow{
	height:100%;
}

#doContato, #doEmpresa{
	margin: 0 3% 0 0;
	text-align:center;
}

#doLogo {
	position:absolute;
	bottom:5%;
	right:3%;
}

#doMenu {
	position:absolute;
	bottom:10%;
	right:80%;
}

#doBanner{
	text-align:right;
}
#siteInfo{
	font-size: 80%;
	color: #000000;
	padding:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

