/* main.css linked to index.html */
/* Bar Italia					 */
/* 08/2007						 */


html, body {
	margin: 0px;
	padding: 0px;
	background-image: url('../img/body_bg.gif');
}




/* TYPOGRAPHY */

h3 {
	color: #d57300;
	margin: 20px 0px 3px 0px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

a {
	color: #d57300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#sidebar p {
	width: 80%;
	margin-left: 10%;
}

p.intro {
	font-family: garamond, georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 140%;
	color: #999;
	margin-bottom: 20px;
}

p.gallery a img {
	border: 4px solid #e7eabf;
	margin: 0px;
}
	p.gallery a:hover img {
		border: 4px solid #fff;
	}

span.sidebar_title {
	font-family: garamond, georgia, "Times New Roman", serif;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	color: #d57300;
}

span.separator {
	display: block;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0px;
	width: 80%;
	margin-left: 10%;
}

span.footer {
	position: absolute;
	display: block;
	
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #999;
	
	width: 100%;
	bottom: 50px;
}



/* LAYOUT AND OTHER */
.gallery a img {
	border: 4px solid #e7eabf;
	margin: 0px;
}
	.gallery a:hover img {
		border: 4px solid #fff;
	}

#header_main {
	position: absolute;
	display: block;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 398px;
	
	background-image: url('../img/header_bg.gif');
	background-repeat: repeat-x;
	background-position: 50% 0px;
}

	#header {
		display: block;
		position: absolute;
		
		width: 750px;
		height: 200px;
		
		left: 50%;
		margin-left: -375px;
		top: 106px;
		
		background-image: url('../img/header1.jpg');
		background-repeat: no-repeat;
	}
	
	#logo {
		position: absolute;
		display: block;
		
		width: 174px;
		height: 64px;
		
		top: 25px;
		left: 50%;
		margin-left: -370px;
		
		background-image: url('../img/baritalia_logo.png');
		background-repeat: no-repeat;
	}

	#celeb_logo {
		position: absolute;
		display: block;
		
		width: 265px;
		height: 100px;
		
		top: 2px;
		left: 50%;
		margin-left: -165px;
		
		background-image: url(../img/celebrating_logo.png);
		background-repeat: no-repeat;
	}
	#celeb_logo img {
	margin-top:2px;
	}

	#navigation_wrap{
	width: 264px;
	float:right;
	
	}
	#navigation {
		position: absolute;
		display: block;
		
		width: 273px;
		height: 50px;
		
		left: 50%;
		margin-left: 112px;
		top: 0px;
		
		/* 
		background-image: url('../img/nav_test.png');
		background-repeat: no-repeat; */
	}
	
		#navigation img {
			padding-left:17px;
		}
	
		#navigation a {
			display: block;
			height: 50px;
			float: left;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation a:hover, #navigation a.active {
			background-position: -100px 0px;
		}
		
		#navigation #nav_home {
			width: 95px;
			background-image: url('../img/nav_home.png');
		}
		
		#navigation #nav_menu {
			width: 80px;
			background-image: url('../img/nav_menu.png');
		}
		
		#navigation #nav_contact {
			width: 98px;
			background-image: url('../img/nav_contact.png');
		}

	#content_top {
		position: absolute;
		display: block;
		
		width: 770px;
		height: 85px;
		
		left: 50%;
		margin-left: -385px;
		top: 313px;
		
		background-image: url('../img/content_top_bg.png');
		background-repeat: no-repeat;
	}

#content_container {
	position: absolute;
	display: block;
	
	width: 100%;
	left: 0px;
	height: auto;
	top: 398px;
	
	background-image: url('../img/content_main_bg.gif');
	background-position: 50% 0px;
	background-repeat: repeat-y;
	background-color: #f9f9dd;
}

#content_main {
	display: block;
	position: relative;
	
	left: 50%;
	width: 700px;
	margin-left: -350px;
	top: -40px;
}

	#sidebar {
		display: block;
		float: left;
		width: 230px;
		
		border-right: 1px solid #ccc;
		padding-right: 4px;
		margin-left: -5px;
		
		font-family: tahoma, arial, sans-serif;
		font-size: 10px;
		line-height: 150%;
		color: #666;
		text-align: center;
	}
	
	#content {
		display: block;
		float: right;
		width: 440px;
		margin-right: 5px;
		
		font-family: tahoma, arial, sans-serif;
		font-size: 10px;
		line-height: 150%;
		color: #333;
	}
#footer_main {
	display: block;
	position: absolute;
	
	left: 50%;
	width: 770px;
	margin-left: -385px;
	height: 100px;
	bottom: -84px;
	
	background-image: url('../img/footer_bg.gif');
	background-repeat: no-repeat;
}