

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}body, input, select, textarea {
	font: 16px/21px Georgia, Times, Serif;
	color: #432;
}

body {
	background: #DCA url('../images/bg.jpg') left top repeat;
}

a { color: #674; text-decoration: none; }
	a:hover { text-decoration: underline; }

.bull { list-style: disc; margin-left: 30px; }
.full { width: 960px; }
.half { width: 440px; }
.twothird { width: 590px; }
.onethird { width: 290px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.left.push { margin-right: 20px; }

	.push { margin-bottom: 20px; }
.smalltext { font-size: 10px; line-height: 14px; }
.over { overflow: hidden; }
.under { text-decoration: underline; }
.hidden { display: none; }


h1, h2, h3, #title {
	font-family: Copperplate Gothic Light, sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 3px solid #442;
	padding-bottom: 10px;
}

h2 {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

img { display: block; }
.image { border: 3px solid #DCA; width: 150px; }
.caption {
	display: block;
	color: #442;
	background-color: #DCA;
	font-size: 10px;
	text-align: center;
}

#container {
	width: 876px;
	margin: auto;
	margin-bottom: 50px;
	border-bottom: 12px solid #442;
	-moz-box-shadow: 0 0 40px #442;
	-webkit-box-shadow: 0 0 40px #442;
	box-shadow: 0 0 40px #442;
	
	
	background: rgb(255, 255, 255);
	
	background: rgba(255, 255, 255, 0.3);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

#header {
	position: relative; 
	z-index: 500;
}

#logo {
	display: block;
	width: px;
	height: px;
	text-indent: -9999px;
	background: url('../images/logo.gif') left top no-repeat;
}
	#logo:hover { background-position: 0 -px; }

#title {
	display: block;
	padding-top: 150px;
	background: #AB8 url('../images/header.jpg') left top no-repeat;
	height: 40px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #442;
	
	text-shadow: 1px 1px 0 #CEA;
}
	#title:hover { text-decoration: none; background-color: #DCA; }

#nav {
	overflow: hidden;
	border-bottom: 3px solid #AB8;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	color: #AB8;
	float: left;
	width: 135px;
	height: 18px;
	padding: 20px;
	text-align: center;
	background-color: #442;
	border-right: 1px solid #DDB;
	border-bottom: 3px solid #442;
	font-style: italic;
	
	text-shadow: 1px 1px 0 #220;
}
	#nav li a#international_rights { border-right: none; width: 132px; padding-top: 10px; height: 28px; }
	#nav li a:hover, #nav li a.active { border-bottom: 3px solid #AB8; text-decoration: none; }

#content {
	padding: 40px;
	min-height: 100px;
	position: relative; 
	z-index: 50;
	
	text-shadow: 1px 1px 0 #FFF;
}

#hometext {
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-family: Georgia, Times, Serif;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0;
}

#homebooks { height: 160px; padding: 45px 0 0; margin-top: -40px; }
#homebooks .book {
	display: block;
	float: left;
	margin-right: 15px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
	.book { position: relative; }
	#homebooks .book.last { margin-right: 0; }
	.book span.corner {
		display: block;
		width: 150px;
		height: 150px;
		background: url(../images/book_corner.png) right bottom no-repeat;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
#deals { width: 930px; }

#deals .deal {
	width: 212px;
	background-color: #AB8;
	text-shadow: 1px 1px 0 #CEA;
	padding: 20px;
	float: left;
	margin: 0 20px 20px 0;
}
	#deals .deal:hover {
		background-color: #BC9;
		text-shadow: 1px 1px 0 #CEA;
		box-shadow: 0 0 25px #FFF;
		-moz-box-shadow: 0 0 25px #FFF;
		-webkit-box-shadow: 0 0 25px #FFF;
	}

.project {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #442;
	overflow: hidden;
}
	.subtitle { font-size: 18px; color: #986; }
	.project.bones_of_contention {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.projectinfo { width: 620px; overflow: hidden; }
	.project .highslide { border-color: #442; margin-bottom: 0; }
	.project .highslide:hover { border-color: #AB8; }
	.review {
		margin: 10px 0;
		padding: 10px;
		background-color: #AB8;
		font-size: 12px;
		line-height: 18px;
		
		text-shadow: 1px 1px 0 #CEA;
	}

#footer {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #442; 
	padding: 10px;
	text-align: center;
	background-color: #AB8;
	
	text-shadow: 1px 1px 0 #CEA;
}
	#footer a { color: #442; }
