/**************************************************************
   CSS Reset
**************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: #000000; background: #FFFFFF; }
ol, ul { list-style: none; }
table { border-collapse: separate; }
caption, th { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/**************************************************************
   Layout
**************************************************************/
body {
	background: url(../../imgs/header_bg_repeat.png) repeat-x #B8B8B8;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	text-align: left;
}

h1 { font-size: 23px; padding-bottom: 10px; }
p { margin: 12px 0 12px 0; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.center { margin: 0 auto; width: 890px; } /* Centraliza determinada área do Layout */

/**************************************************************
   Cabeçalho (topo, header)
**************************************************************/
#Header {
	background: url(../../imgs/header_bg_repeat.png) repeat-x;
	float: left;
	height: 222px;
	width: 100%;
}

.logo { float: left; padding-top: 90px; }
#Header .sep { float: left; padding-left: 34px;  }

/**************************************************************
   Navegação
**************************************************************/
#Navegacao {
	background: url(../../imgs/navegacao_bg.jpg) no-repeat left bottom;
	float: left;
	font-weight: bold;
	height: 74px;
	letter-spacing: 1px;
	padding: 120px 0 0 20px;
	text-transform: uppercase;
	width: 740px;
}

.menu ul, .sub_menu ul { float: left; width: 100%; }
.menu li, .sub_menu li { float: left; }

.menu span { float: left; padding-top: 14px; }

.menu a {
	color: #282828;
	float: left; 
	padding: 15px 0;
	text-align: center;
	width: 89px;
	/*height: 40px;*/
}
.menu .active, .menu a:hover {
	background: url(../../imgs/menu_active_bg.png) no-repeat;
	color: #D1E2EA;
	text-decoration: none;
	width: 89px;
}

.menu .sobre a { width: 111px; border: 0px solid red; }
.menu .sobre .active, .menu .sobre a:hover {
	background: url(../../imgs/menu_active_bg_sobre.png) no-repeat;
	width: 111px;
}

.menu .representantes a { width: 134px; }
.menu .representantes .active, .menu .representantes a:hover {
	background: url(../../imgs/menu_active_bg_representantes.png) no-repeat;
	width: 134px;
}

.sub_menu { float: left; padding-top: 5px; }
.sub_menu .active { color: #09387A; }
.sub_menu a { color: #282828; float: left; padding: 0 6px; }

/**************************************************************
   Destaque
**************************************************************/
#Destaque {
	background: url(../../imgs/destaque_top.jpg) no-repeat center #000;
	float: left;
	height: 343px;
	width: 100%;
}

/**************************************************************
   Conteúdo
**************************************************************/
#Content {
	background: url(../../imgs/content_bg_repeat.png) repeat-x;
	float: left;
	padding-top: 25px;
	width: 100%;
}

.box {
	background: url(../../imgs/box_sombra_bottom.png) no-repeat bottom center #B8B8B8;
	float: left;
	height: 125px;
	margin-right: 20px;
	width: 207px;
}

.last { margin-right: 0px; float: right; }

.box img { border: 1px solid #C2C2C2; height: 117px; width: 205px; }

.blogame { background: url(../../imgs/blogame.jpg) no-repeat bottom; }
.ama_natureza { background: url(../../imgs/ama_natureza.jpg) no-repeat bottom; }
.ruas_digitais { background: url(../../imgs/ruas_digitais.jpg) no-repeat bottom; }
.develop { background: url(../../imgs/develop.jpg) no-repeat bottom; }

.box a { float: left; height: 117px; width: 205px; }
.box a:hover { background-position: top; }

.box_destaque {
	background: url(../../imgs/box_home_bg.png) repeat-x;
	border: 1px solid #979797;
	float: left;
	height: 188px;
	margin-top: 46px;
	padding: 13px 25px 0 15px;
	width: 848px;
}

.box_destaque strong { float: left; width: 100%; }
.box_destaque p { float: left; width: 575px; }
.box_destaque img { border: 1px solid #858585; float: right; margin: 0; padding: 0; }

/**************************************************************
   Footer
**************************************************************/
#Footer { float: left; width: 100%; height: 200px; }

#Footer .center {
	background: url(../../imgs/footer_bg.png) no-repeat;
	height: 54px;
}

.more { float: right; font-weight: bold; padding: 65px 8px 20px 0; }
.more a { color: #363636 }
.more .parceiros { color: #09387A; }

.creditos, .copyright { float: left; padding-top: 5px; text-align: center; width: 100%; }
.creditos strong { color: #09387A; }
.copyright { font-size: 11px; }

.icon { float: left; padding-top: 15px; text-align: center; width: 100%; }

/****************************************************************************************************************************
   Info
     CSS Gerado por: A. G. BITS em 20-08-2009
     Última alteração: #Footer em 22-08-2009 por A. G. BITS
****************************************************************************************************************************/
