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

body {
font-family: Arial, Helvetica, sans-serif, Tahoma;
font-size: 14px; 
}

div#content{
	height:530px;
	width:760px;
	left: 49.9%;
	margin-left:-380px;
	position:relative;
	margin-top: 50px;
	}

		div#logo{
			height: 108px;
			width: 212px;
			background: url(../img/logoreduzido.jpg) no-repeat bottom left;
			z-index: 100;			
		}

				/* These IDs and Classes identifies general rules for the nav bar */
				ul#nav {
					font-size: 13px;
					width: 483px;
					height: 28px;

					float: right;
					margin-top: -95px;	
					text-align: right;	
				}	
				
				ul#nav li {
					display: inline;
					text-decoration:none;
					float:left;
				}
		
				ul#nav a{
					color:#000000;
					text-decoration: none;
					text-align: center;
				
				}
				
				ul#nav li a {
					height: 28px;
					outline: none;
					display: block;
					margin-left: -1px;
				}


				/*-----------------------------------------------------*/
				
				
				/* These IDs and Classes identifies the background butoms for NON selected pages*/
				ul#nav li.home a {
					background: url(../img/Butoms/homea.gif) no-repeat;
					width: 47px;
				}
				
				ul#nav li.servicos a {
					background: url(../img/Butoms/servicosa.gif) no-repeat;
					width: 64px;	
				}
				
				ul#nav li.treinamentos a {
					background: url(../img/Butoms/treinamentoa.gif) no-repeat;
					width: 89px;	
				}
				
				ul#nav li.iso a {
					background: url(../img/Butoms/isoa.gif) no-repeat;
					width: 80px;	
				}
				
				ul#nav li.haccp a {
					background: url(../img/Butoms/haccpa.gif) no-repeat;
					width: 102px;
					margin-left: -2px;
				}
				
				ul#nav li.clientes a {
					background: url(../img/Butoms/clientesa.gif) no-repeat;
					width: 56px;	
					margin-left: -3px;
				}
				
				ul#nav li.contato a {
					background: url(../img/Butoms/contatoa.gif) no-repeat;
					width: 55px;	
				}
				/*------------------------------------------------------------*/
				
				
				/* These IDs and Classes identifies what page IS selected */
				
				body#home div#content ul#nav li.home a {
					background: url(../img/Butoms/homeb.gif) no-repeat;
					color: #FFFFFF;
				}
				
				body#servicos div#content ul#nav li.servicos a {
					background: url(../img/Butoms/servicosb.gif) no-repeat;
					color: #FFFFFF;
				}
				
				body#treinamentos div#content ul#nav li.treinamentos a {
					background: url(../img/Butoms/treinamentob.gif) no-repeat;
					color: #FFFFFF;
				}
				
				body#iso div#content ul#nav li.iso a {
					background: url(../img/Butoms/isob.gif) no-repeat;
					color: #FFFFFF;
				}
								
				body#haccp div#content ul#nav li.haccp a {
					background: url(../img/Butoms/haccpb.gif) no-repeat;
					color: #FFFFFF;
				}
				
				body#clientes div#content ul#nav li.clientes a {
					background: url(../img/Butoms/clientesb.gif) no-repeat;
					color: #FFFFFF;
				}
				
				body#contato div#content ul#nav li.contato a {
					background: url(../img/Butoms/contatob.gif) no-repeat;
					color: #FFFFFF;
				}
				/*------------------------------------------------------------*/
				
		div#flash{
		position: absolute;
		margin-top: -66px;
		z-index: 1;
		}