/*
Five Rows Craft Wine / fiverows.ca
December 2008
Layout CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #F1DEB4 url(../img/fr-bg.jpg) no-repeat center 0;
}

/*
----------------------------------
General Layout
----------------------------------
*/

#container {
	background: url(../img/vert-dash.gif) repeat-y 690px 0;
	margin: 30px auto;
	width: 970px;
}

#main {
	float: left;
	margin-right: 40px;
	width: 670px;
}

#rightcolumn {
	float: left;
	width: 260px;
}

.side {
	background: url(../img/note-lines.png) repeat-y 0 -1px;
	border-top: 1px solid #5F7570;
	margin: 0 0 10px;
	padding: 0 20px 20px 0;
	width: 240px;
}

	.side img {
		padding-top: 3px;
	}

	.no-lines {
		background: none;
		border: 0;
		padding: 3px 0 0 0;
		width: 260px;
	}

.sideregister {
	border-top: 1px solid #5F7570;
	margin: 25px 0 10px;
	padding: 8px 20px 20px 0;
	width: 240px;
}

	
#nav {
	border-top: 1px solid #5F7570;
	border-bottom: 1px solid #5F7570;
	width: 670px;
	height: 24px;
}

#header {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 670px;
	height: 418px;
}

	#craft #header { background-image: url(../img/banner-craft.jpg); }
	#vineyard #header { background-image: url(../img/banner-vineyard.jpg);}
	#wines #header { background-image: url(../img/banner-wines.jpg); }
	#stewards #header { background-image: url(../img/banner-stewards.jpg); }
	#find_us #header { background-image: url(../img/banner-find.jpg); }
	#provenance #header { border-bottom: 1px solid #5F7570; height: 160px;); }

#intro {
	background: url(../img/fr-intro.jpg) no-repeat 0 0;
	position: absolute;
	top: 180px;
	left: 15px;
	width: 375px;
}

#news_container {
	width: 670px;
}

	#news_container img {
	padding-bottom: 5px;
}



#news1 {
	background: url(../img/horiz-dash.gif) repeat-y 193px 0;
	float: left;
	width: 193px;
	margin: 20px 15px 0 15px;
}

#news2 {
	background: url(../img/horiz-dash.gif) repeat-y 193px 0;
	float: left;
	width: 193px;
	margin: 20px 15px 0 15px;
}

#news3 {
	float: left;
	width: 193px;
	margin: 20px 15px 0 16px;
}


#bottom_container {
	width: 640px;
	margin: 20px 15px 0 15px;
}

#copy_left {
	float: left;
	width: 300px;
}	

#copy_right {
	float: left;
	width: 300px;
	padding-left: 40px;
}	

#footer {
	background: url(../img/fr-footer.png) no-repeat center 5px;
	border-top: 5px solid #CA2531;
	height: 50px;
	text-indent: -999em;
	margin: 0 auto;
	width: 970px;
	clear: both;
}

#clear {
	clear: both;
	width: 100%;
	height: 1px;
}


#provenance_main {
	width: 640px;
	margin: 20px 15px 0 15px;
}

.redbox {
	width: 280px;
	border: 1px solid #CA2531;
	padding: 10px;
	color: #CA2531;
	font-family: "Goudy Old Style", "Times New Roman", Times, Georgia, serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
}

/* Blocks */


.hidden {
	display: none;
}