body {
	margin:0px;
	background-color:#fff;
	font-family:Helvetica;
}
.contentDiv {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}

.headerContainer{
	height:116px;
	overflow:hidden;;
}

.headerTable {
	height:99px;
	width:100%;
	margin-bottom:8px;
}

.headerCenter {
	background-image:url('images/_header.png?r=1');
	height:114px;
	width:990px;
	vertical-align:top;
}

.headerLeft {
	background-image:url('images/_headerLeft.jpg?r=1');
	height:99px;
	width:auto;
}

.headerRight {
	background-image:url('images/_headerRight.jpg?r=1');
	height:99px;
	width:auto;
}

.navBarTopStep {
	position:relative;
	text-align:right;
	top:25px;
	width:100%;
	height:32px;
	overflow:hidden;
	display:inline-block;
	line-height:175%;
}

.navBarBottomStep {
	position:relative;
	text-align:left;
	top:28px;
	height:32px;
	display:inline-block;
	line-height:175%;
	overflow:hidden;
}

a.headerLink {
	color:#fff;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
	
}

.badgeStyles{
	vertical-align:middle;
	float:right;
	margin-top:7px;
	margin-left:5px;
	margin-right:5px;
	height:40px;
	position:relative;
	cursor: pointer;
}

.productsTableDiv {
	background-image:url('images/deviceChartBG.jpg');
	height:501px;
	width:924px;
	margin-left:auto;
	margin-right:auto;
}

.productTableList {
	/*margin-left:247px;*/
	padding:10px; margin:0  0  0  25px;
}

.madeForChartP{
	text-align:center;
}

.tableCells {
	border-right:1px solid black;
	border-bottom:1px solid black; 
}

.pHeader{
	font-weight:bold;
	font-size:1.1em;
	
}


.tdProdDesc{
	border:1px solid #aaa;
	line-height:1.5em;
}

.tdProduct{
	width:230px;
	background-color:#ffffc4;
}

.prodDescList{
	margin-top:0px;
	margin-bottom:0px;
}

.faqList{
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.5em;
}

.downloadHeader{
	background-image:url('images/downloadTitleHeader.jpg');
	background-repeat:no-repeat;
	width:794px;
	height:91px;
	color:#fff;
	font-weight:bold;
	font-size:.9em;
}

.downloadHeaderWhiteLink{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.iPadBGContainer{
	height:416px;
	width:324px;
	background-image:url('images/iPad.png');
	background-repeat:no-repeat;
}

.smallfont{
	font-size:.6em;
}

.largerfont{
	font-size:1.1em;
}

.iconList{
	text-align:center; 
	background-image:url('images/downloadIconList.jpg');
	background-repeat:no-repeat;
	width:810px;
	height:147px;
}

.iPadSSImage{
	height:336px;
	width:252px;
	margin-top:41px;
	margin-left:38px;
}


.NexusBGContainer{
	height:529px;
	width:283px;
	background-image:url('images/NexusOne.png');
	background-repeat:no-repeat;
}


.NexusImage{
	height:364px;
	width:220px;
	margin-top:61px;
	margin-left:33px;
}


.iPhoneBGContainer{
	height:529px;
	width:283px;
	background-image:url('images/iPhone.png');
	background-repeat:no-repeat;
}

.iPhoneSSImage{
	height:349px;
	width:232px;
	margin-top:89px;
	margin-left:26px;
}
.noBMargins{
	margin-bottom:0px;
}

.review{
	background-color:#ddd;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-bottom:6px;
	font-size:.9em;
}
.largeFont{
	font-size:1.3em;
}

.featuresDownloadPage{
	margin-top:0px;
	margin-left:9px;
	margin-bottom:35px;
	border:1px dotted #ddd;
	width:765px;
	padding:5px;
	background-color:#eee;
}

.faqQuestion{
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none;
	border-bottom:1px dotted #777;
	color:#333;
}



.faqAnswerContainer{
	margin:0  0  0  25px;
	overflow:hidden;
	height:0px;
	background-image:url('images/faqAnswerBG.jpg');
	background-repeat:no-repeat;
}

.faqAnswerScroller{
	margin:5px  0  0  25px;
	overflow:auto;
	height:247px;
	width:875px;
	padding:0px;
}
.footerOutline{
	background-color:#eee;
	padding:5px;
	text-align:center;
	font-size:.6em;
}

.footer {
	font-size:.9em;
	text-align:center;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.bible-reader-header{
	overflow: hidden;
	height:168px; 
	width:100%;
}

.bible-reader-logo{
	position: relative;
	top:0px; 
	left:0px;
	width:144px; height:144px;
}

.bible-reader-header-container{
	display:inline-block;
	width:0px; height:0px; position: relative;
	top:0px; left:0px;
	overflow:visible;
}

.bible-reader-header-titles{
	position: relative;
	top:25px;  
	left:150px;
	width:800px; height:110px; overflow: hidden;
	margin:auto 5px auto 5px;
	background-color: #eee;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
.bible-reader-header-titles h1,
.bible-reader-header-titles form,
.bible-reader-header-titles table{
	margin:5px;
	padding:0;
}
.bible-reader-header-titles table{
	background-color: #222;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
.bible-reader-header-nav{
	overflow: hidden;
	margin:4px;
}
.net-divs{
	
	line-height:30px;
	
}
.no-net-divs{
	margin-bottom:1.5em;
	line-height:30px;
	display: block;
}
.net-title{
	position:relative;
	float:left;
	clear:all;
	font-weight:bold;
	top:-10px;
	width:0px;
	height:0px;
	line-height:0px;
	overflow:visible;
}
.selected-verse{
	background-color: #ffa;
}
.net-title div{
	width:500px;
}
.space-between-paragraphs{
	height:30px;
}
.bible-reader-header-titles form a{
	text-decoration:none;
	margin:4px;
	display:inline-block;
	overflow:hidden;
	width:23px;
	font-size:15px;
	padding:1px 4px 1px 4px;
	line-height:30px;
	text-align: center;
	color:white;
	background-color:#999;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border:1px outset #777;
}