*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Book Cover
----------------------------------------------------------------------*/

#book_cover
{
	background: url(/img/book_cover.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 193px;
	height: 223px;
	z-index: 9;
}

#book_cover a
{
	display: block;
	overflow: hidden;
	margin: 1px 0 0 4px;
	text-indent: -99999px;
	width: 185px;
	height: 211px;
}

/* =Global Spacing
----------------------------------------------------------------------*/

h2,
h3,
h4,
h5,
h6,
hr,
p,
ol,
ul
{
	margin: 0 0 15px;
}

#sidebar dl,
#content p,
#content li,
#footer p,
#footer li
{
	line-height: 1.5;
}

/* =Basic HTML
----------------------------------------------------------------------*/

body
{
	background: #18437d url(/img/body.gif) repeat-x center top;
	font: 11px Verdana, sans-serif;
	padding: 20px 0 0;
}

a
{
	color: #33f;
	cursor: pointer;
	text-decoration: underline;
}

cite
{
	font-style: normal;
}

hr
{
	background: #fff;
	border-bottom: 1px solid #369;
	clear: both;
	color: #fff;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* =Container
----------------------------------------------------------------------*/

#container
{
	margin: 0 auto;
	position: relative;
	width: 760px;
}

/* =sidebar
----------------------------------------------------------------------*/

#sidebar
{
	color: #a8b9cf;
	float: left;
	overflow: hidden;
	padding: 235px 20px 0 15px;
	width: 145px;
}

#sidebar dt
{
	color: #fc3;
	padding: 10px 0 0;
}

#sidebar dd a
{
	color: #a8b9cf;
}

#sidebar dd a:hover
{
	color: #fff;
}

#sidebar dd .aside
{
	color: #708aae;
}

/* =Menu
----------------------------------------------------------------------*/

#menu
{
	list-style: none;
	margin: 0 -20px 10px -15px;
}

#menu li
{
	background: #a8b9cf url(/img/menu_li_left_bottom.gif) no-repeat left bottom;
	margin: 0 0 5px;
}

#menu li span
{
	background: url(/img/menu_li_left_top.gif) no-repeat;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}

#default #menu-home,
#toc-sample-chapter #menu-toc,
#demonstration-sites #menu-dem,
#about-the-authors #menu-about,
#book-reviews #menu-rev,
#purchase-the-book #menu-purch
{
	background: #fff url(/img/menu_li_current_left_bottom.gif) no-repeat left bottom;
	border: 0;
}

#default #menu-home span,
#toc-sample-chapter #menu-toc span,
#demonstration-sites #menu-dem span,
#about-the-authors #menu-about span,
#book-reviews #menu-rev span,
#purchase-the-book #menu-purch span
{
	background-image: url(/img/menu_li_current_left_top.gif);
}

#default #menu-home a,
#toc-sample-chapter #menu-toc a,
#demonstration-sites #menu-dem a,
#about-the-authors #menu-about a,
#book-reviews #menu-rev a,
#purchase-the-book #menu-purch a
{
	background: url(/img/menu_arrow.gif) no-repeat right center;
}

#menu a
{
	color: #18437d;
	display: block;
	font-family: Georgia, serif;
	font-size: 13px;
	padding: 5px 10px 5px 15px;
	position: relative;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

/* =Main
----------------------------------------------------------------------*/

#main
{
	float: right;
	width: 580px;
}

/* =Content
----------------------------------------------------------------------*/

#content
{
	background: #fff url(/img/content.gif) no-repeat left bottom;
	color: #222;
	margin: 0 0 10px;
	padding: 20px 30px;
	position: relative;
	width: 520px;
	min-height: 500px;
}

#content a:hover
{
	color: #f90;
}

#content_left_top,
#content_right_top
{
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	z-index: 9;
}

#content_left_top
{
	background: url(/img/content_left_top.gif) no-repeat;
	left: 0;
}

#content_right_top
{
	background: url(/img/content_right_top.gif) no-repeat;
	right: 0;
}

#content h1
{
	background: url(/img/h1.jpg) no-repeat center center;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

#content h1 span
{
	background: #fff;
	padding: 0 5px;
}

#content h2
{
	color: #999;
	font-size: 12px;
}

#content h3
{
	color: #333;
	font-size: 11px;
}

#content blockquote p
{
	color: #18437d;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3;
}

#content blockquote p cite
{
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 1;
}

#content blockquote.pull
{
	clear: both;
	float: right;
	padding: 0 0 20px 20px;
	width: 170px;
}

#content p.tagline
{
	color: #18437d;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

#content p.authors
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: lowercase;
}

#content p.authors .aside
{
	color: #999;
	font-style: italic;
}

#content ol,
#content ul
{
	margin-left: 20px;
}

#content ul
{
	list-style: square;
}

/* =Footer
----------------------------------------------------------------------*/

#footer
{
	background: url(/img/footer.gif) no-repeat;
	color: #a8b9cf;
	padding: 20px 30px 40px;
	position: relative;
	width: 520px;
}

#footer a
{
	color: #a8b9cf;
}

#footer a:hover
{
	color: #fff;
}

#footer h3
{
	color: #fc3;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
}

#footer li
{
	background: url(/img/footer_arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
}

/* =Contact Form
----------------------------------------------------------------------*/

#footer form
{
	border-right: 1px solid #466997;
	float: left;
	width: 254px;
}

#footer dt
{
	padding: 0 0 3px;
}

#name,
#email,
#message
{
	background: #395e8f;
	border: 1px solid #baC7d8;
	color: #fff;
	font: 11px Verdana, sans-serif;
	margin: 3px 0 10px;
	padding: 2px 3px;
	width: 230px;
}

#name:focus,
#email:focus,
#message:focus
{
	background: #fff;
	color: #000;
}

#message
{
	height: 100px;
	overflow: auto;
}

#zemContactForm legend {
	color: #fc3;
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 15px;
}

input.button, #zemSubmit {
	background: #fc3;
	border: 1px solid #f1f3f7;
	color: #000;
	cursor: pointer;
	font: 11px Verdana, sans-serif;
	overflow: visible;
	padding: 4px 5px;
	width: auto;
}

/* =Misc
----------------------------------------------------------------------*/

#misc
{
	float: right;
	width: 250px;
}