#main-content {
	text-align:center;
}
#main-content h1 {
	background:#E2E2E2;
	margin-left:-5px;
	padding:10px 0 10px 10px;
	color:#009CE3;
	font-size:36px;
	width:100%;
}
/*-----------------BANNER-----------------*/ 
#banner {
	/*background:url(testbanner.png);*/
	background:#F4F4F4;
	width: 960px;
	height: 250px;
}
.slides_container {
  width:960px;
  height:250px;
}
.slides_control {
	height:250px;
}
.slides_container .content {
  width:960px;
  height:100%;
  padding: 20px;
}
.pagination {
	position:absolute;
	top:490px;
	right:3px;
	margin:2px 0 0;
	z-index:501;
	display:none;
}

.pagination li {
	float:left;
}

.pagination li a {
	display:block;
	width:24px;
	height:0;
	padding-top:24px;
	background-image:url('http://withoutjesusisuck.com/images/banner/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -25px;
}

.caption {
	z-index:500;
	position:absolute;
	bottom:45px;
	left:0;
	height:30px;
	padding:5px 20px 5px 20px;
	background:#000;
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	vertical-align:middle;
}
.caption h2 {
	color:#009ce3;
}
#spacer {
	width:960px;
	height:50px;
}
#left {
	text-align:left;
	width:60%;
	padding:0 22px 0 22px;
	float:left;
}
#media, #blog {
	padding-bottom:50px;
}
#video {
	text-align:center;
}
#blog .article {
	padding-top:30px;
	padding-bottom:20px;
	border-bottom: 1px solid #424242;
}
#blog .date {
	font-size:20px;
	padding-bottom:20px;
}
#blog .title {
	font-size:28px;
	padding-bottom:5px;
}
#blog .title a{
	color: #4B4B4B;
}
#blog .content {
	font-size:24px;
	color:#A4A4A4;
}
#blog .more {
	padding-top:10px;
}
#blog .more a {
	font-size:20px;
	color:#009CE3;
}
#right {
	text-align:left;
	width:30%;
	padding:0 22px 0 22px;
	float:left;
}
#product-content {
	padding-top:30px;
}
#more a {
	font-size:28px;
	color:#4B4B4B;
}
#product-content .item_tile {
	float:left;
	position:relative;
	display:block;
	width:100%;
	height:440px;
	display:inline;
	text-align:center;
	padding: 0 15px 0 0;
}
#product-content .item_tile img {
	border:#F00;
	border:3px;
	background:#D1D1D1;
	width:100%;
	height:361px;
}
#product-content .item_tile a {
	text-decoration: none;
}
#product-content .item_name {
	color:#009ce3;
	font-size:24px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	padding-top:10px;
}

#more-products {
	text-align:center;
}

