@charset "utf-8";
/* CSS Document */






body,td,th {
	font-family: "Futura Bk BT";
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: #737373;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-family: Dekar;
}
h1 {
	font-size: 32pt;
	color: #a71b1c;
}
h2 {
	font-size: 14pt;
	color: #a71b1c;
}






#contactform {
  width: 300px;
  padding: 10px;
  background: #F7F7F7;
  overflow:auto;

  /* Border style */
  border: 1px solid #cccccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; 

  /* Border Shadow */
  -moz-box-shadow: 2px 2px 2px #cccccc;
  -webkit-box-shadow: 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px #cccccc; 
}
#contactform2 {
  width: 380px;
  padding: 10px;
  background: #F7F7F7;
  overflow:auto;

  /* Border style */
  border: 1px solid #cccccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; 

  /* Border Shadow */
  -moz-box-shadow: 2px 2px 2px #cccccc;
  -webkit-box-shadow: 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px #cccccc; 
}
h3{
	font-family: dekar;
	font-size:26px;
	color:#7893a3;
}
label {
  font-family: dekar;
  display: block;
  float: left; margin-right:15px;
  font-weight: normal;
  margin-right:10px;
  text-align: left;
  width: 120px;
  line-height: 25px;
  font-size: 15px;
  color:#7893a3;
}
	
.input{
  font-family: Arial, Verdana;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #b9bdc1;
  width: 200px;
  color: #797979;
}
.button{
	float: left; margin-left:0px;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient
	   (top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient
	   (linear, 0% 0%, 0% 100%,
	   from(#a5b8da), to(#7089b3));
	
	/* Border style */
	border: 1px solid #5c6f91;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
}

/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:260px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:54px;
		height:58px;
		position:absolute;
		left:-95px;
		top:230px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:980px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:54px;
		height:58px;
		background:url(seta_esq.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(seta_dir.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */