﻿* {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-color: #E9E9E9;
	margin-left:100px;
	padding-top: 20px;
	width: 800px;
	display: block;
}
a {
	text-decoration: none;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
.dot_line{
	background-image: url(images/dot_line.gif);
	background-repeat: repeat-x;
	display: block;
	height: 1px;
	width: 800px;
	clear: both;
}


/********** T O P O **********/
#topo{
	background-image: url(images/topo_cedar.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 800px;
}
.topo-img{
	background-image: url(images/topo_img.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	width: 800px;
}

/********** M E N U **********/
#menu{
	margin-top: 10px;
	border-bottom: dotted 1px #cccccc;
	height:30px;
	width: 800px;
}
.home{
	margin-right: 10px;
	float: left;
}
.quemsomos{
	margin-right: 10px;
	float: left;
}
.carteiras{
	margin-right: 10px;
	float: left;
}
.serviços{
	margin-right: 10px;
	float: left;
}
.trabalhe{
	margin-right: 10px;
	float: left;
}
.contato{
	margin-right: 10px;
	float: left;
}


/********** C O N T E Ú D O **********/
#conteudo{
	margin-top: 20px;
	display: block;
	width: 800px;
}
.box_saiba{
	background-image: url(images/bg_box.jpg);
	background-repeat: no-repeat;
	width: 210px;
	display: block;
	float: left;
	padding: 20px;
}
.box_parcerias{
	background-image: url(images/bg_box.jpg);
	background-repeat: no-repeat;
	width: 210px;
	display: block;
	float: left;
	margin-left: 25px;
	padding: 20px;
}
.box_contato{
	background-image: url(images/bg_box.jpg);
	background-repeat: no-repeat;
	width: 210px;
	display: block;
	padding: 20px;
	float: right;
}
.box_conteudo{
	background-image: url(images/bg_box_bg.jpg);
	background-repeat: no-repeat;
	width: 485px;
	display: block;
	float: left;
	padding: 20px;
}
.box_cont_quemsomos{
	background-image: url(images/bg_quemsomos.jpg);
	background-repeat: no-repeat;
	width: 485px;
	display: block;
	float: left;
	padding: 120px 20px 20px 20px;
}
.box_cont_carteiras{
	background-image: url(images/bg_carteiras.jpg);
	background-repeat: no-repeat;
	width: 485px;
	display: block;
	float: left;
	padding: 120px 20px 20px 20px;
}
.box_cont_servicos{
	background-image: url(images/bg_servicos.jpg);
	background-repeat: no-repeat;
	width: 485px;
	display: block;
	float: left;
	padding: 120px 20px 20px 20px;
}


/********** R O D A P É **********/
#rodape{
	margin-top: 10px;
	_margin-top: -5px;
	clear: both;
	width: 800px;
}
.left{
	float:left;
}
.right{
	float:right;
}