/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}
 

html, body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	height: 100%;
}

p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom:10px;
}

h1 {
	position:absolute;
	text-indent: -9999px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

ul {
	list-style: inside disc;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

a:link {color:#FFFFFF;}
a:active {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#ffcc00;}

#container {
	min-height: 100%;
	_height: 100%;
	position:absolute;
	left: 50%;
	width: 940;
	margin-left: -470px;
}

#content {
	width: 940px;
	top: 110px;
	min-height: 100%;
	_height: 100%;
	position:relative;
}

#branding {
	width: 940px; 
	height: 63px;
	position:absolute;
	top: 20px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#navigation {
	width: 940px; 
	height: 63px;
	position:absolute;
	left: 0px;
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#content_books {
	width: 435px; 
	height: 350px;
	position:absolute;
	left: 500px;
	top:300px;
}

#videobooks {
	width: 460px; 
	height: 350px;
	position:absolute;
	left: 14px;
	top: 300px;
}


#jacknavigation {
	width: 940px; 
	height: 63px;
	position:absolute;
	left: 0px;
	background-image:url(images/jacknav_bg.gif);
	background-repeat:repeat-x;
}

#jackthumb {
	width: 225px;
	height: 63px;
	position:absolute;
	left: 0px;
	
}

#jackthumb p{
	padding: 8px 5px 4px 111px;
	font-size: 11px;
	line-height: 13px;

}

a.jackthumb:link {color:#ff9900;}
a.jackthumb:active {color:#ff9900;}
a.jackthumb:visited {color:#ff9900;}
a.jackthumb:hover {color:#ffcc00;}

.jack {
	width: 101px;
	height: 55px;
	position:absolute;
	left: 5px;
	top: 3px;
	border: 1px #000000 solid;
}

#videonavigation {
	width: 940px; 
	height: 100px;
	position:absolute;
	left: 0px;
	top: 480px;
	background-image:url(images/videonav_bg.gif);
	background-repeat:repeat-x;
}

#videothumb {
	width: 325px;
	height: 100px;
	position:absolute;
	left: 0px;
}

#videothumb p{
	padding: 8px 5px 4px 113px;
	font-size: 11px;
	line-height: 13px;

}

a.videothumb:link {color:#ff9900;}
a.videothumb:active {color:#ff9900;}
a.videothumb:visited {color:#ff9900;}
a.videothumb:hover {color:#ffcc00;}

.videothumbnail {
	width: 101px;
	height: 83px;
	position:absolute;
	left: 5px;
	top: 7px;
	border: 1px #000000 solid;

}

#content_left {
	width: 370px; 
	position:absolute;
	left: 0px;
	top: 0px;
}

#content_right {
	width: 540px; 
	position:absolute;
	left: 400px;
	background-image:url(images/header_discovertheplan.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-bottom: 80px;
	top: 0px;
}

#content_lower {
	width: 940px; 
	position:absolute;
	padding-top: 50px;
	padding-bottom: 80px;
	top: 270px;
}

#books {
	width: 539px; 
	height: 163px;
	position:absolute;
	top: 300px;
	background-image:url(images/small_books_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-left: 20px;
}

#booksfanned {
	width: 380px; 
	height: 359px;
	position:absolute;
	top: 329px;
	left: -8px;
	background-image:url(images/books_fanned_lower);
	background-position: top left;
	background-repeat:no-repeat;
}


#footer {
	width: 940px;
	height: 30px;
	position:absolute;
	border-top: solid 1px #ffcc00;
		
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color:#ff9900;
}

#footer_right {
	width: 940px; 
	height: 30px;
	position:absolute;
	bottom: 0 px;
	text-align:right;
	
}

#footer_right p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	color:#ff9900;
}

a.footer:link {color:#ff9900;}
a.footer:active {color:#ff9900;}
a.footer:visited {color:#ff9900;}
a.footer:hover {color:#ffcc00;}

#contact {
	width: 155px; 
	position:absolute;
	top: 100px;
	left: 0px;
}

#eye {
	width: 391px;
	height: 334px;
	position:absolute;
	top: 120px;
	left: 422px;
	background-image:url(images/contacteye.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

.contact_label {
	font-size: 12px;
	font-weight: bold;
}

#video {
	width: 460px; 
	height: 350px;
	position:absolute;
	left: 0px;
	top: 90px;
}

#loginbox {
	top: 140px;
	left: 700px;
	position:absolute;
}

#signup {
	position:absolute;
	top: 700px;
	left: 24px;
	width: 435px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	border: 1px solid #F90;
	background-image:url(images/freebook.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}

#signup p {
	color:#FFFFFF;
	font-size:10px;
	padding: 10px 10px 10px 10px;	
}

#signup h4 {
	color:#F90;
	font-size:18px;
	padding: 10px 10px 10px 10px;	
}

.signupform {
	color:#FFFFFF;
	font-size:10px;
}

#storebox {
	background-image:url(images/boxtop.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000;
	border: 3px solid #F90;
	width:600px;
	top:0px;
	left:335px;
	position:relative;
}

#storebox h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
}

#storebox h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px 0px 20px;
}

#storebox p {
	padding: 0px 20px 20px 20px;
}

#storebook {
	background-image:url(images/store_hope.jpg);
	background-repeat:no-repeat;
	width: 161px;
	height: 247px;
	position: absolute;
	left: -260px;
}

.bookthumb {
	float:left;
	padding: 0px 20px 0px 20px;
	border: none;
}