/* HOME PAGE */

#sidebar ul { position: relative; height: 170px; }
#sidebar ul li#bottle { text-align: center; position: absolute; top: -325px; width: 240px; }
#sidebar ul li#bottle p { font-size: 12px; }
#sidebar ul li#bottle a { color: #3d50ae; font-weight: bold; text-decoration: none; display: block; width: 80px; margin: 3px 0px 0px 59px; font-size: 12px; }

#content { width: 620px !important; float: left; padding: 10px 0px 15px 0px !important; margin: 20px 0px 0px 0px !important; border-right: none; }
#content p, #sidebar p, #content ul { font-size: 13px; line-height: 18px; padding-bottom: 15px; color: #444; }
#content h3 { color: #114e91; font-size: 13px; font-weight: bold; padding: 0px; line-height: 18px; }

.section { float: left; width: 200px; margin-right: 10px; }
#content .section p { font-size: 14px; line-height: 22px; }
.section p a { text-decoration: none; color: #caa420; font-weight: bold; }

#feature {
	position: relative;
	height: 280px;
	}

#feature .feature {
	visibility: hidden;
	position: absolute;
	left: 40px;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
#feature p, #feature ul { font-size: 13px; line-height: 18px; padding-bottom: 5px; }
#feature p a { float: right; text-decoration: none; color: #114e91; font-weight: bold; }
	
#feature #slide-one { background: url(images/power-slide.jpg); padding: 105px 30px 0px 320px; width: 260px; height: 175px; }
#feature #slide-one ul { font-size: 16px; line-height: 24px; list-style-image: url(images/paw-bullet.gif); padding: 0px; }
#feature #slide-one a.wilsonthumb { display: block; position: relative; left: -18px; top: -5px; }
#feature #slide-two { background: url(images/keepingthefaith.jpg); padding: 120px 200px 0px 215px; width: 205px; height: 160px; }
#feature #slide-three { background: url(images/standsbeside-faiththedog.jpg); padding: 145px 140px 0px 200px; width: 280px; height: 135px; }
#feature #slide-four { background: url(images/thefaithclub.jpg); padding: 140px 140px 0px 210px; width: 270px; height: 140px; }
#feature #slide-five { background: url(images/freemonth-slide.jpg); padding: 100px 90px 0px 260px; width: 270px; height: 180px; }

.pagination {
	position: relative;
	top: 265px;
	left: 448px;
	width: 200px;
	height: 10px;
	text-align: center;
	font-size: 10px;
	font-family: arial;
	background: url(images/featured_nav.jpg) no-repeat;
	background-position: center;
	padding: 5px;
	z-index: 99;
	}

.pagination a {
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	}

.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #b8d3e9;
	}