@charset "utf-8";
/* CSS Document */
body  {
	font: 12px Tahoma, Geneva, sans-serif;
	background: #C9E6FF;
	margin: 10px;
	padding: 0;
	text-align: center; 
	color: #fff;
}
.twoColElsLtHdr #container { 
	width: 990px;
	background: #20459D;
	margin: 0 auto;
	text-align: left;
} 
.twoColElsLtHdr #header { 
	background-image:url(IMG/header.png);
	background-repeat:repeat-x;
	height:28px;
} 
.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	float:left;
	background-image:url(IMG/menu_background.png);
	height:837px;
}
.twoColElsLtHdr #mainContent {
	margin: 25px 0px 0px 0px; 
	width:780px;
	float:right;
} 
.twoColElsLtHdr #footer { 
	width:990px;
	background-image:url(IMG/footer_background.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#000A92;
	height:52px;
} 



.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#left{
	float:left;
	background-image:url(IMG/menu_background.png);
	height:837px;
}

#left_content{
	margin-top:250px;
	margin-left:32px;
}

a:link {
	color:#fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
}

a:visited {
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
}

a:hover {
	color:#FF6;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
}

.TituloPag{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#fff;
	font-weight:400;
}

.TituloPagProdutos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#fff;
	font-weight:400;
}
.menu{
    color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#produtos{
	background:url(IMG/marcaDagua.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:16px;
}
.titProdutos{
	color:#FFFF99;
	font-size:18px;
	font-weight:bold;
}

