body {
	margin:0;
	padding:0;
	text-align:center;
	background:url("../images/background.jpg") #AFD0E1 repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	color:#3c8ac3;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

h2 {
	margin:0;
	padding:0;
	color:#3c8ac3;
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
}

#container {
	width:974px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background:url("../images/bg_center.png") repeat-y;
}

#header {
	width:974px;
	height:243px;
	background:url("../images/bg_header.png") no-repeat;
}

#logo {
	width:211px;
	height:243px;
	float:left;
	margin-left:35px;
}

#telefone {
	width:600px;
	height:85px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	float:right;
	margin-right:35px;
	padding-top:20px;
	color:#333;
}

#menu {
	width:690px;
	height:auto;
	float:right;
	margin-right:10px;
	margin-top:8px;
	text-align:left;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	display:inline;
	margin-right:8px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#menu a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#menu a:hover {
	color:#3c8ac3;
}

#center_left {
	width:190px;
	height:483px;
	float:left;
	margin-left:35px;
	margin-bottom:15px;
	background:url("../images/quadrados_degrade.png") repeat-x;
}

#center_right {
	width:677px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-90px;
	float:right;
	margin-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:12px;
}

#center_right ul {
	padding-left:15px;
}

/* Pop-up \*/

#pop{
	position:fixed;
    z-index: 9999;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
	background:url("../images/pop_bg.png");
    text-align: right;
}

#pop2{
	margin:auto;
	margin-top:150px;
	width:400px;
	height:262px;
	padding-top:110px;
	padding-left:25px;
	padding-right:25px;
	background:url("../images/pop_bg2.png") no-repeat;
	text-align:center;
	font-size:20px;
}

.pop_link {
	width:85px;
    height:30px;
	margin-left:155px;
	font-size:12px;
	float:left;
	margin-top:10px;
	line-height:25px;
	color:#f0f0f0;
	font-weight:bold;
}

.servicos {
	width:160px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#000;
	color:#FFF;
}

#slideshow {
	width:677px;
	height:223px;
}

#banners {
	width:677px;
	height:196px;
	text-align:right;
}

#banners img {
	margin-left:15px;
}

.destaque_contato {
	color:#3c8ac3;
}

.form_campos {
	width:265px;
	float:right;
}

.form_campos2 {
	width:665px;
	height:100px;
	float:right;
}

.form_campos3 {
	width:614px;
	float:right;
}

.form_botao {
	float:right;
}

a.link_right {
	padding:5px;
	border:solid 1px #CCC;
	background:#e5e5e5;
	margin-top:5px;
	margin-right:5px;
	color:#3C8AC3;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	float:left;
}

a.link_right:hover {
	background:#000;
	color:#FFF;
}

label.error { 
	float: right;
	text-align:right;
	color:#ce000c;
	font-size: 10px !important;
	font-weight:normal;
}

#footer {
	width:943px;
	height:43px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	clear:both;
	background:url("../images/footer.png") repeat-x;
}