/* 
Site: SystemaBook.com
Version: 1.0
Author: Kaizenet Ltd
Author URI: www.kaizenet.com
*/


* {
	margin: 0;
	padding: 0;
}
body {
   text-align: left;
	font-size: 62.5%;
	background: url(images/body_bg.png);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
html>body {
   font-size: 11px;
} 
a {
   color: #f6f462;
}
a:hover {
	text-decoration: none;
}
a#buybtn {
	display: block;
	width: 145px;
	margin: 20px auto;	
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
h1  {
   width: 133px;
   height: 238px;
	background: url(images/systemabook_logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 1em;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	background: url(images/star.png) no-repeat -8px -7px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 2em;
}
em {
	font-weight: bold;
	font-style: italic;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
	text-align: left;
}
p.testimonial {
	font-style: italic;
	border: 1px dashed #171717;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4em;
} 
p.note {
   font-size: 12px;
   text-align: center;
}
.clear {
	clear: both;
}

div#header {
	height: 70px;
	background: url(images/nav_bg.png) repeat-x;
}
div#header ul {
	width: 600px;
	margin: 0 auto;
}
div#header ul li {
	 background: url(images/nav_divider.png) no-repeat 0% 50%;
	 padding-left: 60px; 
	 margin: 7px;
	 margin-top: 10px;
	 display: block;
	 height: 14px;
	 float: left;
}
div#header ul li#book {
	background: none;
	width: 110px;
}
div#header ul li#author {
   width: 125px;
}
div#header ul li#testimonials {
   width: 81px;
}
div#header ul li a {
   color: #a50000;
   float: left;
   height: 14px;
	text-indent: -9999em;
   display: block;
   overflow: hidden;
}
div#header ul li#book a {
   width: 110px;
   background: url(images/aboutbook_btn.png) no-repeat;
}
div#header ul li#author a {
   width: 125px;
   background: url(images/aboutauthor_btn.png) no-repeat;
}
div#header ul li#testimonials a {
   width: 81px;
   background: url(images/testimonials_btn.png) no-repeat;
}
div#header ul li#book a:hover, 
div#header ul li#author a:hover, 
div#header ul li#testimonials a:hover,
body#bookpage div#header ul li#book a,
body#authorpage div#header ul li#author a,
body#testimonialspage div#header ul li#testimonials a {
   background-position: bottom;
}


div#wrapper {
   width: 950px;
	font-size: 1.3em;
	margin: 0 auto;
}
div#wrapper ul {
   list-style-type: disc;
   margin-top: 1em;
   padding-left: 1.2em;
}
div#wrapper ul li {
	margin-bottom: 1em;
	line-height: 1.3em;
}

div#colone {
   width: 180px;
   margin-right: 20px;
	color: #f8d4af;
	float: left;
}
div#coltwo {
   float: left;
   width: 490px;	
}
div#colthree {
   width: 230px;
   height: 280px;
   padding-top: 300px;
   color: #171717;
	background: url(images/book_box.png) no-repeat;
	float: right;
}
div#colthree p {
	padding: 25px;
	padding-top: 0px;
	line-height: 1.4em;
	font-size: 13px;
}
div#colthree a {
	color: #171717;
	font-size: 13px;
}
div#wrapper div#colthree ul {
	margin-top: -30px;
	margin-left: 1.4em;
	width: 170px;
}
div#wrapper div#colthree ul li {
	margin-bottom: 3px;
	line-height: 1.1em;
}
div#colthree form {
	text-align: center;
	margin-top: 10px;
}


div#footer {
   width: 690px;
   margin: 30px auto;
   color: #171717;
   text-transform: uppercase;
   padding: 10px;
   border: 1px dashed #171717;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

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




/* ie 7 and below hack start here */
*:first-child+html {
   
}
/* ie 7 and below hack end here */

/* ie 6 and below hack start here */
* html  {
	
}
/* ie 6 and below hack end here */