@charset "UTF-8";
/* CSS Document */

body a {
	color: #fcba64;
}

blue { color:#53a4dc;}

orange {color:#fcba64;}

border {border:1px #53a4dc solid;}

body {
	margin:0;
	padding:0;
	font:normal 14px arial;
	color:#999;
	background-color:black;
}

body a:hover {
     text-decoration:none;
	 color:#fcba64;
	 }
	 
img { border:none; }

p{
     color:white;
	 }

div#windowWrap {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

div#pageWrap {
	margin:0 auto;
	padding:0;
	width:760px;
	text-align:left;
}

div#borderWrap {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	border:1px #53a4dc solid;
}
      
div #menu {
     width:100%;
	 height:32px;
	   background-image:url(images/top.jpg);
	 background-repeat:repeat-x;
	 margin:0;
	 padding:0;
	 }
	 
div#menu ul#block {
     list-style:none;
	 float:left;
	 padding:0;
	margin:0 0 0 95px;
	 }
html>body div#menu ul#block {
     margin:0 0 0 160px;
	 }
div#menu ul#block li{
	 
	  height:32px;
	  float:left;
	 margin-right:35px;
	 padding:0;
	  
	 }
	 
div#chef{
   width:640px;
   text-align:left;
   margin-left:60px;
  padding-top:20px;
  padding-bottom:40px;
   }

div#menu ul#block li a {
       float:left;
  
   }
   	 
            div#menu ul#block li.home a:link,
			div#menu ul#block li.home a:visited
			{
				width:73px;
				background:url(images/home.gif) 0 0 no-repeat;
				
			}

			div#menu ul#block li.home a:hover
			{
				width:73px;
				background:url(images/home.gif) 0 -36px no-repeat;
			}			
			
			div#menu ul#block li.home a:active,
			div#menu ul#block li.home a.active,
			div#menu ul#block li.homeActive 
			{
				width:73px;
				background:url(images/home.gif) 0 -36px no-repeat;
			}
			
			div#menu ul#block li img{
			   
			   padding:0px;
			   }		
			
			div#menu ul#block li.links a:link,
			div#menu ul#block li.links a:visited
			{
				width:67px;
				background:url(images/links.gif) 0 0 no-repeat;
				
			}

			div#menu ul#block li.links a:hover
			{
				width:67px;
				background:url(images/links.gif) 0 -36px no-repeat;
			}			
			
			div#menu ul#block li.links a:active,
			div#menu ul#block li.links a.active,
			div#menu ul#block li.linksActive 
			{
				width:67px;
				background:url(images/links.gif) 0 -36px no-repeat;
			}	
			
			div#menu ul#block li.contacts a:link,
			div#menu ul#block li.contacts a:visited
			{
				width:106px;
				background:url(images/contacts.gif) 0 0 no-repeat;
				
			}

			div#menu ul#block li.contacts a:hover
			{
				width:106px;
				background:url(images/contacts.gif) 0 -36px no-repeat;
			}			
			
			div#menu ul#block li.contacts a:active,
			div#menu ul#block li.contacts a.active,
			div#menu ul#block li.contactsActive 
			{
				width:106px;
				background:url(images/contacts.gif) 0 -36px no-repeat;
			}		
			
			
			div#menu ul#block li.curise a:link,
			div#menu ul#block li.curise a:visited
			{
				width:84px;
				background:url(images/cuisine.gif) 0 0 no-repeat;
				
			}

			div#menu ul#block li.curise a:hover
			{
				width:84px;
				background:url(images/cuisine.gif) 0 -36px no-repeat;
			}			
			
			div#menu ul#block li.curise a:active,
			div#menu ul#block li.curise a.active,
			div#menu ul#block li.curiseActive 
			{
				width:84px;
				background:url(images/cuisine.gif) 0 -36px no-repeat;
			}		
    
div#logo {
        clear:both;
		width:202px;
		height:117px;
		margin-left:270px;
		}

div#pics {
       clear:both;
	   width:100%;
	 
	   margin:0;
	   padding:0;
	   border:none;
	   }

div#pics img {
       border:2px #fcba64 solid;
	   }
	   
div.des {
        width:225;
		
		clear:both;
		text-align:center;
		}
		
div.des a#property {
        color:#53a4dc;
		text-decoration:underline;
		font-size:13px;
		
		}
div.des a#property:hover,
div.des a#property:active{
          text-decoration:none;
		 }
		 
div.des a#link {
        color:#fcba64;
		text-decoration:underline;
		}
		
div.des a#link:hover,
div.des a#link:active {
        text-decoration:none;
		}
		
div.des font#title{
         font-family:
         font-size:15px;
		 color:white;
		 }
		 
div#flash {
          clear:both;
		  width:100%;
		  height:auto;
		  text-align:center;
		  }


      
