/* CSS Document */

/* ************************************ */
/*                                      */
/*       Cores usadas no layout         */
/*                                      */
/*      cinza fundos:   #336666;        */
/*      cinza bordas:   #ADC2C2;        */
/*      azul link:      #D6E0E0;        */
/*                                      */
/* ************************************ */

body { 
  /*overflow-x: hidden; Tira a ScrollBar em vez de <body scroll="no"> no html */
  /*overflow-y: hidden;*/
	background-color:#d6e0e0;
	background-image:url(../images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Georgia, "Courier New";
	font-size:75%;
	color:#336666;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

* {
	padding:0;
	margin:0
}

#container {
  width:1000px;
	margin:0 auto 0 auto;
}

#header {
	height:69px; /*69*/
}

#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
	float:left;
	border-right:1px solid #eee;
}
#header h1 a {
	color:#000;
	text-decoration:none;
}
#header h3 {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 270px; /* Adjust this value for the space between the site title and the slogan */
	border-right:1px solid #eee;
}

.clear {
	clear:both;
}

#slideshow img { border: 1px solid #336666; padding: 5px 5px 8px 5px; background-color: #FFF;}
#slideshow a:hover img { border-color: #d6e0e0; } /*#dcdac2*/

#getadobe img { border: 2px solid #ADC2C2; }
#getadobe a:hover img { border-color: #FFF; }

#flags { width: 100px; float: right; }
#flags img { border: 1px solid #adc2c2; float: right; margin-right: 5px; }
#flags a:hover img { border-color: #00FFFF; }

.img { border: 1px solid #d6e0e0; vertical-align:middle; }
.img a:hover { border-color: #00FFFF; }

#content {
	margin:70px 20px 10px 15px; /* sup. dir. inf. Esq. */ 
	padding:10px 10px 10px 10px;
}

#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	margin: 10px 10px 30px 15px;
	color:#ADC2C2;
}
#content h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}

#content p {
	line-height:20px;
	word-spacing:2px;
	padding:0 0 0 20px;
	text-indent:0px; /* Avanço/recuo 1ª linha */
	margin:20px 0 20px 0;
	text-align: justify;
}

.dropcap {
  float:left !important;
  color: #ADC2C2;
  font-size:70px !important;
  line-height:50px !important;
  padding-top:6px !important;
  font-family: Times, serif, Georgia !important;
} 

.myparagraph:first-letter {
  font-size:200%;
  float:left;
  color:#ADC2C2;
  font-family: Times, serif, Georgia !important;
}

#content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px dotted #336666;
}
#content li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px dotted #336666;
	background-image:url(../images/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#content #sideblock {
	width:180px;
	padding:10px;
	background-color:#D6E0E0;
	float:left;
	font-size:90%;
	margin:0 0 0 20px;

}

#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}

#fades_container {
  height: 250px;
}

#fade1 {
  float: left;
	border: 1px solid #336666;
	padding: 5px 5px 8px 5px; /* top right bottom left */
	background-color: #fff;
	margin: 40px 70px 0px 40px;
}

#fade_meio {
  float: left;
  width: 300px;
  height: 200px;
  border: 1px solid #336666;
	padding: 5px 5px 8px 5px; /* top right bottom left */
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}

#fade2 {
  float: right;
	border: 1px solid #336666;
	padding: 5px 5px 8px 5px; /* top right bottom left */
	background-color: #fff;
	margin: 40px 30px 0px 40px;
}

blockquote {
  background-color: #BACBCD;
	background-image:url(../images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:20px 20px 20px 20px;
	padding:5px 35px 5px 5px;
	border:0px solid #adc2c2;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}

#content a {
	color:#444;
	padding:2px;
	text-decoration:none;
}
#content a:hover {
		background-color:#ADC2C2;
		color:#000;
}
a:hover {
	text-decoration:none;
}

#footer {
  font-family: Courier New;
	padding:20px;
	border-top:2px solid #336666;
	color:#336666;
	text-align:center;
}
#footer a {
  text-decoration: underline;
	color:#336666; /* #444 */
}
#footer a:hover {
  text-decoration: none;
	color:#003333; /* #000 */
}

.rm {
background: url('../images/sprit-logo.png') 2px 0 no-repeat;
padding: 4px 0 4px 25px; /* sup. dir. inf. Esq. */ 
background-position:0 0;
width:20px;
height:20px;
}

.rm:hover {
background-position: 0 -20px;
}

.ico      { padding-left: 25px; }
.fr		    { float: right !important; }
.fl		    { float: left !important; }
.clear    { clear: both !important; }
.right	  { text-align: right !important; }
.left		  { text-align: left !important; }
.center	  { text-align: center !important; }
.small	  { font-size: .90em; }
