p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
img {
	border: none;
}
a, a:visited {
	color: #69202B;
}
a:hover {
	color: #222;
}
table td {
	padding: 4px;
	vertical-align: top;
}
h2, h3, h4, h5 { 
	color: #69202B; 
	margin: 5px 0 0;
	font-family: "Century Gothic", Myriad, Futura, sans-serif;
	font-weight: normal;
}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.3em;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
.clear { clear: both;}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/copybg.gif) repeat-y;
	overflow: hidden;
}
#header {
	height:260px;
	width:956px;
	background:url(../img/header.gif) no-repeat;
}
#header h1 {
	text-indent: -9000px;
}
#logo h1 a {
	text-indent: -9000px;	
}
/* --- navigation --- */
#nav-left, #nav-right {
	position: relative;
	color: #000;
	font: 1.1em "Century Gothic", Myriad, Futura, sans-serif;
}
#nav-left {
	top: 98px;
	left: 418px;
	width: 180px;
	float: left;
}
#nav-right {
	top: 118px;
	left: 480px;
	width: 180px;
	float: left;
}
#nav-left ul, #nav-right ul {
	list-style-type: none;
	list-style-position: outside;
}
#nav-left li, #nav-right li {
	padding-bottom: 20px;
	background: none;
	text-indent: 0;
}
#nav-left a, #nav-right a {
	display: block;
}
#nav-left a:link, #nav-right a:link, #nav-left a:visited, #nav-right a:visited {
	color: #000;
	text-decoration: none;
}
#nav-left a:hover, #nav-right a:hover {
	color: #69202B;
	text-decoration: none;
}
/* --- END HEADER--- */
#content {
	width: 956px;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
#content.landing-page {
	margin-top: 20px;
	width: 956px;
	background: url(../img/large-book.gif) no-repeat;
}
#content.landing-page {
	font-size: 1.4em;
}
#content.landing-page form {
	margin-top: 320px;
	float: right;
}
div#just-released {
	margin: 20px 40px 0 100px;
	width: 300px;
	font-size: 1.3em;
	line-height: 1.3em;
}
div#just-released h2 {
	font-size: 1.4em;
}
div#just-released p.small {
	font-size: .8em;
}
div#twitter {
	margin: 0 20px;
	border-top: 1px solid #ACC0A4;
}
div#left-col {
	width: 302px;
	margin: 20px;
	float: left;
}
div#left-col h2 {
	color: #69202B;
	font-size: 1.3em;
}
div#right-col {
	width: 515px;
	margin: 20px;
	float: left;
}
div#right-col h2 {
	height: 33px;
	background: url(../img/titlebg.gif) no-repeat;
}
div#right-col h3 {
	height: 33px;
	line-height: 36px;
	background: url(../img/titlebg.gif) no-repeat;
}
div#right-col h3.small {
	font-size: 1.2em;
	height: 33px;
	line-height: 36px;
	background: url(../img/titlebg.gif) no-repeat;
}
div#right-col.book {
	background: url(../img/small-book.gif) no-repeat;
}
div#right-col.book p {
	width: 50%;
}
/* drop shadow styling */
/* http://www.wubbleyew.com/tests/dropshadows.htm */
.dropshadow2 { 
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important; 
	background: url(../img/shadow.gif) no-repeat bottom right; 
	margin: 10px 0 10px 10px !important; 
	margin: 10px 0 10px 5px; 
	padding: 0px;
}
.innerbox { 
	position:relative; 
	bottom:6px; 
	right: 6px; 
	border: 1px solid #ACC0A4; 
	padding: 20px; 
	margin: 0;
}
.innerbox p {   
	margin: 3px;
}
.videobox { 
	position:relative; 
	bottom:6px; 
	right: 6px; 
	border: 1px solid #ACC0A4; 
	padding: 5px;
	margin: 0;
}
/* END drop shadow styling */
.source {
	color: #69202B;
	text-align: right;
	font-style: italic;
}
.red {
	color: #69202B;
	font-weight: bold;
}
.imageright {
	float: right;
	clear: right;
	margin:20px;
}
div.caption {
	width: 210px;
	margin-right: 20px;
	float: left;
}
div.caption img {
	padding: 0 5px;
	text-align: center;
}
div.caption p {
	width: 200px;
	padding: 0 5px;
	text-align: center;
	color: #69202b;
	font-style: italic;
}
p.announce {
	padding: 4px;
	color: #69202B;
	font-style: italic;
	text-align: center;
	background: #e4e9c7;
	border: 1px solid #ACC0A4;
}
p.neg-margin {
	margin-top: -16px;
}
.center {
	text-align: center;
}
.soldout {
	position: relative;
	z-index: 100;
	background:url(../img/soldout.gif) repeat-y;
}
/* form styles */
.form  {
	width: 500px;
}
fieldset {
	margin: 10px 0;
	padding:10px;
	border: 1px solid #DDD;
	background: #EEE;
}
legend { 
	padding: 2px 8px;
	font-size: 1.1em;
	color:#ACC0A4;
	background: #FFF;
	border: 1px solid #ACC0A4;
}
ul.form li { 
	list-style:none;
	clear:both; 
}
ul.form label { 
	text-align: right;
	float:left; 
	width:160px; 
	padding:5px;
}
.form input  {
	display:block; 
	float:left; 
	padding:3px; 
	margin:5px 0 7px;
	background:#FFF;
	border: 1px solid #ACC0A4;
	outline:none;
}
.form input:hover, input:focus, input:active { 
	border-color:#222; 
	background:#DDD;
}
.form em {
	font-size:0.8em; 
	color:#222; 
	font-style:normal;
}
.form .send { 
	width:150px; 
	height:35px; 
	padding:10px; 
	margin-right: 4px;
	text-align:center; 
	border: 1px solid #222; 
	font-weight:bold; 
	color:#222;   
}
.form .send:hover {
	cursor:pointer; 
	color:#222;
}
.input { 
	text-align: right; 
	color: #000;
}
#footer {
	margin: 0px auto;
	padding: 0 20px;
	position: relative;
	height:33px;
	width:916px;
	background:url(../img/footer.gif) no-repeat;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;
	line-height: 30px;
	color: #222;
}
#footer h2 a {
	text-decoration: none;
}
.footer-left {
	float: left;
}
.footer-left a, .footer-left a:visited {
	color: #000;
}
.footer-left a:hover {
	color: #69202B;
}
.footer-right {
	color: #FFF;
	float: right;
}
.footer-right a, .footer-right a:visited {
	color: #FFF;
}
.footer-right a:hover {
	color: #69202B;
}