﻿body {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	margin:0px;
	padding:0px;
	background: url('../img/bg.jpg') #f26822 50% top no-repeat fixed;
}

a {	color:#000;	text-decoration:none; }
a:hover { color:#6b2908; text-decoration:none; }

/*img, div, input { behavior: url("../iepngfix.htc"); border:0px; }*/

h1{
	font-size:35px;
	color:#933b0e;
	margin:0 auto;
}

h2{
	font-size:35px;
	color:#000;
	margin:0px;
}

#subtitulo{
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#6b2908;
	color:#fff;
	margin:0px;
	padding:2px 5px;
}


#container {
	width:900px;
	margin:auto;
}


#menu {
	margin-top:20px;
	background-image:url('../img/bg_caixas.png');
	text-align:center;
	height:26px;
}

#menu li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	display: inline;
	font-size:13px;
	color:#ffffff;
	padding-right:20px;
}

#menu ul {
	padding-top:4px;
}

#menu a {
	color: #fff;
	text-decoration:none;
	padding:4px 8px;
}

#menu a:hover {
	color: #f16825;
	text-decoration:none;
	background-color:#000;
	padding:4px 8px;
}

/* ID BODY */
#bodyHome #menu ul li a.menuHome,
#bodyEstrutura #menu ul li a.menuEstrutura,
#bodyCurso #menu ul li a.menuCurso,
#bodyEventos #menu ul li a.menuEventos,
#bodyFotos #menu ul li a.menuFotos,
#bodySobre #menu ul li a.menuSobre,
#bodyClientes #menu ul li a.menuClientes, 
#bodyContato #menu ul li a.menuContato,
#bodyVideos #menu ul li a.menuVideos,
#bodyClipping #menu ul li a.menuClipping { color: #fff; text-decoration:none; background-color:#000; padding:4px 8px;
}

#logo {
	padding:37px 0px 55px 0px;
}

.caixas {
	background-image:url('../img/bg_caixas.png');
	padding:10px;
	width:221px;
	height:276px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	color:#fff;
}
.caixas img { float:left; }
.caixas #slideshow { float:left; }
.caixas h2 { float:left; width:100%; }
.caixas #holder { float:left; height:120px; width:100%; }


#caixasinternas {
	background-image:url('../img/bg_caixas.png');
	padding:10px;
	float:left;
	color:#fff;
	margin-bottom:20px;
}

#caixafotos {
	background-image:url('../img/bg_caixas.png');
	margin-bottom:0px;
	padding:10px;
	height:110px;
}

#caixafotos img {margin:5px;}

/*-----------------------------------------------------------*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable  {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 880px;
	height:110px;

	/* custom decorations */
	/*border:1px solid #ccc;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	/*width:20000em;*/
	/*width:1670px;	*/
	width:2030px;	
	position:absolute;
	clear:both;
}

.scrollable .items2 {
	/* this cannot be too large */
	/*width:20000em;*/
	/*width:1670px;	*/
	width:2030px;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
/*	float:left;*/
/*	margin:20px 5px 20px 21px;*/
/*	background-color:#fff;*/
/*	padding:2px;*/
/*	border:1px solid #ccc;*/
/*	cursor:pointer;*/
	width:112px;
	height:100px;
	
/*	-moz-border-radius:4px;*/
/*	-webkit-border-radius:4px;*/
}

/* active item */
.scrollable .active {
	/*border:2px solid #000;*/
	z-index:10;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}


/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable2  {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 880px;
	height:110px;

	/* custom decorations */
	/*border:1px solid #ccc;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable2 .items {
	/* this cannot be too large */
	/*width:20000em;*/
	width:2800px;	
	position:absolute;
	clear:both;
}

.scrollable2 .items2 {
	/* this cannot be too large */
	/*width:20000em;*/
	width:1270px;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable2 img {
/*	float:left;*/
/*	margin:20px 5px 20px 21px;*/
/*	background-color:#fff;*/
/*	padding:2px;*/
/*	border:1px solid #ccc;*/
/*	cursor:pointer;*/
	width:112px;
	height:100px;
	
/*	-moz-border-radius:4px;*/
/*	-webkit-border-radius:4px;*/
}

/* active item */
.scrollable2 .active {
	/*border:2px solid #000;*/
	z-index:10;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable2 {
	float:left;	
}


/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable3  {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 880px;
	height:110px;

	/* custom decorations */
	/*border:1px solid #ccc;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable3 .items {
	/* this cannot be too large */
	/*width:20000em;*/
	width:2800px;	
	position:absolute;
	clear:both;
}

.scrollable3 .items2 {
	/* this cannot be too large */
	/*width:20000em;*/
	width:1270px;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable3 img {
/*	float:left;*/
/*	margin:20px 5px 20px 21px;*/
/*	background-color:#fff;*/
/*	padding:2px;*/
/*	border:1px solid #ccc;*/
/*	cursor:pointer;*/
	width:112px;
	height:100px;
	
/*	-moz-border-radius:4px;*/
/*	-webkit-border-radius:4px;*/
}

/* active item */
.scrollable3 .active {
	/*border:2px solid #000;*/
	z-index:10;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable3 {
	float:left;	
}


/*-----------------------------------------------------------*/




/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/hori_large.png) no-repeat;
	/*background:url(../img/scrollable/arrow/vert_large.png) no-repeat; */
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;	*/	
	/*visibility: hidden !important;*/			
} 	


/*-----------------------------------------------------------*/

.bt_nav_fotos {
	margin:5px 410px 10px 410px;
	width:80px;
	float:left;
	text-align:center;
	}

/*-----------------------------------------------------------*/
.barra{
	background:#6b2908 url('../img/mais.gif') no-repeat right;
	color:#fff;
	text-align:right;
	height:20px;
	padding-right:25px;
	margin-top:52px;
}

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

.barra a:hover {
	color:#f16825;
	text-decoration:none;
}

#texto {
	text-align:justify;
}

#textointernas {
	text-align:justify;
	width:620px;
	float:right;
}

#textointernas strong {color:#6b2908;}

#rodape {
	border-top:1px #a94918 solid;
	margin:20px 0px;
	font-size:10px;
	clear:both;
}

#rodape img {
	margin-right:32px;
}

#rodape div {
	margin-top:25px;
	width:150px;
	text-align:right;
	float:right;
}

#linha {
	border-top:1px #a94918 solid;
	margin:20px 0px;
}

.form {
	border: 1px solid #a94918; 
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	background: #fff;
	color:#6b2908;
}
/****** JQUERY SLIDER **********/
#slideshow {
	position:relative;
	height:120px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/***** FIM JQUERY SLIDER ********/

