/* 
    Document   : default
    Created on : 10-feb-2012, 17.22.18
    Author     : Pala
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* Generic class */
.fleft{
    float: left;
}

.fright{
    float: right;
}

.clear{
    clear: both;
}

h3{
    font-size: 16px;
    margin:5px;
    font-weight: bold;
}

a{
    text-decoration: none;
    
}

b{
    font-weight: bold;
}

.show{
    display:inherit;
}

.hide{
    display: none;
}

/* Generic page component */

body{
    font-size: 12px;
    background-color: #e7e7e7;
    font-family: Arial;
    color:#000;
}

.labroconsult{
    width:100%;
    margin: auto;
  
}


.bgHeader{
    background: url(../images/nave.jpg) top center no-repeat;
	border-top:3px solid #BE1622;
	border-bottom:1px solid #e7e7e7;
}
.bgPreHeader{
	background:#fff;
	 
}
.bgContent{
    background-color: #fff;
    
    
}
.bgFooter{
    background: url(../images/footer_bg.gif) repeat-x;
}

#header{
    clear: both;
    height: 398px;
    width:1000px;
    margin: auto;
    
}

#footer{
    height: 50px;
    width:1000px;
    margin: auto;
    text-align: center;
    line-height: 2;
   
}

#footer a{
    color:#BE1622;
}

.content{
    position: relative;
    width:1000px;
    margin: auto;
    
    min-height:250px; 
}

/* Header style */

#preHeader{
	
	width:1000px;
	clear: both;
	margin:auto;
	height:50px;
	
}

#headerlx {
    width: 355px;
    margin-right: 15px;
    
}

#headerdx{
    
    width: 625px;
}

#langselection{
    width:55px;
    margin:auto;
	margin-top:10px;
}

#logo{
	margin-top:30px;
}
#introText{
    color:#1c038e;
	
    

font-family: 'Pinyon Script', cursive;

}

#introText h3{
   
    font-size: 18px;
}

#navigation{
    height: 40px;
    margin-left:100px;
	width:800px;
}

#navigation #mainMenu{
    clear:both;
    width:100%;
	margin-top:5px;
	margin-left:25px;
	margin-top:16px;
}

#navigation #mainMenu li{

    float: left; 
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	width:125px;
	padding:0 10px;
	
	text-align:center;
	border-right:1px solid #e7e7e7;
	
}

#navigation #mainMenu li.active,#navigation #mainMenu li:hover{
    
}

#navigation li.last{
	border:0px !important;
}

#navigation #mainMenu li a{
    color: #333;
	float:left;
	width:125px;
	padding:10px 0;
	text-align:center;
	
}

#navigation #mainMenu li a.active{
    color: #BE1622;
    
    
}

#navigation #mainMenu li a:hover{ 
    color:#BE1622;
}

#navigation #submenu {
    
    background: url(../images/menu2.png) no-repeat;
    height:24px;
    
    
	text-transform:uppercase;
	width:100%;
    clear: both;
}

#navigation #submenu li{
    margin:5px 17px;
    float: left;
    font-size: 12px;
   
}

#navigation #submenu li a{
     color: #fff;
     
}
#navigation #submenu li a:hover,#navigation #submenu li a.active{
     color:#333;
    
     
	 
}




/*  Pagina style */

#corpoPagina{
    width:98%;
    padding:1%;
    position:relative;
    
    
}

#home #corpoPagina .servizio{
    float:left;
    width:23%;
    margin-left:1%;
    
    font-size: 14px;
    
    padding-right:1%;
    border-right: 1px solid #e7e7e7;
}

#home #corpoPagina .servizio.last{
	border:0 !important;
	padding-right:0 !important;
}

#home #corpoPagina h3{
    
    
    height: 50px;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    text-align: center;
    color:#BE1622;
}

#home p{
    color:#333;
    
}
.servizio p{height:225px;}

.content{
    padding-bottom:15px;
}

#contatti{
    line-height: 1.4;
    letter-spacing: 3px;
} 

.content .leftBox{
    width:680px;
    float:left;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: bold;
    font-style: italic;
}

.content .rightBox{
    width: 270px;
    float:right;
}

.content .rightBox #thumbContainer img{
    width: 115px;
    height: 115px;
    padding:2px;
    border: solid 1px #333;
    margin:5px;
    background: #e7e7e7;
    
}

.content h1{
    
    width:425px;
    padding:10px;
    
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color:#BE1622;
    
}

.content p{
    padding-top:15px;
}

#home li{
    list-style: none;
}
.content hr{
    color:#e7e7e7;
    height:1px;
    border:none;
    background-color: #e7e7e7
}
.content li{
    list-style: disc;
    margin-left:25px;
    color:#BE1622;
}

.content li span{
    color:#000;
}

#map{
    padding:0 10px;
    width:600px;
    height:400px;
}

#mapInfo
{
    height: 100px;
}