@charset "windows-1251";
/* CSS Document */

html {
	height:100%;
}

html, body {
	width:100%;
}

body {
	font: 0.75em Tahoma, Arial; /* 12px default font size */
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #777777;
	position:relative;
	min-height:100%;
}


#container { 
	padding-bottom:80px; 
	width: 100%;
	min-width: 980px;
	//width:expression(document.documentElement.clientWidth < 980? "980":"100%");
	text-align: left;
}

#leftbar {
	float: left;
	width: 400px;
	margin-bottom:425px;
}
#leftbar img {
	margin: 100px 0;
}

#ileftbar {
	float: left;
	position:relative;
	width: 275px;
	margin-bottom:250px;
}
#ileftbar img {
	margin: 50px 0 20px;
}

#mainbar {
	border: 1px solid white;
	margin: 0 0 0 400px;
	padding: 0 0 0 50px; /* top and bottom padding create visual space within this div */
	background:url(/img/mipiace_stpizza_1.jpg) 300px 0 no-repeat;
}
#mainbar div#lang {
	padding-top:20px;
	padding-right: 20px;
	text-align:right;
}
#mainbar div#lang a {
	background-color:#ffffff;
	padding: 3px 7px;
	border: 1px dashed gray;
}
#mainbar div#lang a:hover {
	color:#c3001e;
}
#imainbar {
	margin: 0 0 0 275px;
	padding: 0 0 0 25px; /* top and bottom padding create visual space within this div */
}
#imainbar div#lang {
	padding-top:17px;
	text-align:right;
}
#imainbar div#lang a {
	margin-right: -260px;
	padding: 3px 6px;
	border: 1px dashed gray;
}
#imainbar div#lang a:hover {
	color:#c3001e;
}
#cart {
	float:right;
	width:275px;
	height:60px;
	background-color:#c3001e;
	margin: 50px 0 20px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
#cart p {
	padding-top: 18px;
	margin: 0;
	display: none;
}


#dl {
	height:165px;
	background:url(/img/mipiace_ipizza_3.jpg) left no-repeat;
}

#smenu {
	/*margin-top: 100px;*/
	margin-top: 63px;
	width:225px;
}
#imenu {
	margin: 0 25px;
	width:225px;
}

#smenu a, #imenu a {
	white-space:nowrap;
}

#smenu span, #imenu span{
	display:none;
}

div#addr a {
	display: block;
}


#dcar {
	
	/*
	float:right;
	position:relative;
	left: 215px;
	top: -108px;*/
	width: 210px;
	height: 112px;
	background:url(/img/mipiace_stdcar.jpg) 0 0 no-repeat;
}

#tailbar {
	position:absolute;
	background:#fff;
	bottom:0px;
	width:100%;
	height:60px;
	border-top: 1px solid #eee;
	padding-top:20px;
	
}
#stgirl {
	background:url(/img/mipiace_stgirl.jpg) left bottom no-repeat;
	overflow:visible;
	width:400px;
	height: 425px;
	bottom:0px;
	float:left;
	position:absolute;
}
#igirl {
	background:url(/img/mipiace_igirl.jpg) left bottom no-repeat;
	overflow:visible;
	width:275px;
	height: 290px;
	bottom:0px;
	float:left;
	position:absolute;
}

#stcopyright {
	float:left;
	width: 30%;
	height: 40px;
	background:#fff url(/img/mipiace_copy.jpg) 0 0 no-repeat;
	margin-left:425px;
	padding-left:50px;
	padding-top: 3px; /* valign */
}

#copyright {
	float:left;
	width: 40%;
	height: 40px;
	background:#fff url(/img/mipiace_copy.jpg) 0 0 no-repeat;
	margin-left:300px;
	padding-left:50px;
	padding-top: 3px; /* valign */
}

#signlogo {
	float:right;
	width: 140px;
	height: 40px;
	padding-right:20px;
}
#signlogo a {
	width: 115px;
	height: 40px;
	background:#fff url(/img/mipiace_webconstructor.jpg) 0 0 no-repeat;
	float:right;
}

#signlogo a:hover {
	background-position: 0 -40px;
}


h1 {
	color:#c3001e;
	background-color:#ddd;
	display: inline-block;
	padding:5px 10px;
	font-size:20px;
}

h2 {
	color:#c3001e;
	font-size:18px;
	font-weight: bold;
	margin: 30px 0 5px;
}

h2 a {
	color:#c3001e;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}

a {
	color:#777777;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p.listlnk {
	font-size: 14px;
	float:right;
	padding-top:5px;
	padding-right:25px;
	display:inline;
}
.listlnk a {
	text-decoration:underline;
	margin-left: 25px;
	padding-top: 5px;
}
.listlnk a:hover {
	color:#c3001e;
}
.clall {
	clear:both;
}
.clrght {
	clear:right;
}

/* Фотогаллерея */
.gallery{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.gallery li{
	list-style-type: none;
	width: 135px;
	height: 90px;
	float: left;
	margin: 10px 30px 12px 0;
	position: relative;
}
.gallery li div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 90px;
	z-index: 5;
	/*border:1px solid #c3001e;*/
	border-left: 10px solid #ddd;
	background-position: left center;
	background-repeat: no-repeat;
}
.gallery li a{
	width: 145px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
/*	background: url(/img/border2.png);*/
	z-index: 6;
}
/* Пицца */

.pizza {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.pizza li {
	list-style-type: none;
	width: 200px;
	height: 300px;
	float: left;
	margin: 10px 30px 10px 0;
	position: relative;
}

.pizza li div.pf,
.pizza li h3,
.pizza li div.pc,
.pizza li div.po {
	position: absolute;
	left: 0px;	
	width: 200px;
	text-align:center;
}
.pizza li div.pf{ /* pizza foto */
	top: 0px;
	height: 200px;
	z-index: 5;
	background-position: left center;
	background-repeat: no-repeat;
}
.pizza li h3 { /* pizza title */
	top: 200px;
	font-size:14px;
	font-weight:normal;
	color:#c3001e;
}
.pizza li div.pc { /* pizza cost */
	top: 236px;
	font-size:12px;
}
.pizza li div.pc span {
	/*font-weight: bold;*/
	font-size:14px;
}
.pizza li div.po { /* options */
	top: 258px;
	width: 160px;
	padding:0 20px;
	/* ---!!!---*/
	display:none;
}
.pizza li a.pi {
	float: left;
	width: 60%;
	text-align:left;
}
.pizza li a.pb {
	float: right;
	width: 40%;
	text-align:right;
}
.pizza li a.pi i,
.pizza li a.pb i{
	position: absolute;
	width:16px;
	height:16px;
	background:url(/img/colorbox/close.gif) left center no-repeat;
}
.pizza li a.pi span,
.pizza li a.pb span {
	padding-left: 16px;
}

