/* home */

#container {
	position:relative;
}

#page-bottom {
	position:absolute;
	top:462px;
	left:0px;
	width:100%;
	background:url('/images/public/bg_page_bottom.png') repeat-x;
}


#page-level-2 {
	height:407px;
	background:url('/images/public/bg_welcome.jpg') no-repeat left;
	width:1000px;
	position:relative;
	padding:0px;
}

#home-footer {
	height:319px;
	background:url('/images/public/bg_home_footer.jpg') repeat-x;
}

#home-positioner {
	margin:0% auto;
	width:1000px;
	position:relative;
}

/* logo */
#logo-panebelle {
	position:absolute;
	top:0px;
	left:340px;
}


/* page content */
#page-content-blocks {

}

.page-content-block {

}

/* welcome */
#page-area-welcome {
	position:absolute;
	top:50px;
	left:475px;
	width:505px;
}

#page-area-welcome p {
	color:#400d00;
	font-size:18px;
	margin-top:10px;
}

/* lower areas */
#page-area-try,
#page-area-varieties,
#page-area-panebelle {
	position:absolute;
	z-index:100;
	top:465px;
	left:25px;
	width:315px;
}

#page-area-varieties,
#page-area-panebelle {
	left:645px;
	width:335px;
}

#page-area-panebelle {
	top:570px;
}

#page-area-try p,
#page-area-varieties p,
#page-area-panebelle p {
	margin-top:10px;
}

#page-area-try h1 {
	text-align:right;
	padding-right:10px;
}

#page-area-try #try-link {
	position:absolute;
	top:150px;
	right:10px;
}


/* news / quote */
#news-container,
#quote-container {
	position:absolute;
	top:215px;
	left:475px;
	width:200px;
	padding:25px;
	height:110px;
	background:url('/images/public/bg_news_home.jpg') no-repeat;
}

#quote-container {
	background:url('/images/public/bg_quote_home.jpg') no-repeat;
	left:730px;
	padding:45px 25px;
	height:70px;
}

#news-container h2 {
	margin-bottom:15px;
}

#news-container a {
	text-decoration:none;
	color:#E8D6A4;
	font-size:12px;
}

#news-container a:hover {
	color:#fff;
}

#news-controls {
	color:#ffe69f;
	position:absolute;
	top:130px;
	left:25px;
	font-size:11px;
}

#news-controls #news-all {
	font-size:11px;
	padding-left:50px;
}

#news-controls #news-all a.link-arrow-right {
	color:#FFE69F;
}

#news-controls span:hover {
	cursor:pointer;
	color:#FFF;
}

#news-back {
	background: url("/inc/scripts/image_text.php?text=%3C%3C&color=ffe69f&background=814d00&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;	
}

#news-back:hover {
	background: url("/inc/scripts/image_text.php?text=%3C%3C&color=ffffff&background=814d00&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;	
}

#news-next,
#news-controls #news-all {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=ffe69f&background=814d00&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;	
}

#news-next:hover,
#news-controls #news-all:hover {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=ffffff&background=814d00&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;	
}

.quote-blurb {
	position:relative;
	text-align:center;
}

.quote-blurb-author {
	position:absolute;
	top:88px;
	left:-5px;
}

