body {
    font-family:  trebuchet ms, arial , helvetica;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h3 {
    padding-top: 15px;
    padding-bottom: 0px;

}

#global {
    width: 662px;
    margin: 0 auto 0 auto;
}

.logo {
    float: left;
    padding-top: 60px;
    padding-left: 20px;
}

#top {
	margin: 0;
	padding: 0;
    height: 149px;
    width: 660px;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
}

#top_left {
    height: 149px;
    width: 1px;
    background-position: right;
    background-repeat: no-repeat;
    float: left;
}

#top_right {
    height: 149px;
    width: 1px;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
}

#left {
    height: 647px;
    width: 1px;
    background-position: top right;
    background-repeat: no-repeat;
    float: left;
    clear: left;
}

#right {
    height: 647px;
    width: 1px;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
}

#bottom {
    height: 204px;
    width: 660px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

#bottom_left {
    height: 204px;
    width: 1px;
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    clear: left;
}

#bottom_right {
    height: 204px;
    width: 1px;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
}
/* -------------------------------------------------------------------------- */
.flag {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 136px;
    height: 13px;
}

.flag img {
    float: left;
    margin-right: 5px;
}

/* -------------------------------------------------------------------------- */

.sub_menu {
    list-style: none;
    float: right;
    padding-right: 40px;
    margin-top: 123px;
    font-size: 13px;
    line-height:26px;
    height: 26px;
}

.sub_menu a {
    height: 26px;
    color: white;
    /*display: block;*/
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-left: 1px solid white;
}

ul#sub_menu {
    margin: 0;
    padding: 0;
    list-style: none;

}

ul#sub_menu li {
    float: left;
}

a#home {
    background-image: url(img/menu_home.jpg);
    background-repeat: repeat-x;
}

a:hover#home {
    background-image: url(img/menu_home_hover.jpg);
}

a#contatti {
    background-image: url(img/menu_contatti.jpg);
    background-repeat: repeat-x;
    /*margin-left: 2px;*/
}

a:hover#contatti {
    background-image: url(img/menu_contatti_hover.jpg);
}

a#admin {
    background-image: url(img/menu_contatti.jpg);
    background-repeat: repeat-x;
    /*margin-left: 2px;*/
}

a:hover#admin {
    background-image: url(img/menu_contatti_hover.jpg);
}

a#logout {
    background-image: url(img/menu_contatti.jpg);
    background-repeat: repeat-x;
    /*margin-left: 2px;*/
}

a:hover#logout {
    background-image: url(img/menu_contatti_hover.jpg);
}

/* -------------------------------------------------------------------------- */

.menu {
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    background-image: url(img/menu.jpg);
}

ul#menu{
    margin: 0;
    padding: 0;
    list-style:none;
}

ul#menu li ul li{
    list-style:none;
}

ul#menu li{
    float:left;
    /*border-right: 1px solid white;*/
}

ul#menu a {
    border-right: 1px solid white;
    padding-left: 7px;
    padding-right: 7px;
    background: url(img/menu.jpg);
    color: white;
}

/*
ul#menu p {
    color: white;
}

ul#menu p:hover {
   background: url(img/menu_hover.jpg);
}
*/

ul#menu a:link,
ul#menu a:visited{
    display: block;
}

ul#menu a:hover,
ul#menu a:focus,
ul#menu a:active{
    background-image: url(img/menu_hover.jpg);
}

ul#menu li ul{
    display: none;
}

ul#menu li:hover ul{
    display: block;
    position: absolute;
    z-index:1;
    width:130px;
    padding: 0;
    margin: 0 0 0 -1px;
    background: #eeeeee;
    font-size:.8em;
}

ul#menu li li {
    border-bottom:1px solid white;
    width: 130px;
}

ul#menu a#artiquario {
	/*
    padding-left: 8px;
    padding-right: 7px;
	width: 81px;
	*/
	border-right: none;
    background-image: url(img/menu_artiquario.jpg);
}

ul#menu a:hover#artiquario {
    color: #833010;
    background-image: url(img/menu_artiquario_hover.jpg);
}

/* ************************************************************************** */

#shade {
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    /*visibility: hidden;*/
    background-color: black;
    min-width: 907px;
}

#border {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: white;
    /*visibility: hidden;*/
    width: 800px;
    height: 600px;
    z-index: 1;
}

#close {
    position: absolute;
    right: 0;
    margin: 10px;
}

#close:hover {
    cursor: pointer;
}

#fwd {
    position: absolute;
    right: 0;
    margin: 10px;
    margin-top: 290px;
}

#fwd:hover {
	cursor: pointer;
}

#rwd {
    position: absolute;
    left: 0;
    margin: 10px;
    margin-top: 290px;
}

#rwd:hover {
	cursor: pointer;
}

#view {
    width: 720px;
    height: 540px;
    margin: 30px auto 0 40px;
    /*background-color: #adadad;*/
    z-index: 2;
}

#view img {
    margin: 0 auto 0 auto;
}

/* ************************************************************************** */

#last_minute {
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    background-color: white;

    text-align: center;
    z-index: 10;
}

#last_minute_img {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 500px;
    background-color: white;
    /*visibility: hidden;*/
    z-index: 11;
}

/* ************************************************************************** */
.container {
    width: 660px;
    height: 647px;
    float: left;
}

.content {
    height: 280px;
    overflow: auto;
    width: 660px;
}

.text {
    padding-left: 50px;
    padding-right: 50px;
    color: #838383;
    font-size: 13px;
    text-align: justify;
}

.text p {
    margin: 0;
    padding: 0;
}

.text a {
    color: #838383;
}

.text a:hover {
    color: #d3d3d3;
}

.text_residence {
    float: right;
    width: 400px;
    padding-left: 0px;
}

.menu_residence {
    float: left;
    font-size: 12px;
    padding-top: 0px;
}

.text_prenotation h3 {
    /*text-align: center;*/
}

.price {
    float: left;
    clear: left;
    color: #838383;font-size: 13px;
}

.price p {
    margin: 0px;

    margin-left: 20px;
}

ul#menu_residence {
    list-style: none;
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
    padding-left: 20px;
}

ul#menu_residence li {
    margin-bottom: 10px;
}

ul#menu_residence li a {
    color: #838383;
}

ul#menu_residence li a:hover {
    color: #d3d3d3;
}

ul#menu_residence li a#menu_price {
    color: #0094d0;
}

ul#menu_residence li a#menu_price:hover {
    color: #bbbbbb;
}

.miniature {
    height: 50px;
    width: 50px;
    margin-top: 20px;
    margin-right: 17px;
    float: left;
}

.freccia {
    margin-top: 20px;
    margin-right: 5px;
    padding-top: 20px;
    float: left;
}

.miniature_last {
    margin-right: 0;
}

.image {
    width: 660px;
    height: 312px;
    background-repeat: no-repeat;
}

.admin {
    padding-left: 50px;
    padding-right: 50px;
    color: #838383;
    font-size: 13px;
    text-align: center;
}

.admin_photo {
    padding-left: 30px;
    padding-right: 30px;
}

.gallery_mod {
    border: 1px solid #838383;
    padding: 10px;
    margin-top: 10px;
}

.mod_image {
    float: left;
    width: 80px;
}

.mod_image img{
    margin-top: 0px;
    width: 80px;
    height: 80px;
}

.mod_image p {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

/* ************************************************************************** */

.form_row {
    width: 400px;
    height: 40px;
    margin: 0 auto 0 auto;
}

.form_row p {
    text-align: right;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    float: left;
    width: 100px;
}

.form_row input {
    float: left;
    margin-left: 10px;
}

.form_row_submit input {
    margin-left: 110px;
}

.form_row_textarea {
    height: 85px;
}

.form_row_textarea textarea {
    float: left;
    height: 70px;
    margin-left: 10px;
    width: 227px;
}

.form_row_modify {
    width: 440px;
    margin-left: 90px;
    margin-top: 18px;
    height: 30px;
}

.form_row_modify p {
    width: 80px;
}

.form_row_modify input {
    margin-left: 10px;
}

.form_row_delete {
    margin-top: 18px;
    margin-left: 80px;
}

.form_row_delete input {
    margin-left: 90px;
}

.form_row_prenotation input {
    width: 200px;
}

.form_row_prenotation select {
    margin-left: 10px;
}

.form_row_prenotation_text {
    height: 60px;
}

.form_row_prenotation_text textarea{
    margin-left: 10px;
    width: 200px;
}

/* ************************************************************************** */

#bottom p {
    color: white;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
}

#bottom p a {
    color: white;
}



