@charset "utf-8";
/*  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''  */
/*		PROJETO:                		                        */
/*		DESENVOLVIMENTO: 		SANDBOX MÍDIAS INTERATIVAS      */
/*                       		www.sandbox.com.br              */
/*		DESENVOLVEDORES:                                 		*/
/*                       		Cristiano Kurt Ritzke           */
/*		DATA INICIO:     		28/04/2009                      */
/*		ÚLTIMA ATUALIZAÇÃO:		28/04/2009                      */
/*  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''  */


/* estrutura __________________________________________________________ */
* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

html, body, #container {
	height: 100%; 
}

body > #container { 
	height: auto; 
	min-height: 100%; 
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
}

#header {
	height: 66px;
	padding: 30px 0px 0px 0px;
}

#content { 
	padding-bottom: 47px; 
	width: 970px;
	margin: 0px auto;
}

#footer { 
	clear: both; 
	position: relative;
	z-index: 10; 
	height: 47px; 
	margin-top: -47px; 
}

#footer-wrapper { 
	width: 970px;
	height: 47px;
	margin: 0px auto;
}


/* menu principal _____________________________________________________ */
.menu {
	height: 45px;
	width: 650px;
	float: right;
	margin: 8px 0px 0px 0px;
}
.menu ul {
	float: right;
	list-style-type: none;
	margin: 0px;
}
.menu ul li span {
	display: none;
}
.menu ul li img {
	border: none;
}
.menu ul li {
	float: left;
	height: 35px;
	display: block;
	margin: 0px 5px 0px 0px;
}
.menu ul li:hover {
}
.menu ul li a {
	color: #664422;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.menu ul li a:hover {
	color: #9c0000;
}



/* UMA COLUNAS _______________________________________________________________ */
.umaColuna {
	overflow: hidden;
	padding: 35px 20px 40px 20px;
}


/* DUAS COLUNAS ______________________________________________________________ */
.duasColunas {
	width: 100%;
	overflow: hidden;
	padding: 35px 0px 0px 0px;
}
.duasColunasLeft {
	float: left;
	width: 445px;
	padding: 0px 20px 0px 20px;
}
.duasColunasRight {
	float: right;
	width: 445px;
	padding: 0px 20px 0px 20px;
}




/* tres colunas _______________________________________________________ */
.threeColumns {
	float: right;
	width: 100%;
	padding: 14px 0px 20px 0px;
}
.threeColumns .threeColumnsLeft {
	float: left;
	height: 165px;
	width: 275px;
	padding: 20px 20px 0px 10px;
	margin: 0px 0px 1px 0px;
	background: url(../images/div_vertical_line.gif) repeat-y top right;
}
.threeColumns .threeColumnsMiddle {
	height: 165px;
	margin: 1px 340px 1px 305px;
	padding: 20px 20px 0px 30px;
	background: url(../images/div_vertical_line.gif) repeat-y top right;
}
.threeColumns .threeColumnsRight {
	height: 165px;
	float: right;
	width: 300px;
	padding: 20px 10px 0px 30px;
	margin: 0px 0px 1px 0px;
}