/* Default style sheet */
 
body {
	background: #FFF; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background: #304848;
		color: #FFF;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}
:focus { outline: none; }

.Clear { clear: both; } /* clears all floats; apply to empty divs */

#Container {
	margin: 0 auto;
	width: 939px;
	padding-left: 33px;
	}
	


/* --------------------------
	HEADER
-------------------------- */	

#PrintHeader { display: none; }

#Header {
	background: url(../../images/header_right.jpg) no-repeat right top;
	padding-right: 33px;
	height: 283px;
	}
	#Link a {
		display: block;
		width: 260px;
		height: 85px;
		z-index: 7;
		position: absolute;
		margin-left: 40px;
		top: 90px;
		}
		#Link a span { margin-left: -900px; }
	#HeaderTop { text-align: right; }
	#Logo, #Image { float: left; }


/* --------------------------
	FOOTER
-------------------------- */	

#Footer {
	padding: 10px 73px 0 40px;
	font-size: 11px;
	color: #c0d8c0;
	margin-bottom: 40px;
	}
	#Footer a:link { color: #c0d8c0; text-decoration: underline; }
	#Footer a:visited { color: #c0d8c0; text-decoration: underline; }
	#Footer a:hover { color: #ea9e2e; text-decoration: underline; }
	#Footer a:active { color: #ea9e2e; text-decoration: underline; }
	
	#Rkd { float: left; }
	#Copyright { float: right; }


/* --------------------------
	MENU
-------------------------- */	

#Menu { 
	clear: both;
	height: 56px;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	#nav a {
		display: block;
		width: 181px;
		}
	#nav li { /* all list items */
		float: left;
		width: 181px; /* width needed or else Opera goes nuts */
		}
		#nav li ul { /* second-level lists */
			position: absolute;
			background: #5b736c url(../../images/dd_bg.jpg);
			padding: 10px 0;
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			width: 181px;
			left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			}
			#nav li ul li {
				padding: 5px 0 10px 30px;
				}
				#nav li ul li a:link { color: #FFF; text-decoration: none; }
				#nav li ul li a:visited { color: #FFF; text-decoration: none; }
				#nav li ul li a:hover { color: #ea9e2e; text-decoration: none; }
				#nav li ul li a:active { color: #ea9e2e; text-decoration: none; }
				
			#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
			}
			


/* --------------------------
	CONTENT
-------------------------- */	

#Content { 
	clear: both;
	color: #494949;
	background: #FFF url(../../images/content_bg.gif) repeat-y left top;
	margin: 0 33px 0 0;
	padding: 0 40px;
	line-height: 18px;
	}
	#ContentTop, #ContentBtm {
		margin: 0 -40px;
		}
	
	#Content h1 { 
		margin-top: 0;
		text-transform: uppercase;
		font-size: 18px;
		color: #ba5616;
		}
	#Content h2 {
		color: #304848;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		}
	#Content h3 {
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		color: #ba5616;
		}
		
	#Content a { font-weight: bold; }
		#Content a:link { color: #304848; text-decoration: underline; }
		#Content a:visited { color: #304848; text-decoration: underline; }
		#Content a:hover { color: #ba5616; text-decoration: underline; }
		#Content a:active { color: #ba5616; text-decoration: underline; }
	
	
	.Feature {
		background: #c2dac2 url(../../images/feature_bg.jpg) no-repeat top left;
		width: 386px;
		border: 1px solid #494949;
		padding: 0 14px;
		margin: 12px 0;
		float: left;
		}
		
	.Video {
		float: right;
		width: 378px;
		padding-top: 12px;
		padding-left: 14px;
		}
		.Video p.Caption {
			font-weight: bold;
			font-size: 11px;
			margin-left: 20px;
			margin-right: 20px;
			}
	
	#Content ul { list-style: url(../../images/bullet_ul.gif); }
	#Content li {
		font-weight: bold;
		color: #c26219;
		}
		#Content li strong { color: #304848; }
	
	#Content blockquote {
		text-indent: 25px;
		background: url(../../images/quotes1.png) no-repeat 15px 2px;
		margin: 10px auto 20px;
		padding-left: 15px;
		}
		#Content blockquote p.Quote {
			display: inline;
			margin: 0;
			padding-right: 24px;
			background: url(../../images/quotes2.png) no-repeat bottom right;
			font-size: 13px;
			font-style: italic;
			}
			#Content blockquote p.Source {
				text-align: right;
				margin-right: 40px;
				font-size: 11px;
				font-weight: bold;
				}
	
	table.Purchase {
		width: 570px;
		margin: 10px auto 20px;
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
		}
		table.Purchase td {
			text-align: center;
			vertical-align: middle;
			}
			table.Purchase td.BookImg { width: 282px; }
			table.Purchase p.Price {
				font-size: 13px;
				font-weight: bold;
				}
				table.Purchase p.Price strong { font-size: 30px; }
			table.Purchase div.BuyButton { margin: 0 0 15px; }
	
	.Note {
		font-size: 11px;
		color: #666;
		font-style: italic;
		}