body, ul, ol, p, h1, h2, h3, blockquote {
	margin: 0px;
	padding: 0px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: solid 0px black;
}
.ActiveItem {
	text-decoration: underline;
}
.hide1 {
	display: none;
}
body {
	background-image: url(../images/body.background.png);
	font-family: Arial;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -231px; /* нижний margin является отрицательной величиной высоты footer */
}
.center-content {
	width: 1002px;
	margin: 0px auto;
}
#header-center {
	height: 100%;
	position: relative;
}
#header {
	width: 100%;
	height: 111px;
	background-color: #c71609;
	border-bottom: solid 2px #ffffff;
	position: relative;
}
h1#restaurant-name a {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}
h1#restaurant-name {
	font-size: 42pt;
	color: #ffffff;
	position: absolute;
	bottom: 34px;
	width: 714px;
	overflow: hidden;
}
.rest-logo {
	height: 69px;
	width: 152px;
	background: url(../images/italialogo.png) no-repeat;
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 10px;
}
span#rest_addr {
	display: block;
	color: #ffffff;
	position: absolute;
	bottom: 8px;
	font-size: 16px;
	padding-left: 4px;
}
a#param2link {
	display: block;
	color: #ffffff;
	position: absolute;
	bottom: 8px;
	right: 0px;
	font-size: 14px;
}
#top-menu-div {
	width: 100%;
	background-image: url(../images/menu.background.png);
	background-repeat: repeat-x;
	height: 54px;
	position: relative;
}
ul#top-menu {
	padding: 12px 0px 0px 0px;
}
ul#top-menu li {
	display: block;
	float: left;
	margin: 0px 15px;
	position: relative;
}
ul#top-menu li a {
	font-size: 15pt;
	color: white;
	font-weight: bold;
	text-shadow: #676767 1px 1px 3px;
}
#nav_dropdown {
	position: absolute;
	left: -62px; top:36px; z-index: 100;
	background: #000; text-align: center;
	visibility: hidden; opacity: 0;

	transition: all 0.2s ease 0.5s;
}
ul li:hover #nav_dropdown {visibility: visible; opacity: 1; transition: all 0.2s ease 0s;}
#nav_dropdown li {display: block;}
#nav_dropdown li a {display: block;height: 40px; width: 140px; color: #fff; line-height: 40px; vertical-align: middle;}
#content-data-div {
	height: 578px;
	margin: 6px auto;
    position: relative;
}
#content-data-div_blank {
	background: #ffffff;
	min-height: 578px;
	margin: 6px auto;
	border: 1px solid #CCCCCC;
}
#content-title {
	font-size: 40px;
	margin: 4px 0px 40px 0px;
	text-align: center;
	color: #000000;
}
#content-title span {
	font-size: 25px;
}
#content-title2 {
	font-size: 40px;
	margin: 34px 0px 40px 0px;
	text-align: center;
	color: #000000;
}
#content-title2 span {
	font-size: 25px;
}
#content-info {
	width: 284px;
	height: 514px;
	background: url(../images/content.info.background.png) no-repeat;
	border: solid 1px #c71609;
	float: right;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	text-align: center;
	position: relative;
	margin-bottom: -578px;
	top: -597px;
}
#content-info #about_rest {
	height: 222px;
	overflow: hidden;
	color: white;
	text-align: justify;
	display: inline-block;
	font-size: 15px;
}
.logo {
	border: solid 1px #c71609;
	margin-bottom: 20px;
}
#content-info #rest_name_link {
	font-size: 19pt;
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
	display: block;
	width: 284px;
	overflow: hidden;
	font-weight: bold;
}
#rest_name_link {
	height: 30px;
}
#btn_order {
	width: 282px;
	display: block;
	margin: 20px 0px;
}
.push {
	height: 231px;
	width: 100%;
}
#footer {
	height: 231px;
	width: 100%;
	background-image: url(../images/footer.background.png);
	color: #ffffff;
	line-height: 150%;
}
#footer a {
	color: #ffffff;
	display: block;
}
#footer-center {
	padding-top: 40px;
}
#footer-center .footer_link {
	font-size: 16pt;
	margin-bottom: 10px;
	font-weight: bold;
}
.show0 {
	display: none;
}
.show1 {
	display: none;
}
#slideshow {
	position: relative;
	height: 578px;
	margin: 6px auto;
	overflow: hidden;
	margin-bottom: 20px;
}
#slideshow img {
	width: 100%;
}
#slideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.announcement {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 10px;
    border: solid 1px #c71609;
    z-index: 20;
    line-height: 1.5;
}
