body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{

	/* Page reset */

	margin:0px;

	padding:0px;

}



body{
	/* Setting default text color, background and a font stack */

	color:#444444;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;

}



/* Gallery styles */



#gallery{

	

	/* CSS3 Rounded Corners */

	

	-moz-border-radius-bottomleft:4px;

	-webkit-border-bottom-left-radius:4px;

	border-bottom-left-radius:4px;

	

	-moz-border-radius-bottomright:4px;

	-webkit-border-bottom-right-radius:4px;

	border-bottom-right-radius:4px;

	

	/* The width of the gallery */

	width:740px;

	overflow:hidden;

}



#slides{

	/* This is the slide area */

	height:402px;

	/* jQuery changes the width later on to the sum of the widths of all the slides. */

	width:740px;

	overflow:hidden;

}



.slide{

	width: 740px;

	height: 402px;

	float:left;

}


.empurra{
	padding-left: 70px;



}


.content{
	text-align:right;
	overflow: visible;

}


#contentwhat{
	text-align:left;
	background-image: url(images/bg.jpg);
	width: 740px;
	height: 402px;
	vertical-align: middle;
}

.conteudo_col{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 45px;
	padding-top: 30px;
	border-left: 50px;
	padding-bottom: 30px;
	padding-right: 45px;

}

.conteudo{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 70px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 40px;

}


.conteudo_contato{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;

}



#contentcol{
	text-align:left;
	width: 400px;
	float: left;
	overflow: scroll;
	background-image: url(colecao/content_01.jpg);
	height: 402px;

}



#content_gallery_dir{
	text-align:left;
	float:right;
	width:330px;
	height:402px;
	background-color: #000000;
	padding-left: 10px;
	overflow: hidden;

}



#content_gallery_esq{

	float:left;

	width:200px;

	height:490px;

}

.croqui{
	float: left;

}

.croca{
	float: left;
	padding-left: 5px;
	padding-right: 5px;

}


.thumb{
	padding: 0px 10px 10px 0px;
	float: left;

}


.arrows{
	float: left;

}


#menu{
	/* This is the container for the thumbnails */

	height:45px;
	vertical-align: inherit;
	width: inherit;

}



ul{
	margin:0px;
	padding:0px;

}



li{
	/* Every thumbnail is a li element */

	width:78px;
	display:inline-block;
	list-style:none;
	height:16px;
	overflow:hidden;
	float: left;
	padding-left: 80px;
	padding-bottom: 10px;

}



li.inact:hover{

	/* The inactive state, highlighted on mouse over */

	background:url(images/pic_bg.png) repeat;

}



li.act,li.act:hover{

	/* The active state of the thumb */

	background:url(images/active_bg.png) repeat;

}



li.act a{

	cursor:default;

}



li a{

	display:block;

	height:16px;

}



a img{

	border:none;

}





/* The styles below are only necessary for the demo page */



h1{

	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;

	font-size:26px;

	font-weight:normal;

	margin-bottom:15px;

}



h2{

	font-family:Arial,Helvetica,sans-serif;

	font-size:12px;

	font-weight:normal;

	position:absolute;

	right:0;

	top:15px;

}



#main{
	text-align:center;
	width:741px;
	position:relative;
	background-color: #000000;

}

#table{

    width:1040px;
	text-align:center;
	background-color:#FFFFFF;

}	


#geral{
	height: 402px;
	vertical-align: middle;

	

}	


#esquerda{
	width:111px;
	height:460px;
	background-color: #00FFFF;
	float: left;
	
}
	



a, a:visited {

	color:#999;

	text-decoration:none;

	outline:none;

}



a:hover{

	text-decoration:underline;

}



p{

	padding:10px;

	text-align:center;

}
