/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
}
 
/* Body */
 
body {
	background:#3d5866 url(/img/noise.jpg) top center repeat;
	color:#eee;
	padding:0;
}
 
#wrapper {
	background: url(/img/bg.jpg) no-repeat top center;
}
 
h1 {
	background:url(/img/12days/churchmedia.jpg) top left no-repeat;
	height:140px;
	margin-bottom:10px;
	text-indent: -5000px;
	width:380px;
	position:relative;
	left:0;
}
 
p, ul {
	font-size:12px;
	padding-right:20px;
	line-height: 15px;
}
li {
	margin-bottom: 10px;
}
 
#testimonial {
	margin:50px 0 0;
	padding:20px 0 20px 20px;
	height:130px;
}
 
#testimonial p {
	color:#333;
	margin-bottom: 10px;
	padding:0;
}
 
#testimonial p b {
	color:#005999;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
 
h4 {
	text-align: right;
	margin:40px 0 0;
	font-size:14px;
}
 
#pricing {
	background-color:#333;
	border-top:2px solid #111;
	border-bottom:2px solid #111;
}
 
#pricing article {
	background-color: #fff;
	margin:20px 0;
	padding:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#pricing article h2 {
	color:#111;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:0;
	text-transform:uppercase;
}
#pricing article h3 {
	color:#666;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:20px;
}
#pricing article dl {
	color:#111;
	font-size:14px;
	line-height: 14px;
	margin-bottom: 30px;
}
#pricing article dt {
	font-size:11px;
	margin:5px 0 0;
}
#pricing article dd {
	font-weight: bold;
}
#pricing article dd strong {
	color:#cc0000;
}
 
#pricing .featured {
	background-color: #fff;
	margin:20px 0;
	padding:30px 20px;
}
#pricing .featured h2 {
	margin-bottom: 30px;
}
#pricing .featured dl {
	margin-bottom: 40px;
}
#pricing .featured dt {
	font-size:12px
}
#pricing .featured dd {
	font-size:15px;
}
#pricing .bestvalue {
	background:#fff url(/img/12days/bestvalue.png) right 95px no-repeat;
}
 
#features {
	background-color:#132d40;
	padding:50px 0 30px;
}
 
#features p {
	color:#6b8699;
	font-size:15px;
	line-height:18px;
	font-weight: normal;
	padding:0 20px;
}
#features h3 {
	height:70px;
	margin-bottom:0;
	text-indent: -5000px;
	width:260px;
}
#features #catalog h3 {
	background:url(/img/12days/catalog.png) 20px 0 no-repeat;
}
#features #price h3 {
	background:url(/img/12days/price.png) 20px 0 no-repeat;
}
#features #highdef h3 {
	background:url(/img/12days/highdef.png) 20px 0 no-repeat;
}
#features #formats h3 {
	background:url(/img/12days/formats.png) 20px 0 no-repeat;
}
#features #unlimited h3 {
	background:url(/img/12days/unlimited.png) 20px 0 no-repeat;
}
#features #library h3 {
	background:url(/img/12days/library.png) 20px 0 no-repeat;
}