.pepper {
	background: url(/images/pepper/background.jpg) no-repeat ;
	height:736px;
}

.pepper a, .pepper {
	color: #1D1D1D;

}

.intro {
	margin: 120px 20px 20px 490px;
}

.intro p {
	font-size:15px;
	font-weight: bold;
	line-height:19px;
}

div.recipes {
	width:705px;
	margin-left:256px;

}

.intro h1 {
	display: none;
	font-size:36px;
	color:#fff!important;
}

.pepper-recipe {
	float: left;
	width:220px;
	margin-right:15px;
	margin-bottom: 20px;
	height:180px;
	
}

.breadcrumbs +h1 {
	display:none;
}
.pepper-recipe a.imglink {
	border-radius: 3px;
	border:5px solid #fff;
	display: block;
	margin-bottom:5px;
	width:205px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.pepper-recipe img {
	display:block;
}

.pepper-recipe .txtlink {
	font-weight:bold;
	font-size:15px;
	line-height:18px;

}

.pepper-recipe a:hover,
.pepper-recipe a:hover + a
 {
	color: #737373;
}

.pepper-buttons {
	float:right;
	margin-right:40px;
}
.pepper-buttons a{
	background: url(/images/pepper/buttons-flat.png);
	display: block;
	height: 37px;
	text-indent: -999px;
	overflow: hidden;
	float:left;
	margin-left:15px;
}

.allvideos {
	width:176px;
}
.allvideos:hover {
	background-position: 0 -37px;
}

a.allrecipes {
	background-position: -176px 0;
	width:199px;
}

a.allrecipes:hover {
	background-position: -176px -37px;
}