 /*   
Name: Barona Grill
Description: Grill Restaurant 
Author URI: http://www.#.com.au
Version: 1.0
Tags: Trucks, Grill Restaurant
Web Design: Pitstop101media.com
-------------------------------------------------------------- */


/* Reset 
-------------------------------------------------------------- */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
	}

	ul {list-style:none;}
	
/* Base
-------------------------------------------------------------- */

body {
	background: #FFF url(i/bodybg.jpg) top center ;
	margin: 0;
	text-align: center;
	max-width:100%;
	clear:both;
}

.wrapper {
	width:1100px;
	margin: 0 auto;
	overflow: hidden;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
	height:126px;
}
.logo {
	float:left;
}
.fratelli {
	float:right;
	margin-top: 40px;
}
.topmenu {
	font:17px "Century Gothic", Arial, Tahoma;
	background:url(i/menubg.png) repeat-x;
	heigth:60px;
	line-height:60px;
	box-shadow: 0px 0px 8px 1px #000;
	overflow:auto;
}
.topmenu ul {
	display: inline;
	list-style-type: none;
	text-decoration:none;
}
.topmenu li {
	float:left;
}
.topmenu a {
	background:url(i/divider.png) right repeat-y;
	color: #999;
	text-decoration:none;
	padding: 0 39px;
	display:block;
}
.topmenu a:hover {
	background:url(i/menubghover.png) repeat-x;
	color: #fff;
}


/************************************************************************************
CONTENT
*************************************************************************************/
.leftcol {
	background:url(i/leftimg_bg.jpg) no-repeat;
	width:711px;
	height:574px;
	float:left;
	position:relative;
}

.leftinsidecol, .functioncol, .mediacol, .winecol, .contactcol, .eventcol{
	width:711px;
	height:574px;
	float:left;
	position:relative;
}

.leftinsidecol {
	background: url(i/leftinsideimg_bg.jpg) no-repeat;

}
.functioncol {
	background: url(i/inside_function_img.jpg) no-repeat;

}
.mediacol {
	background: url(i/inside_media_img.jpg) no-repeat;

}
.winecol {
	background: url(i/inside_wine_img.jpg) no-repeat;

}
.eventcol {
	background: url(i/inside_events_img.jpg) no-repeat;
}
.contactcol {
	background: url(i/inside_contact_img.jpg) no-repeat;

}
.callus {
	font:16px Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	position:absolute;
	text-align:left;
	z-index:10;
	width: 304px;
	left: 30px;
	bottom: 30px;
}
.callus img{
	margin-right: 8px;
}
.fbevents {
	background:url(i/eventbg.png);
	font:12px Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	position:absolute;
	text-align:left;
	z-index:10;
	width: 263px;
	height:100%;
	padding: 25px;
	right: 0px;
	top: 0px;
}
.fbevents img{
	margin-right: 8px;
}

.fb-comments {
	height:260px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.rightcol {
	font:12px Tahoma, Geneva, sans-serif;
	color:#505050;
	background:#FFF;
	width:339px;
	height:524px;
	float:right;
	padding:25px;
	line-height:16px;
	text-align:left;
	position:relative;
}

.slidefloat {
	width:350px;
	height:280px;
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:15;
}
.slider {
	width:350px;
	height:240px;
}
.feedback {
	background:#1c1c1c;
	color:#FFF;
	letter-spacing:-1px;
	font:16px Tahoma, Geneva, sans-serif;
	height:40px;
	padding:0 15px;
	line-height:40px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.footer {
	font:12px Tahoma, Geneva, sans-serif;
	width:100%;
	heigth: 40px;
	line-height:40px;
	color:#545454;
	float:left;
}
.copyright {
	width:50%;
	float:left;
	text-align:left;
}
.webdesign {
	width:50%;
	text-align:right;
	float:right;
}
