@charset "UTF-8";
/* CSS Document */

*
{
	outline:none;
	border:0;
}

body
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#f4c13b url(../images/sapore/sapore_bg.jpg) repeat-x;
}

a, a:link, a:visited
{
        color:#be3314;
        text-decoration:none;
}

a:hover
{color:#fff;}

h2{margin:0px 0px 15px 0px; font-size:20px; font-weight:normal; color:#fff;}

h3{margin:0px 0px 15px 0px;font-size:16px; font-weight:normal; color:#fff;}

#wrap
{
	margin:0px auto;
	padding:0px;
	width:800px;
}

#header
{
	margin:0px;
	padding:0px;
	background:url(../images/sapore/sapore_header.jpg) no-repeat;
	height:290px;
	position:relative;
}

#topnav
{
	width:530px;
	height:40px;
	position:absolute;
	top:230px;
	right:5px;
}

#topnav ul
{
	margin:0px;
	padding:0px;
	height:40px;
	list-style:none;
	position:relative;
}

#on_restaurant
{
	position:absolute;
	display:block;
	width:113px;
	height:40px;
	top:0px;
	left:0px;
	background:url(../images/sapore/restaurant_sprite.jpg) 0px -40px no-repeat;
}

#nav_restaurant
{
	position:absolute;
	display:block;
	width:113px;
	height:40px;
	top:0px;
	left:0px;
	background:url(../images/sapore/restaurant_sprite.jpg) 0px 0px no-repeat;
}

#nav_restaurant:hover
{
	background:url(../images/sapore/restaurant_sprite.jpg) 0px -40px no-repeat;
}

#on_owner
{
	position:absolute;
	display:block;
	width:88px;
	height:40px;
	top:0px;
	left:113px;
	background:url(../images/sapore/owner_sprite.jpg) 0px -40px no-repeat;
}

#nav_owner
{
	position:absolute;
	display:block;
	width:88px;
	height:40px;
	top:0px;
	left:113px;
	background:url(../images/sapore/owner_sprite.jpg) 0px 0px no-repeat;
}

#nav_owner:hover
{
	background:url(../images/sapore/owner_sprite.jpg) 0px -40px no-repeat;
}

#on_menu
{
	position:absolute;
	display:block;
	width:55px;
	height:40px;
	top:0px;
	left:200px;
	background:url(../images/sapore/menu_sprite.jpg) 0px -40px no-repeat;
}

#nav_menu
{
	position:absolute;
	display:block;
	width:55px;
	height:40px;
	top:0px;
	left:200px;
	background:url(../images/sapore/menu_sprite.jpg) 0px 0px no-repeat;
}

#nav_menu:hover
{
	background:url(../images/sapore/menu_sprite.jpg) 0px -40px no-repeat;
}

#on_photos
{
	position:absolute;
	display:block;
	width:62px;
	height:40px;
	top:0px;
	left:256px;
	background:url(../images/sapore/photos_sprite.jpg) 0px -40px no-repeat;
}

#nav_photos
{
	position:absolute;
	display:block;
	width:62px;
	height:40px;
	top:0px;
	left:256px;
	background:url(../images/sapore/photos_sprite.jpg) 0px 0px no-repeat;
}

#nav_photos:hover
{
	background:url(../images/sapore/photos_sprite.jpg) 0px -40px no-repeat;
}

#on_press
{
	position:absolute;
	display:block;
	width:53px;
	height:40px;
	top:0px;
	left:315px;
	background:url(../images/sapore/press_sprite.jpg) 0px -40px no-repeat;
}

#nav_press
{
	position:absolute;
	display:block;
	width:53px;
	height:40px;
	top:0px;
	left:315px;
	background:url(../images/sapore/press_sprite.jpg) 0px 0px no-repeat;
}

#nav_press:hover
{
	background:url(../images/sapore/press_sprite.jpg) 0px -40px no-repeat;
}

#on_catering
{
	position:absolute;
	display:block;
	width:72px;
	height:40px;
	top:0px;
	left:368px;
	background:url(../images/sapore/catering_sprite.jpg) 0px -40px no-repeat;
}

#nav_catering
{
	position:absolute;
	display:block;
	width:72px;
	height:40px;
	top:0px;
	left:368px;
	background:url(../images/sapore/catering_sprite.jpg) 0px 0px no-repeat;
}

#nav_catering:hover
{
	background:url(../images/sapore/catering_sprite.jpg) 0px -40px no-repeat;
}

#on_contact
{
	position:absolute;
	display:block;
	width:60px;
	height:40px;
	top:0px;
	left:440px;
	background:url(../images/sapore/contact_sprite.jpg) 0px -40px no-repeat;
}

#nav_contact
{
	position:absolute;
	display:block;
	width:60px;
	height:40px;
	top:0px;
	left:440px;
	background:url(../images/sapore/contact_sprite.jpg) 0px 0px no-repeat;
}

#nav_contact:hover
{
	background:url(../images/sapore/contact_sprite.jpg) 0px -40px no-repeat;
}

#contents
{
	margin:0px;
	padding:20px 0px 20px 0px;
	background:#daa233;
}

#leftcol
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	width:230px;
	float:left;
}

#rightcol
{
	margin:0px;
	padding:0px 20px 0px 0px;
	width:510px;
	float:right;
}

#press img
{
        float:left;
        margin:5px 20px 0px 0px;
        border:0px;
}

#restcopy
{
        font-size:14px;
        font-family:"Lucida Grande",Trebuchet;
}

#footer
{
	margin:10px 0px 0px 0px;
	padding:35px 0px 0px 0px;
	height:65px;
	background-color:#150905;
	text-align:center;
	font-size:10px;
	color:#fff;
}

.clear
{clear:both;}