/* CSS Document */

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

strong{font-weight:normal;}
strong.b{font-weight:bold;}
body {background:url(imagens/body-background.jpg) top repeat-x #252c34;}
.clearboth{padding-top:20px;clear:both;}

/* DIVS */

.divbg{width:748px; height:180px; border:1px solid #000; border-top:0; background:#fff;}
.bg1{background:url(imagens/bg1.jpg) center center no-repeat;}
.bg2{background:url(imagens/bg2.jpg) center center no-repeat;}
.bg3{background:url(imagens/bg3.jpg) center center no-repeat;}
.bg4{background:url(imagens/bg4.jpg) center center no-repeat;}
.bg5{background:url(imagens/bg5.jpg) center center no-repeat;}
.bg6{background:url(imagens/bg6.jpg) center center no-repeat;}
.bg7{background:url(imagens/bg7.jpg) center center no-repeat;}

div#container, div#menu {
	width:750px;
}

div#container{
	margin: 0 auto;
	margin-top:10px;
}

div#cabecalho{
	height:100px;
	background:#fff;
	border:1px solid #000;
	border-bottom:0;
}

div#menu {
	float:left;
	height:25px;
	width: 748px;
	border:1px solid #000;
	border-top:0;
	background-color:#fff;
}

div#links_home{
	padding-left:510px;
	background-color:#fff;
}

div#corpo{
	float:left;
	width:708px;
	padding:0 20px;
	height:auto;
	margin-top:0px;
	background:#fff;
	border: 1px solid #000;
	border-bottom:0;
	border-top:0;
}

div#footer{
	width:728px;
	height:25px;
	clear:both;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	background:#fff;
	border:1px solid #000;
	border-top:1px solid #ccc;
	margin-bottom:10px;
}

div#footer small{
	color:#000;
	font-size:10px;
}

/* Titulos */

h1{
	position:relative;
	top:0px; left:10px;
	text-indent:-5000em;
	background:url(imagens/logo.jpg) no-repeat;
	width:180px;
	height:100px;
}

h1 a{width:180px; height:100px; display:block;}

h2{
	color:#252c34;
	padding-top:20px;
	padding-left:5px;
	font-size:18px;
	font-weight:bolder;
	letter-spacing:.1em;
}

h3{
	color:#252c34;
	padding:5px;
	font-size:12px;
	font-weight:bolder;
	letter-spacing:.05em;
}

/* Outras definicoes para corpo */

form{
	margin-top:20px;
}

table{
	border:0px;
	width:100%;
}

table thead tr td{
	padding:5px;
	font-weight:bold;
	color:#fff;
	background-color:#a9b3a6;
}

table tbody tr td{
	padding:10px;
	background-color:#e7eae3;
}

table tbody tr td p{
	text-align:left;
}

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 #000;
}

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

p{
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}

/* Links Home */

div#links_home li{
    text-align:right;
	padding-right:10px;
	float:right;
	width:100px;
}

/*Menu*/

div#menu ul{
	margin-left:-5px;
}

div#menu ul li {
	font-variant:small-caps;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	border-right:#000 solid thin;
	display:inline;
}

div#menu ul li.last {
	border:0;
}

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

div#menu ul li a:hover {
	color:#ff0000;
}

/*Fim do Menu*/

/* Imagens */

div#corpo img{
	padding:5px;
	border-top:1px solid #999;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #999;
}

div#links_home img{
	border:0;
}

/* Links */

div#menu a{
	text-decoration:none;
}

a{
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}

a:visited{color:#c62828;}

div#footer a{color:#000; font-size:10px;}

/* Listas */

li{
	padding-left:20px;
	list-style:none;
	line-height:25px;
}

/* Definition Lists */

dl.perfil, dl.portfolio, dl.anuncios{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	float:left;
	height:160px;
}

dl.anuncios{
	width:220px;
}

dl.perfil {
	width:120px;
	margin:10px 0 0 25px;
}

dl.perfil dt {
	width:110px;
	height:110px;
}

dl.portfolio{
	width:220px;
	margin-bottom:20px;
}

dl.anuncios{
	height:190px;
}

dl dd {
	margin-top:5px;
	text-align:center;
	font-size:10px;
}
