/* ==========================================================================================  
   www.planmeca.com.br | css stylesheet
========================================================================================== */


/* ========================================================================================== 
	 HTML GERAL
========================================================================================== */

* { margin: 0px; padding: 0px; }

html,body { height: 100%; } /*-- viewport --*/

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url("images/utils/bckgrad.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center; /*-- IE hack --*/
}


h2 {
	margin-bottom: 15px;
	padding: 5px 0px 5px 0px;
	color: #000066;
	font-size: 22px;
	line-height: 26px;
	font-weight: lighter;
	border-color: #EAEAEA;
	border-width: 1px;
	border-style: none none solid none;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 18px;
}

h4 {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}

img   { border: 0px; }

table { margin: 0px; padding: 0px; border: 0px; }

p { padding-bottom: 10px; }

a, a:visited { color: #666666; text-decoration: none; }
a:hover { color: #000066; text-decoration: underline; }

ul { margin: 10px 0px 10px 20px; }
ul li { padding-bottom: 5px; }

hr {
	margin: 0px;
	padding-bottom: 15px; 
	border: 1px;
	border-style: solid none none none;
	border-color: #EAEAEA;
	clear: both;
	}


/* ========================================================================================== 
	 ESTRUTURA
========================================================================================== */
#container {
/* -- min-height 100% = viewport -- */
/* -- height: auto!important = hack para IE -- */
/* -- a margin-bottom negativa (-??px) equivale ao height do footer -- */
	width: 975px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto -20px;
	text-align: left;
	background-color: #FFFFFF;
}

#content {
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#header {  
	width: 100%;
	height: 100px;
	float: left;
	border-bottom: 1px solid #EAEAEA;
	background-image: url('http://www.planmeca.com.br/images/barrasuperior/menuart.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

#leftcol {
	width: 210px;
	padding-left: 10px; padding-right: 10px; padding-bottom: 10px; padding-top: 10px;
	float: left;
	display: inline;
/*	background-color: gray; */
}

#rightcol {
	width: 700px;
	padding: 10px 20px 10px 20px;
	float: right;
	display: inline;
	border-left: 1px solid #EAEAEA;
/*	background-color: green; */
}

#footerpad {
/* -- height = deve ser igual ao height do footer -- */
	width: 960px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	clear: both;
	background-color: #FFFFFF;
}

#footer {
	width: 960px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	border-top: 1px solid #000066;
	background-color: #FFFFFF;
}

#logo {
	margin-top: -35px;
}

#nav {
	width: 945px;
	float: left;
	padding: 8px 0px 8px 15px;
	font-size: 10px;
	line-height: 10px;
	border-bottom: 1px solid #EAEAEA;
}

/* ========================================================================================== 
	 MENU
========================================================================================== */

#menu ul {
	width: 210px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: block;
	list-style-type: none;
}

#menu ul li {
	padding: 0px 0px 0px 5px;
	border-width: 1px;
	border-color: #DFDFDF;
	border-style: none none solid none;
}

#menu ul li.top {
	border-width: 1px;
	border-color: #DFDFDF; 
	border-style: solid none solid none;
}

#menu ul li a {
	width: 100%;
	display: block;
	margin: 0px 0px 0px -5px;
	padding: 8px 0px 8px 5px;
	color: #666666; 
}

#menu ul li a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #F7F7F7;
}

#menu ul li a.current {
	margin: 0px 0px 0px -5px;
	padding: 8px 0px 8px 5px;
	color: #000066;
	cursor: default;
	background-color: #F5F5F5;
}

#menu ul li a.subcurrent {
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 8px 5px;
	color: #666666;
	cursor: default;
	background-color: #F5F5F5;
}

#menu ul li a.sub {
	width: 100%;
	display: block;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 8px 5px;
	color: #666666;
	background-color: #F5F5F5;	 
}

#menu ul li a.sub:hover {
	color: #000066;
	text-decoration: none;
}


/* ========================================================================================== 
	 FLOATS
========================================================================================== */

.fltfull {
	/* largura full da right column em todas as páginas */
	width: 690px;
	padding: 0px 10px 10px 0px;
	display: inline;
	float: left;
	clear: both;
}

.fltleft {
	/* coluna para ícone dentro da right column na homepage*/
	width: 70px;
	padding-bottom: 15px;
	display: inline;
	float: left;
}

.fltright {
	/* coluna para texto dentro da right column na homepage*/
	width: 610px;
	padding: 0px 10px 15px 0px;
	display: inline;
	float: right;
}

.colleft {
	/* coluna para figuras dentro da right column nas páginas de conteúdo */
	width: 220px;
	padding: 3px 0px 15px 0px;
	display: inline;
	float: left;
}

.colright {
	/* coluna para textos dentro da right column nas páginas de conteúdo */
	width: 460px;
	padding: 0px 10px 15px 0px;
	display: inline;
	float: right;
}

.hpbanner {
	width: 690px;
	margin: 0px 0px 10px 0px;
	padding: 10px 3px 3px 3px;
	float: left;
	display: inline;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
}



/* ========================================================================================== 
	 ClASSES GERAIS - TXT & COLOR
========================================================================================== */

.txtred { color: #CC0000; }
.txtblack { color: #000000; } 
.txtunder { text-decoration: underline; }
.txtnounder { text-decoration: none; }

.right { text-align: right; }
.center { text-align: center; } 

.small { font-size: 10px; line-height: 13px; }

.address {
	padding-left: 17px;
	font-size: 11px;
	line-height: 14px;
}


.txtmain {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}

.txtnews	{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	}

.txtsect	{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	}

.txtsubt	{
	color: #000000;
	}

.txtrecdir	{
	color: #000000;
	font-size: 12px;
	padding: 0 10px 0 0;
	}

.txtrecesq	{
	color: #000000;
	font-size: 12px;
	padding: 0 0 0 10px;
	}

.txteye {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.txteyerecesq {
	color: #000000;
	font-size: 14px;
	padding: 0 0 0 10px;
	line-height: 20px;
}

.txttabln {
	line-height: 20px;
	padding: 0 0 0 5px;
}
	
.linkbox {
	margin: 0px 0px 15px 0px;
	padding: 4px 8px 4px 8px;
	background-color: #EEF1F9;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid none solid none;
}

.tabback 	{
		background-repeat: no-repeat;
		background-image: url(pgplbrasil/mapamundi.gif);
		}

.copyright	{
		font-size: 9px;
		line-height: 10px;
		}

.backgray { background-color: #CCCCCC; }


.leftsect	{
		font-size: 12px;
		font-weight: bold;
		}

.rightmenu	{ font-size: 11px; }

.rightsect	{
		font-size: 13px;
		font-weight: bold;
		}


