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

html,body {
	height:100%;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
#header{
	margin-top: 0px;
	height: 245px;
	background-repeat: no-repeat;
}
#contenuto{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -275px;
	width:980px;	
}
#footer{
	height:275px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	clear:both;
}
/* css menu */
#menuPrincipale {
	width:980px;
	height:96px;
	list-style:none;
	padding:0;
}


#home{
	width:193px;
	height:96px;
	background-image:url(../menu/homeSel.gif);
	float:left;
	
}
#home:hover{
	width:193px;
	height:96px;
	background-image:url(../menu/homeMov.gif);
}
#allevamento{
	width:193px;
	height:96px;
	background-image:url(../menu/allevamento.gif);
	float:left;
}
#allevamento:hover{
	width:193px;
	height:96px;
	background-image:url(../menu/allevamento-mov.gif);
}
#allevatidanoi{
	width:193px;
	height:96px;
	background-image:url(../menu/allevatidanoi.gif);
	float:left;
}
#allevatidanoi:hover{
	width:193px;
	height:96px;
	background-image:url(../menu/allevatidanoiMov.gif);
}
#contatti{
	width:193px;
	height:96px;
	background-image:url(../menu/contattaci.gif);
	float:left;
}
#contatti:hover{
	width:193px;
	height:96px;
	background-image:url(../menu/contattaci-mov.gif);
}
#link{
	width:193px;
	height:96px;
	background-image:url(../menu/link.gif);
	float:left;
}
#link:hover{
	width:193px;
	height:96px;
	background-image:url(../menu/link-mov.gif);
}
.loading{
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;	
}
/* sudo slider */
#slider {
    width:640px;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
#slider li { 
    width:640px;
    overflow:hidden; 
}

/* css home page */
.col1{
	float:left;
	width:305px;
	height:659px;
	overflow:auto;
	background-image:url(../img/sfondoNews.png);
	background-repeat:no-repeat;
	
}
.col2{
	float:left;
	width: 645px;
	height: 659px;
	background-image: url(../img/sfondoFb.png);
	background-repeat: no-repeat;
	margin-left:16px;
	margin-right:13px;	
	
	
	
}
/* dettaglio cavallo */
.boxTesoDettaglioCavallo{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:425px;	
	margin-right:35px;		
	margin-left:50px;
}
.boxScrollDettaglioCavallo{
	margin-top:8px;
	height:400px;
	overflow:auto;
}
.boxFotoDettaglioCavallo{
	float:left;
	width:450px;
	height:450px;
	margin-top:60px;
	
}
.menuDettaglioCavalli{
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:30px;
	margin-top:410px;
	background-image:url(../img/menuMiniSfondo1.png);
	
}
#menu{	
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li{
	display: block;
    width: 100px;
    height: 30px;   
    float: left;
}
#menu li a {    
    display: block;
    font-weight: bold;   
    text-decoration: none;
    width: 100px;
    height: 30px;
    text-align: center;
	padding-top:10px;
	font-size:10px;
	
}
#menu li a:hover{
	background-image:url(../img/menuMiniSfondo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
	
}
/* indice cavalli */
.indiceCavalli{
	height:173px;
	width:470px;
	background-image:url(../img/sfondoIndiceCavalli.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:20px;
	
	
	
}
.boxFotoIndiceCavalli{
	float: left;
	width: 135px;
	height: 135px;	
	padding-top:5px;
	padding-left:5px;
}
.boxNomeIndiceCavalli{
	float:left;
	width:300px;
	height:173px;
	
}
/* validate css form */
#register-form {     
	width:449px;
	height:449px;
	background-image:url(../img/sfondoContatti.png);
	float:left;
	margin-left:35px;
	margin-right:20px;
   
}
 
#register-form .fieldgroup {
   
    display: inline-block;
    padding: 8px 10px;
    width: 340px;
}
 
#register-form .fieldgroup label {
    float: left;
    padding: 15px 0 0;
    text-align: right;
    width: 110px;
}
 
#register-form .fieldgroup input, #register-form .fieldgroup textarea, #register-form .fieldgroup select {
    float: right;
    margin: 10px 0;
    height: 25px;
}
 
#register-form .submit {
    padding: 10px;
    width: 220px;
    height: 40px !important;
}
 
#register-form .fieldgroup label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 4px 0 5px 125px;
    padding: 0;
    text-align: left;
    width: 220px;
}
#bordo{
	border:none;
	
}
/*mappa google */
#mappa{
	float: left;
	height: 449px;
	width: 449px;
	background-image: url(../img/sfondoContatti.png);
	
}
#links{
	height:700px;
	margin-left:50px
	
	
	
}