/* CSS Document */

/*  
Site Name: Dojo EN
Site URI: http://www.dojoen.com.br/
Description: css developed for use only at www.dojoen.com.br
Version: 1.0
Author: Andre Carneiro
Author URI: http://www.lenoxweb.com.br
*/


*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	text-decoration:none;
	word-spacing:.2em;
	line-height:1.5em;
	margin:0;
	padding:0;
}

a{color:#6b2c03; text-decoration:underline;}

body{background-color:#c2a700;}

strong{font-weight:normal;}
strong.b{font-weight:bold;}

.clearboth{
	padding-top:20px;
	clear:both;
}

p{margin:10px 0;}

/* Divs */

div#container{
	padding:0 0 0 20px;
	margin: 0 auto;
	height:auto;
	width:748px;
}

div#cabecalho{
	float:left;
	height:150px;
	width:726px;
	background: url(imagens/fundo-cabecalho.jpg) center center no-repeat;
}

div#assinatura{
	margin:5px 0 0 5px;
	background:url(imagens/lenoxweb-sign.jpg) center center no-repeat;
	text-indent:-2000em;
	float:left;
	height:18px;
	width:14px;
}

div#assinatura a{display:block;}

div#menu{
	float:left;	
	padding:5px 0 0 20px;
	height:23px;
	width:706px;
	background:url(imagens/fundo-menu.jpg) center center no-repeat;
	}

div#corpo{
	float:left;	
	padding: 20px;
	height:auto;
	width:686px;
	background:url(imagens/fundo-corpo.jpg) right bottom no-repeat #fff;}

div#rodape{
	float:left;	
	padding-top: 5px;
	height:21px;
	width:726px;
	text-align:center;
	background:url(imagens/fundo-rodape.jpg) center center no-repeat;
}

/* Titulos */

h1{
	position:absolute;
	margin:20px 0 0 30px;
	text-indent:-2000em;
	display:block;
	height:104px;
	width:175px;
	background:url(imagens/logo-dojoen.gif) center center no-repeat; 
}

h1 a {
	display:block;
	height:104px;
	width:175px;
}

h2{
	color: #803306;
	font-weight:bold;
	font-size: 18px;
	}

h3{
	margin-top:10px;
	color: #803306;
	font-weight:bold;
	font-size: 14px;
	}

/* Particularidades */

div#menu ul li{
	font-weight:bold;
	list-style-type:none;
	display:block;
	margin: 0 15px;
	float:left;
	}

div#menu ul li a{
	color:#fff;
}

div#corpo ul{margin-left:15px;}

div#rodape small{color:#fff;}
div#rodape a{color:#fff; text-decoration:underline;}

/* Form de contato */
fieldset{
	margin:10px;
	margin-left:50px;
	border:0;
}

label{
	margin-right:10px;
	width:70px;
	float:left;
	text-align:right;
}

input.bot_enviar, input.bot_apagar{
	font-weight:bold;
	height:30px;
}

input, textarea{
	color:#000000;
	background-color:#fff;
	border: 2px solid #3c1704;
}

input.bot_enviar{
	margin-left:80px;
}

/* Galeria de fotos */

dl.galeria-fotos{
	text-align:center;
	margin: 5px;
	height:180px;
	width:200px;
	float:left;
}

dl.galeria-fotos dt img{border:0;}

dl.galeria-fotos dd{
	margin-left:25px;
	width:150px;
}
