/* --- General Styles */

body {
	background-color: #000;
}

.l { float: left; }
.r { float: right; }
.c { clear: both; }

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.tj { text-align: justify; }

.pad { padding: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #712062;
}

.err_msg a{
	font-weight:bold;
}
.wrapper {
	width: 1100px;
	margin: auto;
}


/* --- Header Styles */

.logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -125px;
	z-index: 50;
	box-shadow: 0 0 10px #000;
	border-radius: 0 0 10px 10px;
}

.logo img {
	display: block;
	border-radius: 0 0 10px 10px;
}

.header {
	background-color: #000;
	height: 90px;
	line-height: 85px;
}

.mobile_nav {
	display: none;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding-left: 10px;
}

.mobile_nav img {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -1px;
}

.nav_l,
.nav_r {
	width: 50%;
	color: #FFF;
}

.nav_l { text-align: right; }
.nav_r { text-align: left; }

.nav_l a,
.nav_r a {
	display: inline-block;
	color: #FFF;
	text-shadow: 1px 1px 0 #333;
	font-size: 20px;
	padding: 0 15px;
}

.nav_l a:hover,
.nav_r a:hover,
.nav_l .active, 
.nav_r .active {
	text-decoration: none;
	border-bottom: 5px solid #A63293;
}

.nav_l a.logo_spacer:hover,
.nav_r a.logo_spacer:hover {
	border-bottom: 0;
}

a.logo_spacer {
	width: 125px;
	padding: 0; 
}

.nav_l a.logo_spacer { margin-left: 20px; }
.nav_r a.logo_spacer { margin-right: 20px; }



/* --- Hero Styles */

.hero {
	position: relative;
	height: 0;
	padding-bottom: 43.125%;
	background-color: #CCC;
}

.subhero {
	padding-bottom: 18.75%;
}

.hero_img {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.banner {
	postion: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero .churches {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 12.5%;
	height: 100%;
	text-align: right;
	z-index:10;
}

.hero .churches img {
	height: 100%;
	width: 100%;
}

.hero .caption {
	position: absolute;
	z-index: 7;
	top: 50%;
	padding: 10px;
	padding-bottom: 0;
	width: 35%;
	background-image: url('../../uploads/layout/trans-black.png');
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	font-size: 15px;
	box-shadow: 5px 5px 50px rgba(0,0,0,.50);
}

.hero .caption .title {
	font-size: 25px;
}

.hero .caption a {
	color: #FFF;
	text-decoration: underline;
}



/* --- Contact Bar Styles */

.contact {
	background-color: #000;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
}

.contact .sharing img {
	margin-top: 8px;
}



/* --- Product Bar Styles */

.products {
	background-color: #A63293;
	padding: 10px 0;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
}

.products .grid {
	width: 33.333333%;
}

.products .featured_product .title {
	font-size: 20px;
	padding-bottom: 10px;
}

.products .featured_product .title {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.products .featured_product .title  a{
	color:white;
}

.products .featured_product .caption {
	font-size: 15px;
	padding-top: 5px;
}

.products .featured_product img {
	border: 1px solid #60C;
}



/* --- Product Bar Slider Styles */

.rel { 
	position: relative;
	height: 240px;
}

.product_slide { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.product_slide_arrows {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	opacity: .5;
	z-index: 20;
	cursor: pointer;
}

.product_slide_arrows:hover {
	opacity: 1;
}

.arrow_left { left: 0; text-align: left; }
.arrow_right { right: 0; text-align: right; }



/* --- Content Styles */

.content {
	background-color: #FFF;
	padding: 1px 15px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content_left{
width: 775px;
height: auto;
float: left;
}


.content_right{
width: 275px;
height: auto;
float: left;
margin-left: 50px;
}

.contact_side{
	background-color:#A63293;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #000000;
	padding:10px;
}

#acceptback, #sidebar #cartback {
	background-color:#A63293;
	-webkit-border-radius: 3px;
  border-radius: 3px;
	border:1px solid #000000;
	padding-bottom:9px;
}

#acceptback, #sidebar #cartback{
	margin-bottom: 20px;
}

#acceptback {
  text-align:center;
}

#acceptback img{ 
	margin-bottom:10px;
}

#acceptback #accept{
	margin-top:5px;
	font-size:22px;
	color:#ffffff;
   font-family: Arial;
	font-weight: bold;
}
 
#cartback {
	background-color: #A63293;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000000;
	padding-bottom: 9px;
	margin-bottom: 20px;
}
  
 #cartback #yoursidecart{
	font-size:18px;
	text-align:center;
	color:#ffffff;
	margin-top:9px;
	margin-bottom:9px;
	font-family: Arial;
}
#cartback #item_side, #cartback #side_total{
	font-weight:bold;
	color:#ffffff; 
	font-size:16px;
	text-align:center;
}
#cartback #item_side span, #cartback #side_total span{
color:#ffffff;
}

#cartback  #side_link_p #side_link{
	color:#ffffff !important;
	font-size:14px;
	text-decoration:underline;
}
#cartback #side_link_p{
	text-align:center;
}
#side_cart{
	vertical-align:middle;
	margin-left:5px;
}

/* --- Footer Styles */

.footer {
	padding: 15px 0;
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	line-height: 25px;
}

.footer a {
	color: #FFF;
}



	.user_choose_ship_adrs th{
		font-size:14px;
		text-align:right;
		padding-right:10px;
	}
	.user_choose_ship_adrs{
		width:80%;
		margin:auto;
	}
	.guest_register{
		width:80%;
		margin:auto;
	}
	.guest_register td{
		width:50%;
		vertical-align:text-top;
	}
	.guest_register input[type="submit"]{
		float:right;
	
	}
	.choose_login{
		width:80%;
		margin:auto;
	}
	.choose_login i{
		font-size:12px;
		color:#3c3c3c;
		float:right;
	}
	.choose_login input[type="submit"]{
		float:right;
	}
	.choose_login td{
		width:50%;
		vertical-align:text-top;
	}
	
	.user_choose_ship_adrs th{
		font-size:14px;
		text-align:right;
		padding-right:10px;
	}
	.user_choose_ship_adrs{
		width:80%;
		margin:auto;
	}
	.guest_register{
		width:80%;
		margin:auto;
	}
	.guest_register td{
		width:50%;
		vertical-align:text-top;
	}
	.guest_register input[type="submit"]{
		float:right;
		width:auto;

	}
	.choose_login{
		width:100%;
		margin:auto;
	}
	.choose_login i{
		font-size:12px;
		color:#3c3c3c;
		float:right;
	}
	.choose_login input[type="submit"]{ 
		float:right;
		width:auto;
	}
	.choose_login .half{
		width: 100%;
	}
	.choose_login .label{
		text-align:right;
		padding:10px;
	}
	.choose_login td{
		vertical-align:text-top;
	}
	.isignup{
		width:80%;
		margin:auto;
	}
	.suc_msg{
		background-color: #D0F2DA;
		border: 1px dashed #A3A3A3;
		margin: auto;
		padding: 1%;
		width: 98%;
		margin-top:10px;
		margin-bottom: 20px;
	}
	.err_msg{
		background-color: #EEBDBD;
		border: 1px dashed #A3A3A3;
		margin: auto;
		padding: 1%;
		width: 98%;
		margin-top:10px;
		margin-bottom:10px;
	}
	.choose_login td{
		vertical-align:text-top;
	}
	
	.errMsg{
		width:90%;
		padding-left:5%;
		padding-right:5%;
		padding-top:20px;
		padding-bottom:20px;
		background-color: #F8F7AD;
		margin-bottom:20px;
		border:1px dotted #cccccc;
	}	
	.sucMsg{
		width:90%;
		padding-left:5%;
		padding-right:5%;
		padding-top:20px;
		padding-bottom:20px;
		background-color: #CAFFCA;
		margin-bottom:20px;
		border:1px dotted #cccccc;
	}
	#mainPhotoWrapper{
		border: 1px solid #911E1E;
	}
	#feat_prod .fpw{
		border: 1px solid #901E1E;
		width:133px;
		height:101px;
		overflow:hidden;
		text-align:center;
		float:left;
		background-color:white;
	}
	
	
	
		
	.cart {
		margin: auto;
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #000;
	}

	.cart td {
		border: 1px solid #000000;
		border-right: 0;
		border-top: 0;
	}
	
	.cart .product {
		border-bottom: 1px solid #000;
		padding-left: 10px;
	}
	
	.cart .cart_qty {
		text-align: center;
	}

	.cart input[type="text"] {
		text-align: center;
	}
	
	#billing_info .use_shipping_btn {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
	}

	.cart thead td {
		font-weight: bold;
		text-align: center;
		background-color: #A63293;
		color:white;
		padding:7px;
	}

	.cart tbody td {
		text-align: right;
		background-color: #FFF;
		vertical-align: middle;
		font-weight: bold;
		padding-right: 5px;
		padding: 5px;
	}

	.cart .remove {
		font-size: 11px;
	}

	.cart .total {
		text-align: right;
	}

	.cart .total .btn {
		margin-right: 55px;
	}

	.cart .product {
		clear: both;
		text-align: left;
		height: 52px;
	}

	.cart .product img {
		float: left;
		border: 1px solid #000;
		height: 90px;
		margin: 5px 15px 5px 5px;
		vertical-align: middle;
		width:auto !important;
	}
	.cart .product .title{
		font-size:14px;
		line-height:90px;
	}
	.cart .product .options {
		font-size: 11px;
	}
	
	.secPhoto {
		cursor: pointer;
	}
	
	#cartback a {
		text-decoration: none;
	}
	
	
	
	
/* --- Contact Page Styling */

	.contact_form input[type="text"],
	.contact_form textarea {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.contact_form textarea {
		height: 100px;
	}
	
	.contact_form label {
		font-weight: bold;
	}
	
	.contact_form label i {
		color: #900;
		font-weight: bold;
	}
	
	.contact_form .url_container {
		display: none;
	}
	
	.contact_form .error {
		border: 1px solid #900;
		background-color: #FCC;
		padding: 10px;
		border-radius: 3px;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	
	.contact_form .success {
		border: 1px solid #060;
		background-color: #9FC;
		padding: 10px;
		border-radius: 3px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	
	
	
/* --- Product Category Styling */

	.product_item {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}

	.product_item h2 {
		padding-top: 0;
		margin-top: 0;
	}
	
	.product_item .product_info {
		padding: 10px;
		cursor: pointer;
	}
	
	.product_item .product_photo {
		float: left;
		max-height: 100px;
		border: 1px solid #000;
		margin-right: 10px;
	}
	
	.product_item .view_btn {
		font-weight: bold;
		margin-top: 10px;
	}
	
	.product_item .view_btn a {
		color: #A63293;
		text-decoration: underline;
	}

