/* --- layout Styles --- */
body { margin:0px; padding:0px; background:url(/templates/default/images/layout/bg-body.jpg) repeat-x; height:446px; background-color:#1c3995; color:#c7d2e3; font:11px/13px Verdana, Arial, Helvetica, sans-serif; }
h1 { margin:0px; padding:0px; color:#FFF; font-size:10px; text-align:center; font-weight:normal; }
h2 { margin:0px; padding:0px; font-size:16px; font-weight:normal; color:#fe870d; letter-spacing:0.2px; }
h3 { margin:0px; padding:0px; font-size:14px; font-weight:normal; color:#efa752; letter-spacing:0.2px; }
img { border:none; }

a { color:#558aad; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }

.button { text-align:center; margin:auto; background:url(/templates/default/images/layout/button-link.png) no-repeat; height:25px; width:120px; border:none; color:#FFF; font:10px Verdana, Arial, Helvetica, sans-serif; }

#layout { position:relative; top:20px; width:820px; margin:auto; }
#main-menu { padding:15px 0 0 20px; }
#main-menu a { font-weight:normal; }
#layout-header { height:420px; }
#layout-body { margin:-20px 0 0 0; padding:0px 80px 0px 25px; background-color:#036; }
#layout-footer { clear:both; padding:25px 80px 0px 30px; background-color:#036; }

/* --- Skype Buttons Styles --- */
#skype { width:770px; text-align:left; margin:10px 0 10px 0; font-size:11px; vertical-align:middle; }

/* --- Lang Menu Styles --- */
#langmenu { margin:40px 15px 0 0; text-align:right; font:11px/15px tahoma, arial, helvetica, sans-serif; }
#langmenu a { font-weight:normal; text-transform:uppercase; color:#FFF; }
#langmenu a:hover { color:#09F; }
#langmenu ul { margin:0px; padding:0px; }
#langmenu ul li { margin:0px; padding:0px 0px 0px 5px; display:inline; border-left:1px dotted #09F; }

#issues { margin-right:25px; float:left; width:460px; }
#issues h3 { text-indent:55px; line-height:40px; }
#issues .issue { margin:20px 0 40px 0; }
#issues .issue-text { margin:20px 0 20px 0; text-align:justify; }
.issue-image { margin:30px 0 30px 0; padding:0px; }
.issue-image li { list-style-type:none; display:inline; margin-right:12px; }
.issue-image img { margin-bottom:12px; }
#camere { background:url(/templates/default/images/layout/bg-camere.png) no-repeat; width:730px; padding:15px; }
#camere .room { float:left; width:170px; height:140px; margin-right:10px; border-right:1px dotted #1e53b3; }

#pane-right { margin:10px 0 10px 20px; float:left; width:180px; }
#pane-right h3 { background:url(/templates/default/images/layout/icon-pane-right.png) no-repeat; line-height:20px; text-indent:30px; }
#pane-right-header { background:url(/templates/default/images/layout/header-pane-right.png) no-repeat left; height:24px; }
#pane-right-body { background:url(/templates/default/images/layout/shadow-pane-right.png) repeat-y left; padding-left:20px; }
#pane-right .box { margin-bottom:25px; }
#pane-right .box-text { margin:10px 0 10px 0; }
#pane-right .box-link { margin:0px; text-align:center; background:url(/templates/default/images/layout/button-link.png) no-repeat; line-height:25px; width:120px; }
#pane-right .box-link a { color:#FFF; font-size:10px; }

#video { float:left; margin:20px 0 10px 15px; width:378px; }

#tag { font-size:10px; background:url(/templates/default/images/layout/gradient-bar.png) no-repeat top; padding-top:20px; }
#tag a { color:#c7d2e3; }

/* --- Start Main Menu Styles --- */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul { padding:0; margin:0; list-style:none; font-family: Verdana, Geneva, sans-serif; position:relative; z-index:100; }
#nav { height:23px; width:740px; padding:0; /*background:#000;*/}

#nav table { border-collapse:collapse;}
#nav li { float:left; }
#nav li li { float:none; width:170px; }
/* a hack for IE5.x and IE6 */
#nav li a li { float:left; }

#nav li a { display:block; float:left; color:#fff; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; /*border-left:1px solid #FFFFFF;*/ text-transform:uppercase; font-size:11px; letter-spacing:0.2px; }
#nav li li a { height:21px; line-height:20px; float:none; font-size:9px; }

#nav li:hover {  position:relative; z-index:100; }
#nav a:hover { position:relative; z-index:100; /*background:#843;*/ color:#efa752; /*border-left:1px solid #843;*/}
#nav li:hover > a { /*border-left:1px solid #843; background:#843;*/ color:#efa752; }

#nav :hover  ul { left:0; top:23px; border:1px solid #036; background:url(/templates/default/images/layout/bg-menu.png) repeat; z-index:300; }
#nav a:hover ul { left:-1px;}

#nav ul { position:absolute; left:-9999px; top:-9999px; }

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul { left:0; margin-left:100%; top:0; }
/* keep further levels hidden */
#nav li:hover > ul ul { position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav li:hover li:hover > a { background:url(/templates/default/images/layout/bg-voce-menu.png) repeat; color:#efa752; font-size:9px; /*border-left:1px solid #843;*/}

#nav li a:hover ul li a:hover { background:#843; }

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{ left:100%; top:0; }

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{ position:absolute; left:-9999px; top:-9999px; }
/* --- End Main Menu Styles --- */

/* Stili listino prezzi */ 
#listino h3 { text-indent:0px; height:20px; }
#listino table { text-align:center; font-weight:bold; font-size:11px; border:1px solid #2147a8; margin:20px 0 20px 0; }
#listino .stay { background:#054b91; height:25px; width:110px; border-bottom:1px solid #143791; border-right:1px solid #143791; padding:6px; }
#listino .col-on { background:#054b91; height:25px; width:110px; /*background-color:#1B2D6F;*/ }
#listino .col-off { height:25px; width:110px; }
#listino .period { font-weight:normal; }


/* --- Newsletter Styles --- */
#mod_newsletter { width:400px; height:331px; padding:0 10px 0 0; }
#mod_newsletter legend { font-weight:bold; }
#mod_newsletter input { color:#FFFFFF; }
#mod_newsletter .radio { border:none; background:none; }
#mod_newsletter .privacy { font-size:10px; padding:15px; }

/* --- Global Classes Styles --- */
.checkbox { margin:0px; padding:0px; border:none; }
.clear { clear:both; height:0px; }
.error_message { margin:150px 0 0 0; height:200px; text-align:center; }
.done_message { margin:150px 0 0 0; height:200px; text-align:center; }

/* --- Icon style --- */
#icons { float:left; text-align:left; font-size:11px; margin:0px; padding:0px; }
#icons .icon { width:175px; margin:10px 0 10px 0; padding:0px; }
#icons .icon p { padding:5px 5px 5px 0; margin:0px; }
#icons .icon ul { margin:5px 0 0 0; padding:0px; list-style-type:none; }
#icons .icon a { font-size:11px; color:#e5bb72; }
#icons .icon h2 { font-size:11px; margin:0px; padding:0px; }
#icons .icon .icon-header { background:url(/templates/default/images/layout/icon-header.png) no-repeat; height:10px; }
#icons .icon .icon-body { background:url(/templates/default/images/layout/icon-body.png) repeat-y; }
#icons .icon .icon-footer { background:url(/templates/default/images/layout/icon-footer.png) no-repeat; height:10px; }

/* --- links style --- */
#links { width:770px; margin:10px 0 10px 0; text-align:left; font-size:11px; }

/* --- Footer Style --- */
/*#layout-footer a { color:#FC6; }*/
#layout-footer h3 { background:url(/templates/default/images/layout/icon-title-footer.png) no-repeat; line-height:16px; text-indent:25px; }
#layout-footer .footer-box { float:left; background:url(/templates/default/images/layout/bg-footer.png) no-repeat; width:230px; height:150px; margin-right:10px; }
#layout-footer .footer-title { margin:15px 20px 15px 20px; }
#layout-footer .footer-text { padding:0px 20px 0px 20px; }
#layout-footer .footer-text ul { margin:0px; padding:0px;}
#layout-footer .footer-text li { list-style-type:none; }
#footer-bar { background:url(/templates/default/images/layout/bar-footer.png) no-repeat; width:820px; height:20px; padding-bottom:20px; }


/* --- Mod Information Styles --- */
#mod_information { background-color:#036; }
fieldset { padding:5px; margin:0 0 20px 0;  }
fieldset legend { margin-bottom:10px; color:#fe870d; }

input,textarea { font:11px/12px tahoma, arial, helvetica, sans-serif; color:#333; line-height:16px;}

#form { position:relative; line-height:20px;  }
#form label { margin:2px 0 2px 0; width:80px; }
#form .form-fields { width:430px; position:relative; top:0; left:0; }
#form .form-privacy { width:300px; position:absolute; top:0; left:460px; }
#form .privacy  { font:9px/11px tahoma, arial, helvetica, sans-serif; }

#mod_hotelmanager {}
#mod_hotelmanager .lastminute { margin:5px 0px 5px 0px; }
#mod_hotelmanager .code { float:left; }
#mod_hotelmanager .title { float:left; margin-left:10px; text-transform:uppercase; font-weight:bold; font-size:12px }
#mod_hotelmanager .description { clear:both; padding:10px 0px 10px 0px; }
#mod_hotelmanager .price { text-align:right; font-size:12px; font-weight:bold; }
#mod_hotelmanager .validity { text-align:right; padding:5px 0px 5px 0px; }
#mod_hotelmanager .information, #mod_hotelmanager .booking { text-align:right; padding:5px 0px 5px 0px; text-transform:uppercase; font-weight:normal; }
