html,body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	background-color: #333;
	margin: 12px 0;
}

/* Basic Styles  */

h1, h2, h3, h4, h5	{
	color: #900;
	margin: 0 0 2px 0;
}

h1 {
	font-size: 1.8em;
	padding: .5em;
/*	width: 60%;*/
	text-align: center;
	border-color: #666;
	border-width: 1px 0 1px 0;
	border-style: solid;
	margin: 0 2em 1em 2em;
}


h2	{
	font-size: 1.3em;

}

h3	{
	margin-top: 1em;
	color: #000;
	font-size: 1.3em;
	margin-bottom: .5em;
}


.side_box h2	{
	margin-bottom: 1em;
}

p, td, th, form	{
	font-size: 1em;
}

a:link, a:visited	{
/*	text-decoration: none;*/
	font-weight: bold;
/*	color: #333;*/
}

a:link img, a:visited img	{
	border: none;
}

a.no_underline:link, a.no_underline:visited	{
	text-decoration: none;
}

img	{
	border: none;
}


.red	{
	color: #900;
}

.green	{
	color: #008000;
}


.large	{
	font-size: 1.3em;
	font-weight: bold;
}

.small	{
	font-size: .8em;
}

.textbox	{
	padding: .5em;
	border: solid 1px #666;
}


.left	{
	float: left;
	margin: 0 .5em .5em 0;
}

.right	{
	float: right;
	margin: 0 0 .5em .5em;
}


#footer	{
	color: #fff;
	text-align: center;
}


#footer a:link, #footer a:visited	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active	{
	color: #09c;
}


/* Structure */

#container {
	text-align: left;
	width: 820px;
	margin: 0 auto;
}

#header {
	margin-bottom: 5px;
}

#navigation {
	background-color: #ddd;
	background-image: url(../images/nav/nav_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	margin-bottom: 4px;
	padding: 0 10px;
}

#content {
	float: left;
	width: 576px;
	background-image: url(../images/boxes/content_bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.top, .bottom	{
	background-repeat: none;
}

#content_top	{
	background-image: url(../images/boxes/content_top.gif);
	height: 22px;
}

#content_bottom	{
	background-image: url(../images/boxes/content_bottom.gif);
	height: 25px;
}


#text	{
	width: 534px;
	margin-left: 21px;
}


#side_three {
	float: right;
	width: 226px;
	margin-bottom: 20px;
}


#side_one {
	float: right;
	clear: right;
	width: 226px;
	margin-bottom: 20px;
}

#side_two {
	float: right;
	clear: right;
	width: 226px;
}

.side_box	{
	background-image: url(../images/boxes/side_bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.side_top	{
	background-image: url(../images/boxes/side_top.gif);
	height: 22px;
}

.side_bottom	{
	background-image: url(../images/boxes/side_bottom.gif);
	height: 25px;
}


.side_text	{
	width: 184px;
	margin-left: 21px;
	text-align: center;
}



#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
}


.box	{
	background-color: #fff;
}



/* Navigation */

#navigation a:link, #navigation a:visited, #navigation .spacer {
	display: block;
	height: 27px;
	float: left;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: center center;
}

#navigation .spacer	{
	background-image: url(../images/nav/nav_bullet.gif);
	width: 10px;	
}

a:link#home_nav, a:visited#home_nav {
	background-image: url(../images/nav/home.gif);
	width: 32px;
}

a:hover#home_nav, a:active#home_nav {
	background-image: url(../images/nav/home_over.gif);
}


a:link#bookJames_nav, a:visited#bookJames_nav {
	background-image: url(../images/nav/bookJames.gif);
	width: 98px;
}

a:hover#bookJames_nav, a:active#bookJames_nav {
	background-image: url(../images/nav/bookJames_over.gif);
}


a:link#articles_nav, a:visited#articles_nav {
	background-image: url(../images/nav/articles.gif);
	width: 43px;
}

a:hover#articles_nav, a:active#articles_nav {
	background-image: url(../images/nav/articles_over.gif);
}


a:link#books_nav, a:visited#books_nav {
	background-image: url(../images/nav/books.gif);
	width: 35px;
}

a:hover#books_nav, a:active#books_nav {
	background-image: url(../images/nav/books_over.gif);
}


a:link#video_nav, a:visited#video_nav {
	background-image: url(../images/nav/video.gif);
	width: 63px;
}

a:hover#video_nav, a:active#video_nav {
	background-image: url(../images/nav/video_over.gif);
}


a:link#store_nav, a:visited#store_nav {
	background-image: url(../images/nav/store.gif);
	width: 29px;
}

a:hover#store_nav, a:active#store_nav {
	background-image: url(../images/nav/store_over.gif);
}


a:link#gallery_nav, a:visited#gallery_nav {
	background-image: url(../images/nav/gallery.gif);
	width: 55px;
}

a:hover#gallery_nav, a:active#gallery_nav {
	background-image: url(../images/nav/gallery_over.gif);
}



a:link#extras_nav, a:visited#extras_nav {
	background-image: url(../images/nav/extras.gif);
	width: 50px;
}

a:hover#extras_nav, a:active#extras_nav {
	background-image: url(../images/nav/extras_over.gif);
}


a:link#clients_nav, a:visited#clients_nav {
	background-image: url(../images/nav/clients.gif);
	width: 38px;
}

a:hover#clients_nav, a:active#clients_nav {
	background-image: url(../images/nav/clients_over.gif);
}


a:link#testimonials_nav, a:visited#testimonials_nav {
	background-image: url(../images/nav/testimonials.gif);
	width: 69px;
}

a:hover#testimonials_nav, a:active#testimonials_nav {
	background-image: url(../images/nav/testimonials_over.gif);
}


a:link#contact_nav, a:visited#contact_nav {
	background-image: url(../images/nav/contact.gif);
	width: 60px;
}

a:hover#contact_nav, a:active#contact_nav {
	background-image: url(../images/nav/contact_over.gif);
}


/* Drop-down menu */

#dropmenudiv {
	position: absolute;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	border-color: #999;
	border-width: 1px 1px 0 1px;
}



#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #000;
}


#dropmenudiv a:hover {
	/*hover background color*/
	background-color: #999;
}



/* Page-specific styles */

/* Home page */

a:link#torch_nav, a:visited#torch_nav {
	background-image: url(../images/nav/torch.gif);
	width: 109px;
}

a:hover#torch_nav, a:active#torch_nav {
	background-image: url(../images/nav/torch_over.gif);
}


#home #wrapper	{
	position: relative;
}

#home #home_text	{
	color: #fff;
	width: 240px;
	position: absolute;
	top: 110px;
	left: 535px;
	font-size: 11px;
	line-height: 14px;
}


/* Free Gifts */

#free #text	{
	text-align: center;
}

table.buy {
	border-color: #666;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	margin-bottom: 2em;
}

table.buy th	{
	color: #fff;
	background-color: #900;
}

table.buy td, table.buy th	{
	border-right: solid 1px #666;
	padding: .5em;
	text-align: center;
	width: 33%;
	font-size: .9em
}


/* Affiliates */

#affiliates #content	{
	text-align: center;
}

#affiliates #logos img	{
	padding: .5em;
}


/* eBooks */

#ebooks #content	{
	text-align: center;
}

.book	{
	padding: 2em 0;
}



/* 1million */

#onemillion #content	{
	text-align: center;
}

#onemillion table.structure	{
	width: 100%;
	margin-bottom: 1em;
}

/* for buy tables, see Free Gifts above */

#onemillion table.buy {
	width: 100%;
}



/* Books */

#books h3	{
	color: #900;
}

#books td	{
	padding-bottom: 1em;
}

/* Excerpts */

#bookexcerpts #content	{
	text-align: center;
}

#bookexcerpts td	{
	text-align:  center;
}


/* Book James Now & subpages */

.subnav	{
	text-align: center;
	margin-bottom: 1em;
}

.subnav img	{
	padding: 5px;
}

#bookJames .photo	{
	border: solid 1px black;
}


/* Keynotes */

#keynotes #content h2	{
	margin-top: 2em;
	margin-bottom: 3px;
}

#keynotes #content p	{
	margin-top: 0;
}


/* Training */

#training #content h2	{
	margin-top: 2em;
	margin-bottom: 3px;
}

#training #content p	{
	margin-top: 0;
}


/* Contacts */

#contact .side_box	{
	display: none;
}


/* Favourites */

#favorites #content h2	{
	margin-top: 2em;
}

#favorites .quotes p	{
	margin: 0;
	text-align: left;
}
#favorites .quotes p.author	{
	margin: 0 0 2em 0;
	text-align: right;
}


/* Store */

#store .store_nav	{
	font-size: 1.2em;
	text-align: center;
	margin: 1em 0;
}


#store #content a:link, #store #content a:visited	{
	font-weight: normal;
}

#store #content	{
/*	font-size: .9em;*/
}

#store #content .product {
	margin: 1em 0;
}

#store #content .product td	{
	padding: 1em;
}
#store #content .product td a:link, #store #content .product td a:visited	{
	text-decoration: none;
}



#store #content .product .buy	{
	margin-top: 1em;
}

#store #content .product .buy td	{
	padding: .5em;
}


#store #content .product h3	{
	font-size: 1.2em;
	font-weight: bold;
	color: #000080;
	margin: 0;
}

#store #content table.jumplinks td	{
	text-align: center;
}

/* Site Map */

#sitemap .side_box	{
	display: none;
}




/* LightBox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 53% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ color: #ccc;}
#imageData #numberDisplay{ display: block; clear: left; color: #ccc;}			
#imageData #bottomNavClose{ width: 36px; float: right;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;

	}
	
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background-image:url("/images/topnav.jpg");
	 background-repeat: x; 
	 height:70px; margin-bottom: 5px;
	}
.menu ul{
	background: none;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background: url("images/seperator.gif") center right no-repeat;
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background:  #990000;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: #990000;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
