/* Initialize
-------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	font: 13px/18px Arial, Sans-Serif;
	}



/* Structure (box centered horizontally and vertically)
-------------------------------------------------------------------------------- */

body {
	background-color: #4a3f3b;
	text-align: center;
	}

div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
div#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -345px;		/* half of container's height */
	float: left;
	}

div#container {
	margin: 10px auto 10px auto;
	position: relative;			/* puts container in front of distance */
	text-align: center;
	width: 960px;
	height: 660px;
	clear: left;
	border: 1px solid #fff;
	}

div#footer {
	position: relative;
	padding-bottom: 10px;
	}
div#footer p {
	text-align: center;
	color: #8d807c;
	}
div#footer a:link, div#footer a:visited {
	color: #b2a8a5;
	text-decoration: none;
	border-bottom: 1px dotted #b2a8a5;
	}
div#footer a:hover, div#footer a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
	}



/* Backgrounds
-------------------------------------------------------------------------------- */

div.bg {
	position: relative;
	width: 950px;
	height: 650px;
	margin: 5px;
	background-color: #fff;
	}
div#bg-home {
	background: url(../images/bg-home.jpg) no-repeat top left;
	}
div#bg-theagency {
	background: url(../images/bg-theagency.jpg) no-repeat top left;
	}
div#bg-ouragents {
	background: url(../images/bg-ouragents.jpg) no-repeat top left;
	}
div#bg-ourbooks {
	background-color: #e5dfdd;
	}
div#bg-subsidiaryrights {
	background: url(../images/bg-subsidiaryrights.jpg) no-repeat top left;
	}
div#bg-contactus {
	background: url(../images/bg-contactus.jpg) no-repeat top left;
	}


/* Logo
-------------------------------------------------------------------------------- */

div#logo {
	position: absolute;
	top: 40px;
	left: 40px;
	}



/* Menu and Content Structure and Functionality
-------------------------------------------------------------------------------- */

div#content {
	position: absolute;
	top: 40px;
	right: 40px;
	text-align: right;
	width: 580px;
	}


	
/* menu link styles ------------------------------------------------------------ */


div#content ul li {
	list-style: none;
	margin-bottom: 5px;
	}
* html div#content ul li {
	white-space: nowrap;
	}
	
div#content li a.menulink:link, div#content li a.menulink:visited {
	display: inline-block;
	background-color: #8d807c;
	font: italic bold 13px/16px Palatino, Times, Serif;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px 4px 15px;
	}
div#content li a.menulink:hover, div#content li a.menulink:active {
	background-color: #786c68;
	}


/* translucent white content area ---------------------------------------------- */

div#content-theagency, 
div#content-ouragents,
div#content-subsidiaryrights,
div#content-contactus {
	display: none;
	float: left;
	width: 435px;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-khtml-opacity:0.9;
	text-align: center;
	}
div#content-theagency div, 
div#content-ouragents div,
div#content-subsidiaryrights div,
div#content-contactus div {
	margin: 20px 15px 0 15px;
	padding-bottom: 25px;
	text-align: left;
	white-space: normal;
	}

/* our agents page content area scrollbars ---------------------------------- */

div#content-ouragents {
	max-height: 480px;
	overflow-y: auto;
	}
* html div#content-ouragents {
	height: 480px;
	}


/* Main Content Styles
-------------------------------------------------------------------------------- */

div#content ul li div div a:link, div#content ul li div div a:visited {
	position: relative;		/* fixes IE8 no background color change on :hover bug */
	text-decoration: none;
	border-bottom: 1px dotted #ec6c2c;
	color: #ec6c2c;
	}
div#content ul li div div a:hover, div#content ul li div div a:active {
	border-bottom: 0;
	background-color: #ec6c2c;
	color: #fff;
	}

h3 {
	font: 14px/18px Arial, Sans-Serif;
	margin: 15px 0 3px 0;
	color: #000;
	}

p {
	font: 13px/18px Arial, Sans-Serif;
	color: #000;
	margin: 10px 0;
	}

p span {
	font: bold 15px/19px Palatino, Times, Serif;
	color: #ec6c2c;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

ul.nobullet li {
	font: 13px/13px Arial, Sans-Serif;
	list-style: none;
	margin: 0;
	padding: 0;
	}

td {
	padding-right: 40px;
	vertical-align: top;
	}
	
.topmargin15 {
	margin-top: 15px;
	}
.nobottommargin {
	margin-bottom: 0;
	}
	
	
	

/* Our Books page Special Formatting 
-------------------------------------------------------------------------------- */


/* submenu --------------------------------------------------------------------- */

div#content-ourbooks {
	margin-top: 5px;
	display: none;
	float: left;
	overflow: visible;
	}
ul#submenu-ourbooks li {
	display: inline;
	margin-right: 5px;
	}


/* nav arrows ------------------------------------------------------------------ */

div#leftarrow {
	position: absolute;
	left: -315px;
	top: 380px;
	display: none;
	}
div#rightarrow {
	position: absolute;
	left: 575px;
	top: 380px;
	display: none;
	}
div.arrow span {
	display: none;
	}

div#leftarrow a {
	background: url("../images/leftarrow.gif") no-repeat top left;
	}
div#rightarrow a {
	background: url("../images/rightarrow.gif") no-repeat top left;
	}

div#content div.arrow a:link, div#content div.arrow a:visited {
	display: block;
	width: 30px;
	height: 54px;
	border: 0;
	}
div#content div.arrow a:hover, div#content div.arrow a:active {
	background-position: -30px 0;
	background-color: transparent;
	border: 0;
	}


/* book grid ------------------------------------------------------------------ */

div#bookgrid {
	position: absolute;
	top: 215px;
	left: -285px;
	}

div#bookgrid table td {
	width: 140px;
	height: 195px;
	padding: 0;
	margin: 0;
	}
div#bookgrid table td img {
	border: 1px solid #8d807c;
	width: 115px;
	height: 170px;
	}


/* book pages ------------------------------------------------------------------ */

	
div#bookinfo {
	width: 410px;
	text-align: left;
	margin: 10px 10px 15px 10px;
	}
div#bookinfo h1 {
	font: bold 17px/20px Palatino, Times, Serif;
	letter-spacing: -1px;
	color: #ec6c2c;
	}

div#bookinfo h2 {
	font: 17px/20px Arial, Sans-Serif;
	color: #8d807c;
	margin-top: 10px;
	}
div#bookinfo h3 {
	font: 13px/16px Arial, Sans-Serif;
	color: #8d807c;
	}
div#bookinfo p {
	margin: 10px 0;
	}
	
div#bookinfo p.quote {
	font: italic 15px/19px Palatino, Times, Serif;
	margin-bottom: 0;
	}
div#bookinfo p.credit {
	font: 11px/18px Arial, Sans-Serif;
	color: #4a3f3b;
	text-transform: uppercase;
	margin-top: 3px;
	}
	

div#bookinfo a:link, div#bookinfo a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ec6c2c;
	color: #ec6c2c;
	}
div#bookinfo a:hover, div#bookinfo a:active {
	border-bottom: 0;
	background-color: #ec6c2c;
	color: #fff;
	}

