BODY {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: sans-serif;
    font-size: 1em;
    font-family: Garamond, Georgia, "Times New Roman", serif;
}

* {
}
OL, UL {
    list-style: none none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
H1, H2, H3, H4, H5, H6, P
{
    padding: 0;
    margin: 0;
}

/* bg colors */
BODY {
    color: #333333;
    padding: 10px 0 0 0;
    background: #FBF0BD url("bg-yellow.jpg")
}
#start_min_width { width: 30em; height: 1px; padding: 0; margin: 0; }

A {
    color: #4C714C;
}
A:hover {
    color: #4C714C;
    text-decoration: none;
}


/***********************/
/******* HEADER ********/
/***********************/
#header {
    width: 650px;
    height: 100px;
    background-color: transparent;
    color: #4C714C; /* green */
    margin-bottom: 10px;
}
#header_logo {
    width: 100px;
}
#header_description {
    text-align: right;
    font-size: 16pt;
    font-size: 12pt;
}
#header #languages {
    text-align: right;
}
/***********************/
/****** MENU TOP *******/
/***********************/
#menu_top_box {
    width: 100%;
}
#menu_top {
    width: 650px;
    height: 120px;
}
#menu_top_hotel {
    width: 210px;
    height: 100px;
}
#menu_top_box {
    background-color: #4C714C; /* green */
    background-image: url("bg-green-3.jpg");
}
#menu_top_box, #menu_top, #menu_top_hotel {
    color: #F9F09C; /* light yellow */
}
BODY#start #menu_top {
    height: 200px;
}
#menu_top TD.w100 { width: 100px; }
#menu_top TD.w200 { width: 200px; }

#menu_top A {
    color: #F9F09C;
    /*text-decoration: underline;*/
    border-bottom: 1px dotted #F9F09C;
    text-decoration: none;
}
#menu_top A:hover {
    color: #F9F09C;
    text-decoration: none;
    border-bottom: 1px none #F9F09C;
}

#menu_top H1, H2 {
    font-weight: normal;
}
#menu_top H1 {
    font-size: 16pt;
}
#menu_top H2 {
    font-size: 12pt;
}

#menu_top_hotel UL {
    margin-left: 0;
    margin-bottom: 1px;
    padding-left: 0;
    list-style-type: square;
    list-style-position: inside;
}

#menu_top H1, #menu_top H2 {
    margin: 0;
    padding: 0;
}
#menu_top LI H1, #menu_top LI H2 {
    display: inline;
}
#menu_top #hotel_box, #menu_top #resto_box { padding: 0; }
#menu_top #hotel_menu_box { padding-bottom: 0; }

/***********************/
/****** LANGUAGES ******/
/***********************/
#languages {
}
#languages UL {
    margin-left: 0;
    padding-left: 0;
}
#languages UL LI {
    padding-left: 3px;
    line-height: 16px;
    height: 16px;
    /* display: inline; */
}
#languages UL LI A, #languages UL LI SPAN {
    padding-left: 3px;
}
#languages UL LI A {
    /* display: inline; */
}
#languages UL LI A:hover
, #languages #selected_lang
{
    border-left: 3px solid #4C714C;
}





/***********************/
/******* CONTENT *******/
/***********************/
#content {
    width: 650px;
    margin-top: 10px;
}
#content_box {
    padding-bottom: 1em;
    color: #333333;
}

#content_box * {
}

#content_box H1, H2, H3, H4, H5, H6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #4C714C !important;
    font-weight: normal;
}
#content_box H1 {
    font-size: 1.5em;
    margin-top: 0;
    font-weight: bold;
}
#content_box H2 { font-size: 1.5em; }
#content_box H3 { font-size: 1.3em; }

BODY#inner #content_box H1
, BODY#inner #content_box H2
{
}
BODY#start #content_box H1 {
}

#content_box STRONG, #content_box B { color: #4C714C; }

#content_box OL, #content_box UL {
    list-style-position: inside;
}
#content_box OL {
    list-style-type: decimal;
}
#content_box UL {
    list-style-type: disc;
    list-style-type: square;
}
#content_box P, #content_box OL, #content_box UL, #content_box TD {
    font-family: Verdana, Arial, sans-serif !important;
}
#content_box P, #content_box A, #content_box OL, #content_box UL, #content_box TD {
    margin-top: 1em;
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 10pt !important;
}

#content_box UL, #content_box OL {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
#content_box UL LI, #content_box OL LI {
    padding-left: 1.5em;
}

#content_box TABLE {
    margin-top: 1em;
    border-right: 1px solid #4C714C;
    border-bottom: 1px solid #4C714C;
}
#content_box TABLE CAPTION {
    font-weight: bold;
    color: #4C714C;
}
#content_box TD {
    border-top: 1px solid #4C714C;
    border-left: 1px solid #4C714C;
    padding: 5px;
}



/******************/
/****** FORM ******/
/******************/
TABLE#contact, TABLE#contact TD
, TABLE#reservation, TABLE#reservation TD
, TABLE#reservation_button, TABLE#reservation_button TD
{
    border: 1px none white;
}
TABLE#reservation {
	border: 1px solid #F0E595;
	margin-bottom: 1em;
}
TABLE.form_frame {
    width: 100%;
}
TABLE.form_frame TD {
    padding: 0.5em;
}
TD.col1 { width: 30%; }
TD.col2 { width: 70%; }
TD INPUT, TD TEXTAREA, TD SELECT {
    border: 1px solid #F0E595;
}
TABLE.form_frame .frm_field
, TABLE.form_frame .frm_field_short
{
    background-color: #F5F2DE;
}
TABLE.form_frame .frm_field
, TABLE.form_frame .frm_field_short
{
    margin: 0;
}
TABLE.form_frame .frm_field {
    display: block;
    width: 100%;
}
TABLE.form_frame .frm_field_error {
    /*border: 1px solid #4C714C;*/
}
TABLE.form_frame .frm_field_short_error {
    /*border: 1px solid #4C714C;*/
}
TABLE.form_frame TEXTAREA { overflow: auto; }
TABLE.form_frame .frm_submit {
    background: #4C714C url("bg-green-5.jpg");
    color: #F9F09C;
    padding-left: 1em;
    padding-right: 1em;
    outline: none;
}
TABLE.form_frame .attention {
    color: #333333;
    font-size: 100%;
    background-color: #F5F2DE;
    padding-right: 3%;
}
.alert, .done {
    width: 80%;
    margin: 1em auto;
    margin: 1em;
    margin-bottom: 0;
    padding: 1em;
    text-align: left;
    font-weight: bold;
    background-color: #F5F2DE;
    border: 1px solid #4C714C;
}
.alert {
    color: #4C714C !important;
}
.done {
    color: #4C714C !important;
}



/*********************/
/****** GALLERY ******/
/*********************/

#gallery_photos { margin-top: 0.5em; }
#gallery_photos TD {
    padding: 3px;
}

#photos_index A {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
#photos_index A:hover {
    background-color: #FEA50E;
    color: white;
}
#photos_index #selected_photo {
    text-decoration: none;
    background-color: #AAAAAA;
    color: #333333;
}

/*********************/
/****** SITEMAP ******/
/*********************/
#content_box #sitemap {
    margin-top: 1em;
}#content_box #sitemap UL {
    margin-top: 0;
}


/*********************/
/****** FOOTER *******/
/*********************/
#footer_border {
    margin-top: 0.5em;
    width: 650px;
    height: 0.5em;
    line-height: 0.5em;
    background: #4C714C url("bg-green-5.jpg");
}
#footer {
    width: 650px;
    height: 80px;
    border-top: 1px solid #4C714C;
    background-color: transparent;
    color: #4C714C;
}
#footer TD {
    padding: 0.5em 0.5em 0 0.5em;
    padding: 0.5em 0 0 0;
}

#footer UL {
    margin-left: 0;
    padding-left: 0;
}
#footer A {
    text-decoration: none;
    color: #4C714C;
    border-bottom: 1px dotted #4C714C !important;
}
#footer A:hover {
    text-decoration: none;
    border-bottom: 1px dotted transparent !important;
}
#footer A.this {
    text-decoration: none;
    color: #4C714C;
    font-weight: bold;
    border-bottom: 1px dotted transparent;
}



/*********************/
/****** START  *******/
/*********************/
#start_logo_box {
    padding-right: 4em;
}
#descript #slogan {
    border-right: 0 none transparent;
}
#menu_start {
    padding: 2em 10px 2em 4em;
    padding: 0 10px 0 4em;
    border-left: 2px solid #818284;
}
#menu_start H1 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 1px;
}
#menu_start #tarp {
    height: 145px;
    height: 8em;
}
BODY#start #languages {
    margin-top: 0;
    padding-left: 10px;
}

