

		body{

			margin: 				0;

			padding:				0;

			font-family:			Arial, Verdana, Helvetica, sans-serif;

			font-size: 				12px;

			background-image:		url(/assets/imgs/fundo-corpo.png);

			background-repeat: 		repeat-y;

		}

		@font-face {

		    font-family: 'britannic_boldregular';

		    src: url('/assets/fonts/britanic-webfont.eot');

		    src: url('/assets/fonts/britanic-webfont.eot?#iefix') format('embedded-opentype'),

		         url('/assets/fonts/britanic-webfont.woff') format('woff'),

		         url('/assets/fonts/britanic-webfont.ttf') format('truetype'),

		         url('/assets/fonts/britanic-webfont.svg#britannic_boldregular') format('svg');

		    font-weight: normal;

		    font-style: normal;



		}

		.topo{

			width: 					100%;

			height: 				325px;

			background-color:		#000;

			position: 				fixed;

			top: 					0px;

		}

		.topo .header{

			width: 					960px;

			height: 				325px;

			margin: 				0 auto;

		}

		.topo .header .logo{

			padding:				10px 0 0 0;

		}

		.topo .header ul.menu{

			margin: 				35px auto auto auto;

			padding: 				0 0 0 2px;

			width: 					892px;

			height: 				60px;

			background-image: 		url(/assets/imgs/fundo-menu.png);

			background-repeat: 		no-repeat;

			font-size: 				150%;

			font-weight: 			bold;

			list-style-type:		none;

		}

		.topo .header ul.menu li{

			display: 				block;

			float:					left;

			width:					148px;

			height: 				60px;

			line-height:			60px;

			text-align: 			center;

		}

		.topo .header ul.menu li a{

			text-decoration:		none;

			color: 					#000;

			display: 				block;

		}

		.topo .header ul.menu li a:hover{

			font-size:				115%;

		}







		/*

		*INICIO DA FORMATAÇÃO COMUM PARA TODAS AS PÁGINAS

		*

		*/

		.conteudo{

			/*margin: 				0 auto;*/

			margin: 				328px auto auto auto;

			padding:				40px 0 0px 0;

			width: 					960px;

			height: 				auto;

		}

		.conteudo h1{

			font-family: 			'britannic_boldregular', Tahoma, sans-serif;

			font-size:				292%;

			font-style:				italic;

			margin:					0 0 40px 0;

		}



		/*

		*FIM DA FORMATAÇÃO COMUM PARA TODAS AS PÁGINAS

		*

		*/





		.rodape{

			width: 					100%;

			color:					#FFF;

			background-color:		#000;

			clear:					both;

		}

		

		.rodape .conteudo-rodape{

			margin: 				0 auto;

			width: 					960px;

		}

		.rodape, .conteudo-rodape, .endereco-rodape, .horario-rodape{

			height:					270px;

		}

		.rodape .conteudo-rodape .endereco-rodape{

			 width:					450px;

			 float: 				left;

		}

		.rodape .conteudo-rodape .endereco-rodape span, .rodape .conteudo-rodape .horario-rodape span{

			display: 				block;

			font-size: 				150%;

			min-height: 			25px;

			line-height: 			160%;

		}

		.rodape .conteudo-rodape .endereco-rodape span a{

			display: 				block;

			height: 				53px;

			line-height: 			250%;

			text-decoration:		none;

		}

		.rodape .conteudo-rodape .endereco-rodape span a:link,

		.rodape .conteudo-rodape .endereco-rodape span a:hover{

			color:					#FFF;

		}

		.rodape .conteudo-rodape .endereco-rodape span a.icone-raiden {

			margin:					0 50px 0 0;

			float:					left;

		}

		.rodape .conteudo-rodape .endereco-rodape span a img {

			border:					none;

		}

		.rodape .conteudo-rodape .horario-rodape{

			width:					250px;

			float:					right;

		}

		.rodape .conteudo-rodape .horario-rodape .dias-trabalho{

			font-weight:			bold;

		}

