/* defaults */

* {
	margin: 0;
	padding: 0;
}

* 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="style/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}


body {
	background: #383431;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5b59;
}

a {
	color:#da7523;
	text-decoration:none;
	font-weight:bold;
}
	a:hover {
		color:#da7523;
		text-decoration:underline;
	}
	

.clear {
	clear:both;
}



/* diagramacao padrao */

#container {
	clear:both;
	text-align:left;
	width:955px;
	margin:0 auto;
}

#bottom {
	clear:both;
	height:50px;
}


	/* cabecalho */
	#header {
		width:955px;
		height:119px;
		float:left;
		position:relative;
	}
		/* logo principal */
		#logo {
			position:absolute;
			top:0px;
			left:0px;
			width:291px;
			height:310px;
		}
		
		#header h1 {
			width:291px;
			height:310px;
			float:left;
		}
			#header h1 a{
				display:block;
				text-indent:-5000em;
				overflow:hidden;
				width:291px;
				height:310px;
				background:url(logo_a3.jpg) left top no-repeat;
			}
			
		/* menu */
		#header ul {
			float:left;
			width:360px;
			height:119px;
			list-style:none;
			margin-left:291px;
			display:inline; /* IE6 double margin bug */
		}
		
			#header li {
				float:left;
				width:90px;
				height:119px;
			}
				#header li a {
					display:block;
					width:90px;
					height:119px;
					text-indent:-5000em;
					overflow:hidden;
					background-position:top left;
				}
				#header li a:hover {
					background-position:bottom left;
				}
				#header li #home {
					background-image:url(bt_home.jpg);
				}
				#header li #sobre {
					background-image:url(bt_sobre.jpg);
				}
				#header li #indique {
					background-image:url(bt_indique.jpg);
				}
				#header li #contato {
					background-image:url(bt_faleconosco.jpg);
				}
				/* marcando o item do menu quando estiver na respectiva pagina */
				body.home #header #home,
				body.sobre #header #sobre,
				body.indique #header #indique,
				body.contato #header #contato
				{
					background-position:bottom left;
					cursor:default;
				}

			#header #download {
				position:absolute;
				width:285px;
				height:144px;
				top:0px;
				left:651px;
				line-height:1.2em;
			}
			
				#header #download a {
					display:block;
					width:90px;
					height:62px;
					background:url(arrow_down.gif) left bottom no-repeat;
					margin:23px 0 0 117px;
				}
				
			
	/* conteudo */	
	#content {
		background:#fff url(corner_bottomleft.gif) bottom left no-repeat;
		margin-left:122px;
		width:814px;
		float:left;
		display:inline; /* IE6 double margin bug */
	}
			
			
		#footer {
			font-size: 10px;
			margin-left:529px;
			float:left;
			padding:16px 0 16px 5px;
			display:inline; /* IE6 double margin bug */
		}
			
			
