body
{
	font-family:Arial,Helvetica;
	margin:0px;
}

#container
{
	width:1024px;
	margin:0px auto;
	margin-top:30px;
	margin:30px auto;
	margin:0px auto;
}

#top
{
	width:100%;
	height:363px;
}

#top-left
{
	width: 52.5%;
	height:363px;
	overflow: hidden;
	float: left;
	background-image: url('../img/restaurant.jpg');
	background-repeat: no-repeat;
}

#top-right
{
	height:363px;
	overflow: hidden;
	float:left;
	background-color: #ebe7e3;
	background-color: #f4f4f4;
	width: 47.5%;
}

.vertical-bar
{
	height:100%;
	width:45px;
	float:right;
	display:none;
}

#top-right .vertical-bar
{
	background-color:#6b8b36;
}

#bottom-right .vertical-bar
{
	background-color:transparent;
}

table#stacker
{
	height:100%;
	float:left;
}

table#stacker tr
{
	vertical-align:bottom;
}

div.image
{
	width: 152px;
	height: 147px;
	margin-bottom: 5px;
	margin-left: 27px;
}

div.image-lowest
{
	margin-bottom: 0px;
}

div.image1
{
	background-image: url('../img/image1.jpg');
}

div.image2
{
	background-image: url('../img/image2.jpg');
}

div#summary
{
	text-align: left;
	color: #451231;
	font-size:11px;
	padding-top:85px;
	padding-left:210px;
	line-height:15px;
	/*font-family:verdana;/**/
}

div#summary h1{
	color:#58585a;
	font-size:22px;
	margin-bottom:0px;
}
div#summary h2{
	color:#58585a;
	font-size:14px;
	margin:5px 0px 0px;
}

div#summary img
{
	display: block;
}

div#summary p
{
	margin-top:0px;
	padding:0px;
	color:#58585a;
}

div#summary p a:link, div#summary p a:visited, div#summary p a:hover
{
	color:black;
	text-decoration:underline;
}

div#summary p span
{
	/*font-style:italic;/**/
}

div#summary p span.obfuscated
{
	font-style:normal;
}

div#middle
{
	width:100%;
	height:278px;
}

div#middle-left
{
	background-image: url('../../img/bg.png');
	background-color: #6b8b36;
	float:left;
	height:100%;
	width:52.5%;
	background-repeat: repeat;
	overflow:hidden;
}

div#middle-right
{
	background-color:blue;
	background-color:transparent;
	background-color:#dfd9d2;
	background-color:#e1e1e1;
	background-color:#ebe7e3;
	background-color:#eeeeee;
	float:left;
	height:100%;
	width:47.5%;
	overflow:hidden;
}

div#middle-right div#description
{
	padding-left:31px;
	padding-right:45px;
	padding-top:48px;
}

div#middle-right div#description p
{
	margin:0px;
	padding:0px;
	color: #451231;
	color: #000;
	font-size:11px;
	line-height:14px;
	text-align:justify;
	/*font-family:verdana;/**/
}

div#middle-right div#description p.italian
{
	font-style:normal;
}

div#middle-right div#description p.english
{
	margin-top:32px;
	font-style:italic;
}

div#bottom
{
	width:100%;
	height:155px;
}

div#bottom-left
{
	width: 52.5%;
	height: 100%;
	float: left;
	background-color:white;
	background-image:url(../../img/bottom_logo.png);
	background-repeat: no-repeat;
}

div#bottom-right
{
	background-color:#ebe7e3;
	background-color:#f4f4f4;
	float:left;
	height:100%;
	width:47.5%;
	overflow:hidden;
}

div.image-wider
{
	width: 232px;
	height: 155px;
	background-image: url('../img/bottom_image.jpg');
	float:right;
}

div#navigation
{
	padding-top:40px;
	padding-left:61px;
}

div#navigation ul
{
	font-family:verdana;
	font-size:11px;
	color: white;
	text-align:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
	overflow:hidden;
	float:left;
}
/*
div#navigation ul#sub-left
{
	width:120px;
}
*/
div#navigation ul#sub-right
{
	width:220px;
}

div#navigation ul#sub-outermost-right
{
}

/*
div#navigation ul#sub-left li
{
	margin:18px 0px;
}

div#navigation ul#sub-left li.first
{
	margin-top:0px;
}
*/

div#navigation ul#sub-right li
{
	margin:5px 0px;
}

div#navigation ul#sub-right li.first
{
	margin-top:0px;
}

div#navigation ul#sub-outermost-right li
{
	margin:5px 0px;
	white-space:nowrap;
}

div#navigation ul#sub-outermost-right li.first
{
	margin-top:0px;
}

.selected
{
	font-weight:bold;		color:#ca3a1b;
	font-weight:normal; 	color:#aaa;
	
}

a
{
	text-decoration:none;
	color:white;
}

a:hover
{
	color:#999;
}


