
/* BODY */

html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #333333;
    background: white;
}

/* GENERICI */

* html textarea
{
    background-attachment: fixed;
}

form
{
    margin: 0px;
    padding: 0px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

a
{
    color: #9C1308;
	text-decoration: none;
}

a:visited
{
    color: #9C1308;
	text-decoration: none;
}

a:hover
{
    color: #9C1308;
	text-decoration: underline;
}

a:active
{
    color: #9C1308;
	text-decoration: underline;
}

h1
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;
    font-weight: bold;
    color: #9C1308;
}

h2
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: bold;
    color: #9C1308;
}

h3
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;
    font-weight: normal;
    color: #9C1308;
}

h4
{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
    color: #9C1308;
}

p,ul,li
{
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    line-height: 1.5em;
}

ul
{
    margin: 8px 0px;
    list-style: none;
    list-style-image: none;
}

li
{
    padding-left: 30px;
}

div.clear
{
    width: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

a.blank
{
}

a.fancybox
{
}

/* FOTO */

img.photo
{
    background: white;
    padding: 4px;
    border: 1px solid #D5D5D5;
}

img.left
{
    float: left;
    margin-right: 8px;
}

img.right
{
    float: right;
    margin-left: 8px;
}

/* PARAGRAFI */

p.left,
h1.left,
h2.left,
h3.left,
h4.left
{
    text-align: left;
}

p.right,
h1.right,
h2.right,
h3.right,
h4.right
{
    text-align: right;
}

p.center,
h1.center,
h2.center,
h3.center,
h4.center
{
    text-align: center;
}

p.bold
{
    font-weight: bold;
}

/* HEADER1 */

div#header1
{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(/images/bg-header1.gif) repeat-x left bottom;
}

div#header1_body
{
    position: relative;
    width: 960px;
    height: 96px;
    overflow: hidden;
    margin: 0px auto;
}

/* HEADER1 - LOGO */

div#header1 div#header1_body div#logo
{
    position: absolute;
    left: 0px;
    top: 12px;
    width: 303px;
    height: 72px;
    overflow: hidden;
}

/* HEADER1 - NAV1 */

div#header1 div#header1_body div#nav1
{
    position: absolute;
    top: 8px;
    right: 0px;
    width: 960px;
    height: 30px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* HEADER1 - LANGUAGE */

div#header1 div#header1_body div#language
{
    position: absolute;
    right: 0px;
    bottom: 6px;
    width: 200px;
    height: 23px;
    overflow: hidden;
}

div#header1 div#header1_body div#language p
{
    margin: 4px 0px 0px 0px !important;
    text-align: right;
    color: #F4F4F4;
    font-weight: bold;
}

div#header1 div#header1_body div#language p img
{
    vertical-align: middle;
    margin: 0px 8px 3px 2px;
    border: 1px solid #AAAAAA;
}

div#header1 div#header1_body div#language span
{
    color: #AAAAAA;
}

/* HEADER2 */

div#header2
{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: #333333 url(/images/bg-header2.png) no-repeat center top;
}

div#header2_body
{
    position: relative;
    width: 960px;
    height: 304px;
    overflow: hidden;
    margin: 0px auto;
}

/* HEADER2 - FLASH */

div#header2 div#header2_body div#flash
{
    width: 958px;
    height: 200px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid black;
    margin: 62px auto 0px auto;
}

/* HEADER3 */

div#header3
{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(/images/bg-header3.gif) repeat-x left top;
}

div#header3_body
{
    position: relative;
    width: 960px;
    height: 4px;
    overflow: hidden;
    margin: 0px auto;
}

/* PAGE */

div#page
{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background: url(/images/bg-body.gif) repeat-x left top;
}

div#page div#page_body
{
    width: 960px;
    overflow: hidden;
    margin: 0px auto;
    background: #F2F2F2 url(/images/bg-gradient.gif) repeat-x left top;
}

/* PAGE - CONTENT */

div#page div#page_body div#content
{
    width: 940px;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px;
    background: url(/images/bg-body.gif) repeat-x left top;
}

div#page div#page_body div#content p  { margin: 0px 0px 4px 0px; }
div#page div#page_body div#content h1 { margin: 0px 0px 20px 0px; }
div#page div#page_body div#content h2 { margin: 0px 0px 16px 0px; }
div#page div#page_body div#content h3 { margin: 0px 0px 12px 0px; }
div#page div#page_body div#content h4 { margin: 16px 0px 8px 0px; }

div#page div#page_body div#content h3.title
{
    display: block;
    padding: 8px 12px;
    background: url(/images/bg-title-h3.gif) no-repeat left top;
}

div#page div#page_body div#content a.arrow
{
    background: url(/images/arrow.gif) no-repeat 0px center;
    padding-left: 16px;
}

div#page div#page_body div#content ul li
{
    background: url(/images/bullet.gif) no-repeat 16px 5px;
}

div#page div#page_body div#content div#content_left
{
    float: left;
    display: inline;
    width: 658px;
    padding-right: 8px;
    border-right: 1px solid #F0F0F0;
}

div#page div#page_body div#content div#content_right
{
    float: right;
    display: inline;
    width: 263px;
    overflow: hidden;
}

div#page div#page_body div#content div#content_all
{
    width: 940px;
    overflow: hidden;
    margin: 0px auto;
    overflow: hidden;
}

div#page div#page_body div#content div#content_left div#guestbook_subcol1
{
    float: left;
    display: inline;
    width: 244px;
}

div#page div#page_body div#content div#content_left div#guestbook_subcol2
{
    float: right;
    display: inline;
    width: 424px;
    padding-left: 8px;
    border-left: 1px solid #F0F0F0;
}

div#page div#page_body div#content div.box
{
    border-bottom: 1px solid #F0F0F0;
}

div#page div#page_body div#content div.box h3
{
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 100%;
}

div#page div#page_body div#content div.box div.body
{
    padding: 0px 8px 8px 8px;
}

div#page div#page_body div#content div#content_left table
{
    margin: 0px auto 24px auto;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

div#page div#page_body div#content div#content_left table td
{
    text-align: center;
    vertical-align: middle;
    padding: 4px 16px;
    font-weight: normal;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

div#page div#page_body div#content div#content_left table th
{
    text-align: center;
    vertical-align: middle;
    padding: 4px 16px;
    font-weight: bold;
    border-bottom: 1px solid #AAAAAA;
}

/* FOOTER */

div#footer
{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

div#footer div#footer_body
{
    width: 960px;
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 32px;
    border-top: 1px solid #F0F0F0;
}

div#footer div#footer_body p
{
    margin: 8px auto;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #454545;
}

div#footer div#footer_body p#banner img
{
    border: 1px solid #AAAAAA;
}

/* NAVIGAZIONE (PRIMO LIVELLO) */

div#nav1 ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    height: 31px;
    overflow: hidden;
}

div#nav1 ul li
{
    float: right;
    display: block;
    margin: 0px 0px 0px 8px;
    padding: 0px;
    height: 30px;
    overflow: hidden;
}

div#nav1 ul li a
{
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 13px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(/images/button-normal-left.gif) no-repeat left top;
}

div#nav1 ul li a span
{
    display: block;
    margin: 0px;
    padding: 0px 13px 0px 0px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(/images/button-normal-right.gif) no-repeat right top;
}

div#nav1 ul li a         { color: black; text-decoration: none; }
div#nav1 ul li a:visited { color: black; text-decoration: none; }
div#nav1 ul li a:hover   { color: white; text-decoration: none; }
div#nav1 ul li a:active  { color: white; text-decoration: none; }

div#nav1 ul li a         { background: url(/images/button-normal-left.gif) no-repeat left top; }
div#nav1 ul li a:visited { background: url(/images/button-normal-left.gif) no-repeat left top; }
div#nav1 ul li a:hover   { background: url(/images/button-hover-left.gif) no-repeat left top; }
div#nav1 ul li a:active  { background: url(/images/button-hover-left.gif) no-repeat left top; }

div#nav1 ul li a         span { background: url(/images/button-normal-right.gif) no-repeat right top; }
div#nav1 ul li a:visited span { background: url(/images/button-normal-right.gif) no-repeat right top; }
div#nav1 ul li a:hover   span { background: url(/images/button-hover-right.gif) no-repeat right top; }
div#nav1 ul li a:active  span { background: url(/images/button-hover-right.gif) no-repeat right top; }

div#nav1 ul li.active,
div#nav1 ul li.selected
{
    padding: 0px 0px 0px 13px;
    background: url(/images/button-hover-left.gif) no-repeat left top;
}

div#nav1 ul li.active span,
div#nav1 ul li.selected span
{
    display: block;
    margin: 0px;
    padding: 0px 13px 0px 0px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url(/images/button-hover-right.gif) no-repeat right top;
    color: white;
}

/* NAVIGAZIONE (SECONDO LIVELLO) */

div#nav2 ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    height: 34px;
    overflow: hidden;
    font-size: 120%;
}

div#nav2 ul li
{
    float: left;
    display: inline;
    padding: 0px 8px 0px 0px;
    margin: 8px 12px 0px 0px;
    border-right: 1px solid #333333;
    height: 38px;
    overflow: hidden;
}

div#nav2 ul li a
{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    cursor: pointer;
}

div#nav2 ul li.active span,
div#nav2 ul li.selected span
{
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background: url(/images/bg-tab.gif) repeat-x left top;
    color: black;
}

div#nav2 ul li.first
{
    margin-left: 12px;
}

div#nav2 ul li a               { color: white; text-decoration: none; }
div#nav2 ul li a:visited       { color: white; text-decoration: none; }
div#nav2 ul li a:hover         { color: black; text-decoration: none; background: url(/images/bg-tab.gif) repeat-x left top; }
div#nav2 ul li a:active        { color: black; text-decoration: none; background: url(/images/bg-tab.gif) repeat-x left top; }

/* BREADCRUMP */

p#breadcrump
{
    margin: 0px;
    padding: 6px 0px;
    color: white;
    font-size: 95%;
}

p#breadcrump span#youarehere
{
    color: #AAAAAA;
}

/* ELEMENTI FORM */

input
{
    border: 1px solid #D5D5D5;
    padding: 3px 2px;
    font-family: Arial, sans-serif;
    font-size: 100%;
    background: white;
    color: black;
}

select
{
    border: 1px solid #D5D5D5;
    padding: 3px 2px;
    font-family: Arial, sans-serif;
    font-size: 100%;
    background: white;
    color: black;
}

textarea
{
    border: 1px solid #D5D5D5;
    padding: 3px 2px;
    font-family: Arial, sans-serif;
    font-size: 100%;
    background: white;
    color: black;
}

input[type=checkbox], input[type=radio]
{
    background: none;
    border-width: 0px;
}

input[type=button], input[type=submit]
{
    background: #D1200E;
    border: 1px solid black;
    padding: 3px 10px;
    font-weight: bold;
    color: white;
}

/* FORM GENERICO */

fieldset
{
    padding: 0px 10px;
    margin-bottom: 20px;
    border: 1px solid #D5D5D5;
}

fieldset legend
{
    color: #333333333;
    font-size: 125%;
    padding: 0px 8px 4px 6px;
    margin-bottom: 10px;
}

fieldset div.formrow
{
    position: relative;
    margin-bottom: 20px;
}

fieldset div.formrow:after
{
    content: ".";
    display: block;
    height: 0px;
    font-size: 0px;
    clear: both;
    visibility:hidden;
}
fieldset div.formrow { display: inline-block; }
* html fieldset div.formrow { height: 1%; }
fieldset div.formrow { display: block; }

fieldset div.formrow label
{
    float: left;
    text-align: right;
    width: 180px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}

fieldset div.formrow label span
{
    display: block;
    line-height: 1em;
    font-weight: normal;
    font-style: italic;
}

fieldset div.formrow input
{
    float: left;
    margin: 0px 0px 0px 10px;
}
fieldset div.formrow input.w1 { width: 200px; }
fieldset div.formrow input.w3 { width: 400px; }
fieldset div.formrow input.datebox { width: 97px; }

fieldset div.formrow select
{
    float: left;
    margin: 0px 0px 0px 10px;
}
fieldset div.formrow select.w1 { width: 200px; }
fieldset div.formrow select.w3 { width: 400px; }

fieldset div.formrow textarea
{
    float: left;
    margin: 0px 0px 0px 10px;
    width: 436px;
    height: 120px;
}
fieldset div.formrow textarea.w1 { width: 200px; }
fieldset div.formrow textarea.w3 { width: 400px; }

span.validator
{
    position: absolute;
    display: block;
    width: 115px;
    height: 27px;
    z-index: 50;
    margin-top: -52px;
    background: url(/images/bg-popup-validator.png) no-repeat;
    padding: 3px 7px 25px 5px;
    font-family: Arial;
    font-size: 7.5pt;
    line-height: 1.1em;
    text-align: center;
    color: red;
}

fieldset div.formrow span.c1 { left: 566px; }
fieldset div.formrow span.c3 { left: 600px; }

/* CTRL SIMPLE CONTACT FORM */

div.simplecontactform p.consenso_privacy span { margin-left: -14px; }

div.simplecontactform p.consenso_privacy
{
    position: relative;
	width: 100%;
	text-align: center;
	margin: 8px 0px;
}

div.simplecontactform p.titolo_informativa
{
	width: 100%;
	font-weight: bold;
	text-align: center;
}

div.simplecontactform p.testo_informativa
{
	width: 100%;
	font-size: 82%;
	color: #929292;
	line-height: 1em;
}

div.simplecontactform p.bottone_invia
{
	width: 100%;
	text-align: center;
}

div.simplecontactform p.messaggio_risultato
{
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

/* CTRL LOCATION */

.marker
{
    padding-right: 12px;
}

.marker h3
{
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 13pt;
}

.marker h3 img
{
    padding: 3px !important;
    border: 1px solid #D5D5D5 !important;
    margin-bottom: 48px;
}

.marker h4
{
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 10pt;
}

.marker p
{
    font-size: 11px;
    font-style: normal !important;
    line-height: 1.3em;
}

div.location div#mapbody
{
    width: 938px;
    height: 398px;
    border: 1px solid #D5D5D5;
    margin-bottom: 12px;
}

div.location div.left
{
    float: left;
    display: inline;
    width: 464px;
}

div.location div.right
{
    float: right;
    display: inline;
    width: 464px;
}

div.location p.address_error
{
    color: red;
}

div.location p.directions_error
{
    color: red;
}

div.location input#txt_query_address
{
    float: left;
    display: inline;
    width: 303px;
}

div.location input#btn_query_address
{
    float: left;
    display: inline;
    width: 150px;
    margin-left: 4px;
}

div.location input#btn_query_reset
{
    width: 100%;
}

div.location input#txt_query_from
{
    float: left;
    display: inline;
    width: 147px;
}

div.location input#txt_query_to
{
    float: left;
    display: inline;
    width: 147px;
    margin-left: 4px;
}

div.location input#btn_query_directions
{
    float: left;
    display: inline;
    width: 150px;
    margin-left: 4px;
}

div.location input#txt_query_from2
{
    float: left;
    display: inline;
    width: 303px;
}

div.location input#btn_query_directions2
{
    float: left;
    display: inline;
    width: 150px;
    margin-left: 4px;
}

div.location div#directions
{
    clear: both;
}

/* CTRL NEWS LIST */

div.ctrl_news_list
{
    margin-top: 8px;
    font-size: 95%;
}

div.ctrl_news_list p
{
    margin-top: 0px;
	line-height: 1.2em;
}

div.ctrl_news_list_data
{
    color: #AAAAAA;
}

div.ctrl_news_list_oggetto
{
    font-weight: bold;
}

div.ctrl_news_list_oggetto h4
{
    margin-top: 0px !important;
}

div.ctrl_news_list_allegati
{
	float: left;
}

div.ctrl_news_list_allegati_foto
{
	margin-right: 6px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 7pt;
}

div.ctrl_news_list_allegati_foto img
{
    background: white;
	padding: 4px;
	border: 1px solid #D5D5D5 !important;
}

div.ctrl_news_list_allegati_allegato
{
	margin-right: 4px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 7pt;
}

div.ctrl_news_list_descrizione
{
}

div.ctrl_news_list_separatore
{
}

/* CTRL NEWS DATA */

div.ctrl_news_data
{
}

div.ctrl_news_data_data
{
    color: #AAAAAA;
    padding-bottom: 4px;
}

div.ctrl_news_data_oggetto
{
    font-weight: bold;
}

div.ctrl_news_data_oggetto h4
{
    margin-top: 0px !important;
}

div.ctrl_news_data_allegati
{
	float: right;
}

div.ctrl_news_data_allegati_foto
{
	margin-left: 8px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 7pt;
}

div.ctrl_news_data_allegati_foto img
{
    background: white;
	padding: 4px;
	border: 1px solid #D5D5D5 !important;
}

div.ctrl_news_data_allegati_allegato
{
	margin-left: 8px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 7pt;
}

div.ctrl_news_data_descrizione
{
}

/* CTRL GUESTBOOK LIST */

div.ctrl_guestbook_list
{
    font-size: 80%;
}

div.ctrl_guestbook_list span
{
    color: #666666;
    font-style: normal;
}

div.ctrl_guestbook_list p
{
    margin: 1px 0px;
}

div.ctrl_guestbook_list_nome
{
    margin-top: 4px;
    color: #999999;
    font-style: italic;
    font-weight: bold;
}

div.ctrl_guestbook_list_soggiorno
{
    color: #999999;
    font-style: italic;
}

div.ctrl_guestbook_list_scopoviaggio
{
    color: #999999;
    font-style: italic;
}

div.ctrl_guestbook_list_modoprenotazione
{
    color: #999999;
    font-style: italic;
}

div.ctrl_guestbook_list_valutazione
{
    color: #999999;
    font-style: italic;
}

div.ctrl_guestbook_list_testo
{
    margin-top: 4px;
    color: #666666;
    font-style: normal;
    font-size: 120%;
}

div.ctrl_guestbook_list_allegati
{
    margin-top: 4px;
}

div.ctrl_guestbook_list_allegati_allegato
{
    float: left;
    display: inline;
    width: 120px;
    text-align: center;
    font-size: 80%;
    margin-bottom: 4px;
}

div.ctrl_guestbook_list_allegati_foto
{
    float: left;
    display: inline;
    width: 120px;
    text-align: center;
    font-size: 80%;
    margin-bottom: 4px;
}

div.ctrl_guestbook_list_separatore
{
    width: 100%;
    height: 2px;
    overflow: hidden;
    border-bottom: 1px solid #e7e3d7;
}

/* CTRL GUESTBOOK FROM */

div.ctrl_guestbook_form table
{
	width: 99% !important;
    margin: 0px auto !important;
	padding: 0px !important;
	border-collapse: collapse;
	border: 0px !important;
}

div.ctrl_guestbook_form table tr td
{
    margin: 0px !important;
    padding: 1px 4px !important;
	vertical-align: top;
	border: 0px !important;
}

div.ctrl_guestbook_form h4
{
    text-align: center;
}

div.ctrl_guestbook_form input.txtNome
{
	width: 100%;
}

div.ctrl_guestbook_form input.txtCognome
{
	width: 100%;
}

div.ctrl_guestbook_form input.txtEMail
{
	width: 100%;
}

div.ctrl_guestbook_form select.cmbMeseSoggiorno
{
	width: 100%;
}

div.ctrl_guestbook_form select.cmbAnnoSoggiorno
{
	width: 100%;
}

div.ctrl_guestbook_form select.cmbScopoViaggio
{
	width: 100%;
}

div.ctrl_guestbook_form select.cmbModoPrenotazione
{
	width: 100%;
}

div.ctrl_guestbook_form textarea.txtTesto
{
	width: 100%;
}

