@charset "utf-8";
/* CSS Document */
/* author: patrick goff - patrickgoff.co.nz */

/* universal reset */
* {
	margin: 0;
	padding: 0;
}
/* body styles */
body {
	background-color: #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
}
.right {
	float: right;
}
.left {
	float: left;
}
img {
	border: none;
}
#Container {
	width: 780px;
	min-height: 780px;
}
/* Header styles */
#Header {
	width: 780px;
	height: 115px;
	background-color: #cea83b;
}
	#Logo {
		float: left;
		width: 179px;
		height: 115px;
	}
	#HeaderImage {
		float: left;
		width: 601px;
		height: 98px;
		background-image: url(../images/head-11mos.jpg);
		border-bottom: 1px solid #000;
	}
	#Navigation {
		float: left;
	}
		#Navigation ul {
		}
		#Navigation ul li {
			float: left;
			text-align: center;
			list-style: none;
			font-size: 0.75em;
			font-family: serif;
			font-weight: bold;
			
		}
		#Navigation ul li a {
			display: inline-block;
			overflow: visible;
			height: 16px;
			padding: 0 12px;
			padding: 0 12px;
			border-right: 1px solid #000;
			text-decoration: none;
			background-color: #fff;
			color: #000;
		}
		#Navigation ul li a:hover,
		#Navigation ul li a.current,
		#Navigation ul li a.section {
			background-color: #cea83b;
		}
/* Sidebar styles */
#SideBar {
	float: left;
	width: 179px;
	min-height: 150px;
	padding-top: 20px;
	background: #000 url(../images/left-card-tile.jpg) repeat-y center top;
}
#SideBar.leftCalc {
	background-image: url(../images/left-calc-tile.jpg);
}
#SideBar.leftCards {
	background-image: url)../images/left-card-tile.jpg);
}
	#Subscription {
		width: 179px;
	}
	#Subscription ul {
		margin-top: 25px;
	}
	#Subscription ul li a{
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted #000;
		margin-left: 20px;
		font-size: 0.75em;
		font-weight: bold;
	}
	#SideBarImage {
		width: 179px;
		height: 342px;
	}
/* Layout styles */
#Layout {
	float: right;
	background-color: #fff;
	width: 601px;
}
	#Title {
		width: 601px;
		height: 143px;
	}
	#TitlePsalm  {
		height: 90px;
		background-image: url(../images/psalm119-114.gif);
	}
	#TitleImage {
		height: 53px;
		background-image: url(../images/title-debtfree.gif);
	}
	#Content {
	}
		#Content #Video {
			text-align: center;
			padding: 10px;
			margin: 10px;
			background-color: #000;
		}
		#Content #Address {
			float:left;
		}
	#Footer {
		width: 561px;
		clear: both;
		border-top:1px solid #000;
		text-align: center;
		margin: 10px auto;
		padding: 15px 0;
		font-size: 0.75em;
	}
		#Footer ul li {
			display: inline;
			list-style: none;
			padding: 0 5px;
		}
		#Footer ul li a, #Footer ul li a:visited {
			color: #000;
		}
		#Footer #SubMenu {
			margin-top: 10px;
		}
/* Product classes */
.productList {
	clear: both;
	margin-bottom: 25px;
}
.product {
}
.productTitle, .productPrice {
	padding: 7px 0;
}
.productTitle {
	float: left;
	width: 422px;
	padding-left: 7px;
	background-image: url(../images/product-back.jpg);
	color: #fff;
	font-weight: bold;
}
.productPrice {
	float: right;
	width: 132px;
	background-color:#000;
	text-align: center;
	color: #fff;
	font-weight: bold;	
}
.productDescription {
	clear: both;
	padding-top: 20px;
}
.addToCart {
	height: 23px;
	margin-top: 10px;
	text-align: right;
}
.addToCart img {
	border: none;
}
.viewCartTop {
	width: 130px;
	height: 32px;
	margin-bottom: 15px;
	float: right;
}
.viewCartBottom {
	width: 130px;
	height: 32px;
}