/* basic style */

*{
    margin:0;
    padding:0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background: #FFFFFF url(../img/background.jpg) repeat-x scroll 0 -165px;
    font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:67.5%;
    color:#2c2c2c;
    text-align: center;
    height: 100%;
	width: 100%;
}
body.home {
	background: #fff url(../img/background.jpg) repeat-x 0 0;
}
li {
	list-style-type: none;
} 
h2 {
    color:#ffa305;
    font-size:2em;
    font-weight:normal;
    padding-bottom:0.3em;
    padding-top:0.5em;
}
h3 {
    font-size:1.4em;
    padding-bottom:0.3em; 
    color: #FFA305;
}
h4{
    font-size:1.4em;
    padding: 0.8em 0 0.3em;
    color: #6E6E6E;
}
h5 {
    font-size:1.4em;
    padding: 0.8em 0 0.3em;
    color: #6E6E6E;
    font-weight: lighter;
}
h6 {
    font-size:1.1em;
    padding: 1em 0 0.3em;
    color: #FFA305;
}
table, td {
    vertical-align:top;
}
.clear {
    clear:both
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}


.clearLeft {
    clear: left;
    margin: 30px 0 0;
}
.left {
    float:left;
    margin: 10px 10px 10px 0px;
}
.right {
    float: right;
    margin: 10px 10px 0px 10px;
}
a {
color:#FFA305;
}
a:hover {
color:#ff3300;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 8px;
}
form, fieldset {
	border: none;
}
a img {
	border:none;
}
/*a img {
	border: 5px solid #f6f6f6;
}
a:hover img {
	border: 5px solid #FFA305;
}*/
/* basic Layout style */

#wrapper {
    width: 980px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 100%;
    position: relative;
    height:105px;
}
#column-left {
    width: 245px;
    padding-bottom: 10px;
}
#menu-column {
    width: 245px;
    padding-bottom: 10px;
    background: transparent url(../img/menu_col_footer.png) no-repeat bottom left;
}

#container {
	display: block;
}

#footer {
	clear:both;
	display:block;
	margin-left:280px;
	padding:45px 0 20px;
	text-align:center;
	width:450px;
}

/* header style */

#logo {	
	background:transparent url(../img/logo_bg.png) no-repeat scroll 0 0;
	height:105px;
	position:absolute;
	width:245px; 
}
    #logo h1 {
    	display: block;
    	width:245px;
		height: 115px; 
    }
    	#logo h1 a{
    		display: block;
    		width:245px;
			height: 115px;
			text-indent: -10000px; 
    }
#utilities {
	display: none;
}
/*#utilities {
	background:#EFEEEA none repeat scroll 0 0;
	border:1px solid #E6E6E6;
	padding:5px 6px;
	position:absolute;
	right:10px;
	top:10px;
	width:290px;
}
    #utilities form {

    }
        #utilities form input[type="text"]{
        	margin:0 10px 0 0;
        }
        #utilities form input[type="submit"]{
        
        }*/
#main-nav {
	position: absolute;
    margin: 0;
    overflow: hidden;
	height:26px;
	left:270px;
	top: 60px;
	z-index: 5;
}
    #main-nav li {
    	float: left;
        list-style: none;
        padding: 0 5px;
    }
    	#main-nav li.back {
        	background: url("../img/main_nav_bg.gif") no-repeat right;
        	width: 9px; height: 27px;
        	z-index: 8;
        	position: absolute;
        	padding: 0;
        }
        	/*#main-nav li.back .left {
                background: url("../img/main_nav_bg.gif") no-repeat top left;
                height: 26px;
                margin-right: 6px; /* 6px is the width of the rounded shape 
            }*/
        #main-nav li a {
    		font: bold 16px Arial;
            text-decoration: none;
            color: #077090;
            outline: none;
            text-align: center;
            letter-spacing: 0;
            line-height: 26px;
            z-index: 10;
            display: block;
            float: left;
            height: 26px;
            overflow: hidden;
            width: 90px;
            text-transform: uppercase;
            text-indent: -10000px;
        }
        #main-nav li a:hover, #main-nav li a:active, #main-nav li.current a {
			border: none;
        }
            
        /*------------------------------------------- Main nav ----------------------------*/   
            #main-nav li a#home {
                background: url(../img/menu_main_nav.png) no-repeat 0 0;
                width:65px;
            }
            #main-nav li a#home:hover {
                background: url(../img/menu_main_nav.png) no-repeat 0 -28px;
            }
            #main-nav li a#home.selected {
                background: url(../img/menu_main_nav.png) no-repeat 0 -58px;
            }
            
            #main-nav li a#about {
                background: url(../img/menu_main_nav.png) no-repeat -70px 0;
                width:115px;
            }
            #main-nav li a#about:hover {
                background: url(../img/menu_main_nav.png) no-repeat -70px -28px;
            }
            #main-nav li a#about.selected {
                background: url(../img/menu_main_nav.png) no-repeat -70px -58px;
            }
            
            #main-nav li a#events {
                background: url(../img/menu_main_nav.png) no-repeat -190px 0;
                width:75px;
            }
            #main-nav li a#events:hover {
                background: url(../img/menu_main_nav.png) no-repeat -190px -28px;
            }
            #main-nav li a#events.selected {
                background: url(../img/menu_main_nav.png) no-repeat -190px -58px;
            }
            
            #main-nav li a#gallery {
                background: url(../img/menu_main_nav.png) no-repeat -285px 0;
                width:90px;
            }
            #main-nav li a#gallery:hover {
                background: url(../img/menu_main_nav.png) no-repeat -285px -28px;
            }
            #main-nav li a#gallery.selected {
                background: url(../img/menu_main_nav.png) no-repeat -285px -58px;
            }
            
            #main-nav li a#offerte {
                background: url(../img/offerte_btn.png) no-repeat 0 0;
                width:103px;
            }
            #main-nav li a#offerte:hover {
                background: url(../img/offerte_btn.png) no-repeat 0 -29px;
            }
            
            #main-nav li a#consigli {
                background: url(../img/menu_main_nav.png) no-repeat -395px 0;
                width:100px;
            }
            #main-nav li a#consigli:hover {
                background: url(../img/menu_main_nav.png) no-repeat -395px -28px;
            }
            #main-nav li a#consigli.selected {
                background: url(../img/menu_main_nav.png) no-repeat -395px -58px;
            }
            
            #main-nav li a#contacts {
                background: url(../img/menu_main_nav.png) no-repeat -515px 0;
                width:100px;
            }
            #main-nav li a#contacts:hover {
                background: url(../img/menu_main_nav.png) no-repeat -515px -28px;
            }
            #main-nav li a#contacts.selected {
                background: url(../img/menu_main_nav.png) no-repeat -515px -58px;
            }

/*intro*/
#intro {
	height: 230px;
	position: relative;
}
	#intro span.image {
		height: 260px;
		background: url(../img/ombrellone.png) no-repeat bottom right;
		position: absolute;
		right: -60px;
		bottom: 13px;
		display: block;
		width: 310px;
	}
	#intro p {
	    text-indent: -10000px;
	    background: url(../img/intro_payoff.png) no-repeat 20px 0;
		height: 138px;
		width: 425px;
	}
	
#intro-small {
	height:50px;
	position:relative;
}
	#intro-small span.image {
		background:transparent url(../img/ombrellone_small.png) no-repeat scroll right bottom;
		bottom:-5px;
		display:block;
		height:160px;
		position:absolute;
		right:-60px;
		width:200px;
	}

#header-menu {
	background: transparent url(../img/menu_col_bg.png) repeat-y;
}
       #header-menu ul li {
       		height: 30px;
            display: block;
            width: 245px;
            line-height: 30px;
        }
           #header-menu ul li a {
           		color: #666;
           		text-decoration: none;
           		font-size: 1.1em;
           		height: 30px;
           		width: 205px;
           		padding: 0 20px;
            	display: block;
            	line-height: 30px;
            	background: url(../img/menu_col_btn.png) no-repeat;
            	outline: none;
            }
            #header-menu ul li a:hover {
            	background: url(../img/menu_col_btn.png) no-repeat 0 -30px;
            	color: #282828;
            }

#slideshow {
	float:left;
	height:260px;
	padding: 0 0 0 10px;
}
    #slide {
        display:block;
        float:left;
        height:242px;
        width:642px;
        
    }
        #slide img {
            padding: 10px;
            background: #E6E6E6;
            border: 1px solid #ccc;
        }
    a#next, a#prev {
        display:block;
        float:left;
        height:240px;
        width:17px;
        text-indent: -10000px;
    }
    
    a#next {
    	background: url(../img/next_prev_btn.gif) no-repeat -17px 50%;
    	margin-left: 10px;
    }
    
    a#prev {
    	background: url(../img/next_prev_btn.gif) no-repeat 0 50%;
    	margin-right: 10px;
    }
    

/* menu-column style */
#menu-column h3,
#menu-column label {
    background: url(../img/menu_col_label.png) no-repeat;
    height: 30px;
    color: #FFF;
    padding: 0 20px;
    font-size: 1.1em;
    line-height:30px;
    position:relative;
    text-align: left;
}
    #menu-column h3 span.left-corner,
    #menu-column label span.left-corner {
        background: url(../img/menu_col_label_lf.png);
        position: absolute;
        bottom: -10px;
        left: 0px;
        height: 10px;
        width:10px;
    }
    #menu-column h3 span.right-corner,
    #menu-column label span.right-corner {
        background: url(../img/menu_col_label_rf.png);
        position: absolute;
        bottom: -10px;
        right: 0px;
        height: 10px;
        width:10px;
    }


#content-menu {
    width:245px;
	background: transparent url(../img/menu_col_bg.png) repeat-y;
}
    /* select-location menu */
    #select-location {
		padding: 0 0 10px;
		width: 245px;
		margin: 0;
		height:90px !important;
    }
        #select-location form {
            text-align: center;
        }
            #select-location form label {
            	font-size: 1.05em;
            	text-align: left;
            }
            #select-location form select {
            	margin-top: 10px;
            	width: 175px;
            }
    
    /* main menu */    
    ul.accordion a:focus {
    	outline: none;
    }
    .text-portlet ul.accordion {
    	width: 233px;
    	overflow: hidden;
    	border-top: 1px solid #DDDDD0;
    	border-left: 1px solid #DDDDD0;
    	border-right: 1px solid #DDDDD0;
    }
        ul.accordion li {
			line-height: 30px;
        }
            ul.accordion li a {
            	color: #666;
           		text-decoration: none;
           		font-size: 1.1em;
           		height: 30px;
           		width: 205px;
           		padding: 0 20px;
            	display: block;
            	line-height: 30px;
            	background: url(../img/menu_col_btn.png) no-repeat;
            	outline: none;
            }           
            ul.accordion li a:hover,
            ul.accordion li a.current {
				background: url(../img/menu_col_btn.png) no-repeat 0 -30px;
            	color: #282828;
            }
/*______________sub level_________________________________________________ */
                ul.accordion li ul {
					margin: 0;
					width: 242px;
    			}
    			    ul.accordion li ul li {
						height: 30px;
						line-height: 30px;
    			    }
    			        ul.accordion li ul li a {
    			        	color: #666;
           					text-decoration: none;
           					font-size: 1.1em;
           					height: 30px;
           					width: 205px;
           					padding: 0 20px;
            				display: block;
            				line-height: 30px;
            				background: url(../img/menu_col_btn.png) no-repeat;
            				outline: none;
            				overflow: hidden;
            				white-space: nowrap;
    			        }
    			        ul.accordion li li a:hover {
							background: url(../img/menu_col_btn.png) no-repeat 0 -30px;
            				color: #282828;
    			        }

    
/* container style */

/*#content-wrapper {
	background: url(../img/container_bg.jpg) repeat-y;
}*/
#content {
	float: right;
	width: 725px;
	position: relative;
}
#right-column {
	display:block;
	position: absolute;
	right: 0;
	padding:0;
	width:245px;
}
#middle-column {
	width: 470px;
	padding: 0;
	float: left;
}
#wide-column {
    padding: 0 20px 0 10px;
}
div.special-column {
	padding: 15px 20px 15px 15px;
}
.box {
	padding: 0;
}
.smallbox {
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding: 10px;
	border-bottom: 1px solid #DDDDD0;
	border-top:1px solid #FFFFFF;
}
.box-container {
    background: url(../img/box_container_separator.jpg) no-repeat bottom center;
    padding: 0 10px 40px;
}

#rapid-search fieldset div.box { 
	height: 50px;
}
	#rapid-search fieldset div.box div {
		padding-right: 20px; 
		float: left;
	}
		#rapid-search fieldset div.box div label {
			display: block;
			font-weight: bold;
			font-size: 1.2em;
			color: #FFA305;
			padding-bottom: 5px;
		}
		#rapid-search fieldset div.box div select {
			width: 120px;
		}
		#rapid-search fieldset div.box div input.submit {
			margin-top: 30px;
		}
		#rapid-search fieldset div.box div a.calendar {
			float: right;
			margin-right: 10px;
			width: 20px;
			height: 20px;
			display: block;
			text-indent: -10000px;
			background: url(../img/calendar.gif) no-repeat;
		}
/* interactive map ----------------------------------------------------*/
ul#interactive-map {
	background: url(../img/map.jpg) no-repeat;
	height: 379px;
	width: 418px;
	position: relative;
}

	ul#interactive-map a {
		display: block;
		height: 30px;
		width: 30px;
		background: url(../img/place.png) no-repeat;
		text-indent: -10000px;
		position: absolute;
	}
	ul#interactive-map a:hover {
		background: url(../img/place-hover.png) no-repeat;
	}
	
	/* posizione localitˆ */
	a#loc1 {
		left:181px;
		top: 22px;
	}
	
	a#loc2 {
		left:55px;
		top: 76px;
	}
	
	a#loc3 {
		left:90px;
		top: 194px;
	}
	
	a#loc4 {
		left:260px;
		top: 342px;
	}
	
	a#loc5 {
		left:320px;
		top: 140px;
	}
/* end interactive map ----------------------------------------------------*/


/* Begin event list style -------------------------------------------------*/
#event-list {
	padding: 0 10px;
}
#events-list .box {
	padding: 0 0 10px 0;	
}
#events-list .event {
	padding: 10px 0;
	
}
	#events-list .event-image {
		padding: 3px;
		background: #F7F7F3;
		border: 1px solid #DDDDD0;
		width: 80px;
		float: left;
		margin-right: 20px;
	}
	#events-list .event-details {
		border-bottom: 1px dotted #DDDDD0;
		padding-bottom: 10px;
		height: 90px;
		line-height: 1.4em;
	}
		#events-list .event-details h3 a {
			color: #686760;
			text-decoration: none;
		}
		#events-list .event-details h3 a:hover {
			color: #53524d;
		}

.text-portlet {
	padding: 20px;
}
#content-menu div.text-portlet {
	padding: 0px 10px 20px 10px;
}

	ul.list-mini {
    	border-top:1px solid #E6E6E6;
	}
	   ul.list-mini li.lm-element {
	       padding: 8px 0;
	       border-bottom:1px solid #E6E6E6;
	       border-top:2px solid white;
	   }
		ul.list-mini .lm-image {
			float: left;
			padding: 3px;
			width: 50px;
			height: 50px;
			display: block;
			background: #F7F7F3;
			border: 1px solid #DDDDD0;
			margin-right: 10px;
		}
		/*ul.list-mini div.lm-info {
			padding: 0 0 0 68px;
		}*/
		ul.list-mini div.lm-info p.where {
			color: #686760;
			font-size: 1.2em;
			font-weight: bold;
			padding-bottom: 3px;
		}
		ul.list-mini div.lm-info p.details {
			padding-bottom: 0;
		}
		ul.list-mini div.lm-info a {
			cursor: pointer;
		}

		a.all-more {
			cursor: pointer;
			display: block;
			padding: 5px 0;
			text-align: right;
			padding-right: 10px;
		}
		a.all-more:hover {
			background: #F7F7F3;
		}
		a.more {
			color: #
		}
/* End event list style -------------------------------------------------*/


/* Generic Element List (strutture ricettive, offerte, eventi...) */

ul.listing {
	padding: 0 0 10px 0;
}
ul.listing li.list-element {
    position: relative;
	padding: 10px;
	height: 150px;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #DDDDD0;
	height:100%;
	overflow: hidden;
}
ul.listing li.featured {
	background: #F7F7F3;
	border: 1px solid #DDDDD0;
}
    div.featured-icon {
        position: absolute;
        top: 0;
        left: 5px;
        background: url(../img/icons/sponsor-icon.png) no-repeat;
        width: 65px;
        height: 75px;
    }
	div.image-box {
		padding: 3px;
		background: #F7F7F3;
		border: 1px solid #DDDDD0;
		float: left;
		margin-right: 20px;
	}
	div.image-box a img {
        border: none;	
    }
	div.details-box {
		margin: 0 0 30px 155px;
		line-height: 1.4em;
	}
	
		p.location {
		  color:#6F8185;
		  text-transform: uppercase;
		}
            p.location a {
                color:#6F8185;
                font-size:0.9em;
                text-transform:uppercase;
                text-decoration: none;
                letter-spacing: 0.02em; 
            }
            p.location a:hover {
            	font-weight: bold;
            }
        h3.name a {
            text-decoration: none;
        }
        p.code {
            background:#9F9F9F none repeat scroll 0 0;
            border:1px solid #9F9F9F;
            color:#E6E6E6;
            padding:0 5px;
            position:absolute;
            right:0;
            top:0;
        }
          p.code span {
              font-weight: bold;
          }
        p.date {
            color: #53524d;
        }
        p.description {
        }
        a.readMore {
        }
        ul.services{
           	bottom:10px;
			color:#3C3C3C;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:1.1em;
			height:25px;
			left:170px;
			line-height:20px;
			margin-top:10px;
			overflow:hidden;
			padding:0;
			position:absolute;
			width:510px;
        }
            ul.services li {
                display: inline;
                padding-right: 0;
                margin-right: 10px;
                height: 25px;
                width: 25px;
            }
                ul.services li img {
                    width: 25px;
                    height: 25px;
                    cursor: help;
                }
            
div.pagination {
    border: 1px solid #E6E6E6;
    padding: 5px;
    text-align: center;    
}        
    div.pagination a {
        text-decoration: none;
        padding: 2px 3px;
    }
    div.pagination span.currentPage {
        font-weight: bold;
    }
/* End Generic list */

/*  Generic text content style -------------------------------------------------*/
div.text-box {
    padding: 0 10px 20px;
}
div.page-title {
    margin-bottom: 5px; 
}
div.rapid-search .page-title {
    padding-left: 60px;
    background: url(../img/icon_search.jpg) no-repeat  0 15px;
}
div.booking .page-title {
    padding-left: 60px;
    background: url(../img/icon_booking.jpg) no-repeat  0 15px;
}
div#events .page-title {
    padding-left: 60px;
    background: url(../img/icon_eventi.jpg) no-repeat  0 15px;
}
div.consigli {
	padding-left: 60px;
	background: url(../img/icon_consigli.jpg) no-repeat  0 -7px;
}
p.info {
    font-size: 0.8em;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    margin: 0px 0px 10px 0;
    padding: 5px 0;
}

p.summary {
    font-size: 1.4em;
    font-family: Georgia, serif;
    line-height: 1.6em;
    font-style: italic;
    border-bottom:1px solid #E6E6E6;
    margin-bottom: 20px;
}

div.text {
    line-height: 1.6em;
    text-align: justify;
}
div.text img {
	padding: 10px;
}

/*  end Generic text content style -------------------------------------------------*/	

/*  images box style -------------------------------------------------*/
#images li {
    display: inline;
    padding: 0 0.12em;
}

#images li img {
	padding: 0 0.5em 0.5em 0;
}

/* Gallery struttura */
#show {
	height: 210px;
	width: 360px;
	border: 1px solid #ccc;
}
#show img {
	border: 5px solid #fff;
}
#nav { 
    width: 290px;
    position: absolute;
    right: 0;
    top: 0; 
}
#nav li { 
    width: 50px; 
    float: left; 
    margin: 11px 0 0 18px; 
    list-style: none;
}
#nav a {
    width: 50px; 
    padding: 3px; 
    display: block; 
    border: 1px solid #ccc; 
}
#nav a.activeSlide { 
    background: #FFA305; 
}
#nav a:focus { 
    outline: none;
}
#nav img { 
    border: none; 
    display: block;
}


/* extra contextual links list ---------------------------------------*/
div.links ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #DDDDD0;
    padding: 5px;
    margin-bottom: 2px;
}
div.links ul li a:hover {
    text-decoration: none;
}
 
		
#footer a {
	color: #686760;
	text-decoration: none;
}
#footer a:hover {
	color: #53524D;
	}

/*	newsletter */

form.newsletter {
	background: url(../img/icon_newsletter.png) no-repeat 150px 10px;;
}
fieldset.newsletter {
	width:140px;
}
input.newsletter {
	width: 140px;
}
input.right {
	float: right;
	margin: 10px 0 0;
}
	
/* Contact Box */
div.contacts p.description {
	border-bottom: 1px solid #e6e6e6;
}
div.contacts li {
	border-top:2px solid white;
	border-bottom: 1px solid #e6e6e6;	
}
div.contacts li h4 {
	color: #FFA305;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
}
div.contacts li a {
	color: #2c2c2c;
}
div.contacts li a:hover {
	color: #67D0F0;
}
li.mobile {
	background:transparent url(../img/icon_mobile.png) no-repeat scroll 150px center;
}
li.phone {
	background: url(../img/icon_phone.png) no-repeat scroll 150px center;
}
li.email {
	background: url(../img/icon_email.png) no-repeat scroll 150px center;
}
li.chat {
	background: url(../img/icon_chat.png) no-repeat scroll 150px center;
}
li.skype {
	background: url(../img/skype_icon.png) no-repeat scroll 150px center;
}
li.msn {
}

/* Tab ------------------------------------------*/
ul.ui-tabs-nav {
}
.ui-tabs-nav li a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 0 0.3em;
}
li.ui-tabs-selected {
	padding-top: 0px;
}
li.ui-tabs-selected a {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.ui-tabs-nav li a {
	
}
.ui-tabs-panel {
	border-top: 1px solid #ccc;
}


/* Table */

th {
	background: #F1F0ED;
	padding: 5px 10px;
	border: 1px solid #DDDDD0;
}

td {
	background: #fff;
	padding: 5px 10px;
}
.available {
	color: green;
}
.unavailable {
	color: red;
}

/* login */

/*div.login {
	width: 420px;
	padding-right: 15px;
	float: left;
	
}*/
h4.login a {
	background: url(../img/btn_login.jpg) no-repeat 0 0;
	width: 430px;
	height: 58px;
	display: block;
	text-indent: -100000px;
	outline: none;
}
h4.login a:hover {
	background: url(../img/btn_login.jpg) no-repeat 0 -63px;
}
h4.preventivo a {
	background: url(../img/btn_preventivo.jpg) no-repeat 0 0;
	width: 430px;
	height: 58px;
	display: block;
	text-indent: -100000px;
	outline: none;
}
h4.preventivo a:hover {
	background: url(../img/btn_preventivo.jpg) no-repeat 0 -63px;
}

	div.login input[type="submit"],
	div.remember input[type="submit"],
	fieldset.comment input[type="submit"] {
		display: block;
		margin-top: 10px;
	}
	div.login fieldset,
	div.remember fielset,
	fieldset.comment {
		border: 1px solid #DDDDD0;
		margin-top: 10px;
		padding: 10px;
	}
	
	div.login legend,
	div.remember legend,
	fieldset.comment legend {
		font-size:1.4em;
	    padding: 0.5em;
	    color: #6E6E6E;
	}
	
label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 5px;
}
textarea {
	width: 99%;
}
/* comment list */
ul.comment-list {
	
}
ul.comment-list li {
	border:1px solid #DDDDD0;
	margin:10px 0 0;
	padding:10px;
}
p.comment-title {
	border-bottom:1px solid #DDDDD0;
	font-size:1.2em;
	margin:0 0 10px;
}

/* Widget ----------------------------------------------*/

div.widget {
    width: 245px;
    background: url(../img/widget_middle.jpg) repeat-y;
    margin-top: 10px;
}
    h3.widget-title {
        background: url(../img/widget_top.jpg) no-repeat top left !important;
        color:#67d0f0 !important;
        padding: 15px 25px 0 !important; 
        font-size:1.4em !important;        
    }
    div.widget-title {
    	background: url(../img/widget_top.jpg) no-repeat top left;
        padding: 15px 25px 0;  
    }
    	div.widget-title h3 {
    		color:#67d0f0;
    	}
    .widget-content {
    	background: url(../img/widget_footer.jpg) no-repeat bottom left;
        padding: 0 20px 20px 25px;
    }

/* Servizi ----------------------------------------------*/

ul.servizi li {
	height: 30px;
	padding: 0 0 5px 0;
}

ul.servizi li img {
	padding: 0 10px 0 0;
	float: left;
}

ul.servizi li p {
	height: 30px;
	line-height: 30px;
}

/* action menu 

div.action-menu {

}

div.action-menu a.preventivo {
	display: block;
	float: left;
	height: 62px;
	width: 142px;
	background: url(../img/action_menu.jpg) no-repeat 0 0;
	text-indent: -10000px;
	outline: none;
	cursor: pointer;
}
div.action-menu a.preventivo:hover {
	background: url(../img/action_menu.jpg) no-repeat 0 -62px;
}

div.action-menu a.stampa {
	display: block;
	float: left;
	height: 62px;
	width: 147px;
	background: url(../img/action_menu.jpg) no-repeat -142px 0;
	text-indent: -10000px;
	outline: none;
	cursor: pointer;
}
div.action-menu a.stampa:hover {
	background: url(../img/action_menu.jpg) no-repeat -142px -62px;
	}

div.action-menu a.preferiti {
	display: block;
	float: left;
	height: 62px;
	width: 151px;
	background: url(../img/action_menu.jpg) no-repeat -289px 0;
	text-indent: -10000px;
	outline: none;
	cursor: pointer;
}
div.action-menu a.preferiti:hover {
	background: url(../img/action_menu.jpg) no-repeat -289px -62px;
	}
----------*/

a.preventivo {
	background: url(../img/btn_preventivo.jpg) no-repeat 0 0;
	width: 430px;
	height: 58px;
	display: block;
	text-indent: -100000px;
	outline: none;
}
a.preventivo:hover {
	background: url(../img/btn_preventivo.jpg) no-repeat 0 -63px;
}


/* Social bookmarking -------*/
div.social {
	float:right;
	}
div.social a {
	color: #666;
	text-decoration: none;
}
div.social a:hover {
	color: #FFA305;
}

/* CONTATTI */
#contactForm form {
	width: 430px;
	padding: 0;
	text-align: left;
}
#contactForm fieldset {
	margin-top: 5px;
	width: 420px;
	border: 0;
	padding: 5px;
	background: #f6f6f6;
}
#contactForm legend {
	font-size: 14px;
	font-style: italic;
	color: #888;
	font-weight: bold;
}
#contactForm ol.form {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactForm ol.form li {
	background:#F6F6F6 none repeat scroll 0 0;
	padding:10px;
	float: left;
}

#contactForm ol.form legend {
	color:#6E6E6E;
	font-size:16px;
	font-style:italic;
	padding:0 0 5px 10px;
}

#contactForm ol.form label {
	margin-bottom: 5px;
	padding: 0 20px 0 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
#contactForm ol.form input  {
	width: 170px;
}

#contactForm #EULA {
	font-size: 10px;
	height: 65px;
	overflow: auto;
}
#contactForm .submit {
	height:40px;
	padding-left:20px;
	text-align:center;
	width:420px;
	margin-top:10px;
}

#contactForm .submit input {
	width: 100px;
}

#contactForm span.small {
	font-size: 10px;
	font-style: italic;
}

#contactForm span.obbligatorio {
	color: red;
	font-size: 10px;
	font-style: italic;
}
#contactForm .clear {
	clear:both;
}
#contactForm li.consenso label, #contactForm li.consenso input {
	display: inline;
	width: auto;
}
#contactForm li.other {
	float: none;
	width:380px;
}
#contactForm li.other p {
	font-size: 1em;
	font-style: italic;
	color: #333;
}
#contactForm li.large {
	float: none;
	width:380px;
}
#contactForm li.large input {
	width:365px;
}