/* 
	Общее 
*/
img
	{
	border: none;
	}

a
	{
	color: #0166be;
	}


a:visited
	{
	color: gray;
	}

input, select
	{
	font-size: 1.2em
	}

/* 
	General ***************************************
*/
body
	{
	background-color: black;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size: 62.5%; /* 1em = 10pt */
	background-image: url('../pics/restaurant/bg_body.jpg');	
	background-repeat: repeat-x;
	}	

#minwidth
	{
	width: 1000px;
	}

#left
	{
	float: left;
	width: 309px;
	}

#right
	{
	padding-left: 309px;
	background-image: url('../pics/restaurant/menu_bg.jpg');
	background-position: 309px top;
	background-repeat: no-repeat;
	}

/* header */
#header
	{
	padding-top: 10px;
	}

#logo
	{
	padding-left: 65px;
	padding-top: 50px;
	}


/* searchform */
#nav
	{
	padding-top: 7px;
	float: right;
	padding-right: 20px;
	}


#nav img
	{
	padding-bottom: 3px;
	}

#nav a
	{
	padding-right: 5px;
	}


#searchform_wrapper
	{
	background-image: url('../pics/restaurant/search_bg.jpg');	
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 40px;
	}

#searchform
	{
	padding-left: 10px;
	padding-top: 10px;
	}

#searchform input#search_phrase
	{
	border: 0;
	background-color: white;
	width: 165px;
	font-size: 1.4em;
	}



/* menu */
#menu_wrapper
	{
	width: 466px;
	height: 319px;
	}

#menu
	{
	padding-top: 10px;		
	padding-left: 60px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

#menu ul
	{
/*	float: left; */
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	padding-right: 10px;
	list-style-type: none;
	}

#menu ul li
	{
	padding-left: 20px;
	line-height: 1.6em;
	}

#menu ul li a, #menu ul li a:visited
	{
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	}

#menu ul li a:hover
	{
	text-decoration: underline;
	}

#menu ul li#current
	{
	background-image: url('../pics/restaurant/menu_marker.gif');
	background-position: left center;
	background-repeat: no-repeat;
	}


#menu ul li#current a
	{
	font-size: 1.6em;
	color: white;
	}

#menu ul li#current a:hover
	{
	text-decoration: none;
	}


/* Content */
#content_wrapper
	{
	padding-top: 40px;
	padding-left: 3px;
	}

#content
	{
	color: white;
	width: 497px;
	background-image: url('../pics/restaurant/content_bg.jpg');
	background-position: left 80px;
	background-repeat: repeat-x;
	font-size: 1.4em;
	}

/* footer */
#footer
	{
	clear: both;
	}	

/*
	Footer
*/
#footer
	{
	clear: both;
	color: white;
	height: 199px;
	}

#footer_sidebar
	{
	float: left;
	width: 400px;
	}

#footer_content_wrapper
	{
	height: 199px;
	margin-left: 430px;
	}

#footer_content
	{
	background-image: url('../pics/restaurant/footer_bg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 199px;
	}

#copy
	{
	font-size: 1.2em;
	color: gray;
	padding-top: 120px;
	padding-left: 400px;
	}

#crisp
	{
	padding-top: 130px;
	padding-left: 30px;
	}

#crisp a
	{
	color: gray;
	text-decoration: none;
	}