* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

html, body, #wrap {
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: Calibri, Arial, Tahoma, Verdana;
	font-size: 12px;
	background-image: url(../images/body_background.jpg);
	background-position: top center;
	background-repeat:repeat-x;
}

#wrap {
	height: auto; 
	min-height: 100%; 
}

#header {
	position: relative; 
	width: 730px;
	height: 90px;
	margin-left: 50%; 
	left: -365px;
}

.logo{
	position: relative;
	top: 33px;
}

#header_menu{
	padding-top: 63px;
	padding-right: 65px;
	list-style-type: none;
	float: right;
	font-size: 13px;
}

#header_menu li {
	text-transform: uppercase;
	padding-left: 20px;
	display: inline;
	float: left;
}

#header_menu li a {
	text-decoration: none;
	color:#000;
}

#header_menu li a:hover {
	text-decoration: underline;
	color: #00bfeb;
}

#main {
	padding-bottom: 60px; /* deve ser a mesma altura do rodapé */
}

#middle {
	position: relative; 
	width: 730px;
	height: 350px;
	margin-left: 50%; 
	left: -365px;
}

#destaque1{
	float: left;
	margin-top: 125px;
	width: 470px;
}

#destaque1 h1{
	color: #FFF;
	font-size: 55px;
	/*text-shadow: #000 0.1em 0.1em 0.1em;*/
}

#destaque1 h3{
	color: #FFF;
	font-size: 25px;
	/*text-shadow: #000 0.1em 0.1em 0.1em;*/
}

#destaque1 p{
	line-height: 20px;
}

#middle_acesso{
	width: 231px; 
	height: 250px;  
	float: right; 
	margin-top: 50px; 
	background-image: url("../images/background_acesso.png");
}

#middle_content{
	width: 188px; 
	margin-left: 22px; 
	margin-top: 48px;
}

#middle_content h1{
	color: #000;
	line-height: 15px;
	font-size:21px;
}

#middle_content h3{
	color: #00bfeb;
	font-weight:normal;
	font-size: 18px;
	padding-bottom: 5px;
}

#middle_bottom {
	position: relative; 
	width: 730px;
	margin-left: 50%; 
	left: -365px;
}

#middle_bottom form{
	text-align: right;
}

#middle_bottom h1{
	color: #000;
	line-height: 25px;
	font-size:29px;
}

#middle_bottom h3{
	color: #00bfeb;
	font-weight:normal;
	font-size: 12px;
	padding-bottom: 5px;
}

#middle_bottom input{
	border: 1px solid #999;
	width: 230px;
	height: 20px;
	margin-bottom: 6px;
}

#middle_bottom img{
	border: solid 1px #999}

#destaque2 {
	float: left;
	width: 230px;
	height: 85px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#destaque3 {
	float: left;
	width: 230px;
	height: 85px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#destaque4 {
	float: left;
	width: 230px;
	height: 85px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#bottom {
	position: relative;
	margin-top: -60px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height: 60px;
	clear:both;
	background-image:url(../images/bottom_background.png);
}

#footer {
	position: relative; 
	width: 730px;
	height: 60px;
	margin-left: 50%; 
	left: -365px;
	color:#666;
}

#footer_menu {
	padding-top: 10px;
	list-style-type: none;
	float: left;
}

#footer_menu li {
	text-transform: uppercase;
	padding-right: 10px;
	display: inline;
	float: left;
}

#footer_menu li a {
	text-decoration: none;
	color:#666;
}

#footer_menu li a:hover {
	text-decoration: underline;
	color: #CCC;
}

#footer p{
	position: relative;
	top: 10px;
	margin: 0px;
	text-align: right;
	float: right;
}

/* COMECO DAS PAGINAS INTERNAS */

#content {
	position: relative; 
	width: 730px;
	min-height: 400px;
	margin-left: 50%; 
	left: -365px;
	margin-top: 70px;
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
}

#content_middle {
	margin: 50px;
}

#content_middle h1 {
	margin: 0px;
	color: #00bfeb;
	text-transform: uppercase;
}

#content_middle h2 {
	padding-top: 8px;
}

#content_middle p {
	line-height: 16px;
}

#index {
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 50px;
}

#content_main {
	text-align: justify;
}

#cliente_info{
	width: 192px;
	padding-top: 15px;
	padding-right: 15px;
	float: left;
}

#cliente_info img{
	border: 1px solid #CCC;
}

#cliente_info p{
	padding-top: 2px;
	text-align: left;
}

#trabalhos_info{
	width: 192px;
	padding-top: 15px;
	padding-right: 15px;
}

#trabalhos_info img{
	border: 1px solid #CCC;
}

#trabalhos_info p{
	padding-top: 2px;
	text-align: left;
}