 /*   
Name: Fratelli Roma 
Description: Reataurant Fine Dining
Author URI: http://www.company.com.au
Version: 1.0
Tags: Reataurant Fine Dining
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* Base
-------------------------------------------------------------- */

body {
	background:#161615 url(i/bodybg.png) repeat-x top;
	margin: 0;
	font: 14px Tahoma, sans-serif;
	color: #9c9c9c;
	text-align: center;
	width:100%; min-width:960px; margin:0; clear:both;

}
	
h1 {
font-size:24px;
font-weight:normal;
line-height:1px;
padding-bottom:20px;
}


	.wrapper {
		height: auto !important;
		text-align: center;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.container {
		width: 960px;
		margin: 0 auto ;
		text-align:center;
		overflow:auto;
	}

.logo {
	width:402px;
	margin-right:558px;
	height: 192px;
	float: left;
	}
	
.sliderplacer {
	width:960px;
	height:318px;
	float:left;
	padding-top: 22px;
	background:url(i/frametop.png) top repeat-x;
	overflow:auto;
}

.sliderbottom {
	width:960px;
	height:35px;
	float:left;
	background:url(i/framebottom.png) repeat-x;
	}
	
.leftmenu {
	width: 240px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:30px;
	}
	
	.leftmenu ul {
	display: inline;
	list-style-type: none;
	text-decoration:none;
	text-align:left;
	}
	
		.leftmenu ul a {
		text-decoration:none;
		color:#9c9c9c;
	}
	
		.leftmenu a:hover {
		color:#FFF;
	}
	
.content {
	width:720px;
	float:right;
	text-align:left;
	line-height:25px;
}

	.footerwrapper {
		background:url(i/footerbg.png) top repeat-x;
		height: auto !important;
		padding: 0;
		margin: 0;
	}

	.footer {
		background: url(i/floralfooter.png) top center no-repeat;
		width: 960px;
		height: 75px;
		margin: 0 auto ;
		text-align:center;
		padding-top:22px;
	}
	
	.footermenu {
		width: 400px;
		float:left;
		text-align:left;
		font-size:12px;
		color:#acacac;
	}
	
	.footermenu a {
		color: #acacac;
	text-decoration:none;
	}
	
	.footermenu a:hover {
		color: #fff;
	text-decoration:none;
	}
	
	.copyright {
		width:290px;
		float:right;
		text-align:right;
		font-size:12px;
		color:#acacac;
	}