body {
	background:url(/images/home/body-bg.png) #fafafa top repeat-x;
}

#page {
	width:986px;
}

#page-logo {
	background-image:url(/images/home/logo.png);
}

.add-restaurant-small {
	display:block;
	width:148px;
	height:23px;
	float:right;
	margin:52px 0 0 34px;
}

.add-restaurant-small-en {
	background-image:url(/images/add-your-restaurant-small.png);
}

.add-restaurant-small-it {
	width:171px;
	background-image:url(/images/add-your-restaurant-small-it.png);
}

.grey-box {
	position: relative;
	width:986px;
	margin-top:5px;
	border:1px solid #dcdcdc;
	border-width:0 1px 1px 1px;
	background:url(/images/features/grey-bg.png) #fff repeat-x;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

.grey-box  .left {
    position:absolute;
    left:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-left.png);
}

.grey-box  .right {
    position:absolute;
    right:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-right.png);
}


div.text {
	color:#252525;
	font-family:arial;
	position:absolute;
}

div.text-28 {
	font-size:30px;
    font-weight:normal;
    text-shadow:0 1px 1px #ddd;
}

div.text-24 {
	font-size:24px;
}

div.text-20 {
	font-size:20px;
}

div.text-18 {
	font-size:18px;
}

div.text-16 {
	font-size:16px;
}

.footer-box {
	position:relative;
	margin-top:10px;
	width:986px;
	height:133px;
	background-image: url(/images/features/footer-box.png);
}

#mbTitle {
	color: #eb6a00;
	font-weight: normal;
	/*line-height: 40px;
	font-size: 20px;*/
}

#mbTitle a {
	color: #eb6a00;
	text-decoration: none;
}

#mbTitle a:hover {
	text-decoration: underline;
}

.v1 a {
	color:#eb6a00;
	text-decoration: none;
}

.v1 a:hover {
	text-decoration: underline;
}

.video {
    background-image: url(/images/features/video.jpg);
}

#video:hover div {
    text-decoration: underline;
}

a.underline {
    text-decoration:none;
}

a.underline:hover {
    text-decoration:underline;
}

.avail-iphone {
	display:block;
	width:154px;
	height:23px;
	float:right;
	margin:52px 0 0 34px;
}

.avail-iphone-en {
	background-image:url(/images/avail-iphone.png);
}

.avail-iphone-it {
	background-image:url(/images/home/avail-it.png);
}


