/*
	22 JUN 2010 
	Fabiano Coelho
	AD2 Webdesign
*/
body {
	margin: 0px;
	color: white;
	font: 11px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	padding: 0;
}

.bg {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	height: 100%; 
}

#scrollable { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 2;
}

.indexpic {
	width: 730px;
	height: 243px;
	float: left;
}

.fixedHeight {
	height: 203px;
	float: left;
	width: 670px;
}

.loading {
	background-color: #FFFFFF;
	background-image: url(img/loading2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
	width: 390px;
}

.hidden {
	display: none;
}

/* @group header */

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header #logo {
	width: 316px;
	float: left;
}

#header #pic {
	width: 644px;
	float: left;
}



/* @end */

/* @group menu */

#coldiv {
	background-image: url(img/divbg.png);
	padding: 15px;
	display: none;
	font: 11px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: white;
}

#coldiv a {
	color: white;
	text-decoration: none;
}

#coldiv a:hover {
	color: #fccf00;
	text-decoration: none;
	border-bottom-style: none;
}

.menu {
	width: 211px;
	float: left;
	margin-right: 2px;
}

.links {
	margin-bottom: 2px;
	border-style: none;
}



/* @end */

/* @group footer */

.slogan {
	width: 960px;
	margin: 25px auto 30px;
}



/* @end */

/* @group contents */

#main {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 0px;
}

.contents {
	width: 730px;
	float: left;
	background-image: url(img/divbg.png);
	padding: 8px;
}

.blank {
	color: #4a4a4a;
	background-color: white;
	text-align: center;
	display: block;
	float: left;
	padding: 30px;
	width: 670px;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group fonts, links, cores */

.line18px {
	line-height: 18px;
}

.small {
	font-size: 10px;
	color: gray;
	letter-spacing: -1px;
}

.cad {
	text-decoration: none;
}

.orange {
	color: #fb6a00;
}

.dark-gray {
	color: #474747;	
}

a {
	color: #4a4a4a;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 20px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	letter-spacing: -1px;
}

h4 {
	color: #444;
	letter-spacing: -1px;
	font-size: 14px;
}

h6 {
	font-size: 12px;
	color: #555555;
	letter-spacing: -1px;
}



/* @end */

/* @group align, dimensions, margins */

.floatleft {
	float: left;
}

.noMargin {
	margin: 0;
	padding: 0;
}

.marginBot20px {
	margin-bottom: 20px;
}

.marginBot30px {
	margin-bottom: 30px;
}

.marginTop20px {
	margin-top: 20px;
}

.marginTop30px {
	margin-top: 30px;
}

.marginLeft50px {
	margin-left: 50px;
}

.alignleft {
	text-align: left;
}



/* @end */

/* @group lojas */

.ufdiv {
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cidadediv {
	width: 370px;
	float: left;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;	
}



/* @end */

/* @group forms */

.cadinput {
	font: 11px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	padding: 5px;
	border: 1px solid silver;
	color: #75757c;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}



/* @end */

/* @group noticias */

.moreNews-data {
	width: 70px;
	float: left;
}

.NewsImgLeft {
	margin-right: 22px;
	margin-bottom: 5px;
}
.NewsImgRight {
	margin-bottom: 5px;
	margin-left: 9px;
}

.news_data {
	color: white;
	letter-spacing: -1px;
	text-align: left;
	background: url(img/newsdivbg.gif) no-repeat left top;
	width: 50px;
	height: 55px;
	float: left;
	padding-top: 45px;
	padding-left: 13px;
	font: bold 20px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}

.news_txt {
	text-align: left;
	float: left;
	padding-top: 40px;
}



/* @end */