body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DDD;
	background:url(../images/design1_bg.jpg) top no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

ul li img {
	margin:0px;
	padding:0px;
}
h3 {
	background-color:#888888;
	width:100%;
	color:#333;
	padding:2px;
}
table tr:hover {
	background-color:#444;
}
.imgcontainer,
.ingcontainer li {
        list-style: none;
        margin: 0;
        padding: 0;
      }

.imgcontainer li:not(:first-child) {
        display: none;
}

#hr_nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#777;
}
a:link {
	text-decoration: none;
	color: #DDD;
}
a:visited {
	text-decoration: none;
	color: #DDD;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

div,p { margin: 0; padding: 0; }

p {
	margin-bottom: 10px;
	text-align:justify;
}

.cucinabody #container {
	width:1030px;
	text-align:center;
	margin: 40px auto;
	background-color:#666;
}

.cucinabody #head {
	position:relative;
	height:159px;
	width:100%;
	background:url(../images/head_bg.jpg) top repeat;
}

.cucinabody #restaurant_info {
	position:absolute;
	width:100%;
	height:80px;
	top:40px;
	left:0px;
}
.cucinabody #restaurant_name {
	position:relative;
	width: 448px;
	top:0px;
	left:20px;
	background-color:#666;
}
.cucinabody #restaurant_details {
	position:absolute;
	width: 400px;
	top:10px;
	right:30px;
	text-transform: uppercase;
	font-size:16px;
	text-align:right;
	color:#888;
	font-weight:bold;
}
.cucinabody #restaurant_contacts {
	position:relative;
	font-size:12px;
	color:#BBB;
	font-weight:normal;
}
.cucinabody #hr_nav {
	position:absolute;
	width:100%;
	top:128px;
	left:0px;
	color:#EEE;
	font-size:15px;
	font-weight:bold;
	z-index:20;
}
.cucinabody #hr_nav #nav_left {
	position:absolute;
	left:120px;
}
.cucinabody #hr_nav #nav_left a {
	padding: 6px 8px 5px 8px;
}
.cucinabody #hr_nav #nav_right {
	position:absolute;
	right:30px;
}
.cucinabody #hr_nav #nav_right a {
	padding: 6px 8px 5px 8px;
	margin-left:40px;
}
.cucinabody #logo {
	position:absolute;
	top:100px;
	left:auto;
	height:106px;
	width:100%;
	background:url(../images/head_logo.png) center no-repeat;
	z-index:10;
}
.cucinabody #imgholder {
	position:relative;
	height:350px;
	width:100%;
	background-color:#666;
}
.cucinabody #separator {
	position:relative;
	height:6px;
	width:100%;
	background:url(../images/head_bg_bot.jpg) top repeat;
}

#content {
	width:90%;
	height:auto;
	text-align:left;
	margin:20px auto;
	padding-bottom:20px;
}
.leftContent {
	position:relative;
	width:49%;
	float:left;
}
.rightContent {
	position:relative;
	width:49%;
	float:left;
	margin-left:15px;
}
table {
	font-size:15px;
	font-weight:600;
	color:#EEE;
}
td {
	vertical-align: top;
	color: #D6D6D6;
}
tr {
}
.smalldesc {
	font-size:12px;
	font-weight:normal;
	color:#bbb;
}
.prices {
	text-align:right;
}
#map {
	position:relative;
	float:left;
	width:425px;
	margin-right:40px;
}
#news {
	position:relative;
	float:right;
	width:280px;
	margin-left:40px;
	margin-bottom:20px;
	background-color:#999;
	padding: 5px;
}
#newshead {
	font-weight:bold;
	font-size:16px;
	width:100%;
	text-align:center;
	color:#CCC;
	background-color:#333;
	margin-bottom:5px;
	padding:3px 0 3px 0;
}
.newsitem {
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	color:#EEE;
	font-size:13px;
}
.newsdate {
	float:left;
	width:76px;
	padding-left:2px;
}
.newsdetails {
	float:right;
	width:200px;
	padding-bottom:5px;
}
.newsitem:hover {

	background-color:#555;
}
.footer {
	position:relative;
	float:right;
	font-size:11px;
	color:#333;
	margin-bottom:20px;
}
.footer a {
	color:#CCC
}
.footer a:hover {
	color:#C20;
}
.clearall {
	clear:both;
}