@charset "UTF-8";

/*********** 
   GLOBAL 
 ***********/

body {
  background-image: url(/images/layout/bg.jpg);
  background-repeat: repeat-x;
  background-color:#171717;
  font-family:Tahoma, "Times New Roman", Times, serif;
  color:#000000;
  font-size:13px;
  line-height:1.5em;
	margin:0;
	padding:0;
}

a {
  color: #717273;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

h1,h2,h3 {
  font-family: Tahoma;
  line-height:normal;
	margin:0;
	display: inline;
}

#flash_notice {
	border: 2px solid #e5e5e5;
	padding: 3px 5px;
	margin-bottom: 10px;
}
.flash_error {
  color: #b1383c;
}

p.sub {
  font-size:13px;
  color: #717273;
  margin-top:5px;
  font-style:italic;
}

/*********** 
   HEADER
 ***********/
div#header {
	height: 95px;
	background: url(/images/layout/header_bg.gif) repeat-x;
	text-align:left;
}

div#supernav {
  float:right;
}

div#bar {
  clear:both;
	height: 12px;
	/*background: url(/images/header_bar_bg.gif) repeat-x;*/
	background-color: #333333;
}

div#bottom_bar {
	background-color: #999999;
	height: 45px;
}

/* NAV */

div#nav_bar {
	background: url(/images/nav/nav_bg.gif) repeat-x;
	height:33px;
}

div#nav {
	float:left;
	text-align:left;
	height:33px;
}

div#nav a img {
	border:0;
}

/* LOGIN */

div#login_box {
	float: right;
	text-align:right;
	width: 400px;
	margin-right:5px;
	height: 20px;
}

#login_box form {
	display: inline;
}

#login_box form input.field {
	border: none;
  height:19px;
	color: gray;
	font-size: 12px;
  background-color: #e6e6e6;
	position: relative;
	top: 5px;
}

div#login_box a {
	color: #e5e5e5;
	position: relative;
	top: 5px;
	right: 8px;
}

#why_login {
	color: black;
	text-align: right;
	font-size: 9px;
	background-color: white;
	border-bottom: 2px solid #e5e5e5;
	padding-right: 3px;
}

/*********** 
   CONTAINERS 
 ***********/

div#leftcol {
	float:left;
	width:300px;
}
div#container #leftcol a {
	color: #717273;
}

div#rightcol {
	float:left;
}

div#container{
	clear:both;
  min-height: 565px;
  height: auto !important; 
  height: 565px;
	background-color: #FFFFFF;
	text-align:left;
	padding: 20px 60px 1px 60px;
}

div#container a {
	color: #BD7B2A; /* orange */
}

div#container_footer{
	padding-top: 20px;
	border-top: 2px solid #cdcdcd;
	background-color: #FFFFFF;
}

div#content {
  margin-top:50px;
  text-align:center;
}

div.subcontent {
  width:400px;
  text-align:left;
  padding-left:50px;
}

.text_block p {
	padding: 4px 0;
}

/*********** 
    HOME 
 ***********/

/* BOXES */

div.box {
  width: 225px;
	margin-bottom:25px;
}
div.box_title {
  height: 25px;
  color: #4D4D4D;
  font-weight:bold;
  font-size: 12px;
  background: url(/images/boxes/box_top.gif);
  padding: 5px 0 0 25px;
}

div.box_body {
  border-left: 3px solid #CCCCCC;
  border-right: 3px solid #CCCCCC;
  padding: 10px 0 0 20px;
}

div.box_body a {
	display: block;
	text-decoration:none;
}
div.box_footer {
  height:25px;
  background: url(/images/boxes/box_bottom.gif);
}

/* DARK BOX - May not be used anymore (were on index page) */

div.dark_box {
	width: 215px;
	display: inline-block;
	margin-bottom: 25px;
}

div.dark_box div.box_title {
	height: 24px;
	color: white;
	font-size: 14px;
	background: url(/images/boxes/box_dark_top.gif);
	padding: 8px 0 0 15px;
}
div.dark_box div.box_body {
	min-height: 73px;
  height: auto !important; 
  height: 73px;
	color: black;
	border-left: 1px solid #959595;
  border-right: 1px solid #959595;
	background: url(/images/boxes/box_dark_bg.gif) repeat-x;
	padding: 3px 4px 0px 5px;
}
div.dark_box div.box_footer {
	height: 14px;
	background: url(/images/boxes/box_dark_bottom.gif);
}

/*********** 
    INDEX 
 ***********/
div#book_box {
  position: relative;
	background: url(/images/book_bg.jpg);
	width: 681px;
	height: 390px;
	margin: 20px 0;
}

div#book_text_box {
	position:relative;
	width: 350px;
	padding: 50px 30px 30px 30px;
	text-align: center;
	margin:0;
}

div#book_link {
	float:right;
	height:350px;
	width:265px;
}

div#book_link:hover {
	cursor:hand;
}

div#book_text_box h1 {
	font-size: 30px;
	font-family: Tahoma, sans-serif;
	display: block;
	padding-bottom: 20px;
}

div#book_text_box p {
	color: #2F2F2F;
	font-size: 13px;
	text-align: justify;
}

div#buy_book_link {
	position: absolute;
	background: url(/images/buy_book_btn.jpg);
	top: 245px;
	left: 120px;
	width:170px;
	height:59px;
}

div#watch_video_link {
	position: absolute;
	top: 315px;
	left: 97px;
	font-size: 16px;
}

.index_feature {
	float: left;
	padding: 0 4px 10px 0;
}

.index_feature_end {
	padding-right: 0px;
}

div.index_feature_container {
	width: 215px;
	height: 121px;
  margin: 11px 12px 0 0;
	position: relative;
}

div.index_feature_body {
	padding: 0px 10px 0 10px;
	position: absolute;
	top: 10px;
}

div.index_feature_body h2 {
	font-size: 14px;
	color: #828282;
	display: block;
	
}

div.index_feature_body form {
	position: absolute;
	top: 23px;
}

div.index_feature_body form input.field{
	border: none;
  height:19px;
	color: gray;
	font-size: 12px;
  background-color: #e6e6e6;
}




/*********** 
    QUOTES 
 ***********/
.quote {
	width: 350px; /* also defined inline, to keep text from shifting */
	text-align: center;
	font-family: georgia, serif;
	font-size: 15px;
}
.quote .who { padding-top: 2px; }
.quote .why {	font-size: 13px; }

/*********** 
    BUZZ 
 ***********/
#author_box {
	padding-bottom: 25px;
	border-bottom: 2px solid #e5e5e5;
}

#author_text {
	padding: 10px 0 0 0;
}
#author_text p {
	color: #4d4d4d;;
	font-size: 13px;
}

/*********** 
    BUZZ 
 ***********/
span#buzz_nav {
	padding: 0 0 3px 10px;
	color: #808080;
}

span#buzz_nav a {
	text-decoration: none;
	color: #B3B3B3;
}
span#buzz_nav a:hover { text-decoration: underline; }

div#buzz_title {
	color: #B3B3B3;
	border-bottom: 2px solid #B3B3B3;
	padding-bottom: 5px;
	margin-top: 30px;
}

div.buzz_article {
	color: #4d4d4d;
	margin: 15px 0 30px 0;
}

div.buzz_article h3 {
	font-size: 17px;
}

div.buzz_article .what {
	margin: 0 0 5px 0;
}
div.buzz_article .who {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.buzz_article .why {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: italic;
}

/*********** 
    MEDIA 
 ***********/
div#media_header {
	padding-bottom: 17px;
	border-bottom: 2px solid #e5e5e5;
}

div#media_header h1 {
	color: black;
	display: inline;
}

div#media_links {
	color: #B3B3B3;
	display: inline;
	padding: 0 0 3px 10px;
}

div#media_content {
	/* color: #4d4d4d; */
}

div#media_content #media_links a {
	color: #B3B3B3;
}

div#media_content div#media_links .current_media a {
	color: #808080;
}

div#media_content h2 {
	color: #808080;
	font-size: 18px;
	margin-top: 17px;
	display: block;
}

div#media_content h3 {
	font-size: 12px;
	color: #4d4d4d;
	display: block;
}

div#media_content p {
	margin: 3px 0;
}

div#media_content .pdf_link {
	display: block;
	border: 2px solid #e5e5e5;
	height: 55px;
}

div#media_content .pdf_link img {
	float: left;
	padding: 7px 15px 7px 5px;
}

div#media_content .pdf_link p {
	padding: 5px;
}

div#media_content div#inquiries {
	color: #4d4d4d;
	padding-top: 15px;
}

/* MEDIA - Images */
#media_content #book_images {
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}

#media_content .media_image_box {
	float: left;
	padding: 10px 80px 10px 0;
}

#media_content .media_image_box h3 {
	color: #808080;
	text-align: center;
}

#media_content .media_image {
	padding: 5px 0 10px 0;
}


/*********** 
    FOUNDERS 
 ***********/

ul {
  padding-left:20px;
}

/*********** 
    PAYMENT 
 ***********/


div#payment input.input_img {
  border:0;
}

div#payment td.label {
	text-align:right;
}
#purchase-form label, #purchase-form input, #purchase-form select
{
    display: inline;
}

#cc-visa, #cc-mastercard, #cc-amex
{
    text-align: left;
    text-indent: -9999px;
    width: 37px;
    height: 23px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

label#cc-visa
{
    background-image: url(/images/buy-visa.png);
}

label#cc-mastercard
{
    background-image: url(/images/buy-mastercard.png);
}

#purchase-form form label
{
    padding-right: 0.3em;
}

label#cc-amex
{
    background-image: url(/images/buy-amex.png);
}
td#cc-type input
{
    float: left;
    width: 1em;
    margin-left: 5px;
}

table.purchase
{
  color: #000000;
}

/***************** 
   TERMS/PRIVACY
 *****************/

div.copy {
  text-align:left;
  margin: 25px 75px
}

/***************** 
   FOOTER
 *****************/

div#footer {
  padding: 10px 0;
  font-size:9px;
  color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer a {
  text-decoration:none;
}