/* base for every style sheet herein */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
 margin: 0; padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
}

/* centered container */
body {
	text-align: center; /*centers in IE*/
	background-color: #191919;
}
#wrapper {
	display: block;
	background-color: #FFFFFF;
	text-align: left; /*resets text alignment*/
	width: 768px; height: auto;
	margin: 0 auto; /*centers in FF, Op, etc*/
	padding-top: 10px;
}

.access { display: none; }

div.bottom {
	width: 194px;
	height: 25px;
	background: transparent url(images/sidebar-bottom.gif) 0 0 no-repeat;
	margin: 0;
}

/* ============ header styles =============== */
#masthead {
	display: block;
	height: 184px;
	width: 768px;
	background: transparent url(images/masthead.jpg) 0 0 repeat-x;
}
#masthead h1 {
	display: block;
	width: 342px;
	float: left;
	margin-left: 20px;
}
#masthead h1 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#masthead h1 a.twr {
	width: 56px;
	height: 29px;
	margin-top: 41px;
}
#masthead h1 a.main {
	width: 342px;
	height: 65px;
}

/*#masthead h1 a.twr:hover { background: transparent url(images/masthead-twr-x.jpg) 0 0 no-repeat; }
#masthead h1 a.main:hover { background: transparent url(images/masthead-epic_stories-x.jpg) -7px 0 no-repeat; }*/

#masthead h2 {
	display: none;
}

#masthead #nav {
	width: 164px;
	height: 151px;
	background: transparent url(images/navigation.jpg) 0 0 no-repeat;
	float: right;
	margin-top: 10px;
}

#masthead ul#topnav {
	width: 132px;
	height: 15px;
	list-style-type: none;
	clear: right;
	float:right;
	margin: 8px 23px 0 0;
}
#masthead ul#topnav li {
	display: inline;
	float: left;
}
/* --------- navigation styles --------- */
#masthead ul#topnav li a {
	display: block;
	height: 15px;
	text-indent: -99999px;
	text-decoration: none;
}

#masthead ul#topnav li.index a { width: 41px; background: transparent url(images/masthead-topnav.jpg) 0 0 no-repeat; }
#masthead ul#topnav li.sponsorship a { width: 38px; background: transparent url(images/masthead-topnav.jpg) -41px 0 no-repeat; }
#masthead ul#topnav li.twrorg a { width: 52px; background: transparent url(images/masthead-topnav.jpg) -79px 0 no-repeat; }

#masthead ul#topnav li.index a:hover { background: transparent url(images/masthead-topnav.jpg) 0 -15px no-repeat; }
#masthead ul#topnav li.sponsorship a:hover { background: transparent url(images/masthead-topnav.jpg) -41px -15px no-repeat; }
#masthead ul#topnav li.twrorg a:hover { background: transparent url(images/masthead-topnav.jpg) -79px -15px no-repeat; }

/* --------- order button styles --------- */
#masthead h3 a {
	font-size: 9px;
	float: right;
	width: 161px; height: 42px;
	background: transparent url(images/masthead-preorder.jpg) 0 0 no-repeat;
	margin: -19px 65px 0 0;
	text-decoration: none;
	text-indent: -9999px;
}
#masthead h3 a:hover { background: transparent url(images/masthead-preorder.jpg) 0 -42px no-repeat; }

/* ============ sidebar styles =============== */
#sidebar {
	clear: both;
	display: block;
	width: 194px;
	height: auto;
	float: left;
	margin: 0 0 14px 20px;
	background: transparent url(images/sidebar-bk.gif) 0 0 repeat-y;
}

#sidebar h3 {
	display: block;
	width: 194px;
	text-indent: -9999px;
}
#sidebar h3#available {
	height: 38px;
	background: transparent url(images/sidebar-h3-available.jpg) 0 0 no-repeat;
}
#sidebar ul#availabletn {
	width: 170px;
	margin: 6px 0 0 17px;
	list-style-type: none;
}
#sidebar ul#availabletn li {
	float: left;
	margin: 0 3px 2px 0;
}
#sidebar ul#availabletn li img { border: 0; margin: 0; }

#sidebar h3#soon {
	clear: both;
	height: 25px;
	padding-top: 7px;
	background: transparent url(images/sidebar-h3-soon.jpg) 0 7px no-repeat;
}

#sidebar ul {
	margin: 6px 0 14px 0;
	list-style-type: none;
}
#sidebar ul li {
	color: #4e4e3a;
	font-size: 10px;
	font-family: "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-left: 17px;
	margin-bottom: 8px;
}
#sidebar ul li span { 
	text-transform: uppercase;
	color: #0c3c6d;
}
#sidebar ul li ul { margin: 2px 0 0 2px; }
#sidebar ul li ul li { margin-bottom: 5px; }

#sidebar p {
	display: block;
	font-size: 11px;
	color: #333333;
	line-height: 175%;
	margin: 10px 12px 0 12px;
	padding-bottom: 11px;
	border-bottom: 1px dashed #CCCCCC;
}
#sidebar a { color: #81302D; font-weight: bold; text-decoration: none; }
#sidebar a:hover { color: #cc3333; text-decoration: underline; }

#sidebar em, #sidebar strong { color: #81302D; }

/* ============ content styles =============== */
#content {
	display: block;
	width: 514px;
	height: auto;
	float: left;
	margin: 0 0 16px 20px;
}
#content h3 {
	display: block;
	font-family: "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0c3c6d;
	border-bottom: 1px dotted #0c3c6d;
	margin: 14px 0 0 0;
}
#content h3#latest, #content h3#available {
	width: 142px;
	height: 19px;
	text-indent: -9999px;
	border: 0;
	margin-top: 6px;
	margin-bottom: 0;
}
#content h3#latest { background: transparent url(images/body-release_h2.jpg) 0 0 no-repeat; }
#content h3#available { background: transparent url(images/body-available_h2.jpg) 0 0 no-repeat; }

#content h4 {
	font-family: "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 14px 0 4px 0;
	color: #b74d00;
}
#content h5 {
	margin: 10px 0 3px 0;
	font-size: 16px;
	color: #cc3333;
	font-weight: normal;
}
#content h6 {
	clear: right;
	margin: 14px 0 3px 0;
	font-size: 14px;
	color: #0c3c6d;
	font-weight: normal;
}

#content p, #content address, form legend {
	font-size: 11px;
	line-height: 160%;
	text-align: justify;
	color: #676741;
}
#content p { margin: 0 0 10px 0; }
#contact address { margin: 0 0 10px 0; }

#content blockquote {
	font-size: 12px;
	font-style: italic;
	color: #CF9640;
	margin: 16px 0 6px 19px;
}

#content a {
	color: #cc3333;
}
#content a:hover {
	color: #666;
}
#content ul, #content ol, #content dl  {
	margin: 12px 19px 16px 0;
}
#content ul ul, #content ol ol {
	margin-top: 2px;
}
#content ul li, #content ol li, #content dl dd {
	font-size: 11px;
	color: #333333;
}
#content ul li, #content ol li {
	margin: 10px 0 0 30px;
}
#content ul li ul li, #content ol li ol li {
	margin-top: 2px;
}
#content dl dt {
	font-size: 12px;
	color: #666666;
	margin: 12px 0 0 30px;
}
#content dl dd { margin: 0 0 0 30px; }

#content hr {
	clear: both;
	display: block;
	color: #999966;
	margin: 11px 0 11px 0;
	border: 0;
	border-bottom: 1px dotted #999966;
}

#content img {
	display: block;
	border: 0;
	display: inline;
	margin: 0 0 14px 0;
}

#content a.jacket-tn img {
	display: block;
	float: right;
	margin: 0 0 6px 16px;
}
#content img.right {
	display: block;
	float: right;
	border: 3px solid #fff;
	margin: 0 0 12px 16px;
}

#note {
	/*width: 194px;
	height: auto;
	float: right;*/
	clear: both;
	margin: 0 0 0 0; 
	border-top:4px solid #FFF;
	background: transparent url(images/sidebar-bk.gif) 0 0 repeat-y;
}
#note h4 {
	width: 194px;
	height: 38px;
	font-size: 9px;
	text-indent: -9999px;
	margin-top: 0;
	background: transparent url(images/note-h4.jpg) 0 0 repeat-y;
}
#note p {
	color: #0c3c6d;
	font-style: italic;
	margin: 6px 17px 0 17px;
}
#note a { color: #0c3c6d; }
#note a:hover { color: #36bbf2; }

/* ============ order form styles ============= */
#order form {
	/*width: 460px;*/
	margin: 10px 0 0 0;
}
#order fieldset {
	clear: both;
	padding-bottom: 12px;
	margin-top: 6px;
}
#order fieldset legend {
	font-size: 12px;
	padding: 0 4px 0 4px;
	margin-left: 14px;
	color: #b74d00;
}
#order fieldset a { color: #990000; text-decoration: none; font-style: normal; }
#order fieldset a:hover { text-decoration: underline; }
#order fieldset ul {
	display: block;
	list-style-type: none;
	margin-left: 25px;
	padding-bottom: 16px;
}
#order fieldset ul li {
	clear: left;
	margin: 6px 0 0 0;
	font-size: 11px;
	color: #cc3333;
}
#order fieldset label { color: #676741; float: left; display: block; width: 125px; }
#order fieldset ul li ul { clear: left; /*margin-left: 0; margin-right: 0;*/ }
#order fieldset ul li ul li { padding-bottom: 6px; }
#order fieldset ul li ul li a { color: #999; }
#order fieldset ul li ul li a:hover { color: #990000; }
#order fieldset ul li ul li label { float: none; width: 300px; font-size: 10px; color: #676741; }
#order fieldset ul li ul li input { float: left; margin-top: -1px; margin-right: 5px; }
.listing fieldset ul li ul label { width: 30px; }

#order fieldset ul li.ratio { clear: none; float: left; padding-bottom: 12px; }
#order fieldset ul li.ratio label { width: 100px; }

#order fieldset input { width: 250px; }
#order fieldset textarea { width: 290px; margin-left: 6px; }
#order fieldset .autowidth, fieldset .contact input, fieldset .address input { width: auto; }

#order fieldset li.widelabel label { width: 350px; }
#order fieldset li.widelabel input { float: left; margin-top: -1px; margin-right: 5px; }

#order fieldset li.select input { margin-top: 4px; }

#order hr { width: 90%; margin-left: 20px; margin-bottom: 10px; }

/* content tables */
#content table {
	clear: both;
	display: block;
	margin: 16px 19px 16px 19px;
	border-bottom: 3px solid #B2B2B2;
}
#content table caption {
	color: #fff;
	border: 1px solid #B2B2B2;
	border-width: 1px 0 2px;
	background-color: #EEE;
	color: #333;
	padding: 0.25em;
}
#content table th, #content table td {
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	font-size: 11px; 
}
#content table thead th {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	background-color: #9AC0E5;
	border-left-color: #fff;
}
#content table th.first, #content table td.first, #content table tbody th { border-left: none; }
#content table tbody { padding-bottom: 6px; }
#content table tbody td em { color: #990000; }

#content table tr.stripe td, #content table tr.stripe th { background-color: #FBF9EE; }

/* ============ thanks unique styles =============== */
#thanks #content h4 { margin-bottom: 0; }

/* ============ contact unique styles =============== */
#contact #content h4 { margin-bottom: 0; }

/* ============ film unique styles =============== */
#film #flv {
	margin: 12px 0 6px 0;
}
#film #content blockquote { color: #666; margin-bottom: 0; }

/* ============ contact forms ============ */
#contact form { clear: left; width: 495px; margin: 15px 0 18px 20px; }
#contact form fieldset, #contact form button, #contact form input, #contact form select, #contact form textarea {
	border: 1px solid #9eb847;
}
#contact form fieldset { padding-bottom: 12px; padding-top: 10px; padding-left: 5px; }
#contact form legend {
	padding: 0 6px 0 6px;
	font-weight: bold;
}
#contact form label { margin-left: 10px; font-size: 12px; }
#contact form ul { display: block; list-style-type: none; margin-left: 0; }
#contact form ul li { margin-left: 0; }
#contact form input, #contact form select, #contact form textarea {
	width: 300px;
	top: -18px;
	left: 110px;
	position: relative;
}
#contact form label { width: 80px; display: block; }
#contact form button {
	left: 110px;
	position: relative;
	color: #333;
	font-size: 11px;
	background-color: #FFF;
}

/* ============ footer styles =============== */
#footer {
	clear: both;
	display: block;
	width: 760px;
	height: 26px;
	margin-left: 4px;
	border-top: 1px dotted #999966;
	padding-bottom: 16px;
	background-color: #FFFFF7;
}
#footer ul {
	display: block;
	list-style-type: none;
	text-align: left;
	margin-top: 7px;
	margin-left: 20px;
}
#footer ul li {
	display: inline;
	margin-right: 9px;
	font-size: 11px;
	color: #0c3c6d;
}
#footer ul li a {
	text-decoration: none;
	color: #0c3c6d;
}
#footer ul li a:hover { color: #cc3333; }
