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{
    font-size:42pt;    
    color:#ffffff;
    position:absolute;
    bottom: 34px;
	height:68px;
	width:1000px;
	overflow:hidden;
}
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;
}
ul#top-menu li a{
    font-size:15pt;
    color:white;
    font-weight:bold;
    text-shadow: #676767 1px 1px 3px;    
}
#content-data-div{
    height:578px;
    margin:6px auto;     
}
#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;
}
#content-info span{
	height:362px;
	overflow:hidden;
	color:white;
    text-align:justify;
	display:inline-block;
}
.logo{
	border:solid 1px #c71609;
	margin:0px 20px 5px 0px;
}
#content-info a{
    font-size:19pt;
    text-align:center;
    margin-bottom:20px;
	color:#ffffff;
	display:block;
	width:284px;
	overflow:hidden;
}
#rest_name_link{
	height:30px;
}
#btn_order{
   margin-top:28px;
}
.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;	 
}