@charset "utf-8";
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	height: 100%;
}


body a:link, a:active, a:visited{
	text-decoration:none;
	color:#333333;
}

body a:hover{
	text-decoration:underline;
}

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

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
}

h2 {
	font-size: 22px;
	color: #996600;
	line-height: 22px;
}

h2.azul {
	color: #0066CC;
}

hr {
	height: 1px;
	padding-top: 10px;
	color: #ebebeb
	}

#container_home {
	background:#FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-left: 350px;
	width: 650px;
	min-height: 500px;
	z-index: 5;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#rodape {
	background-image: url(images/sombra_cont_foot.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 640px;
	height: 70px;
	padding: 5px;
	position: absolute;
	bottom: -80px;
	text-align: right;
	}
	
#logo_top {
	background-image: url(images/logo_topo.png);
	height: 350px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
}

#sombra_container_esq {
	width: 15px;
	position: absolute;
	margin-top: 0px;
	margin-left: 335px;
	z-index: 3;
}

#sombra_container_dir {
	width: 15px;
	position: absolute;
	margin-top: 0px;
	margin-left: 1000px;
	z-index: 4;
}
			
.borda_1px_996600 {
	border-width: 1px;
	border-style: solid;
	border-color: #996600;
	font-size: 11px;
	background-color: #FFFFFF;
}

.caixas_form {
	border-width: 1px;
	border-style: solid;
	border-color: #996600;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#menu_left {
	position: absolute;
	width: 140px;
	left: 195px;
	top: 300px;
	z-index: 7;
}

#menu_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: "trebuchet ms", Verdana, sans-serif;
	font-size: 11px;
}

#menu_left li {
	list-style: none;
}

#menu_left li a {
	display: block;
	margin:1px;
	width: 140px;
	padding-right: 15px;
	text-decoration:none;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
#menu_left li a:visited {
	color: #000; 
}

#menu_left li a:hover {
	background-image:url(images/bkg_bt_roll.png);
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	width: 140px;
}

#menuver li a:active { 
	color: #000; 
}

#depoimentos {
	position:absolute;
	left:18px;
	top:601px;
	width:300px;
	height:298px;
	z-index:6;
}

#depoimentos p{
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	text-align: right;
}
#endereco {
	position:absolute;
	left:147px;
	top:510px;
	width:190px;
	height:55px;
	z-index:8;
	font-size: 11px;
	text-align:right;
	line-height: 12px;
}
#banner_home {
	position:absolute;
	left:740px;
	top:280px;
	width:200px;
	height:400px;
	z-index:9;
	margin-left: 30px;
}

#menu_graf {
	position:absolute;
	left:490px;
	top:85px;
	width:130px;
	height:140px;
	float: inherit;
	clear: none;
	border-left-width: 1px;
}

#menu_graf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: "trebuchet ms", Verdana, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
#menu_graf li a:hover {
	color: #000;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
}

#menu_graf li a {
	display: block;
	margin:1px;
	text-decoration:none;
	color: #cc0000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
#menu_graf li a:visited {
	color: #000; 
}

#conteudo_home {
	padding: 30px;
	width: 590px;
	position: relative;
}

.image_margem30_esq{
	float: right;
	margin-left: 30px;
}

.image_margem30_dir{
margin-right: 30px;
float: left;
}

.cliente_job {
font-size: 11px;
color:#666666;
margin-top: 10px;
margin-bottom:40px;
}
