/* CSS Document */

/*********************
Container do Site
*********************/

#site {
	position: relative;
	margin: 0 auto;
	width: 100%;
	-pie-background: no-repeat url(http://www.ambientalqvt.com.br/images/layout/bg1_ambiental_qvt.png) top,
	url(http://www.ambientalqvt.com.br/images/layout/bg2_ambiental_qvt.png) bottom no-repeat;
	background: no-repeat;
	background: url(http://www.ambientalqvt.com.br/images/layout/bg1_ambiental_qvt.png) top,
	url(http://www.ambientalqvt.com.br/images/layout/bg2_ambiental_qvt.png) bottom;
	background-repeat: no-repeat;
	behavior: url(/pie/PIE.htc);
}

/*********************
FIM Container do Site
*********************/

/***********************************************
Div de Conteúdo do site (parte do meio/central)
***********************************************/

.conteudo {
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 800px;
}

/**************************************************
FIM Div de Conteúdo do site (parte do meio/central)
**************************************************/

/**************************************
DIVs Decoração (barras)
**************************************/

.decora {
	position: relative;
	margin: 0 auto;
	margin-top: -15px;
	width: 811px;
	height: 15px;
}

.decor1 {
	position: relative;
	float: left;
	width: 33%;
	height: 15px;
	background-color: #28166F;
}

.decor2 {
	position: relative;
	float: left;
	width: 33%;
	height: 15px;
	background-color: #00599E;
}

.decor3 {
	position: relative;
	float: left;
	width: 33%;
	height: 15px;
	background-color: #0093DD;
}

.barraAzul {
	position: relative;
	width: 800px;
	height: 5px;
	top: 8px;
	background-color: #28166F;
	clear: both;
}


/*****************************************
FIM DIVs Decoração (barras)
*****************************************/

/*****************************************
DIV Título das Páginas (barra superior)
*****************************************/

.pag {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 799px;
	height: 37px;
	background-image: url(http://www.ambientalqvt.com.br/images/layout/titulos_ambiental_qvt.png);
	font-family: "Century Gothic";
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 100;
	padding-left: 5px;
}

/*****************************************
FIM DIV Título das Páginas (barra superior)
*****************************************/

/*****************************************
DIVs de Efeitos de Sombra
*****************************************/

.sombra {
	position: relative;
	width: 100%;
	height: 30px;
	background: none no-repeat;
	background-image: url(http://www.ambientalqvt.com.br/images/layout/sombra_ambiental_qvt.png);
	background-position: center;
	z-index: 1;
}

/*****************************************
FIM DIVs de Efeitos de Sombra
*****************************************/

/*****************************************
Seleções/Classes para os Formulários
*****************************************/

input[type="reset"] {
	width: 100px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #28166F;
	float: right;
	padding-bottom: 10px;
	margin-top: 10px;
	border: none;
	background: none;
}

input[type="submit"] {
	width: 100px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #28166F;
	float: right;
	padding-bottom: 10px;
	margin-top: 10px;
	clear: both;
	border: none;
	background: none;
}

input[type="date"] {
	width: 599px;
}

/*****************************************
FIM Seleções/Classes para os Formulários
*****************************************/


strong.ccc {
	color: #28166F;
}


/******************************************************
background: url(bg-image.png) no-repeat, -webkit-linear-gradient(#CCC, #EEE); //new webkit

background: url(bg-image.png) no-repeat, -moz-linear-gradient(#CCC, #EEE); //gecko

background: url(bg-image.png) no-repeat, -ms-linear-gradient(#CCC, #EEE); //IE10 preview

background: url(bg-image.png) no-repeat, -o-linear-gradient(#CCC, #EEE); //opera 11.10+

background: url(bg-image.png) no-repeat, linear-gradient(#CCC, #EEE); //future CSS3 browsers

-pie-background: url(bg-image.png) no-repeat, linear-gradient(#CCC, #EEE); //PIE

*******************************************************/