/* Generel
------------------------------------ */
HTML,BODY {
    background: #F1F1F1;
    font-family: Arial, Helvetica, Verdana, sans-serif;
     font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
}
A {
    color: #CC0000;
    text-decoration: underline;
    cursor: pointer;
}
A:hover {
    text-decoration: none;
}
STRONG{
    font-weight: bold;
}
#wrapper{
    width: 970px;
    margin: 0 auto;
}

/* Header
------------------------------------ */
#header{
    background: url(images/header-bg.png);
    width: 970px;
    margin-top: 25px;
    padding-bottom: 4px;
    float: left;
}
#header H1 A{
    outline: none;
    background: url(images/logo.png) no-repeat;
    text-indent: -9999999px;
    display: block;
    width: 215px;
    height: 62px;
    margin: 17px 0 0 57px;
    float: left;
}
#header UL{
    height: 35px;
    width: 958px;
    background: #CC0000;
    border: 1px solid #980000;
    margin: 30px 0 0 9px;
    clear: both;
}
#header LI{
    float: left;
    line-height: 37px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 37px;
    margin-top: -1px;
}
#header LI.first{
    margin: 0 60px 0 52px;
    margin-top: -1px;
}
#header LI A{
    color: #FFF;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    width: 210px; 
}
#header LI A:hover, #header LI A.alt{
    border-bottom: 4px solid #ED1C24;
    background: #FFF;
    color: #CC0000;
    height: 37px;
    padding: 11px 15px 11px 15px;
    display: inline;
}
#phone{
    float: right;
    width: 181px;
    height: 64px;
    background: url(images/phone.png) no-repeat;
    margin: 19px 54px 19px 0;
}
#phone SPAN{
    padding-left: 21px;
    font-family: Impact;
    font-size: 28px;
    margin-top: 19px;
    display: block;
}

/* Main
------------------------------------ */
#main{
    margin: 0 auto;
    width: 970px;
    background: url(images/main-bg.png) repeat-y;
    float: left;
    padding-bottom: 25px;
}

/*
.allegati {
    width: 100%;
    margin: 0px 0px 0px 0px;
} */

.allegati {
	border: 1px solid #999;
	padding: 5px;
	padding-top: 10px;
	width: 165px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	float: right;
	margin: 0px 5px 5px 10px;
	background: #fafafa;
}



#top-image P A{
    background: url(images/top-image.jpg) no-repeat;
    display: block;
    height: 271px;
    width: 853px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -999999px;
}

#top-image-dentisti P A{
    background: url(images/top-image-dentista.jpg) no-repeat;
    display: block;
    height: 271px;
    width: 853px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -999999px;
}

#top-image-assistiti P A{
    background: url(images/top-image-assistiti.jpg) no-repeat;
    display: block;
    height: 271px;
    width: 853px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -999999px;
}

#top-image-fondi P A{
    background: url(images/top-image-fondi.jpg) no-repeat;
    display: block;
    height: 271px;
    width: 853px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -999999px;
}

#top-image-contatti P A{
    background: url(images/top-image-contatti.jpg) no-repeat;
    display: block;
    height: 271px;
    width: 853px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: -999999px;
}

/* Main Home
------------------------------------ */
#home{
    margin: 0 auto;
    margin-top: 25px;
    width: 853px;
}
#home-left{
    width: 559px;
    border-right: 1px solid #CCC;
    float: left;
}
#home-left H1{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    padding-right: 30px;
}
#home-left H2{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    padding-right: 30px;
}
#home-left P{
    padding: 0 30px 10px 0;
    clear: both;
}
#home-left .hr{
    display: block;
    width: 466px;
    height: 3px;
    background: url(images/hr.png) no-repeat;
    margin: 10px auto 20px auto;
}
#home-left P.button{
    display: block;
    height: 41px;
    width: 232px;
    background: url(images/button1.png) no-repeat;
    margin: 0 auto;
    line-height: 41px;
    clear: both;
}
#home-left P.button A{
    padding-left: 54px;
    color: #000;
    text-decoration: none;
}

#list-box-wrapper DL{
    margin-bottom: 20px;
}
#list-box-wrapper DT{
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 15px 24px;
}
#list-box-wrapper DD{
    padding-left: 24px;
    background: url(images/bull.png) no-repeat;
    line-height: 16px;
}
.list-box{
    width: 500px; /* per averne due affiancati: 279px*/
    float: left;
}
#home-right{
    width: 293px;
    float: left;
}
#home-right H3{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 0px;
    margin-bottom: 10px;
}
#home-right UL{
    margin: 0 0 20px 25px;
}
#home-right LI{
    padding-left: 24px;
    background: url(images/bull.png) no-repeat;
    line-height: 16px;
}
#home-right P{
    padding-left: 32px;
}
#home-right P.button{
    display: block;
    height: 41px;
    width: 232px;
    background: url(images/button2.png) no-repeat;
    margin: 10px 0 0 32px;
    line-height: 41px;
    padding: 0;
}
#home-right P.button A{
    padding-left: 52px;
    color: #000;
    text-decoration: none;
}

/* Main Inner
------------------------------------ */
#inner{
    margin: 0 auto;
    margin-top: 25px;
    width: 853px;
}
#inner-right{
    width: 567px;
    border-left: 1px solid #CCC;
    float: right;
}
#inner-right H1{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    padding: 0 20px 0 16px;
}
#inner-right H2{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    padding: 0 20px 0 16px;
}
#inner-right H3{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    padding: 0 20px 0 16px;
}
#inner-right P{
    padding: 0 20px 10px 16px;
    clear: both;
    line-height: 1.6em;
}

#inner-right LI{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	line-height: 1.4em;
}
#inner-left{
    width: 285px;
    float: left;
}
#inner-left UL{
}
#inner-left LI{
    display: block;
    width: 274px;
    border-bottom: 1px solid #CCC;
}
#inner-left LI A{
    padding-left: 20px;
    line-height: 25px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}
#inner-left LI A:HOVER {
    text-decoration: underline;
}
#inner-left LI.alt A{
    font-weight: bold;
}

/* Footer
------------------------------------ */
#footer-wrapper{
    margin: 0 auto;
    width: 970px;
    background: url(images/footer-bg.png) no-repeat bottom;
    float: left;
    margin-bottom: 10px;
}
#footer{
    height: 60px;
    width: 853px;
    border-top: 1px solid #CCC;
    margin: 0 auto;
    color: #999;
    font-size: 11px;
}
#footer A{
    color: #999;
    font-size: 11px;
}
#footer UL{
    float: right;
    margin-top: 22px;
}
#footer LI{
    float: left;
    padding: 0 1px 0 5px;
}

#inner-right .provincia_list {
	list-style-type: none;
	list-style-position: inside;
	line-height: 1.8em;
}

#elenco_provincia {
	margin-top: 20px;
	margin-left: 20px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 10px;
}

#inner-right .provincia {
	list-style: none;
	line-height: 2em;
}


.allegati-priv {
	background: #fafafa;
	margin-bottom: 20px;
	margin-left: 18px;
	padding-top: 10px;
	border: 1px dotted #999;
}

.allegati-priv li {
	list-style-image: url(http://www.pronto-care.com/img/pdf.png);
	list-style-position: inside;
	height: 35px;
	line-height: 35px;
}

.allegati-priv h3 {
	font-size: 20px;
	margin-bottom: 10px;
}