@charset "utf-8";

* html img/**/ {   
  
filter:expression(   
this.alphaxLoaded ? "" :   
(   
this.src.substr(this.src.length-4)==".png"  
?   
(   
(!this.complete)   
? "" :   
this.runtimeStyle.filter=   
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+   
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+   
String(this.alphaxLoaded=true).substr(0,0)+   
(this.src="blank.png").substr(0,0)   
)   
:   
this.runtimeStyle.filter=""  
)   
);   
}  

body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../img/fd.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 140%;
}
hr {
	border: 0 none #ff0000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 130%;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
}
a {
	color: #6666FF;
	text-decoration: none;
}

.boxFoto {
	width: 191px;
	height: 121px;
	border: 3px solid #FFFFFF;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

h3 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toRight {
	float: right;
}
#rodape {
	height: 74px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../img/fdRodape.jpg);
	background-position: center center;
	padding: 10px;
}


#blogLines {
	float: right;
	width: 470px;
}

#main {
	width: 976px;
	margin-left: -488px;
	position: absolute;
	left: 50%;
	border: 5px solid #000000;
}
#cont {
	padding: 20px;
	background-image: url(../img/fdMain.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
}
#colEsq {
	width: 425px;
	border: 1px solid #717171;
	background-image: url(../img/fdCont.jpg);
	background-position: top;
	background-color: #515151;
	background-repeat: repeat-x;
	padding: 10px;
	float: left;
}

#top {
	background-image: url(../img/top.jpg);
	height: 244px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu {
	border: 1px solid #717171;
	background-image: url(../img/fdCont.jpg);
	background-position: top;
	background-color: #515151;
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}
#contactUs {
	background-image: url(../img/fdContato.jpg);
	padding: 15px;
	background-repeat: no-repeat;
	background-position: top;
}
.btForm {
	width: 160px;
	background-color: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 14px;
}
.camposForm {
	width: 320px;
}
.boxFoto2 {
	width: 465px;
	border: 3px solid #FFFFFF;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

