* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #a6bfda;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1,h2 {
    font-weight: normal;
}
h3 {
	color: #7a98ce;
}
.bold {
	font-weight: bold;
}
a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.download-pdf {
	display: block;
	color: #7a98ce;
	text-decoration: underline;
	height: 20px;
	line-height: 20px;
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
a.download-pdf:hover {
	text-decoration: none;
}
ul li {
	display: block;
	list-style: none;
}
.clear {
	height: 0;
	overflow: hidden;
	font-size: 0;
	clear: both;
}
.page-wrapper {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
}
.top-shadow {
	height: 20px;
	background-image: url(../images/top_shadow_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.top-shadow .left {
	float: left;
	height: 20px;
	width: 24px;
	background-image: url(../images/top_shadow_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top-shadow .right {
	float: right;
	height: 20px;
	width: 17px;
	background-image: url(../images/top_shadow_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.page-wrapper .page-left1 {
	background-image: url(../images/left_shadow_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.page-wrapper .page-left2 {
	background-image: url(../images/left_shadow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.page-wrapper .page-left3 {
	background-image: url(../images/left_shadow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 11px;
}
.page-wrapper .page-right1 {
	background-image: url(../images/right_shadow_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.page-wrapper .page-right2 {
	background-image: url(../images/right_shadow.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.page-wrapper .page-right3 {
	background-image: url(../images/right_shadow_bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 9px;
}
/********* START of TOP-NAV ****************/
div.top-nav {
	height: 39px;
	/*border-bottom: 1px #909090 solid;*/
	background-image: url(../images/top_nav_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
ul.top-nav {
	float: right;
	width: auto;
}
ul.top-nav li.top-nav {
	display: block;
	float: left;
	width: auto;
	padding: 0 22px 0 22px;
	background-image: url(../images/divide_line_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.top-nav li#contact-top-link-wrapper {
	background-image: none;
}
ul.top-nav li.top-nav a {
	display: block;
	height: 39px;
	background-position: 0 13px;
	background-repeat: no-repeat;
	line-height: 40px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	font-weight: bold;
}
ul.top-nav li.top-nav a:hover {
	text-decoration: none;
	color: #f8c94c;
}
ul.top-nav li#home-top-link-wrapper a:hover,
#home-top-nav ul.top-nav li#home-top-link-wrapper a,
#about-top-nav ul.top-nav li#about-top-link-wrapper a ,
#book-top-nav ul.top-nav li#book-top-link-wrapper a ,
#order-top-nav ul.top-nav li#order-top-link-wrapper a ,
#contact-top-nav ul.top-nav li#contact-top-link-wrapper a {
    color: #7a98ce;
}

ul.top-nav li#book-top-link-wrapper {
	position: relative;
	padding-left: 22px;
	padding-right: 22px;
}
ul#sub-book {
	position: absolute;
	top: 39px;
	left: 5px;
	width: 99px;
	display: block;
	border: 1px #fefefe solid;
	border-top: none;
	overflow: hidden;
}
ul#sub-book li {
	display: block;
	height: 22px;
	width: 99px;
	border-top: 1px #fefefe solid;
	text-align: left;
}
ul.top-nav li#book-top-link-wrapper ul#sub-book li a {
	display: block;
	background-image: none;
	background-color: #333333;
	width: 99px;
	height: 22px;
	line-height: 22px;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.top-nav li#book-top-link-wrapper ul#sub-book li a:hover {
	background-color: #7a98ce;
	text-decoration: none;
}
ul.top-nav li#book-top-link-wrapper ul#sub-book li a span {
	padding-left: 5px;
}
/********* END of TOP-NAV ****************/
/********* START of HOME PAGE CONTENT *********/
#home .page {
	background-color: #1d1d1d;
	background-image: url(../images/page_top_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 782px;
}
#home .left-content {
	float: left;
	width: 336px;
	padding: 566px 0 65px 0;
	text-align: left;
}
#home div.order-link {
	padding-left: 142px;
}
#home a.order-link {
    display: block;
    width: 126px;
    height: 33px;
    background-image: url(../images/btn_order.gif);
}
#home .right-content {
	float: left;
	width: 446px;
	padding-top: 77px;
	
}
#home .page-title {
	margin-left: 46px;
	margin-bottom: 67px;
	border-left: 1px #9e9e9e solid;
	padding: 20px 13px 26px 13px;
	text-align: left;
	font-family: Times New Roman, Times, serif;
}
#home .right-content .page-title h1 {
	line-height: 40px;
	font-family: Times New Roman, Times, serif;
    font-size: 36px;
    color: #7a98ce;
}
#home .right-content .page-title h2 {
    font-family: Times New Roman, Times, serif;
	font-size: 25px;
	line-height: 27px;
}
#home .right-content .content {
	text-align: center;
}
#home .right-content .content .top {
	width: 355px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	text-align: justify;
}
#home .right-content .content .bottom {
	width: 286px;
	padding-top: 33px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#home .right-content .content .author {
	width: 286px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	text-align: left;
}
/********** START of BOOK PAGE ***************/
#book .page {
	background-color: #1d1d1d;
	background-image: url(../images/page_top_pic.gif);
    background-position: right top;
	background-repeat: no-repeat;
	padding-top: 104px;
	width: 782px;
}
#book .page .content {
    padding: 0 30px 0 30px;
    background-position: top;
    background-repeat: repeat-x;
} 
#book .content-title {
    padding: 16px 0 46px 0;
    text-align: right; 
}
#book .content-title p {
    line-height: 42px;
}
#book h1 {
    display: inline;
    font-family: Times New Roman, Times, serif;
    font-size: 36px;
    color: #7a98ce;
}
#book h2 {
    display: inline;
    font-family: Times New Roman, Times, serif;
    font-size: 23px;
}
#book .sub-title {
    line-height: 18px;    
    font-size: 12px;
}
#book .sub-title .upper {
    text-transform: uppercase;
    font-weight: bold;
}
#book .sub-title .left {
    float: left;
    width: auto;
    font-size: 16px;
}
#book .sub-title ul.right {
    float: right;
    width: auto;
}
#book .sub-title ul.right li {
    float: left;
}
#book .sub-title ul.right li span.active-link {
	color: #FFF;
	background-color: #767676;
	padding: 1px 4px;
}
#book .sub-title ul.right li.first {
    padding-right: 10px;
}
#book .sub-title ul.right li a {
	padding: 1px 4px;
}
#book .sub-title ul.right li a:hover {
    display: inline;
}
#book .sub-title ul.right li .divide {
    padding: 0 7px 0 7px;
}
#book .content .text {
    padding: 21px 0 14px 0;
    text-align: justify;
}
#book .text p {
	line-height: 1.5;
	margin-bottom: 10px;
}
#book .content .author {
    text-align: left;
    font-style: italic;
}
#book .content div.hr {
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	background-color: #797979;
	margin: 20px auto;
}
#book .form-wrapper {
    clear: both;
}
#book .form-wrapper .book-pic {
    float: left;
    height: 182px;
    width: 107px;
    background-image: url(../images/book-small-pic.gif);
    background-position: 0px 16px;
    background-repeat: no-repeat;
}
#book .form-wrapper .order-wrapper {
    float: left;
    width: auto;
}
#book .order-wrapper .order {
    margin-top: 35px;
    padding: 15px 0 0 15px;
    border-left: 1px #8e8e8e solid;
    text-align: left;
}
#book .order-wrapper h1 {
    display: block;
    font-family: Times New Roman, Times, serif;
    font-size: 36px;
    color: #7a98ce;
    line-height: 36px;
}
#book .order-wrapper h2 {
    display: block;
    font-family: Times New Roman, Times, serif;
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 13px;
}
#book .order-link {
    display: block;
    height: 31px;
    width: 105px;
    background-image: url(../images/btn_order2.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
/**** FOOTER *****************/
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	border: 2px #212121 solid;
	border-top: none;
	text-align: center;
	padding: 21px 0 14px 0;
	line-height: 16px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/******** bottom shadow *************/
.bottom-shadow {
    width: 802px;
    margin-left: auto;
    margin-right: auto;
	height: 30px;
	background-image: url(../images/bottom_shadow_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.bottom-shadow .left {
	float: left;
	height: 30px;
	width: 20px;
	background-image: url(../images/bottom_shadow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-shadow .right {
	float: right;
	height: 30px;
	width: 22px;
	background-image: url(../images/bottom_shadow_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
a.amazon {
	color: #7a98ce;
	text-decoration: underline;
}
a.amazon:hover {
	text-decoration: none;
}
