
html, body{ 
	background-image: url("../images/common/branco/bg.png");
	background-repeat: repeat-x;
	background-attachment:fixed; 
} 

#footer {
	*margin-top:-20px;
	margin-top: -20px;
}

#pagewidth{ 
	background-image: url("../images/common/branco/sombra.png");
} 

#logo{ 
	background-image:url("../images/common/branco/logo.png");
} 

#main{
	background-image:url("../images/common/branco/main_bg.png");
	background-repeat:repeat;
display:table;
padding-top:30px;
width:100%;
*height:100%;
}

#bottom{
	top: -38px;
	background-image:url("../images/common/branco/bottom_bg.png");
	background-repeat:no-repeat;
}

h1, h2, h3, h4, h5 { padding:0px; margin:0px; }

h1 {font-size: 30px; font-weight: normal; color: #666666; margin-bottom:15px;}
h2 {font-size: 18px; font-weight: normal; color: #666666;  padding-top:10px; width:100%; display:block; border-bottom:1px solid white;}
h3 {font-size: 12px; color: #1B182E;   padding-top:10px;  border-bottom:1px solid #1B182E;}
h5 {font-size: 9px; font-weight: normal; color: #f2f2f2; }

h3 img { padding:2px 5px 2px 0px; }

p { font-size: 11px; color: #333333; line-height: 15px;}

#maincol {
	width: 550px;
	float: left; 
	padding:0px 20px 10px 20px;
}

#sidecol {
	width: 235px;
	float: right;
}

 #sidecol address {
	margin: 0 0 10px 0;
	font-style: normal; }

/*-- Form contato ------------------------------------------------------------*/
label, .label {
	color: #1B182E;
	font-weight: bold; }

 form {
	float: left;
	width: 580px;
	font-size: 0.85em; }

 form .input {
	width: 580px;
	margin: 2px 0 8px 0; }

 form #email { margin-bottom: 18px; }
 form .button { float: right; }

ul li {
	margin:0px 0px 0px 0px; padding:0px; 
	color: #666666;
	margin-left: -25px;
}
