@CHARSET "ISO-8859-1";

/********************
 * Headings and paragraphs
 */
h1, h2, h3, h4, h5, h6, span {
	font-family: 'museoH', Helvetica, Arial, sans-serif;
	color: #47346B;
	margin: 0px;
	padding: 0px;
	font-weight: 200;
}

h1 {
	font-size: 29px;
}

h2 {
	font-size: 24px;
}

h3 {
	margin-top: 30px;
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5, h6 {
	font-size: 14px;
}

p {
	font-family: 'museoP', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
}

a:link {
	color: #47346B;
	text-decoration: none;
}

a:hover{
	color: #deba24;
	text-decoration: none;
}

a:active {
	color: #47346B;
	text-decoration: none;
}

a:visited {
	color: #47346B;
	text-decoration: none;
}

/********************
 * Header
 */

#header {
	display: block;
	width: 100%;
	margin: 20px 0px 0px;
	background: transparent url('/themes/bpeng/images/headertile.png') repeat-x left bottom;
}

#headerHome {
	position: relative;
	width: 100%;
	margin: 20px 0px 0px;
	z-index: 1;
}

#header div.inside, #headerHome div.inside {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}

#header img {
	display: inline;
	float: left;
	margin: 0px;
	clear: left;
}

/********************
 * Navigation menu
 */
#menu {
	position: absolute;
	top: 71px;
	right: 0px;
}

#menu ul li {
	width: 119px;
	height: 28px;
	float: left;
	display: block;
	list-style: none;
	color: #FFF;
	margin-top: 0px;
	padding-top: 4px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-family: 'museoH', Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow: visible;
	background: transparent url('/themes/bpeng/images/menuBg_inside.png') no-repeat left top;
}

#menu ul li.trail:hover {
	background: transparent url('/themes/bpeng/images/menuBg_inside.png') no-repeat left top;
}

#menu ul li:hover {
	background: transparent url('/themes/bpeng/images/menuBg_inside_selected.png') no-repeat left top;
}

#menu ul li.first {
	width: 113px;
	margin-left: 13px;
	background: transparent url('/themes/bpeng/images/menuBg_first.png') no-repeat left top;
}

#menu ul li.first.active:hover {
	background: transparent url('/themes/bpeng/images/menuBg_first.png') no-repeat left top;
}

#menu ul li.first:hover {
	background: transparent url('/themes/bpeng/images/menuBg_first_selected.png') no-repeat left top;
}

#menu ul li.last {
	width: 113px;
	background: transparent url('/themes/bpeng/images/menuBg_last.png') no-repeat left top;
}

#menu ul li.last.trail:hover {
	background: transparent url('/themes/bpeng/images/menuBg_last.png') no-repeat left top;
}

#menu ul li.last:hover {
	background: transparent url('/themes/bpeng/images/menuBg_last_selected.png') no-repeat left top;
}

/********************
 * Main content
 */
#container {
	width: 100%;
	margin: 0px;
	background-color: #fff;
}

#containerHome {
	width: 100%;
	margin: -82px 0px 0px 0px;
	background-color: #fff;
}

#bgPattern {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 370px;
	background: #61B635 url('/themes/bpeng/images/hometile.png') repeat left top;
}

#indexContent {
	width: 900px;
	height: 370px;
	margin: 0px auto;
	background: none;
	clear: both;
}

#headline {
	width: 460px;
	height: 165px;
	float: left;
	margin: 85px auto auto 0px;
}

#headline p {
	width: 360px;
	color: #fff;
	font-size: 22px;
}

#homeVideoCt {
	width: 380px;
	height: 308px;
	margin: 0px 0px auto auto;
}

#homeVideoBg {
	position: absolute;
	top: 40px;
	width: 380px;
	height: 308px;
	border: none;
	background: transparent url('/themes/bpeng/images/video_frame.png') no-repeat top left;
	opacity: 0.75;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

#vimeoVideo {
	position: absolute;
	top: 40px;	
}

.contentPage {
	width: 960px;
	margin: 0px auto;
}

/********************
 * Article boxes
 */
#indexBoxes {
	display: block;
	position: relative;
	width: 960px;
	margin: 20px auto 0px;
}

/********************
 * Footer
 */
#footer {
	position: absolute;
	width: 100%;
	height: 105px;
	margin: 45px 0px 0px 0px;
	padding-top: 12px;
	background-color: #605A72;
	text-align: center;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #fff;
}

