@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../imgs/background/sfondo.jpg);
}

#contenitore{
	margin: auto;
	height: 800px;
	width: 955px;
	font-family: Calibri, "Times New Roman";
	font-size: 18px;
	text-align: justify;
}


#logo{
	height: 105px;
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 7px;
	background-image: url(../imgs/logo.jpg);
}

#contenuto{
	height: 603px;
	width: 955px;
	padding-top: 10px;
}

.pulsanti{
	height: 40px;
	width: 955px;
}

a:link {
	color: #069;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #069;
}

a:active {
	text-decoration: underline;
	color: #069;
}

a:visited {
	text-decoration: underline;
	color: #069;
}

a#chi_siamo_giallo{
	height: 30px;
	width: 100px;
	background-image:url(../imgs/pulsanti/giallo/chi_siamo_su.jpg);
	float: left;
	position: relative;
	left: 102px;
}

a#chi_siamo_giallo:hover{
	height: 30px;
	width: 100px;
	background-image:url(../imgs/pulsanti/giallo/chi_siamo_giu.jpg);
	float: left;
	position: relative;
	left: 102px;
}

a#siberiano_giallo{
	height: 30px;
	width: 100px;
	position: relative;
	left: 130px;
	background-image: url(../imgs/pulsanti/giallo/siberiano_su.jpg);
	float: left;
}

a#siberiano_giallo:hover{
	height: 30px;
	width: 100px;
	position: relative;
	left: 130px;
	background-image: url(../imgs/pulsanti/giallo/siberiano_giu.jpg);
	float: left;
}

a#gatti{
	background-image: url(../imgs/pulsanti/giallo/gatti_su.jpg);
	float: left;
	height: 30px;
	width: 100px;
	left: 160px;
	position: relative;
}

a#gatti:hover{
	background-image: url(../imgs/pulsanti/giallo/gatti_giu.jpg);
	float: left;
	height: 30px;
	width: 100px;
	left: 160px;
	position: relative;
}

a#gatte{
	background-image: url(../imgs/pulsanti/giallo/gatte_su.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 190px;
}

a#gatte:hover{
	background-image: url(../imgs/pulsanti/giallo/gatte_giu.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 190px;
}

a#cuccioli_giallo{
	background-image: url(../imgs/pulsanti/giallo/cuccioli_su.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 220px;
}

a#cuccioli_giallo:hover{
	background-image: url(../imgs/pulsanti/giallo/cuccioli_giu.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 220px;
}

a#contatti{
	background-image: url(../imgs/pulsanti/giallo/contatti_su.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 250px;
}

a#contatti:hover{
	background-image: url(../imgs/pulsanti/giallo/contatti_giu.jpg);
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
	left: 250px;
}


#animazione{
	float: left;
	height: 400px;
	width: 400px;
	margin-right: 20px;
	padding-bottom: 10px;
}

a#gallery_gatti{
	height: 30px;
	width: 120px;
	background-image: url(../imgs/pulsanti/blu/photo_su.jpg);
	float: left;
	position:relative;
	left: 140px;
}

a#gallery_gatti:hover{
	height: 30px;
	width: 120px;
	background-image: url(../imgs/pulsanti/blu/photo_giu.jpg);
	float: left;
	position:relative;
	left: 140px;
}

#cuccioli_disponibili{
	font-family: "Bernard MT Condensed", Castellar, "Britannic Bold", "Times New Roman", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1B95B4;
	margin: auto;
	height: 36px;
	width: 820px;
}

#home{
}

#foto_home{
	height: 375px;
	width: 500px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#lingue{
	margin: auto;
	height: 80px;
	width: 500px;
	padding-top: 10px;
}

a#eng{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_eng.png);
	float: left;
	position: relative;
}

a#eng:hover{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_eng_hover.png);
	float: left;
	position: relative;
}

a#ita{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_ita.png);
	position: relative;
	float: left;
}

a#ita:hover{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_ita_hover.png);
	float: left;
	position: relative;
}

a#fra{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_fra.png);
	float: left;
	position: relative;
}

a#fra:hover{
	height: 70px;
	width: 166px;
	background-image:url(../imgs/bandiere/bandiera_fra_hover.png);
	float: left;
	position: relative;
}


