@charset "utf-8";

*{
	font-family:"Century Gothic",Arial;
	font-size:10pt;
	margin:0;
	border:0;
	padding:0;	
	list-style:none;		
}

header, nav, figure, footer, section, aside, article, hgroup {
	display: block;
}

p{
	margin-bottom:1em;	
}

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

body{
	background:url(../img/padrao/bgBody.png) no-repeat left top;	
}

#left{
    float:left;
    width:220px;
    margin-top: 105px;
}

#navMenu{
    margin: 45px 0 0 70px;    
}

#navMenu a{
    padding-bottom: 25px;
    display: block;
    text-transform: uppercase;
    color:#000;
    text-decoration: none;
    letter-spacing: 1px;
}

#navMenu a:hover{
    color:#517e92;
}

#container{
    width:1000px;
    margin: 0 auto;
    min-height: 400px;
}

#conteudo{
    width:692px;
    float: right;
    margin-top: 50px;
}

.boxFotos{
    width:630px;
    height: 620px;
    position: relative;
	margin-bottom: 20px;   
}

#slide_container{
    margin-bottom: 20px;   
}
	#apre{
		height: 620px;
	}

.boxFotos .boxFotosInside{
    overflow: hidden;
    width:630px;
    height: 620px;
    position: relative;
}

.boxFotos .anterior{
    position: absolute;
    left:-30px;
    top:50%;
    margin-top: -12px;
    cursor: pointer;
}

.boxFotos .proximo{
    position: absolute;
    right:-30px;
    top:50%;
    margin-top: -12px;
    cursor: pointer;
}
footer{
	padding:10px 0 0 310px;
	border-top: 1px solid #ddd;
	}
.skype{
	background:url(../img/padrao/skype.png) no-repeat left center;
	padding-left:15px;
	}
/*CLASSES*/

.clear{
	clear:both;	
}

.floatLeft{
	float:left;
	margin-right:10px;	
}