/* John Maxwell dot com - http://www.johnmaxwell.com */
/* All associated graphics copyright 2008-, GiANT Impact */
/* Updated Last: March 19, 2008 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* Baseline Reset CSS */
/* Reset Reloaded provided by Eric Meyer at http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Main */
/* Use this section to define general body & wrapper formatting */

html, body {
	margin: 0;
	padding: 0;
	background: #fff url("/images/bg_body2.jpg") repeat-x left top;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* Sections - Structural */
/* Use this section to define the structural section elements for the page */

#nav {
	height: 36px;
	position: relative;
}

#title {
	height: 81px;
	position: relative;
}

#subtitle {
	position: relative;
	height: 32px;
}

#homecontent {
	position: relative;
	background: transparent url("/images/bg_homecontent.gif") repeat-y center center;
}

#content {
	position: relative;
}

#homeleft {
	float: left;
	width: 650px;
	margin-top: 25px;
	margin-right: 15px;
}

#homeleft_productspot {
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	background: transparent url("/images/bg_productspot.jpg") repeat-y left top;
}

.homeleft_fullbox,
.homeleft_halfbox {
	padding: 3px;
	border: 1px solid #D6D6D6;
	font-size: 105%;
	margin: 5px 0;
	line-height: 120%;
}

.homeleft_fullbox p img,
.homeleft_halfbox p img {
	border: 3px solid #D6D6D6;
	margin-left: 5px;
	margin-bottom: 5px;
}

.homeleft_fullbox p img.icon,
.homeleft_halfbox p img.icon {
	border: 0;
}

.homeleft_fullbox {
	width: 637px;
}

.homeleft_halfbox {
	width: 312px;
	margin-right: 5px;
	float: left;
}

.homeleft_halfbox .lastbox {
	margin-right: 0;
}

#homeright {
	float: right;
	width: 295px;
	margin-top: 30px;
}

.productpull_item {
	clear: both;
	padding-top: 20px;
	border-top: 1px dotted #B2B2B2;
}

.firstitem {
	border: 0;
}

#left {
	float: left;
	width: 245px;
	padding-top: 135px;
}

#right {
	float: right;
	width: 715px;
	padding-top: 25px;
}

#footer { 
	position: inherit;
	margin-top: 40px;
	padding-top: 5px;
	width: 960px;
	border-top: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#footer.home {
	margin-top: 20px;
}

#footer_left {
	float: left;
	width: 725px;
	text-align: left;
	text-transform: uppercase;
	line-height: 150%;
}

#footer_right {
	float: right;
	width: 235px;
	text-align: right;
}


/* General - Formatting */
/* Use this section to define general formatting rules for the page */

h2 {
	color: #957346;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 135%;
	padding-bottom: 15px;
}

h4 {
	color: #957346;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 105%;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	font-size: 90%;
	padding: 5px 0 15px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #947346;
	text-decoration: none;
	border-bottom: 1px solid #947346;
}

a:hover {
	color: #3D3D3D;
	border-bottom: 1px solid #947346;
}

a.nohover,
a.nohover:hover {
	border: 0;
}

hr {
	border: 0;
	color: #947346;
	background-color: #947346;
	height: 2px;
	width: 90%;
	margin: 0px auto 15px auto;
}

/* Sections - Formatting */
/* Use this section to define sectional formatting rules for the page */

#nav h5,
#left h5 {
	display: none;
}

#nav ul {
	display: inline;
	position: absolute;
	bottom: 4px;
	left: 140px;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a {
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px solid #8C8C8C;
	color: white;
	text-transform: uppercase;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 75%;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li.here a {
	background-color: #343434;
	border-bottom: 1px solid #343434;
}

#nav ul li.cart a {
	padding-left: 26px;
	background-image: url("/images/icon_cart.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#homeleft_mainteaser h2 {
	// color: #000;
}

#homeleft_mainteaser p {
	font-size: 90%;
	line-height: 120%;
}

#homeleft_productspot img {
	padding-right: 15px;
}

#homeleft_productspot h3 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -5px;
	width: 500px;
}

#homeleft_productspot a {
	color: #000;
	border: 0;
}

#homeleft_productspot a:hover {
	color: #3D3D3D;
	border-bottom: 1px solid #947346;
}

#homeleft_productspot .listprice img {
	padding: 0;
	vertical-align: middle;
}

#homeleft_productspot .specialoffer {
	font-weight: bold;
	color: #947346;
	font-size: 105%;
}

#homeleft_productspot .alsoavailable {
	margin-top: -15px;
	font-size: 85%;
}

#homeleft_productspot .alsoavailable a,
#homeleft_productspot .listprice a {
	text-decoration: none;
	color: #947346;
	border-bottom: 1px solid #947346;
}

#homeleft_productspot .alsoavailable a:hover,
#homeleft_productspot .listprice a:hover {
	color: #3D3D3D;
	border-bottom: 1px solid #947346;
}

.homeleft_fullbox h4,
.homeleft_halfbox h4 {
	text-transform: uppercase;
	background-color: #838383;
	padding: 3px;
	width: 619px;
	color: #FFFFFF;
	font-size: 90%;
	padding-left: 15px;
}

.homeleft_halfbox h4 {
	width: 292px;
}

.homeleft_fullbox p,
.homeleft_halfbox p {
	font-size: 90%;
	padding: 10px 15px;
}

.homeleft_fullbox p {
	background-color: #FAE6CB;
	margin-top: 3px;
}

.homeleft_halfbox.imgonly p {
	padding: 0;
}

.homeleft_halfbox.imgonly p img {
	border: 0;
	margin: 0;
}

ul.productpull_title {
	padding-bottom: 10px;
	text-align: center;
	width: 295px;
	color: #957346;
}

ul.productpull_title li {
	list-style: none;
	display: inline;
	padding-left: 22px;
	text-transform: uppercase;
	background: transparent url("/images/bg_productpull_main_h3.gif") no-repeat left -4px;
}

.productpull_item img {
	margin-right: 15px;
	margin-bottom: 20px;
}

.productpull_item h5 {
	font-size: 105%;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}

.productpull_item h5 a,
.productpull_item h5 a:hover {
	color: #000000;
	border: 0;
}

.productpull_item p {
	font-size: 85%;
	font-weight: bold;
	color: #947346;
}

.productpull_item p.subtitle {
	font-size: 85%;
	color: #000;
	font-weight: normal;
	margin-top: -15px;
}

.productpull_item p a,
.productpull_item p a:hover {
	color: #947346;
	border: 0;
}

#left h4 {
	color: #957346;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 95%;
	padding-bottom: 5px;
}

#left p {
	margin-right: 20px;
	font-size: 95%;
}

#subtitle p {
	position: absolute;
	left: 245px;
	top: 6px;
	font-size: 90%;
	font-style: italic;
	letter-spacing: 1px;
}

ul#subnav {
}

ul#subnav li {
	text-align: right;
	text-transform: uppercase;
	color: #957346;
	border-bottom: 1px dotted #cab290;
	font-size: 80%;
	padding-top: 5px;
	margin-right: 30px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ul#subnav li a {
	text-decoration: none;
	color: #957346;
	border: none;
}

ul#subnav li.home a,
ul#subnav li.home a:hover {
	color: #3D3D3D;
}

ul#subnav li.here a {
	font-weight: bold;
	color: #3D3D3D;
}

ul#subnav li.here a:hover {
	color: #3D3D3D;
	border: none;
}

ul#subnav li.here a:before {
	content: ".:: ";
}

ul#subnav li a:hover {
	color: #3D3D3D;
	border-bottom: 1px solid #957346;
}

#right p {
	line-height: 120%;
}

#footer_left p {
	padding-left: 5px;
}

#footer img.brand {
	padding: 0 5px 3px 10px;
	vertical-align: text-top;
}

.dropquote {
	float: right;
	text-align: center;
	width: 225px;
	padding: 20px;
	color: #957346;
	line-height: 120%;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

.dropquote_q {
	font-size: 110%;
	padding-bottom: 5px;
}

.dropquote_a {
	font-size: 85%;
}

table {
	font-size: 90%;
	width: 100%;
}

table tr td {
	padding-bottom: 10px;
}

table.training tr td ul,
table.mic tr td ul {
	list-style: square;
	margin-left: 15px;
}

table.training tr td ul li,
table.mic tr td ul li {
	font-size: 85%;
	padding-left: 5px;
}

table.mic tr td ul li {
	font-size: 95%;
}

table.training tr td ul,
table.mic tr td ul,
table.micsample tr td ul {
	list-style: square;
	margin-left: 15px;
}

table.training tr td ul li,
table.mic tr td ul li,
table.micsample tr td ul li {
	font-size: 85%;
	padding-left: 5px;
}

table.micsample tr td ul li {
	padding-bottom: 10px;
}

table.mic tr td ul li,
table.micsample tr td ul li {
	font-size: 95%;
}

ul.readinglist {
	list-style: square;
	margin-left: 15px;
	padding-bottom: 10px;
}

ul.readinglist li {
	font-size: 90%;
	padding-left: 5px;
}

/* Other Elements - Formatting */
/* Use this section to define formatting rules for additional page elements */

.clear {
	clear: both;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.small {
	font-size: 80%;
}

.larger {
	font-size: 120%;
}

.red {
	color: red;
}

img.icon {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

/* Positioned Elements */
/* Use this section to define absolutely positioned page elements */

#static_johnhome {
	position: absolute;
	top: 0;
	left: 0;
	width: 217px;
	height: 276px;
	background: transparent url("/images/static_johnhome.gif") no-repeat center center;
}

#static_maintitle a {
	position: absolute;
	bottom: 0;
	left: 200px;
	width: 545px;
	height: 50px;
	background: transparent url("/images/static_maintitle.gif") no-repeat center center;
	border: 0;
}

#static_maintitle a:hover {
	border: 0;
}

#static_maintitle h2 {
	visibility: hidden;
}

blockquote.quote {
	padding: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
}

/* Leadership Gold Elements */
/* Use this section to define the elements for the Leadership Gold section */

#goldplayer {
	margin-bottom: 10px;
}

#video_mic,
#video_lgfree {
	width: 364px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

p.gold_dllink {
	font-size: 80%;
}

p.gold_content_item {
	padding-left: 20px;
}

.gold_purchase img,
p.gold_dllink img,
p.gold_content_item img {
	vertical-align: middle;
}

.gold_chapters {
	width: 50%;
	float: left;
}

p.friendmessage {
	border: 1px solid #CAB290;
	background-color: #EDEDCF;
	font-size: 0.85em;
	padding: 3px;
	width: 320px;
	margin-bottom: 10px;
}

#video_lgfree {
	font-size: 0.85em;
}

#video_lgfree p {
	padding: 20px;
	padding-bottom: 10px;
}

#video_lgfree ul {
	list-style: square;
	padding-left: 35px;
}

#video_lgfree ul li {
	padding-bottom: 5px;
}

table.tellafriend label {
	font-size: 0.9em;
	font-weight: bold;
}

table.tellafriend input,
table.tellafriend textarea {
	border: 1px solid #808080;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: 5px;
}

table.tellafriend textarea {
	color: #808080;
}

table.tellafriend tr td {
	vertical-align: top;
}

table.tellafriend label .small {
	font-weight: normal;
	font-size: 100%;
}

table.micform {
	width: 545px;
	padding-top: 20px;
}

table.micform tr td {
	padding: 0;
	margin: 0;
}

table.micform a {
	border: 0;
	text-decoration: none;
}