/*----------------------------------------
Name: index.css
Developed by: Juliano Medeiros Coimbra
Date Created: 20/06/2009
Copyright: CSM Decor
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("../js/dojo/resources/dojo.css");

/* Layouts das divs
----------------------------------------*/
#site {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
	background-color:white;
}
#topo {
	height: 97px;
	background-color: white;
}
#logo {
	width: 241px;
	float: left;
	margin-top: 14px;
}
#menu {
	float: right;
	height: 54px;
	width: 546px; /* (91px * [no. de opções do menu]) */
	margin-top: 39px;
	margin-right: 72px;
	border-bottom: 4px solid #4c1510;
	text-align: center;
}
#menu .btn {
	padding-top: 25px;
	height: 54px;
	width: 91px;
	float: right;
	background: url('../images/menu_claro.jpg') top left no-repeat;
}
#menu .btn:hover {
	background: url('../images/menu_escuro.jpg') top left no-repeat;
}

#menu a
{
	font-family: arial, tahoma;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#menu a:hover {
	color: #881b06;
	outline:0;
}
.imgEsq {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.textDiv {
	height: 85px;
}
#footer {
	background: url(../images/rodape.jpg) left top repeat-y;
	background-color: #c1c0be;
	width: 900px;
	margin: 0 auto;
	height: 43px;
	border-top: 1px solid #FFFFFF;
}
#footer img {float: right; margin: 5px 90px 0 0}
#copyright {
	position: absolute;
	margin-left: 80px;
	float: left;
}
#copyright p {color: white;}

#indice {
	width: 900px;
	height: 443px;
	background: url('../images/imagem.jpg') no-repeat top left;
}

#imageA
{
	position: absolute;
	z-index:50;
}
#imageB
{
	position: absolute;
}
#arqdec {
	position: relative;
	top: 369px;
	left: 620px;
}

#formCadastro
{
	width: 30em;
	height: 210px;
}

#loja
{
	position:absolute;
	width: 500px;
	margin: 0 200px;
	z-index:50;
}
#contato
{
	position:absolute;
	z-index:50;
	width: 450px;
	margin: 10px 225px;
}
#fundo {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: -100;
}

/* Cadastro
----------------------------------------*/
#cadastro
{
	width: 900px;
	height: 300px;
	background-color: white;
}
#login
{
	width: 900px;
	height: 340px;
	background-color: white;
}
#mainContainer
{
	width: 900px;
	background-color: #FFFFFF;
}
#conteudo
{
	width: 900px;
	background-color: #FFFFFF;
}
#validacao
{
	margin: 21px 300px;
}

#painel
{
	width:650px;
	background-color: #FFFFFF;
	margin-left: 250px;
}
.grande
{
	border: green 1px solid;
	padding-left: 12px;
}

#produtos
{
	width: 900px;
}

/* Construção do menu Lateral
----------------------------------------*/
#menu_cadastro
{
	width:120px;
	float: left;
	background-color: #FFFED0;
	margin-top:30px;
	margin-left: 30px;
	border: 1px dotted orange;
	padding-left: 3px;
	position: fixed;
}
	/* Nav
	----------------------------------------*/
	ul#nav
	{
		font-family: Helvetica, times, arial;
		color: #FF8705;
		font-weight:bold;
		margin:0;
		padding:0;
		text-decoration:none;
	}
	
	ul#nav li {list-style-type:none;}
	ul#nav li a {text-decoration:none;}
	ul#nav li a:hover, ul#nav li a:active 
	{
		color: #FF8705;
		text-decoration:underline;
	}