/*
	Общее
*/
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;
	background: url('../pics/wifi.png') 195px 59px no-repeat;
	}


/* searchform */
#nav
	{
	width: 220px;
	padding-top: 7px;
	float: right;
	padding-right: 0px;
	}


#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;
	}

	#nav .phone_big
		{
		height: 35px;
		padding: 5px 0 0 0px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 2.8em;
		font-weight: bold;
		color: #ffffff;
		}


/* 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;
	}

#content h2
	{
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 14px;
	color: white;
	}

/* 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;
	}

/*
	Feedback form
*/

ul.feedback_errors
	{
	color: #da3838;
	padding-left: 13px !important;
	}


	table.frontend_form
		{
		margin-top: 20px;
		width: 480px;
		}

		table.frontend_form th
			{
			width: 160px;
			font-weight: lighter;
            text-align: right;
			}

		table.frontend_form input.input_field
			{
			width: 270px;
			height: 19px;
			margin: 6px 0px 4px 0px;
			padding: 2px 5px 0px 5px;
			border: 1px solid #765d37;
			background-color: transparent;
			color: #e4daad;
			}

			table.frontend_form input.input_field:focus
				{
				border: 1px solid #efd48d;
				}

		table.frontend_form .input_area
			{
			width: 270px;
			height: 220px;
			margin: 6px 0px 4px 0px;
			padding: 5px;
			border: 1px solid #765d37;
			font-family: Arial, Verdana, sans-serif;
			background-color: transparent;
			font-size: 1.1em;
			color: #e4daad;
			overflow: auto;
			}

			table.frontend_form .input_area:focus
				{
				border: 1px solid #efd48d;
				}

		table.frontend_form img
			{
			border: 1px solid #765d37;
			margin: 14px 0px 8px 0px !important;
			}

		table.frontend_form input.input_kcaptcha
			{
			width: 110px;
			height: 19px;
			margin: 2px 0px 9px 0px;
			padding: 2px 5px 0px 5px;
			border: 1px solid #765d37;
			background-color: transparent;
			color: #e4daad;
			}

			table.frontend_form input.input_kcaptcha:focus
				{
				border: 1px solid #efd48d;
				}

		table.frontend_form input.button
			{
			display: block;
			width: 122px;
			height: 25px;
			margin: 4px 0px 0px 0px;
			padding: 0px 0px 3px 0px;
			cursor: pointer;
			border: 1px solid #eecd88;
			background-color: #202221;
			color: #f3f3f3;
			font-size: 1.1em;
			text-align: center;
			}

		.rs
			{
			color: #da3838;
			}

	ul.feedback_errors
		{
		padding-left: 40px!important;
		color: #fff;
		}
