html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

h1 {
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

h3 {border-top: 2px solid #4f6bcc;
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}

 .more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #08185b;
	text-align: center;
	font-family: tahoma, arial;
	font-size: 13px;
  padding-bottom: 15px;
	}


/** layout **/



#content {
	text-align: left;
	margin: 1px auto;
	width: 950px;
  position: relative;
}

#header {
  background: url(images/header.jpg);
  width: 100%;  
  height: 190px;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}

#body {
  padding-top: 3px;
}

.left {
  float: left;
  width: 212px;
  height: 515px;
  margin-bottom: 2px;
  padding-left: 13px;
  background: #4f6bcc;
}

.right {
        float: right;
        width: 725px;
	padding-top: 15px;
}	

.text { 
	color: #08185b;
	padding-top: 1px;
	 padding-left: 15px;
  padding-right: 15px;
}	

.textwhite { 
	color: #ffffff;
	padding-top: 1px;
	 padding-left: 15px;
  padding-right: 15px;
}	

#homeright {
height: 500px;
background: url(images/index_bg.jpg);
}

#anziani     {
height: 500px;
background: url(images/padd_bg.jpg);
}

#strutture     {
height: 500px;
background: url(images/strutt_bg.jpg);
}

#contatti     {
float: right;
width: 725px;
height: 500px;
background: url(images/cont_bg.jpg);
color: #ffffff;
margin-top: 5px;
}



#homeleft  {
  width: 195px;
   height:500px;
}

#sponsor {
    margin-top:20px;

}

.attivita {width: 100%;
           height: 200px;
           margin-bottom: 20px;
}

.attlast {width: 100%;
           height: 200px;
           margin-bottom: 15px;
}

.attleft {color: #ffffff;

}

.attright {color: #ffffff;

}


#phsalto { width: 270px;
           height: 200px;
        background: url(images/salto.jpg);
        background-repeat: no-repeat;
        margin-right: 30px;
        float: left;
         margin-top: 10px;
}

#phdressage { width: 270px;
           height: 200px;
background: url(images/dressage.jpg);
 background-repeat: no-repeat;
 margin-left: 30px;
 float: right;
  margin-top: 10px;
}

#phtrotto { width: 270px;
           height: 200px;
background: url(images/trotto.jpg);
 background-repeat: no-repeat;
 margin-right: 30px;
 float: left;
  margin-top: 10px;
}

#phgaloppo {width: 270px;
           height: 200px;
background: url(images/galoppo.jpg);
 background-repeat: no-repeat;
 margin-left: 30px;
 float: right;
 margin-top: 10px;
}





#contatleft  {
 
  width: 195px;
   height: 450px;
   padding-top: 15px;
}





#photogal {
width: 333px;
   height:250px;
   float: right;
  
}

#textgal {
width: 550px;
   height:250px;
   float: left;


}


#mappagoogle  {

        float: right;
        width: 725px;

        text-align: right;
}

#contatti  {
 padding-top: 9px; 
}

#copyright {
   background: url(images/footer-bg.gif);
  text-align: center;
  color: #ffffff;
  padding: 2px;
  border-top: 2px solid #08185b;

}

#copyright a {
color: #ffffff;
  
}

/********************* barranav ****************************/

#navtop li {
  list-style: none;
  display: inline;
  color: #fff;
}

#navtop {
	clear: both;
	display: block;
	height: 38px;
	width: 950px;
  padding: 5px 0;
	background: #4B68c4 url(images/nav-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #08185b;	

	
}

#navtop ul li a {
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
	padding-left: 5px;
	padding-right: 5px;
}

#navtop ul {
	list-style: none;
	margin: 0px;
	padding-left: 150px;
	text-align:center;
	
}


/********************* gallery istruttori****************************/

#mans {
  position: absolute;
  top: 110px;
  left: 1px;
  height: 75px;
}

#mans li {
  list-style: none;
display: inline;
padding-right: 15px;
}


/********************* gallery ****************************/
.gallery ul{
	list-style-position: inside;
	list-style-type: disc;
}
.gallery ul li{
	padding-top: 0px;
	list-style: none;
}
.gallery ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.gallery ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.gallery{
	display:inline;
	float:left;
	padding-top: 15px;
	padding-bottom: 15px;
 }

.gallery img{
	width:97px;
	height:70px;
}


