* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f4f2e5 url(../img/sfondo.jpg) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

a img{
	border: 0px;
}

a {
	text-decoration: none;
}


/* ----------------------------- HEADER LOGO -------------------------------- */

#header {
	width: 100%;
	height: 270px;
}

#logo {
	width: 100%;
	height: 270px;
	background:url(../img/logo.jpg) no-repeat top center;
}

.link_home {
	width: 260px;
	height: 60px;
	margin: 37 auto 0 auto;
}

.link_home a {
	width: 260px;
	height: 60px;
	margin: 0 465 0 0px;
	display: block;
}

.link_home>a {
	width: 260px;
	height: 60px;
	margin: 0 0 0 -235px;
	display: block;
	outline: none; /*rimuove i punti attorno al link*/
}


/* ----------------------------- MENU PRINCIPALE TOP -------------------------------- */

#nav_top {
	width: 780px;
	margin: -270 auto 0 auto;
	position: relative;
}

.moduletable_menu {
	width: 210px;
	height: 30px;
	margin: 0 0 0 92px;
	background:url(../img/nav_top.gif) no-repeat;
	position: absolute;
}

#nav_top>.moduletable_menu {
	margin: 0 0 0 482px;
}

.moduletable_menu a, .moduletable_menu .mainlevel {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 1 0 -2px;
	line-height: 25px;
}

.moduletable_menu a:hover, .moduletable_menu #active_menu {
	text-decoration: underline;
}

.moduletable_lingua {
	margin: 0 0 0 269px;
	position: absolute;
}

#nav_top>.moduletable_lingua {
	margin: 0 0 0 660px;
}

.moduletable_lingua a {
	outline: none; /*rimuove i punti attorno al link*/
}


/* ----------------------------- MENU CANI -------------------------------- */

#nav_cani {
	width: 780px;
	margin: -92px auto 50px auto;
	text-align: left;
}

#nav_cani .moduletable {
	margin: 0 0 0 30px;
}

#nav_cani a{
	margin: 0 10 0 0px;
	display: block;
	float: left;
	text-align: left;
	width: 170px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 1px;
	outline: none; /*rimuove i punti attorno al link*/
}


/* ------------------------------------- FOOTER -------------------------------- */

#footer {
	width: 100%;
	height: 205px;
	background: #000000;
	clear: both;
}

#prato {
	width: 100%;
	height: 55px;
	font-size: 0;
	background: #f4f2e5 url(../img/erbetta.jpg) repeat-x center;
}

#credits a:link {
	width: 40px;
	margin-top: -30px;
	margin-right: 30px;
	font-size: 10px;
	color: #ffa200;
	/*color: #f4f2e5;  --- attivare per vedere il loghetto credits ---
	height: 50px;
	margin-top: -50px;
	background: url(../img/credits.gif) no-repeat;*/
	float: right;
}

/* ---------- COPYRIGHT ---------- */
#copyright {
	width: 780px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 10px;
	color: #bee77e;
	text-align: left;
}

.moduletable_copyright {
	font-size: 10px;
	color: #bee77e;
	text-align: left;
}

#copyright a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffa200;
	text-decoration: none;
}

#copyright .nome {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffa200;
	font-weight: bolder;
}

