@charset "utf-8";
/* CSS Document */

/* --- DOCUMENT LAYOUT --- */

body 
{
	margin:0px;
	padding:0px;
	background-image:url(../images/mainbg-back-bottom.jpg);
	
}
a:link {
	color: #ffffcc;
}
a:visited {
	color: #ffffcc;
}
a:hover {
	color: #ffffcc;
}
a:active {
	color: #ffffcc;
}
	

/* --- MAIN CONTAINER --- */

#main-container
{
	width: 100%;
	min-height: 100%;
	margin: 0 auto -4em; 
	text-align: left;
}

/* --- HEADER --- */

#header-container
{
	width: 960px;
	height: 62px;
	margin: 0 auto; 
	text-align: left;
	z-index:0;
}

#header-logo
{
	width: 287px;
	height:62px;
	float: left;
	margin-left:40px;
}

#header-navigation
{
	width: 563px;
	padding-top:2px;
	float: right;
	color:#FFF;
}

/* --- NAVIGATION MENU --- */

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 52px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -50000px;
	height: 52px;
	background-repeat: no-repeat;
}
.home {background-image: url(../images/nav_home_down.png); width: 120px;}
.home a {background-image: url(../images/nav_home_up.jpg);}
.publications {background-image: url(../images/nav_publications_down.png); width: 120px;}
.publications a {background-image: url(../images/nav_publications_up.jpg);}
.blog {background-image: url(../images/nav_blog_down.png); width: 120px;}
.blog a {background-image: url(../images/nav_blog_up.jpg);}
.contact {background-image: url(../images/nav_contact_down.png); width: 121px;}
.contact a {background-image: url(../images/nav_contact_up.jpg);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* --- TOP MIDDLEBAR FRONTPAGE --- */


#topbar {
	height:251px;
	background-image:url(../images/middlebg-background.jpg);
	left:0px;
	right:0px;
}

#topbar-container
{
	width: 960px;
	height:251px;
	background-image:url(../images/naas-bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	text-align: left;
}

#topbar-container .jdlogo
{
	width: 468px;
	margin-top:35px;
	height:216px;
	float: left;
}

#topbar-container .jd-description
{
	width: 487px;
	margin-top:35px;
	margin-left:5px;
	height:216px;
	float: right;
}

#topbar-container .jd-description p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

#topbar-container em
{
	font-weight:bold;
}

/* --- TOP BAR PUBLICATIONS PAGE --- */

#topbar-publications 
{
	height:242px;
	background-image:url(../images/middlebg-background.jpg);
	left:0px;
	right:0px;
}


#topbar-publications-container
{
	width: 960px;
	height:242px;
	margin: 0 auto; 
	text-align: left;
	background-image:url(../images/top-publications-bg.jpg);
}


#topbar-publications-container .justpublishedbook
{
	margin-top:25px;
	margin-left:35px;
	width: 605px;
	height:177px;
	float: left;
}

#topbar-publications-container .justpublishedbook h1
{
	font-family:Georgia;
	font-size: 25px;
	font-weight:100;
}

#topbar-publications-container .justpublishedbook p
{
	font-family:Georgia;
	font-size: 15px;
	font-weight:100;
}

#topbar-publications-container .justpubprice
{
	height:40px;
	width:230px;
	float: left;
	color:#600;
	font-weight:300;
	font-size:36px;
}

#topbar-publications-container .justpuboptions
{
	height:40px;
	width:310px;
	float:right;
}

#topbar-publications-container .bookcover
{
	width: 320px;
	margin-top:7px;
	height:235px;
	float: right;
}


/* --- TOP BAR CART PAGES --- */

#topbar-cart 
{
	height:1000px;
	background-image:url(../images/middlebg-background.jpg);
	left:0px;
	right:0px;
}

#topbar-cart-container
{
	width: 960px;
	height:1000px;
	margin: 0 auto; 
	text-align: left;
}


/* --- TOP BAR BOOKS PAGES --- */

#topbar-contact 
{
	height:700px;
	background-image:url(../images/middlebg-background.jpg);
	left:0px;
	right:0px;
}

#topbar-contact-container
{
	width: 960px;
	height:700px;
	margin: 0 auto; 
	text-align: left;
}

#topbar-contact-container .contactform
{
	width: 550px;
	padding-top:1px;
	float:right;
}


#topbar-contact-container .contactdetails
{
	width: 410px;
	padding-top:25px;
	float:left;
}

#topbar-contact-container .contactdetails h1
{
	font-family:Georgia;
	font-weight:100;
	font-size:25px;
}

#topbar-contact-container .contactdetails h2
{
	font-family:Georgia;
	font-weight:100;
	font-size:20px;
}

#topbar-contact-container .contactdetails p
{
	font-family:Georgia;
	font-weight:100;
	font-size:15px;
}


#topbar-contact-container .contactdetails a
{
	color:#333;
	text-decoration:underline;
}

#topbar-contact-container .contactdetails a:hover
{
	color:#600;
	text-decoration:none;
}

#topbar-contact-container .contactdetails a:visited
{
	color:#333;
	text-decoration:underline;
}

/* --- TOP BAR BOOKS PAGES --- */

#topbar-books 
{
	height:430px;
	background-image:url(../images/middlebg-background.jpg);
	left:0px;
	right:0px;
}

#topbar-books-container
{
	width: 960px;
	height:430px;
	margin: 0 auto; 
	text-align: left;
}

#topbar-books-container .thebook
{
	width: 337px;
	margin-top:35px;
	margin-left:40px;
	height:395px;
	float: left;
}

#topbar-books-container .thebookdescription
{
	width: 583px;
	margin-top:35px;
	height:395px;
	float: right;
}

#topbar-books-container .thebookdescription h1
{
	font-family:Georgia;
	font-weight:100;
	font-size:25px;
}

#topbar-books-container .thebookdescription p
{
	text-align:justify;
	font-family:Georgia;
	font-weight:100;
	font-size:15px;
}

/* --- MIDDLE BAR PUBLICATIONS PAGE --- */

#middlebar-publications {
	height:65px;
	background-color:#000;
	left:0px;
	right:0px;
}

#middlebar-publications-container
{
	width: 960px;
	height:65px;
	margin: 0 auto; 
	text-align: left;
	
}

#middlebar-publications-container .previousbook-header h2
{
	width: 450px;
	margin-top:20px;
	height:40px;
	float: left;
	font-family:Georgia;
	font-weight:100;
	color:#ffffcc;
	font-size:25px;
}

#middlebar-publications-container .tooltip
{
	width: 350px;
	margin-top:30px;
	margin-right:25px;
	height:20px;
	float: right;
	text-align:right;
	font-family:Georgia;
	color:#ffffcc;
	font-size:16px;
}





/* --- MIDDLE CONTENT --- */

#middlebar {
	height:290px;
	background-image:url(../images/hotoffthepressbg.jpg);
	left:0px;
	right:0px;
}

#middlebar-container
{
	width: 960px;
	height:290px;
	background-image:url(../images/bottombar-bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	text-align: left;
}

#middlebar-container .jp-readmore
{
	width: 164px;
	height: 91px;
	margin-left:529px;
	margin-top:20px;
	z-index:400;
}

#middlebar-container .jp-description
{
	width: 693px;
	margin-top:25px;
	height:265px;
	float: left;
	z-index:200;
}

#middlebar-container .jp-description h1
{
	margin-top:0;
	font-family:Georgia;
	font-size:34px;
	font-weight:100;
	color: #ffffcc;
}

#middlebar-container .jp-description h2
{
	margin-top:0;
	font-family:Georgia;
	font-weight:100;
	font-size:26px;
	color: #ffffff;
}

#middlebar-container .jp-description p
{
	font-family:Georgia;
	font-weight:100;
	font-size:17px;
	color: #ffffff;
}

#middlebar-container .jp-bookcover
{
	width: 262px;
	padding-top:10px;
	height: 285px;
	float: right;
}
/* --- BOTTOMBAR JUST PUBLISHED --- */

#bottombar-jp-container
{
	width: 960px;
	height:650px;
	margin: 0 auto; 
	text-align: left;
	clear:both;
	color:#FF9;
	font-family:Georgia;
	font-weight:300;
	font-size:13px;
}

/* --- BOTTOMBAR CONTENT --- */


#bottombar-container
{
	width: 960px;
	height:290px;
	margin: 0 auto; 
	text-align: left;
}

#bottombar-container .bc-spotlight
{
	width: 500px;
	margin-top:30px;
	min-height:250px;
	float: left;
}

#bottombar-container .bc-spotlight h3
{
	margin-top:0;
	font-family:Georgia;
	font-size:22px;
	font-weight:100;
	color: #ffffcc;
}

#bottombar-container .bc-spotlight h4
{
	margin-top:0;
	font-family:Georgia;
	font-style:italic;
	font-size:17px;
	font-weight:100;
	color: #ffffcc;
}


#bottombar-container .bc-spotlight p
{
	font-family:Georgia;
	font-weight:100;
	font-size:15px;
	color: #ffffff;
}


#bottombar-container .bc-readmore-left
{
	width: 164px;
	height: 91px;
	padding-left:380px;
}

#bottombar-container .bc-readmore-right
{
	width: 164px;
	height: 91px;
	padding-left:290px;
}

#bottombar-container .buythebook
{
	width: 131px;
	padding-top:15px;
	height: 40px;
	float:right;
}

#bottombar-container .bookinfo
{
	width: 260px;
	height: 40px;
	padding-left:0px;
	float: left;
}

#bottombar-container .costofbook
{
	font-family:Georgia;
	font-size:28px;
	font-weight:200;
	color:#FF9;
}

#bottombar-container .additionalinfo
{
	font-family:Georgia;
	font-size:11px;
	font-weight:100;
	color:#FF9;
}

#bottombar-container .dispatchinfo
{
	font-family:Georgia;
	font-size:10px;
	font-style:italic;
	font-weight:100;
	color:#F90;
}

#bottombar-bookleft
{
	float:left;
}

#bottombar-container .bookbuy
{
	width: 400px;
	margin-top:30px;
	min-height:250px;
	float: right;
}


#bottombar-container .bookbuy h3
{
	margin-top:0;
	font-family:Georgia;
	font-size:22px;
	font-weight:100;
	color: #ffffcc;
}

#bottombar-container .bookbuy p
{
	font-family:Georgia;
	font-weight:100;
	font-size:15px;
	color: #ffffff;
}

#bottombar-container .bc-blog
{
	width: 400px;
	margin-top:30px;
	min-height:250px;
	float: right;
}

#bottombar-container .bc-blog h3
{
	margin-top:0;
	font-family:Georgia;
	font-size:22px;
	font-weight:100;
	color: #ffffcc;
}

#bottombar-container .bc-blog li
{
	font-family:Georgia;
	font-size:15px;
	font-weight:100;
	color:#FFF;
	list-style:none;
	margin-left:0px;
}

/* --- FOOTER --- */



#footer
{
	height: 10em;
	background-image:url(../images/footerbg.jpg);
}

#footer-container
{
	width: 960px;
	margin: 0 auto; 
	text-align: left;
}

#footer-container .foot-left-top
{
	width: 500px;
	margin-top:10px;
	float: left;
}

#footer-container .foot-left-top p
{
	font-family:Georgia;
	font-size:12px;
	font-weight:100;
	color:#ffffcc;
}

#footer-container .foot-left-top a:link
{
	text-decoration:underline;
	color:#ffffcc;
}

#footer-container .foot-left-top a:hover
{
	text-decoration:none;
	color:#ffffcc;
}

#footer-container .thefinerprint
{
	font-family:Georgia;
	font-size:10px;
	font-weight:100;
	color:#ffffcc;
}

#footer-container .contactinfo
{
	width: 420px;
	float: right;
	text-align:right;
	color:#ffffcc;
}

#footer-container .contactinfo p
{
	font-family:Georgia;
	font-size:12px;
	font-weight:100;
	color:#ffffcc;
}

#footer-container .contactinfo a
{
	text-decoration:underline;
	color:#ffffcc;
}

#footer-container .contactinfo a:link
{
	text-decoration:underline;
	color:#ffffcc;
}

#footer-container .contactinfo a:hover
{
	text-decoration:none;
	color:#ffffcc;
}

#footer-container .contactinfo a:visited
{
	color:#ffffcc;
	text-decoration:underline;
}
#footer-container .contactinfo a:active
{
	color:#ffffcc;
	text-decoration:underline;
}
