@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=BenchNine:400,300);

/* CSS Document */

img a{
	border:none;
}

body {
	background-color: #e5e5e4;
	color:#333;
	margin: 0px;
	padding: 0px;
	min-width:980px;
   background: #FFF;
	/* background:url(imagens/bg.png) center center fixed; */
/*      -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; */
	  font-family: 'BenchNine', sans-serif;
     font-size: 1.2em;
}

#topo {
	background-image: url(imagens/topo.png);
	background-position:top center;
	height: 242px;
	position:relative;
}

#logo{
	position:absolute;
	top:0;
}

.ac{
	width:980px;
	margin: 0 auto;
}

#slogan{
	margin-top:130px;
	margin-left:600px;
	position:absolute;
}

#container{
	  margin-top:-30px;
}

#menu{
	color:#35492c;
	line-height:38px;
	font-size:1.4em;
	margin-left:100px;
	margin-top:100px;
	width:270px;
	border:0px solid #003;
	display:block;
	float:left;
}

#conteudo{
	border-left:#d09333 solid 1px;
	display:block;
	top:0;
	min-height:400px;
	float:right;
	width:540px;
	margin-top:40px;
	padding-left:60px;
}



a{
	text-decoration:none;
	color:#d6ab69;
}

a:hover{
	text-decoration:none;
	color:#fd5a35;
}

small{
	color:#d6ab69

}

ul.menu > li > a{
   color:#35492c;
   }

#rodape{
	background:url(imagens/rodape_bg.png) center top;
	min-height:124px;
	margin-top:50px;
	clear:both;
}

h1{
font-family: 'BenchNine', sans-serif;
font-weight: 300;
color: #817664;
text-transform: uppercase;
}

h2{
	color:#cf9231;
}

/*Listagem arredondada*/
ol.rounded-list {
	counter-reset: li;/* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	margin-left:20px;
}

ol.rounded-list  ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

ol.rounded-list  li{
	margin-top:20px;
}


.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;
}

.rounded-list a:hover{
	background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);
}

.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #a59883;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

/* menu */
.menu {
	position:relative;
}

.menu li{
	position:relative;
}

.menu li ul{
	z-index:10;
	position:absolute;
	display:none;
	margin-left:100px;
	top:0;
	background-color:#c0b6a6;
	width:120px;
	font-size:0.9em;
	padding:10px 10px 10px 40px;
	color:#FFF;

	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
}

.menu li:hover ul{
	position:absolute;
	display:block;
}

.menu li ul li a{
	color:#FFF;
}

.menu li ul li a:hover{
	color:#35492c;
}

.menu > li:hover > a, .menu > li:hover {
	color:#817664;
}

.round{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #d6ab69;
	padding:15px;

}