/*-------------------------------------------------
		- GLOBAL -						
-------------------------------------------------*/
body { 
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif; 
	font-size: 70%; font-weight : normal; color: #666; 
	background: #f2f2f2; 
	letter-spacing : 0; line-height: 1.4em;
	margin: 0; padding: 0;
	}
		
#container { 
	width: 742px; 
	position: relative; 
	margin: 0 auto; 
	text-align: left; 
	background: url('images/back_page.gif') repeat-y -10px 0;
	}
	
a { text-decoration: underline; color: #336699;}
a:hover { text-decoration: none;}

.ghost { display : none; }
.center { text-align : center; }

.error {
	text-align: center;
	color: #D44C44;
	font-weight: bold;
	line-height: 1.5em;
	}

p { margin: 0; padding: 8px;}
ul { margin: 0 20px; padding: 8px; }
span { color: #cc0000; font-weight: bold;}


/*-------------------------------------------------
		- IMAGES -					
-------------------------------------------------*/

img.raam { 
	color: #333;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc; 
	}
img.skoon { border: 0; }


/*-------------------------------------------------
		- HEADERS -					
-------------------------------------------------*/

#header_01 { color: #333; }
	
#header_02 {
	background: #fff url('images/top_01.jpg') no-repeat;
	height: 338px; color: #fff;
	}

/*-------------------------------------------------
		- RIGHT -				
-------------------------------------------------*/

#right { 
	float: right; clear: right; 
	width: 233px; 
}
#right p {
	padding: 8px 30px 8px 15px;
}#nav { background: url('images/back_menu.gif') no-repeat; 
			height: 452px; width: 233px;
}


#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:2.15em;
     z-index: 800;
 }
 
 #nav a {
    display:block;
    text-decoration: none; color: #fff;
    padding: 4px 0 4px 20px; margin: 0;
    text-decoration:none;
    border-bottom: 1px solid #ccb181;
    height: 16px;
    position: relative;
    top: 235px; left: 30px;
    margin: 0; padding: 0;
    list-style: none;
    font-size: 1.1em;
    width: 170px;
    background: url('images/pyl_hover.gif') no-repeat 4px 9px;
    padding: 4px 0 4px 20px; margin: 0;

 }


  

#nav a:hover, #nav a.on{
   display: block;
   background: #ccb181 url('images/pyl_hover.gif') no-repeat 3px 9px;
   color: #333;
   
}
   #nav a.on {
      font-weight: bold;
   }
      

#nav li{
    float:left;
    position:relative;
    margin-right: 5px;
}

#nav ul {
    position:absolute;
    width:12em;
    top:0.1em;
    left: 10em;
    display:none;
}
   #nav li ul a {
    width:12em;
    float:left;
    background: #C3A060;
    color: #333;
    padding: 2px 0 5px 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
   }
      #nav li ul.wyer a {
         width:15em;
      }
      #nav li ul.nogwyer a {
         width:18em;
      }

   #nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0 0 0 15px;
    }
    #nav li ul.wyer ul {
      left: 15em;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

/*-------------------------------------------------
		- MAIN -				
-------------------------------------------------*/

#main { margin: 0 233px 0 0; }

#main_content { margin: 10px 10px 0 20px; padding: 0; }
	h2 { padding: 0; margin: 0;  height: 20px;}
        h2 em { display: none; }
        
        h3 {
            font-family: arial;
            padding: 10px 0 3px 0; margin: 0 8px;
            font-size: 115%; color: #033f7d;
            border-bottom: 1px dashed #e6ddc7;
            text-transform: uppercase;
        }
        h4 {
            font-family: arial;
            padding: 10px 0 0 0; margin: 0 8px -5px 8px;
            font-size: 100%; color: #033f7d;
            text-transform: uppercase;
        }
	
        h5 {
            font-family: arial;
            padding: 10px 0 3px 0;
	    margin: 0 8px;
            font-size: 155%; color: #cc0000;
	    font-weight: bold;
            border-bottom: 1px dashed #e6ddc7;
            text-transform: uppercase;
        }
	
	#main h2 { padding: 0; margin: 10px 0 5px 0;}
	#right h2 { padding: 0; margin: 10px 0 0 10px;} 
	
	
	#right h2.sidewine { background: url('images/head_side_wine.gif') no-repeat; }
        #right h2.sideaccom { background: url('images/head_side_accom.gif') no-repeat; }
        #right h2.sidemap { background: url('images/head_side_map.gif') no-repeat; }
        
	#main h2.welcome { background: url('images/head_welcome.gif') no-repeat; }
	#main h2.accom { background: url('images/head_accom.gif') no-repeat; }
        #main h2.flowers { background: url('images/head_flowers.gif') no-repeat; }
        #main h2.wine { background: url('images/head_wine.gif') no-repeat; }
        #main h2.area { background: url('images/head_area.gif') no-repeat; }
        #main h2.gallery { background: url('images/head_gallery.gif') no-repeat; }
        #main h2.contact { background: url('images/head_contact.gif') no-repeat; }
        #main h2.contactform { background: url('images/head_contactform.gif') no-repeat; }
	
	div.gallery {
		margin: 5px 1px; padding: 0;
	}
		div.gallery img {
			padding: 6px 5px; margin: 3px 4px;
			border: 1px solid #ccc;
			background: #fff;
		}
		div.gallery img:hover {
			background: #eee;
		}
	

/*-------------------------------------------------
		- FOOTER -					
-------------------------------------------------*/

#footer {
        width: 742px;
        margin: 0 auto;
	clear: both;
	height: 85px; color: #333;
	background: url('images/foot.gif') no-repeat;}

#footer a { color: #fff; }
	
#footer p { 
	position: relative; top: 40px;
	text-align: center; 
	margin: 0; padding: 0; 
	font-size : 0.9em; 
	}
