
/* PAGE HEADER ----------------------------------- */
#pageHeader{
	position:relative;
	background: url(../img/Frapperich/headerImage_bg.jpg) no-repeat center top;
	background-color:#ebdfcd;
}
#pageHeader h1{
	position:absolute;
	top:10%;
	left:0;
	width:100%;
}
#pageHeader h1 img{
	text-align:center;
}
#pageHeaderImage{
	display:block;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:1000px){#pageHeader h1 img{max-width:55%;}}
@media screen and (max-width:760px){
	#pageHeaderInner {height: 58%; background: url(../img/Frapperich/headerBg.png) repeat-y center top; background-size: contain;}
	#pageHeader h1{top:10%;}
	#pageHeaderImage {padding-top: 0; width: 100%; margin: 0 auto;}
}


.content h2{
	font-size:24px;
	font-weight:400;
	line-height:44px;
}
.content h2 span{
	display:inline-block;
}


/* INTRODUCTION ----------------------------------- */

#introduction{
	padding:60px 0 80px 0;
	background:#132f57 url(../img/BGblue02.jpg) center center;
	color:#fff;
}
#introduction h2{
	margin:0 0 20px 0;
}
#introduction p{
	max-width:800px;
	margin:0 auto;
	padding:0 30px;
	text-align:center;
	line-height:2.1;
}

/* FLAVOR ----------------------------------- */
#flavor ul {
	padding: 60px 0 60px;
	color: #3e4e57;
}

#flavor li {
	display: inline-block;
	width: 33%;
	margin: 0 0 50px 0;
	position: relative;
	text-align: center;
}

#flavor li dt {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width:640px) {
	#flavor li {width: 100%; position: relative; margin-bottom: 40px;}
}








