/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

body
{
	color: #fff;
	font-family: Arial;
}

h1
{
	font-size: 3.0em;
}
	
#header
{
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	height: 70px;
	width: 920px;
}

#nav
{
	margin: 0 auto;
	padding: 0px;
	height: 30px;
	width: 920px;
	background-color: #f9f9fa;
}

#subNavDiv
{
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 35px;
	height: 42px;
	width: 885px;
	background-color: #f1f1f2;
}

.mainNav
{
	color: #000;
}

.subNav
{
	color: #000;
}

.mainNav li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subNav li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subNav li a.onbusiness
{
	display: block;
	width: 107px;
	height: 42px;
	background: url("assets/publications/menu/business_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.onbiographys
{
	display: block;
	width: 136px;
	height: 42px;
	background: url("assets/publications/menu/biographys_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.ongeneral
{
	display: block;
	width: 99px;
	height: 42px;
	background: url("assets/publications/menu/general_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.ontravel
{
	display: block;
	width: 87px;
	height: 42px;
	background: url("assets/publications/menu/travel_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.onviewall
{
	display: block;
	width: 100px;
	height: 42px;
	background: url("assets/publications/menu/viewall_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.onphotography
{
	display: block;
	width: 139px;
	height: 42px;
	background:url("assets/publications/menu/photography_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.oncooking
{
	display: block;
	width: 103px;
	height: 42px;
	background:url("assets/publications/menu/cooking_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a.onillustrated
{
	display: block;
	width: 123px;
	height: 42px;
	background:url("assets/publications/menu/illustrated_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

/***rollover class'***/

.mainNav li a.onairsquadron
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/airsquadron_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}


.mainNav li a.onhome
{
	display: block;
	width: 65px;
	height: 30px;
	background: url("assets/home_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.onabout
{
	display: block;
	width: 65px;
	height: 30px;
	background: url("assets/aboutus_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.onpub
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/publications_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.onshop
{
	display: block;
	width: 49px;
	height: 30px;
	background: url("assets/shop_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.oncontact
{
	display: block;
	width: 87px;
	height: 30px;
	background: url("assets/contactus_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.oncomment
{
	display: block;
	width: 47px;
	height: 30px;
	background: url("assets/commentry_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.onspecial
{
	display: block;
	width: 128px;
	height: 30px;
	background: url("assets/specialist_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}


.mainNav li a.onsub
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/submissions_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a.onforthcoming
{
	display: block;
	width: 128px;
	height: 30px;
	background: url("assets/forthcoming_btn_rollover.gif");
	background-repeat: no-repeat;
	float: left;
}

/***rollover class end***/

.subNav li a.businessbtn
{
	display: block;
	width: 107px;
	height: 42px;
	background: url("assets/publications/menu/business_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.businessbtn
{
	background: url("assets/publications/menu/business_btn_rollover.gif");
}

.subNav li a.biographysbtn
{
	display: block;
	width: 136px;
	height: 42px;
	background: url("assets/publications/menu/biographys_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.biographysbtn
{
	background: url("assets/publications/menu/biographys_btn_rollover.gif");
}

.subNav li a.generalbtn
{
	display: block;
	width: 99px;
	height: 42px;
	background: url("assets/publications/menu/general_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.generalbtn
{
	background: url("assets/publications/menu/general_btn_rollover.gif");
}

.subNav li a.travelbtn
{
	display: block;
	width: 87px;
	height: 42px;
	background: url("assets/publications/menu/travel_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.travelbtn
{
	background: url("assets/publications/menu/travel_btn_rollover.gif");
}

.subNav li a.viewallbtn
{
	display: block;
	width: 100px;
	height: 42px;
	background: url("assets/publications/menu/viewall_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.photographybtn
{
	background: url("assets/publications/menu/photography_btn_rollover.gif");
}

.subNav li a.photographybtn
{
	display: block;
	width: 139px;
	height: 42px;
	background: url("assets/publications/menu/photography_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.cookingbtn
{
	background: url("assets/publications/menu/cooking_btn_rollover.gif");
}

.subNav li a.cookingbtn
{
	display: block;
	width: 103px;
	height: 42px;
	background: url("assets/publications/menu/cooking_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.illustratedbtn
{
	background: url("assets/publications/menu/illustrated_btn_rollover.gif");
}

.subNav li a.illustratedbtn
{
	display: block;
	width: 123px;
	height: 42px;
	background: url("assets/publications/menu/illustrated_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.subNav li a:hover.viewallbtn
{
	background: url("assets/publications/menu/viewall_btn_rollover.gif");
}

.mainNav li a.airsquadronbtn
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/airsquadron_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.airsquadronbtn
{
	background: url("assets/airsquadron_btn_rollover.gif");
}

.mainNav li a.homebtn
{
	display: block;
	width: 65px;
	height: 30px;
	background: url("assets/home_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.homebtn
{
	background: url("assets/home_btn_rollover.gif");
}

.mainNav li a.aboutbtn
{
	display: block;
	width: 65px;
	height: 30px;
	background: url("assets/aboutus_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.aboutbtn
{
	background: url("assets/aboutus_btn_rollover.gif");
}

.mainNav li a.pubbtn
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/publications_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.pubbtn
{
	background: url("assets/publications_btn_rollover.gif");
}

.mainNav li a.shopbtn
{
	display: block;
	width: 49px;
	height: 30px;
	background: url("assets/shop_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.shopbtn
{
	background: url("assets/shop_btn_rollover.gif");
}

.mainNav li a.contactbtn
{
	display: block;
	width: 87px;
	height: 30px;
	background: url("assets/contactus_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.contactbtn
{
	background: url("assets/contactus_btn_rollover.gif");
}



.mainNav li a.commentbtn
{
	display: block;
	width: 47px;
	height: 30px;
	background: url("assets/commentry_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.commentbtn
{
	background: url("assets/commentry_btn_rollover.gif");
}

.mainNav li a.specialbtn
{
	display: block;
	width: 128px;
	height: 30px;
	background: url("assets/specialist_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.specialbtn
{
	background: url("assets/specialist_btn_rollover.gif");
}

.mainNav li a.forthcomingbtn
{
	display: block;
	width: 128px;
	height: 30px;
	background: url("assets/forthcoming_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.forthcomingbtn
{
	background: url("assets/forthcoming_btn_rollover.gif");
}

.mainNav li a.submissionbtn
{
	display: block;
	width: 80px;
	height: 30px;
	background: url("assets/submissions_btn.gif");
	background-repeat: no-repeat;
	float: left;
}

.mainNav li a:hover.submissionbtn
{
	background: url("assets/submissions_btn_rollover.gif");
}

#mainContainerBook
{
	margin: 0 auto;
	padding: 0px;
	height: 623px;
	width: 920px;
	background:#f1f1f2;
	z-index:1;
}

#homepageQuote
{
	position:relative;
	float:right;
	width:450px; /* actual value */
	padding-left:0px;
	padding-right:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
}

#homepageBookMonth
{
	margin: 0 auto;
	padding: 0px;
	height: 233px;
	width: 920px;
	background: #f1f1f2
}

#mainContainerHome
{
	margin: 0 auto;
	padding: 0px;
	height: 557px;
	width: 920px;
	background:#f1f1f2;
	z-index:1;
}


#mainContainer
{
	margin: 0 auto;
	padding: 0px;
	height: 495px;
	width: 920px;
	background:#f1f1f2;
	z-index:1;
}

#pressComments
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#000;
}

#homePressComments
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#000;
}


#extraComments
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
}


#bookDetail
{
	margin: 0 auto;
	padding: 0px;
	height: 128px;
	width: 920px;
	background: #f1f1f2
}

#bottomMenu
{
	margin: 0 auto;
	padding: 0px;
	height: 28px;
	width: 920px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:center;
	background: url('assets/bg_bottom.gif') no-repeat;
	}

#headerDiv
{
	width: 920px;
	height: 135px;
}

#headerDivHome
{
	width: 920px;
	height: 200px;
}

#bodyDiv
{
	width:890;
	height:551;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62px;
	padding-left: 30px;
	padding-top: 30px;
	color:#000
}

#flashDiv
{
	width:890;
	height:551;
}

#aboutDiv
{
	width:890;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	padding-left: 30px;
	padding-right:30px;
	padding-top: 30px;
	color:#000;
	background-color:#f1f1f2;
}

#bespokeDiv
{
	width:890;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	padding-left: 30px;
	padding-right:30px;
	padding-top: 30px;
	color:#000;
	background-color:#f1f1f2;
}

#contactDiv
{
	width:890;
	height:551;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left: 30px;
	padding-top: 30px;
	color:#000;
}

#contactDiv a
{
	color: #000;
}

#bottomMenu a
{
color: #000;
}
#publicationstext
{
	width:809;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
	color:#000
}

#publicationsDetailSpacer
{
	width:809;
	height:50;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:50px;
	padding-top:25px;
	padding-bottom:25px;
	color:#000
}

#publicationsmenu
{
	position:relative;
	float:right;
	margin: 0 auto;
	padding: 0px;
	width: 150px;
	height: 0px;
	background-color: #f1f1f2;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	padding-top: 40px;
}
	

#bookCenter
{
	padding-left:15px;

}

#publicationsCol1
{
	position:relative;
	float:left;
	width:140px; /* actual value */
	padding-left:20px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

#bookHeading
{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	color:#000;
}

#bookDetailCol1
{
	position:relative;
	float:left;
	width:190px; /* actual value */
	padding-left:20px;
	padding-right:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

#bookDetailCol2
{
	position:relative;
	float:left;
	width:190px; /* actual value */
	padding-left:5px;
	padding-right:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000;
}

#bookDetailCol3
{
	position:relative;
	float:left;
	height:400;
	width:250px; /* actual value */
	padding-left:15px;
	padding-right:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

#bookDetailCol4
{
	position:relative;
	float:left;
	width:160px; /* actual value */
	padding-left:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

#footer
{
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	height: 25px;
	background-color: #fff;
}

#footer p
{
	color: #aeb0b2;
	font-size: 12px;
	padding-left: 15px;
	width:190px;
}

#footerlinks
{
	color: #aeb0b2;
	font-size: 12px;
	margin-left: 700px;
	margin-top: -20px;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}

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