body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-position: top left;
    background: url(imgs/bg_body.jpg) repeat; /*background-color: #FFE7C5; /*     background-color: #FFE7BE;          background-color:White;*/
}
h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 31px;
    font-weight: normal;
    color: #256D89;
    margin: 0 0 5px 0;
}
h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
    font-weight: normal;
    color: #256D89;
    margin: 0 0 3px 0;
}
h2 a
{
    color: #256D89;
    text-decoration: none;
}
h2 a:hover
{
    text-decoration: underline;
}
h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #FF6600;
    padding-bottom:5px;
    margin: 0 0 0 0;
    text-align: center;
}
.wrapper h3
{
    /*border-bottom: solid #DDDDDD 1px;*/
    padding-bottom: 2px;
    color: #FF6403;
    font-size: 19px;
    font-weight: normal;
}
.boxRoundedSmall h3
{
    border-bottom: 0px;
    padding-bottom: 0px;
}
h4
{
    font-size: 15px; /*margin: 0;     display: inline;     float: right;     margin-top: 20px;*/
}

h4 a
{
    color: #2D6284;
    text-decoration: none;
}
h4 a:hover
{
    color: #2092C4;
    text-decoration: none;
}

td h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 19px;
    font-weight: normal;
    color: #DBA206;
    margin: 0 0 0 0;
}

h5
{
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: normal;
    float: left;
}
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
p
{
    margin: 0;
    padding: 0;
}
a
{
    color: #076FB2;
}
a:hover
{
    text-decoration: none;
}
img
{
    border: 0;
    vertical-align: top;
}
hr
{
    display: none;
}
#headerStuff
{
    background: #FFF url(imgs/bg.jpg) 100% 100% repeat-x; /* background:#195880 url(imgs/bgBody.jpg) 100% 100% repeat-x; */
    border-top: solid #000066 1px;
}
#header
{
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 25px 0;
    position: relative;
    overflow: hidden;
}
#logo
{
    padding: 0 0 10px 70px;
    background: url(imgs/logo-dolcevita.gif) 0px 0px no-repeat;
}
#header #logo h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 42px;
    font-weight: normal;
    color: #256D89;
    margin: 0 0 0 25px;
}
#logo p
{
    font-family: Verdana, "Times New Roman" , Times, serif;
    font-size: 10px;
    margin: 5px 0 0 25px;
    color: #003366;
}
#logo p a:active, #logo p a:active, #logo p a:link, #logo p a:visited, #logo p a:hover
{
    color: #003366;
}
#firstLevelNavigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}
#firstLevelNavigation li
{
    float: left; /* border-left:solid #2070A5 1px; */ /* padding-bottom:0 !important; */
    padding-bottom: 5px;
    margin: 10px 0 5px -2px;
}
#firstLevelNavigation li a
{
    border-left: solid #ADD8E9 1px;
    display: block;
    padding: 3px 15px 0 15px;
    color: #FFF;
    text-decoration: none;
}
#firstLevelNavigation li a:hover
{
    color: #FFF;
}
#firstLevelNavigation li.self
{
    /*background-color:#FFFFFF;*/
    background-color: #FFE7C5;
    position: relative;
    z-index: 1000;
    border-left: solid #FFE7C5 1px;
    margin-bottom: 0px;
    border-bottom: solid #FFE7C5 4px !important;
    border-bottom: solid #FFE7C5 0px;
    border-top: solid #CCC 1px;
    margin-top: 2px;
}
#firstLevelNavigation li.self a, #firstLevelNavigation li.self a:hover
{
    color: #003366;
    padding-top: 10px;
    border-left: solid #FFE7C5 1px;
    border-bottom: solid #FFE7C5 1px;
    background-color: #FFE7C5;
}
#selectLanguage
{
    font-family: Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    right: 10px;
}
#selectLanguage li
{
    float: left;
    margin: 0 0 0 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}
#selectLanguage li a
{
    font-size: 9px;
    color: #000;
    text-decoration: none;
}
#selectLanguage li a.self_lang
{
    color: #FF6600;
    text-decoration: none;
}
#services
{
    position: absolute;
    top: 70px;
    right: 0;
}
#services li
{
    float: left;
    margin-left: 10px;
    border: solid #B4DEEF 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}
#services li a
{
    text-decoration: none;
    display: block;
    background-color: #FF9900;
    color: #FFFFFF;
    padding: 4px 7px;
}
#services li a:hover
{
    background-color: #FF6600;
}
#services li.self a, #services li.self a:hover
{
    background-color: #FF6600;
}
#contents
{
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}
.submit
{
    clear: left;
    padding: 10px 0 0 0;
}
.wrapper #prenotazioneonline
{
    margin-bottom: 15px;
}
#prenotazioneonline div
{
    margin: 0 0 5px 0;
}
#prenotazioneonline img
{
    margin: 4px 0 0 0;
}
#prenotazioneonline h3
{
    color: #FF6600;
}
#prenotazioneonline input, #prenotazioneonline select
{
    margin: 3px 0 0 0;
}
.wrapper
{
    width: 250px;
    float: left;
    padding-right: 10px;
    padding-top: 5px; /*padding: 10px 10px;*/
}
.wrapped
{
    padding-top: 5px;
    padding-right: 10px;
    width: 710px;
    float: left;
    font-size: 13px; /*     height:300px;     padding:10px 10px;*/
}

.wrapped h3
{
    padding-right:50px;
}

.boxRoundedBig
{
    background: url(imgs/boxHome.png) 0px 0px no-repeat;
    height: 300px;
    padding: 10px;
}
/*
.boxRoundedSmall{
    background:url(imgs/boxRoundedSmall.gif) 0px 0px no-repeat;
	height:230px;
	padding:10px;
}*/
.boxPrenotazioni
{
    background: url(imgs/boxPrenotazione.jpg) 0px 0px no-repeat;
    height: 300px;
    padding: 10px;
}

.twitter
{
    float: left;
    width: 980px;
    margin-bottom: 15px;
}

#main
{    
    float: left;
    width: 980px;
    background-color: White; 
    /*border-radius: 15px 15px;*/
}

.mainTop
{
    /*margin-left:4px;     padding-left:5px;*/
    margin-top: 10px;
    float: left;
    width: 980px;
    height: 11px;
    background: url(imgs/mainTop.png) no-repeat;
}
.mainBottom
{
    float: left;
    width: 980px;
    height: 11px; 
    background: url(imgs/mainBottom.png) no-repeat;
}

.line-v
{
    background: url(imgs/line_v.gif) 280px 0px repeat-y;
}
.line-o
{
    background: url(imgs/line_o.gif) 0px 100% repeat-x;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.line_right
{
    margin-top: 7px;
    height: 10px;
    border-top: 1px solid #CCC;
}
.caption-r
{
    text-align: right;
}
.caption-r a
{
    color: #CC3300;
    text-decoration: none;
}
.smallWrapper
{
    width: 260px;
    padding: 0 15px 0 0;
    float: left;
}
.smallWrapped
{
    width: 260px;
    padding: 0 0 0 15px;
    float: left;
}
.smallWrapped div
{
    overflow: hidden;
}
.offerHome
{
    /*border-bottom:solid #DDDDDD 1px;*/
    padding: 0 0 10px 0;
    width: 100%;
    overflow: auto;
    clear: left;
}
.offerHome p
{
    font-size: 11px;
}
.offerHome div
{
    float: left;
    margin: 0 10px 0 0;
}

.offerItem
{
    border-top: solid #DDDDDD 1px; /*width: 100%;*/
    overflow: auto;
    clear: left;
    margin: 10px;
}

.offerItem img
{
    float: left;
    padding-right: 5px;
    padding-top: 5px;
}

.offerItem div
{
    float: left; /*margin: 0 10px 0 0;*/
}

.offerItem h2
{
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 23px;
}

.newsItem
{
    border-top: solid #DDDDDD 1px;
    padding: 10px 0 0 0;
}
.newsItem li
{
    border-bottom: solid #DDDDDD 1px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.bigCaption
{
    margin: 20px 0 0 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
}
.bigCaption a
{
    color: #FF9900;
    text-decoration: none;
    padding: 0px 2px;
}
.bigCaption a:hover
{
    background-color: #FF9900;
    color: #FFFFFF;
}
.editCaption
{
    margin: 20px 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
}
.editCaption a
{
    color: #666666;
    text-decoration: none;
    padding: 0px 3px;
    margi: 20px 0px;
    border: solid #CCCCCC 1px;
    background-color: #F1F1F1;
}
.editCaption a:hover
{
    background-color: #FFFFCC;
    color: #000000;
}
#footer
{
    float: none;
    width: 980px;
    margin: auto;
    text-align: center; /* background:url(imgs/bgFooter.gif) 0px 0px no-repeat; */ /*border-top:1px solid #DDDDDD;*/
    padding: 13px 0 13px 0;
    color: #666666;
}
#footer a:active, #footer a:link, #footer a:visited
{
    margin: 0 0 0 0;
    color: #666666;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: none;
}
#footerStuff
{
    margin: 10px 0 0 0;
    text-align: center;
    color: #666666;
}
.bigParagraph
{
    font-size: 12px;
    line-height: 140%;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.bigParagraph .fl
{
    margin: 0 10px 10px 0;
}
.bigParagraph .fr
{
    margin: 0 0 10px 10px;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cl
{
    clear: left;
}
.txt12
{
    font-size: 12px;
}
.plr
{
    padding: 0px 10px;
}
.mb
{
    /*margin-bottom: 10px;     height: 150px;*/
    padding-left: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: solid #DDDDDD 1px; /*padding-right: 5px;*/ /*background: transparent url(/wp-content/uploads/2011/01/boxOfferteSpeciali.jpg) no-repeat scroll 0 0;*/
}

.mt
{
    margin-top: 10px;
}
.mr
{
    margin-right: 10px;
}
.bb
{
    border-bottom: solid #DDDDDD 1px;
    margin-bottom: 0px;
}
.tb
{
    border-top: solid #DDDDDD 1px;
    margin-top: 0px;
}
.img_fotogallery
{
    border: solid #DDDDDD 1px;
    padding: 4px;
    margin: 5px;
}


.table_list
{
    margin-top: 10px;
    width: 98%;
}
.table_list_1
{
    margin: 10px 0 0 0; /*border-bottom: 1px solid #cccccc;*/
}
.table_list_1 td
{
    padding: 0 10px 15px 0;
}
.table_list_1 td h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
    font-weight: normal;
    color: #DD0000;
}
.table_list_1 td h3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #256D89;
    margin: 0 0 10px 0;
}
.table_list_1 p
{
    padding: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
/* .table_list_1 td img {
   background-color:#FFF;
   padding:3px;
   border:solid 1px #179ec8;
 } */

.table_photo td img
{
    background-color: #FFF;
    padding: 3px;
    border: solid 1px #CCC;
}
.table_photo
{
    margin: 10px 0 0 0;
    border-bottom: 1px solid #cccccc;
}
.table_photo td
{
    padding: 0 5px 10px 0;
}
.clear
{
    clear: both;
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}



.offerHome h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}

#slideshow
{
    border-top-style: solid;
    border-top-color: Black;
    border-top-width: 1px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0px;
    width: 980px;
    height: 300px;
}

#slideshow img
{
    width: 980px;
    height: 300px;
    border: 0;
}

#slideshow img
{
    border: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.entry
{
    padding: 10px;
}
.entry img
{
    margin: 7px 7px 7px 0;
    float: left;
}
.entry h2 a:active, .entry h2 a:link, .entry h2 a:visited
{
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #256D89;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.entry h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #256D89;
    padding: 5px 0 10px 0;
    margin: 0;
}
.entry p
{
    color: #000;
    padding: 0;
    margin: 0;
}

/*prove luca*/
.bookingLayer
{
    position: absolute; /*non funziona su ie6*/
    top: 1px;
    margin-left: 780px;
    height: 300px;
    width: 200px;
    z-index: 199;
    background: url(imgs/sfondoBooking.png) repeat;
    display: block;
}

.bookingLayer select
{
    /*background-color: #FFE7C5;  */
    background-color: #333;
    border-style: solid;
    border-color: #666;
    border-width: 1px;
    color: #fff;
}

.bookingLayer a
{
    color: #1F98E2;
    font-size: 12px;
}

.bookingLayer td
{
    color: #fff;
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bookingLayer form
{
    padding: 7px;
}

/*usata nel bookingLayer per garantire che tutte le righe contenenti le option 
abbiano le stesse altezze su tutti i browser */
.sel
{
    height: 25px;
}

#btnPrenota
{
    background: url(imgs/btnPrenota.png) 0px 0px no-repeat;
    border: 0px;
    height: 32px;
    width: 165px;
    font-size: 13px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: White;
    font-weight: bold;
    padding: 0px;
}

.slideshowSpace
{
    width: 980px;
    height: 300px;
    float: left;
    position: relative; /*float:left;*/ /*padding:10px 10px;*/
}

.homeCenterLeft
{
    padding-left: 5px;
    padding-right: 35px;
    padding-top: 10px;
    width: 430px;
    float: left;
    font-size: 13px;
}

.homeCenterLeft a
{
    text-decoration: none;
}

.homeCenterBox
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homeCenterBox h4
{
    position: relative;
    left: 115px;
    top: 18px;
    float: none;
    margin: 0 0 0 0;
    max-width:300px;
}

.homeCenterBox img
{
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.homeCenterBoxContent
{
    position: relative;
    top: -20px;
    width: 420px;
    float: left;
}


.homeCenterRight
{
    padding-top: 10px;
    width: 240px;
    float: left;
}

.boxLeft
{
    /*min-height:30px;*/    
    margin-right: 0px;
    margin-left: 5px;
    padding-left: 6px;
    padding-right: 5px;
    width: 230px;
    border-left: solid #DDDDDD 2px;
    border-right: solid #DDDDDD 2px; /*border-radius: 8px 8px;*/
}

.boxLeft h4
{
    font-size: 15px;
    margin: 0;
    display: inline;
    float: none;
    margin-top: 20px;
}

.boxLeft img
{
    float: left;
    padding-right: 5px;
    padding-top: 5px;
}

.boxLeft form
{
    padding-left: 10px;
}

.boxLeftTop
{
    margin-left: 4px;
    padding-left: 5px;
    width: 243px;
    height: 8px;
    background: url(imgs/boxLeftTop.jpg) no-repeat;
}

.boxLeftBottom
{
    margin-left: 4px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 243px;
    height: 8px;
    background: url(imgs/boxLeftBottom.jpg) no-repeat;
}

.servizi
{
    clear: left;
    padding: 10px; /*display:inline-block;   */
}

.servizi div
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.servizi h2
{
    margin-bottom:10px;
    text-align:center;
}

.servizi ul
{
    list-style-type: circle;
    list-style-position: inside;
    display: inline;
}

/* form riciesta informazioni */
#fm_request
{
    width: 600px;
}

#fm_surname
{
    margin-right: 150px;
}

.fieldwrap .fmtext
{
    color: Blue;
    font-weight: bold;
}

