
/* CSS Document */

*{
padding:0;
margin:0;

}
body{
text-align:center;
}


#maincontainer{
width:1006px;
background:#f7eff6 url(../img/main_bg.gif) repeat-y top left;
border:1px solid #ccc;
margin: 0 auto;
}

.top{
background:url(../img/h_bg.gif) no-repeat top left;
height:119px !important;
height:126px;
padding:0;
margin:0;
text-align:left;
position:relative;
}

#container{
margin-top:10px;
width:100%;
}


/*  ------------------------  START CLASSI PANES  --------------------------   */



.nav{
/*background:url(../img/bar_bg.gif) no-repeat top right;*/

position:relative;

padding:0 auto;
}

.sx{
width:210px !important;
width:250px;
display:inline;
float:left;
padding:20px;
text-align:left;
}

.cp{
width:504px;
float:left;
text-align:center;
padding-top:0px !important;
padding-top:19px;
}

.dx{
width:250px;
float:left;
padding-top:0px !important;
padding-top:19px;
}

#panes{
clear:both;
width:100%;
text-align:left;
overflow:auto;
background:url(../img/panes_bg.gif) repeat-y top left;
}

.ftr{
clear:both;
background:#F5F5E6;
padding:8px;
}

/*  ------------------------  END CLASSI PANES  --------------------------   */


/* ------------------ START   CLASSI 4 PANES (PASSION&PLACES, WHERE TO STAY, COUNTRY HOMES, FOOD&WINE    --------------------*/

.passion, .where, .country, .foodwine{
width: 221px !important;
width: 251px;
float:left;
padding:0px 15px;
position:relative;
background-attachment:fixed;
}

.passion{background:#77BC68 url(../img/passion_bg.gif) no-repeat top left;}
.where{background:#C99BBC url(../img/where_bg.gif) no-repeat top left;}
.country{background:#699FE0 url(../img/country_bg.gif) no-repeat top left;}
.foodwine{background:#CEC086 url(../img/foodwine_bg.gif) no-repeat top left;}

/* ------------------ END   CLASSI 4 PANES (PASSION&PLACES, WHERE TO STAY, COUNTRY HOMES, FOOD&WINE    --------------------*/





/* -------------------------------START CLASSI TOPMENU ---------------------------- */



/* -------------------------------END CLASSI TOPMENU ---------------------------- */


p.areadesc{
font-family:Arial;
font-size:10px;
color:#707173;
height:60px;
}

 ul.areadesc{
 font-family:Arial;
font-size:10px;
color:#707173;
 height:400px;
 }

ul.areadesc li{
height:15px;
}

ul.areadesc li a:link, ul.areadesc li a:visited{
font-family:Arial;
font-size:10pt;
color:#000;
font-weight:bold;
text-decoration:none;
}

ul.areadesc li a:hover{
color:#707173;
text-decoaration:none;
}

.hometitle{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#0090AD;
}

img {
border:none;
}