/* Start of CMSMS style sheet 'lagrotta' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    /*text-align: center;*/
    background: #fff url("uploads/images/bg.gif") repeat-x left top;
    color: #3c3c3c;
}

p {
margin: 7px;
}

.nms_message { color: #c00;}

.clearer {
    clear: both;
}

img {
    /*vertical-align: top;
    margin: 1px;*/
}

#container {
    width: 960px;
    margin: 0px auto 10px;
    text-align: left;
}

#header {}

#logo {
    float: left;
}

#hotel_name {
    float: left;
}

#language_box {
    float: right;
    padding: 10px 0px;
    font-size: 11px;
    height: 19px;
}
#language_box  img{
    display: inline;
}

#language_box span {
    display: inline;
    margin-bottom: 10px;
}

#language_box a {
    display: block;
    float: left;
    margin-right: 2px;
    color: #000;
    /*background: #c1d4dc;*/
    padding: 0px 4px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
}

#language_box a:hover {
    text-decoration: underline;
    /*background: #fff;*/
}

#left_column {
    width: 200px;
    float: left;
    padding-top: 14px;
}

.blue_box {
    border: solid 1px #cdc7bf;
    background: #d3dfe2 url("uploads/images/blue_box_bg.gif") repeat-x left bottom;
    position: relative;
    margin-bottom: 10px;
}
.form-small-blue_box {
    border: solid 1px #cdc7bf;
    background: #d3dfe2 url("uploads/images/blue_box_bg.gif") repeat-x left bottom;
    position: relative;
    margin-bottom: 45px;
    width: 200px;
    overflow: hidden;
}


#navigation {
    list-style-type: none;
    padding: 10px 0px 15px;
    min-height: 256px;
}

#navigation ul {
    list-style-type: none;
    display: none;
    padding-bottom: 5px;
}

#navigation li.active ul {
    display: block;
}

#navigation li {
    line-height: 18px;
    display: block;
}

#navigation li a {
    background: url("uploads/images/blue_bullet.gif") no-repeat 24px 5px;
    padding-left: 38px;
    font-weight: bold;
    display: block;
    color: #3c3c3c;
    text-decoration: none;
}

#navigation li.active a, #navigation li a:hover {
    background-color: #b9cad1;
}

#navigation li.active ul a {
    background: none;
    font-weight: normal;
    font-size: 11px;
}

#left_column .shadow {
    width: 13px;
    height: 110px;
    background: url("uploads/images/left_shadow.png") no-repeat left -10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#right_column .shadow {
    width: 13px;
    height: 110px;
    background: url("uploads/images/right_shadow.png") no-repeat left -10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.grey_box {
    border: solid 1px #dcd8d1;
    margin-bottom: 12px;
    overflow: hidden;
}
.grey_boxbox {
    border: solid 1px #dcd8d1;
    margin-bottom: 5px;
    overflow: hidden;
}

.grey_boxnews {
    border: solid 1px #dcd8d1;;
    overflow: hidden;
}

.white_title {
    background: #62c6e4 url("uploads/images/white_title_bg.gif") repeat-x left bottom;
    line-height: 16px;
    padding: 7px 0px 7px 10px;
    color: #fff;
    font-size: 14px;
}

.blue_title {
    background: #d2dbdf url("uploads/images/blue_title_bg.gif") repeat-x left top;
    line-height: 16px;
    padding: 6px 0px 6px 10px;
    color: #0892c0;
    font-size: 14px;
}

.grey_box_content {
    padding: 5px 5px 5px 13px;
}

.mountains_bg {
    background: #e7e5e1 url("uploads/images/mountains_bg.gif") no-repeat left bottom;
    padding-top: 13px;
    padding-bottom: 72px;
}

.pen_bg {
    background: #fff url("uploads/images/pen_bg.gif") no-repeat right bottom;
    padding-top: 5px;
    padding-bottom: 15px;
}

.brochure_bg {
    background: #fff url("uploads/images/brochure_bg.gif") no-repeat center top;
    padding-top: 90px;
    padding-bottom: 5px;
}

.grey_bg {
    background: #e7e5e1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
}


.light_grey_bg {
    background: #efedea;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
}

.blue_round_bullets {
    list-style-type: none;
    width: 172px;
}

.blue_round_bullets li {
    background: #dbd8d1 url("uploads/images/blue_round_bullet.gif") no-repeat 7px center;
    padding: 3px 2px 4px 18px;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 11px;
}

.blue_round_bullets li a {
    color: #000;
    text-decoration: none;
}

.blue_round_bullets li a:hover {
    color: #333;
    text-decoration: underline;
}

.grey_box p {
    font-size: 11px;
    line-height: 13px;
    color: #494949;
    padding-bottom: 15px;
}
.grey_boxbox p {
    font-size: 11px;
    line-height: 11px;
    color: #494949;
    padding-bottom: 5px;
}

.orange_link {
    font-size: 11px;
    font-weight: bold;
    color: #e75302;
    line-height: 14px;
    text-decoration: none;
    clear: both;
}

.orange_link a{
    font-size: 11px;
    font-weight: bold;
    color: #e75302;
    line-height: 14px;
    text-decoration: none;
}
.nms-orange_link {
    font-size: xx-small;
    font-weight: bold;
    color: #e75302;
    line-height: 14px;
    text-decoration: none;
}

.nms-orange_link a{
    font-size: xx-small;
    font-weight: bold;
    color: #e75302;
    line-height: 14px;
    text-decoration: none;
}

.orange_link span {
    text-decoration: underline;
}

.orange_link img {
    vertical-align: middle;
    text-decoration: none;
    margin-left: 4px;
}

.orange_link:hover, .orange_link:hover span {
    text-decoration: none;
}

#center_column {
    width: 560px;
    float: left;
}

.main_image {
    background: #777777 url("uploads/images/main_image_bg.gif") repeat-x left top;
    /*text-align: center;*/
    padding: 8px 0;
    margin-bottom: 28px;
}

.main_title {
    margin-bottom: 20px;
}

.main_content {
    width: 524px;
    margin: 0px auto;
}

.main_content p {
    line-height: 15px;
}

.offer {
    width: 250px;
    float: left;
    padding: 12px 0px 12px 10px;
}

.offer .offer_image {
    width: 85px;
    float: left;
}

.offer .offer_image img {
    border: solid 4px #c3d0d6;
}

.offer .offer_text {
    width: 150px;
    height: 70px;
    float: left;
    font-size: 11px;
    line-height: 13px;
}

.offer .offer_title {
    color: #0892c0;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}
.offer .offer_title a{
    color: #0892c0;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
    text-decoration: none;
}
.eventi_title {
    color: #0892c0;
    font-weight: bold;
    margin-bottom: 5px;
}

.offer .offer_text p {
    padding-bottom: 3px;
}

.view_all {
    background: #dad3ca url("uploads/images/view_all_bg.gif") repeat-x left top;
    padding: 8px 12px;
    text-align: right;
    line-height: 16px;
}

#right_column .view_all {
    padding-right: 4px;
}

#right_column {
    width: 200px;
    float: left;
    padding-top: 14px;
    font-size: 11px;
}

.grey_title {
    background: #c8d1d3;
    padding: 7px 0px 7px 7px;
}

.top_form {
    padding: 15px 0px 10px 15px;
    width: 170px;
}

* + html  .top_form {
    padding: 10px 0px 8px 15px;
}

.top_form .text_input, .top_form textarea {
    font-size: 11px;
    color: #6d6d6d;
    background: #fff;
    border: solid 1px #aebac1;
    padding: 2px 0px;
    margin-bottom: 6px;
}

.top_form textarea {
    width: 168px;
    height: 30px;
}

.small_input {
    width: 81px;
}

.required {
    /*display: inline;*/
        float: left;
}
.required input {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 2px;
width: 91px;
}
.grey_box .required input {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 2px;
/*width: 150px;*/
}
.grey_box  input {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 2px;
width: 160px;
}
.blue_box textarea{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 3px;
width: 185px;
height: 88px;
}
.grey_box textarea{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
width: 470px;
height: 150px;
}
.required select{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 2px;
width: 60px;
}
.fbsubmit{
background:#7D98A8 none repeat scroll 0 0;
border:1px solid #638497;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
font-weight:bold;
margin: 10px 5px;
}
.grey_box .fbsubmit{
background:#7D98A8 none repeat scroll 0 0;
border:1px solid #638497;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
font-weight:bold;
margin: 10px;
}

.large_input {
    width: 168px;
}

.left_input {
    float: left;
}

.right_input {
    float: right;
}

.submit_button {
    background: #7d98a8;
    border: solid 1px #638497;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    padding: 1px 5px;
    cursor: pointer;
}

.contact_info {
    line-height: 20px;
}

.blue {
    color: #0892c0;
}

.contact_info b {
    font-size: 12px;
}

.skype {
    text-decoration: none;
    color: #000;
    font-size: 11px;
}

.skype img {
    vertical-align: middle;
    margin-right: 5px;
}

.eventi_image {
    float: left;
    margin: 0px 8px 18px 0px;
}

.newsletter_form {
    line-height: 17px;
    color: #626262;
    padding: 4px 5px 0px;
}

.newsletter_form a {
    color: #000;
}

.newsletter_form .newsletter_input {
    width: 170px;
    border: solid 1px #d5cec4;
    font-size: 11px;
    margin: 5px 0px;
}

#footer {
    background: #f6f4f1 url("uploads/images/footer_bg.gif") repeat-x left top;
    min-width: 960px;
    padding: 20px 0px 30px;
    font-size: 11px;
    color: #6e6d6d;
}

#footer a {
    text-decoration: none;
    color: #6e6d6d;
}

#footer a:hover {
    text-decoration: underline;
    color: #333;
}

#footer_content {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}

.footer_left {
    float: left;
}

.footer_right {
    float: right;
}

.footer_center {
    text-align: center;
    padding: 0px 15px;
    line-height: 19px;
    font-weight: bold;
}

.interno_image  {
    margin-right: 10px;
    border: solid 4px #c3d0d6;
}

.spacer {
    height: 18px;
    border-bottom: solid 1px #dcd8d1;
    margin-bottom: 18px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #0892c0;
    padding-bottom: 10px;
}

.offerta_image  {
    margin: 10px 10px 0px 0px;
    border: solid 4px #c3d0d6;
    float: left;
}

.offerta_title {
    color: #e75302;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.offerta_title  a{
    color: #0892c0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    text-decoration: none;
}
.offerta_title_box  a{
    color: #0892c0;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 0;
    text-decoration: none;
}

.offerta_text {
    line-height: 16px;
}

.orange_title {
    background: #f07a46 url("uploads/images/orange_title_bg.gif") repeat-x left top;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 2px 8px 13px;
}

.offerta_form .form_content {
    background: #efedea;
    padding: 5px 20px;
    font-size: 11px;
    line-height: 17px;
}

.offerta_form label {
    color: #6d6d6d;
}

.offerta_form .col_left {
    width: 140px;
    float: left;
}

.offerta_form .col_right {
    width: 306px;
    float: right;
}

.offerta_form .input, .offerta_form textarea {
    font-size: 11px;
    padding: 2px 0px;
    width: 138px;
    border: solid 1px #b2bdc4;
    background: #fff;
    margin-bottom: 6px;
}

.offerta_form .input.small_input {
    width: 75px;
    margin-left: 3px;
}

.offerta_form .left {
    width: 140px;
    float: left;
}

.offerta_form .right {
    width: 140px;
    float: right;
}


.offerta_form textarea {
    width: 304px;
    height: 44px;
}

.offerta_form a {
    color: #6d6d6d;
    position: relative;
    top: -3px;
}

.offerte {
    list-style-type: none;
    padding-top: 10px;
}

.offerte li {
    padding-bottom: 13px;
    background: url("uploads/images/dots.gif") repeat-x left bottom;
    margin-bottom: 13px;
}

.offerte li.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: none;
}

.offerte li .image {
    width: 100px;
    float: left;
}

.offerte li .image img {
    margin: 0px 0px 8px 0px;
    border: solid 4px #c3d0d6;
}

.blue_button {
    display: block;
    background: url("uploads/images/white_title_bg.gif") repeat-x left top;
    width: 198px;
    border: solid 1px #cfc9c2;
    line-height: 20px;
    padding: 5px 0px 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.blue_button_offerte {
    display: block;
    background: url("uploads/images/orange_title_bg.gif") repeat-x left top;
    width: 68px;
    border: solid 1px #cfc9c2;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

.offerte li .text {
    width: 292px;
    float: left;
}

.offerte li .text .description {
    line-height: 18px;
}

.miomenu {
font-weight: bold;
font-size: 10px;
text-align: center;
}
.miomenu ul{
display: inline;
}
.miomenu li{
display: inline;
}
.error_message {
padding: 5px;
font-size: 11px;
color: #333;
font-weight: bold;
border: 1px dotted #000;
}
.error_message li {
list-style: none;
text-decoration: none;
}
.div textarea {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 3px;
width: 185px;
height: 50px;
}
.grey_box table textarea{
width: 350px;
}
.list1 {
list-style: none;
}
.list1 a{
color: #E75302;
text-decoration: none;
font-weight: bold;
}
code  {
color: #000;
}
.contactform {
font-size: small;
line-height: 21px;
margin: 0 auto;
}
.contactform input{
display: inline;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AEBAC1;
color:#6D6D6D;
font-size:11px;
margin: 2px;
width: 160px;
clear: both;
}
.contactform textarea{
display: block;
width: 500px;
border: 1px solid #ccc;
}
.contactform label{
display: block
}
.mydivtable {
width: 520px;
margin: 0 auto;
}
.mydivtable table{
font-size: 11px;
font-weight: bold;
color: #333333;
}
.mydivtable a{
text-decoration: none;
color: #339999;
}
.aria {
padding: 10px;
}
.required label a {
color: #000;
text-decoration: none;
}
.mydivtable td{text-align: center;}
.mydivtable { width: 520px; margin: 0 auto; } 
.mydivtable table{ font-size: 11px; font-weight: bold; color: #333333; margin: 0 auto; } 
.mydivtable a{ text-decoration: none; color: #339999; }
.mydivtable div{ margin: 0 auto; }
.mydivtable tr{ text-align: center; }
/* End of 'lagrotta' */

