@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'FrutigerLightRegular';
    src: url('../fonts/frutl___-webfont.eot');
    src: url('../fonts/frutl___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutl___-webfont.woff') format('woff'),
         url('../fonts/frutl___-webfont.ttf') format('truetype'),
         url('../fonts/frutl___-webfont.svg#FrutigerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
}

#container {
	margin: auto;
}

#cont {
	margin: auto;
	width: 960px;
}

p {
	text-align: center;
	font-family: FrutigerLightRegular;
}

#logo {
	margin: auto;
	margin-top: 200px;
}

#logo h1 a {
	margin: auto;
	display: block;
	width: 244px;
	height: 244px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url(../images/logo_naga.jpg);
	background-repeat: no-repeat;
}

#menu_lojas {
	margin: auto;
	margin-top: 60px;
	width: 650px;
}
	

#menu_lojas ul {
	display: inline;
}

#menu_lojas ul li {
	float: left;
	margin-right: 25px;
	font-family: FrutigerLightRegular;
	font-weight: bold;
}

#menu_lojas ul li a {
	font-family: FrutigerLightRegular;
	font-weight: normal;
	color: #000;
}
	
