@charset "utf-8";
/* tags  */

object {
outline:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #595959;
}
h1, h2, h3, h4, h5, h6, ul, li, div, img, p {
	margin: 0px;
	padding: 0px;
}
h2 {
	color:#fff;
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0.5em;
}

ol {
	color:#f15018;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	left:-42px;
	position:relative;
	top:-14px;
	font-weight: bold;
}

ol p {
	display:inline;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

ol li {
	list-style-position:inside;
}

ol li img{
	margin-top:10px;
	margin-bottom:10px;
}

.destaque {
color:#FFFFFF;
display:block;
font-weight:bold;
margin-bottom:0.3em;
}


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


a:link{color:#fff;}      /* unvisited link */
a:visited{color:#fff;}  /* visited link */
a:hover{color:#f15018;}  /* mouse over link */
a:active{color:#f15018;}  /* selected link */


a img {
    border:none;
}



/* classes   */



.nobullet {
	list-style-type: none;
}

#conteudo a img.no_top {
	margin-top:0px;
}

#header li.selected a{
	color:#f15018;
	font-weight:bold;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}

/* IDs  */

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-bottom-style: solid;
	border-bottom-color: #f15018;
	border-bottom-width: 1px;
	padding-top: 22px;
	padding-bottom: 10px;
	margin-bottom: 22px;
	height:65px;
}
#topo {
	clear:both;
}
#umacoluna {
	clear:both;
	overflow:hidden;
}
#footer {
	clear:both;
	height:190px;
	overflow:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	border-top-color: #f15018;
}
#menulateral {
	float: left;
	width: 245px;
	padding-right:25px;
	margin-top:18px;
}
#conteudo, #form {
	float: left;
	width: 653px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6a6a6a;
	padding-left:25px;
	margin-top:18px;
}


#conteudo, #form{
	height:350px;
		margin-bottom:30px;
}

#umacoluna,#flash{
	margin-bottom:30px;
	height:368px;
}

/* declarações */
#header ul {
	float:right;
}
#header img {
	float:left;
}
#header ul {
	position: relative;
	top: 44px;
}
#header li {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	margin-left: 40px;
}
#topo img {
	margin-right:22px;
}
#topo p {
	width:400px;
}
#umacoluna ul {
	width:100%;
	margin: 0px;
	padding: 0px;
}
#umacoluna li {
	background-color: #414141;
	float: left;
	height: 170px;
	width: 276px;
	margin-right: 22px;
	padding-top: 22px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 22px;
	display: block;
	list-style-type: none;
	margin-top: 75px;
}

#umacoluna li.last{
   margin-right:0px;	
}



#conteudo img {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;

}
#conteudo ul {
	font-family: Verdana, Geneva, sans-serif;
	color:#fff;
}

#conteudo ul p span {
	color: #ff4747;
	font-size: 14px;
}

#equipe {
	position:relative;
	padding:0;
	margin:0;
}

#equipe li {
background-color:#313131;
display:inline;
float:left;
height:440px;
margin-right:5px;
width:214px;
}

#equipe li:last-child{
	width:214px;
	display:inline;
		float:left;
	background-color:#313131;
	margin-right:0px;
}

#equipe li img{
	float:left;
		margin-bottom:10px;
		margin-left:10px;
}


#equipe li p{
		padding:10px;
}

#equipe li.last{
		margin-right:0px;
}


#conteudo #atelier_img {
float:left;
margin-top:0px;
margin-bottom:10px;
}


