﻿/********************************************
Dados sobre o layout

Verde:		#bad405
Azul:		#00ccee
Hover:		#383838
Header:		#505050
Forms:		#505050
Container:	#4a4a4a
Input:		#383838
********************************************/ 




/********************************************
   GENERAL
********************************************/ 	
*
{
	font-family: Arial, Verdana, 'Century Gothic', Verdana, Calibri;
	color:White;
}

H1
{
	font-size: 11pt;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
}

H2
{
	font-size: 11pt;
	font-weight: normal;
	padding: 2px 10px 4px 10px;
	margin: 0px 0px 0px 0px;
	color: #bad405;
}

H3
{
	font-size: 12pt;
	font-weight: normal;
	padding: 3px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	color: #bad405;
}


INPUT, TEXTAREA
{
	border: solid 1px #696969;
	background: #282828;
	padding: 3px 4px 3px 4px;
}

INPUT:hover, TEXTAREA:hover{background: #404040;}

HTML, BODY, FORM
{
	/*--------	Layout	--------*/
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%; /*--------	Design	--------*/
	font-size: 10pt;
	line-height: 13pt;
	/*background: #383838;*/
}

HTML
{
	background: #383838;
	background-image: url(Images/Gradient_bg.gif);
	background-repeat: repeat-x;
}

HTML {
	/*SCROLLBAR-FACE-COLOR: #ccccc2;*/
	SCROLLBAR-FACE-COLOR: #505050;
	SCROLLBAR-HIGHLIGHT-COLOR: #797979; 
	SCROLLBAR-SHADOW-COLOR: #797979; 
	SCROLLBAR-3DLIGHT-COLOR: #797979; 
	SCROLLBAR-ARROW-COLOR: #bad405; 
	SCROLLBAR-TRACK-COLOR: #808080; 
	SCROLLBAR-DARKSHADOW-COLOR: #797979
}


/********************************************
   LAYOUT - Elements
********************************************/ 

#Header
{
	/*--------	Layout	--------*/
	position: fixed;
	z-index: 100;
	left: 0px;
	right: 0px;
	height: 100px;
	/*--------	Text	--------*/
	background-image: url(Images/Header_bg.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #bad405;
}

#HeaderShadow
{
	position: fixed;
	z-index: 100;
	top: 100px;
	left: 0px;
	right: 0px;
	height: 10px;
}

#HeaderContainer
{
	/*--------	Layout	--------*/	
	width: 800px;
	height:100%;
	margin: auto;
	background-image: url(Images/Logo.png);
	background-repeat: no-repeat;
	/*border:solid 1px red;*/
	/*--------	Design	--------*/
	}

#Container
{
	/*--------	Layout	--------*/
	width: 760px;
	min-height: 530px;
	margin: auto;
	padding-top: 110px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	/*--------	Design	--------*/	
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	background-color: #303030;
}

#Footer
{
	/*--------	Layout	--------*/
	position: fixed;
	z-index: 99;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px; /*--------	Design	--------*/
	border-top: solid 1px Gray;
	background-color: #303030; /*--------	Text	--------*/
	text-align: center;
	vertical-align: middle;
	font-size: 7pt;
	color: Silver;
}



/********************************************
   .Elements
********************************************/ 
.menuStaticStyle
{
	width: auto;
	height: 100%;
	display:block;
	float:right;
}

.menuStaticItemNORMAL
{
	height: 99px;
	width: 80px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 13pt;
	color: #666666;
	vertical-align: sub;
	text-align: center;
	background-image: url(Images/MenuButton.png);
	letter-spacing: -1px;
}


/*--------	MUITO IMPORTANTE	--------*/
/* O código abaixo resolve o problema da apresentação da imagem por detrás do texto do menu.*/
/* Este código define o style para todos os hyperlinks <a> da class menuStaticItemNORMAL*/
.menuStaticItemNORMAL a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block; /*Garante que o link corresponde a toda a dimensão do botão do menu*/
	background: none; /*Elimina o sublinhado do link*/
	width: 74px;
	text-align: center;
	line-height: 100px; /*Define a altura da linha permitindo centrar verticalmente o texto do link*/
}

.menuStaticHOVER
{
	background-image: url(Images/MenuButton-Hover.png);
}

/*#Logo
{
	display: inline;
	float: left;
	width: 800px;
	height: 100%;
	background-image: url(Images/Logo.png);
	background-repeat: no-repeat;
}*/

#Logo a:visited img{border:none;}
/*#Logo a:hover img{border:solid 1px Gray;}*/

.BoldGreen
{
	color: #bad405;
	font-weight: bold;
}

.BoldBlue
{
	/*color: #00aa86;*/
	font-weight: bold;
	color: #00ccee;
}

.AccordionHeader1
{
	margin: 2px 0px 0px 0px;
	/*--------	Layout	--------*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #505050;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	color: #bbbbbb;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
}

.AccordionHeader
{
	margin: 0px 0px 6px 0px;
	background-color: #505050;
	border-top: #696969 1px solid;
	border-bottom: #bad405 1px solid;
	cursor: pointer;
	background-image: url(Images/AccordionHeader.gif);
	height: 25px;
}

.AccordionHeader h2
{color: #bbbbbb;}

.AccordionHeader:hover
{background-color: #303030;}

.AccordionHeader:hover h2
{color: #bad405;}


.AccordionHeaderSelected1
{
	margin: 2px 0px 0px 0px;
	/*--------	Layout	--------*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #404040;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	color: #bad405;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.AccordionHeaderSelected
{
	background-color: #404040;
	border-top: #696969 1px solid;
	border-bottom: #bad405 1px solid;
	color: #bad405;
	text-decoration:underline;
	background-image: url(Images/AccordionHeader.gif);
	height: 25px;
}

.AccordionContent
{
	/*--------	Layout	--------*/
	margin: 2px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
}



/********************************************   Contacts	********************************************/ 
/*--------	Data	--------*/
#ContactsDataBox
{
	display:block;
	float:left;
	width:260px;
	height: 325px;
	border-bottom: solid 1px #696969;
	background-color: #3a3a3a;
}

#ContactsData
{ 
	padding: 10px  10px  10px 10px;
}

/*--------	Form	--------*/
#ContactsFormBox
{
	display:block;
	float:right;
	width:480px;
	min-height: 325px;
	border-bottom: solid 1px #696969;
	background-color: #3a3a3a;
}

#ContactsForm
{ 
	padding: 10px 5px  5px 5px;
}

/*--------	Header	--------*/
.HeaderBox
{
	background-color: #606060;
	border-bottom: #bad405 1px solid;
	background-image: url(Images/AccordionHeader.gif);
	height: 25px;
}

.PageHeaderLeftIMG
{
	width: 200px;
	height:75px;
	position: relative;
	background-image: url(Images/PageHeaderLeftIMG2.png);
	background-repeat: repeat-y;
	border-left: #bad405 8px solid;
	top: 0px;
	left: -7px;
	/*filter:alpha(opacity=60);   /* Internet Explorer       */
	/*-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
	/*opacity: 0.6;               /* newer Mozilla and CSS-3 */
}


.PageHeaderLeft
{
	width: 368px;
	position: relative;
	background-image: url(Images/PageHeaderLeft2.png);
	background-repeat: repeat-y;
	border-left: #bad405 7px solid;
	margin-bottom: 10px;
	left: -8px;
}

.PageHeaderRight
{
	width: 368px;
	text-align: right;
	position: relative;
	background-image: url(Images/PageHeaderRight2.png);
	background-repeat: repeat-y;
	border-right: #bad405 7px solid;
	margin-bottom: 10px; /*background-position-x: right;*/
	background-position: right top;
	right: -3px;
}


/*--------	Labels	--------*/
#ContactsForm span
{
	display:block;
	float:left;
	width: 100px;
	text-align:right;
	padding: 2px 5px 2px 5px;
	margin-top: 1px;
}

/*--------	TextBoxes & Buttons	--------*/
#ContactsForm input
{
	width: 340px;
	margin-top: 1px;
}

/*--------	Multiline TextBox	--------*/
#ContactsForm textarea
{
	width: 340px;
	margin-top: 2px;
	height:120px;
}

#ContactsValidation
{
	text-align: justify;
	padding: 2px 5px 10px 20px;
	margin: 0px 5px 5px 5px;
}

/*--------	Div para posicionar o botão	Submit --------*/
#SubmitMsg
{
	width: auto;
	text-align:right;
	padding-right: 10px;
}

/*--------	Formatação do Botão Submit	--------*/	
#ContactsForm input.SubmitButton
{
	width: 150px;	
}

/*********************************************************************************************************/ 

.ServiceHeader
{
	margin: 10px 0px 0px 0px;
	background-color: #505050;
	border-left: #696969 1px solid;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-bottom: #bad405 1px solid;
	background-image: url(Images/AccordionHeader.gif);
	height: 25;
}

.ServiceHeader h3
{color: #aaaaaa;}

	
.ServiceHeader:hover
{
	background-color: #383838;
	cursor:pointer;
}

.ServiceHeader:hover h3
{color: #bad405;}

.ServiceSubTitle
{
	margin: 0px 0px 10px 0px;
	padding: 1px 10px 1px 10px; /*background-color: #606060;*/
	font-size: 8pt;
	color: #c0c0c0;
}

.ServiceContent
{	
	
	padding: 5px  5px  0 5px;
	background-color: #3a3a3a;
	font-size: 8pt;
	line-height: 11pt;
	min-height:30px;
	width:358px;
}

.ServiceContent img
{	
	padding: 2px 2px 2px 2px;
	background-color: #595959;
	border: solid 1px #696969;
	height: 40px;
	width: 70px;
}

.ServiceContent img:hover
{	
	border: #383838 1px solid;
}

.ServiceContentImg
{
	display: block;
	float:left;
	margin-right: 5px;
	text-decoration: none;
}

/*.ServiceFooter
{
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px;
	background-color: #606060;
	border: #696969 1px solid;
	color: #bad405;
	font-size:12px;
}*/

.ServiceFooter
{
	text-align:right;
	margin-top:-4px;
	padding: 0px 5px 1px 5px;
	background-color: #3a3a3a;
	border-bottom: #696969 1px solid;
	font-size:8pt;
}

.ServiceFooter a
{
	text-decoration:none;
	font-size:8pt;
}

.ServiceFooter a:hover{color: #bad405;}

#btBack
{
	position: relative;
	left: 350px;
	top: -28px;
	width: 75px;
	height: 25px;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	display: block;
}

#btBack:hover
{
	color: #bad405;
	color: #00ccee;
	font-size: 10pt;
	font-weight:bolder;
}

#BannerIMG
{
	margin-top: -75px;
	width: 758px;
	height: 300px;
}
                 		
.BannerIMGSlide
{
	width: 510px;
	height: 280px;
	padding:0;
}

.BannerIMGService
{
	width: 240px;
	height: 132px;
	padding:0;
	margin-left: 10px; 
}

/*.Links{text-decoration:none;}*/
.Links:hover 
{
	color:#bad405;
}


.SubmitButton
{
	font-size: 8pt;
	height: 25px;
}

INPUT.SubmitButton:hover
{
	color: #bad405;
}

.WaterMarkText
{color: gray;}

