test {border: 1px solid red}
img, div, h1 { behavior: url(iepngfix.htc) }
/*  Base  */
body {
	margin: 0px;
	padding: 0px;
	background: #C0C0C0;
	color: #344667; font: 11px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a, img {
	border: none;
	outline: none;
}
h1, h2, h3, h4, p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
/*  Form Structure  */
form {
	display: block;
	float: left;
	clear: both;
	width: 465px;
	margin: 10px 0 10px 0;
}
form label {
	display: block;
	float: left;
	clear: right;
	width: 185px;
	text-align: right;
	font-weight: bolder;
	color: #000;
}
form input,
form select,
form textarea {
	display: block;
	float: right;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
form input {
	width: 180px;
	height: 18px;
	margin-right: 85px;
}
form select {
	width: 185px;
	height: 18px;
	margin-right: 84px;
}
form textarea {
	width: 265px;
	height: 105px;
}
form input.submit {
	width: auto;
	height: auto;
	margin-right: 160px;
}
/* Layout Structure */
.outer {
	width: 900px;
	margin: 0 auto;
}
.inner {
	float: left;
	width: 900px;
	margin: 0 auto;
	background: #FFF;
}
.header {
	float: left;
	width: 900px;
	height: 142px;
	margin: 0 auto;
	background: url('../images/bg/header_bg.png');
}
h1.logo {
	float: left;
	width: 154px;
	height: 114px;
	padding: 0 0 0 0;
	margin: 0 0 0 14px;	
}
h1.logo a {
	display: block;
	float: left;
	width: 196px;
	height: 75px;
	font: 5px/5px;
	
}
.top-menu {
	float: right;
	margin: 10px 22px 0 0;
}
.top-menu li {
	padding-right: 20px;
	display: inline;
}
.top-menu li.last {
	padding-right: 0px;
}
.top-menu li a {
	color: #fff; font: bold 12px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
.top-menu li a:hover,
.top-menu li.active a {
	color: #C39C57;
	text-decoration: underline;
}
.feature-link {
	float: right;
	clear: both;
	padding: 0 0 0 0;
	margin: 7px 17px 0 0;
	text-align: right;
}
.feature-link a {
	display: block;
	float: right;
	font: 5px/5px;
	width: 13px;
	height: 13px;
	padding: 0 0 0 0;
	margin: 2px 5px 0 0;
	background: url('../images/disclose_up.jpg') no-repeat;
}
.feature-link h2 {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;	
	color: #fff; font: bold 16px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#banner-mask {
	float: left;
	height: 250px;
	overflow: hidden;
}
#banner-holder {
	float: left;
	height: 250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background: url('../images/bg/banner_bg.png') bottom no-repeat;
}
#slideshow {
	width: 164px;
	height: 283px;
	margin: 0 auto;
}
#slideshow .controller td a {
	display: block;
	width: 9px;
	height: 11px;
}
#slideshow .controller td a.on {
	background: url('../images/slideshow/on_button.jpg') center center no-repeat;
}
#slideshow .controller td a.off {
	background: url('../images/slideshow/off_button.jpg') center center no-repeat;
}
#slideshow-mask {
	position: relative;
	top: 10px;
	width: 164px;
	height: 275px;
	margin: 10px 0 0 0;
	overflow: hidden;
}
#slideshow-row td {
	padding: 0 10px 0 0;
}
#slideshow-row a {

}
#slideshow-caption {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
	color: #344667;
}
.content {
	float: left;
	background: url('../images/bg/content_bg.gif') repeat-y;
}
.col1 {
	float: left;
	width: 181px;
}
.main-nav-heading {
	width: 170px;
	height: 19px;
	padding: 3px 0 0 10px;
	margin: 0 0 0 0;
	color: #fff; font-size: 14px;
	background: #344667; 
}
.main-nav,
.main-nav-sub {
	list-style-type: none;
	padding: 7px 0 15px 0;
	margin: 0 0 0 0;
}
.main-nav li {
	padding: 4px 0 7px 0;
	margin: 0 0 0 0;
}
.main-nav li a {
	display: block;
	width: 150px;
	padding: 3px 0 3px 30px;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #344667;
	text-decoration: none;
}
.main-nav li a.active {
	display: block;
	width: 150px;
	height: 18px;
	padding: 4px 0 0 30px;
	margin: 0 0 0 0;
	color: #344667;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #DFCDAE url('../images/bg/main_selected.png') 10px center no-repeat;
}
.main-nav li a:hover {
	background: #DFCDAE url('../images/bg/main_selected.png') 10px center no-repeat;
}
.main-nav li #drop {
	display: none;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
}
.main-nav li #drop.visible {
	display: block;
}
.main-nav li #drop li {
	list-style-type: none;
	width: auto;
}
.main-nav li #drop li a {
	width: 140px;
	font-size: 12px;
	color: #B7965D;
	text-decoration: none;
	background: none;
}
.main-nav li #drop li a:hover {
	text-decoration: underline;
	background: none;
}
.main-nav li #drop li a.drop-active {
	font-weight: bolder;
}
.main-nav-subheading {
	height: 17px;
	padding: 5px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #344667;
	background: #CED2D9;
}
.main-nav-sub {
	padding: 10px 0 0 0;
}
.main-nav-sub li {
	padding: 5px 0 10px 30px;
}
.main-nav-sub li a {
	margin: 0 0 0 0;
	color: #344667;
	font-size: 12px;
	text-decoration: none;
}
.main-nav-sub li a:hover {
	text-decoration: underline;
}
.footer {
	float: left;
	width: 900px;
	height: 24px;
	background: #344667;
	text-align: center;
}
.footer ul {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}
.footer ul li {
	padding: 0 12px 0 0;
	margin: 0 8px 0 0;
	background: url('../images/bg/separator.png') right no-repeat;
	display: inline;
}
.footer ul li.last {
	padding-right: 0px;
	background: none;
}
.footer ul li a {
	color: #fff; font: bold 10px/10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}
.footer ul li a:hover,
.footer ul li.active a {
	color: #C39C57;
	text-decoration: underline;
}
.sub-footer {
	float: left;
	width: 100%;
	height: 28px;
	margin: 7px 0 0 0;
	font-size: 10px;
	background: #FFF;
	text-align: center;
}
/*  General Rules for Content  */
.col2 {
	float: left;
	width: 460px;
	background: url('../images/bg/content_separator.png') top right repeat-y;
	padding: 0 15px 20px 0;
	margin: 25px 0 0 20px;
}
.col2 .content-top {
	float: left;
	clear: right;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
.col2 h3 {
	float: left;
	width: 200px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 15px;
}
.col2 .right-selector {
	float: right;
	width: 175px;
	text-align: right;
}
.col2 .right-selector a {
	color: #344667;
	text-decoration: none;
}
.col2 .right-selector a:hover {
	text-decoration: underline;
}
.col2 .left-selector {
	float: left;
	width: 225px;
	font-size: 11px/11px;
	font-weight: bold;
}
.col2 .left-selector p {
	float: left;
	color: #344667;
	text-decoration: none;
	padding: 0 10px 0 0;
}
.col2 .left-selector a {
	display: block;
	float: left;
	width: 9px;
	height: 11px;
	padding: 2px 10px 0 0;
	border: none;
}
.col2 .left-selector a img {
	border: none;
}
.col2 p {
	float: left;
}
.col3 {
	float: left;
	width: 223px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.subnav ul {	
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.subnav ul li {
	padding: 0 0 13px 0;
	font-size: 11px;
	text-align: right;
}
.subnav ul li a {
	color: #344667;
	text-decoration: none;
}
.subnav ul li a:hover,
.subnav ul li a.active {
	text-decoration: underline;
}
.subnav ul li.heading {
	color: #7E7F7F;
}
.subnav ul li.divider {
	padding: 0 0 30px 10px;
	margin: 0 0 30px 10px;
	background: url('../images/bg/production_subnav_divider.png') bottom right no-repeat;
}

/* Specific Rules for Body Classes */

.account { }
.forgotpass { }
.helpdesk { }
.home { }
.login { }
.logout { }
.notes { }
.password { }
.photography { }
.presscart { }
.register { }
.terms { }
.trailers { }

/* Account Page */

.account .col2 {
	margin-left: 75px;
	padding: 0 0 0 60px;
	background: none;
}
.account .col2 form {
	margin-left: -50px;
	margin-bottom: 50px;
}
.account .col2 h2,
.account .col2 p {
	color: #000;
}
.account .col2 h2 {
	margin-bottom: 15px;
}
.account .col2 p {
	margin-bottom: 3px;
}
.account .col2 form {
	margin-top: 40px;
}
.account .col2 a {
	color: #000354;
}

/* Forgot Password Page */

.forgotpass .content {
	background: none;	
}
.forgotpass .col1 {
	width: 900px;
	margin-top: 25px;
	text-align: center;
}
.forgotpass .col1 form {
	margin-left: 205px;
}
.forgotpass .col1 form input.submit {
	margin-right: 216px;
}
.forgotpass .col1 h2 {
	margin-bottom: 15px;
}
.forgotpass .col1 p {
	margin-bottom: 3px;
}
.forgotpass .col1 form {
	margin-top: 15px;
}

/* Helpdesk Page */

.helpdesk .col2 {
	width: 550px;
	padding-left: 45px; 
	background: none;
}
.helpdesk .col2 h3 {
	width: 100%;
	margin: 20px auto;
	font-size: 12px;
	color: #000;
}
.helpdesk .col2 h2,
.helpdesk .col2 p {
	color: #000;
}
.helpdesk .col2 h2 {
	margin-bottom: 15px;
}
.helpdesk .col2 p {
	font-size: 12px;
}
.helpdesk .col2 a {
	color: #000354;
}

/* Login Page */

.login .content {
	background: none;	
}
.login .col1 {
	width: 900px;
	margin-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}
.login .col1 form {
	width: 550px;
	margin-left: 217px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.login .col1 .divider {
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
.login .col1 form label {
	width: 172px;
}
.login .col1 form input {
	margin-right: 177px;
}
.login .col1 form input.submit {
	display: block;
	width: auto;
	margin-right: 300px;
}
.login .col1 h2 {
	margin-bottom: 15px;
}
.login .col1 p {
	clear: both;	
	margin-bottom: 10px;
}
.login .col1 form {
	margin-top: 15px;
}

/* Home Page */

.home .col2 {
	padding-right: 25px;
}
.home .col2 div.on {
	visibility: visible;
	display: block;
}
.home .col2 div.off {
	visibility: hidden;
	display: none;
}
.col2 h3 {
	width: 275px;
}
.home .col3 {
	width: auto;
	padding-top: 15px;
	padding-left: 25px;
}

/* Notes Page */

.notes .col2 {
	margin-top: 15px;
}
.notes .col2 h3 {
	width: 275px;
}
.notes .col3 {
	width: 168px;
	padding: 10px 5px 0 0;
	margin: 15px 25px 0 25px;
	background: #EEE;
}
.notes .col3 ul {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.notes .col3 ul li {
	padding: 0 0 13px 0;
	font-size: 11px;
	text-align: right;
}
.notes .col3 ul li a {
	color: #344667;
	text-decoration: none;
}
.notes .col3 ul li a:hover,
.notes .col3 ul li a.active {
	text-decoration: underline;
}
.notes .col3 ul li.heading {
	color: #7E7F7F;
}
.notes .col3 ul li.divider {
	padding: 0 0 30px 10px;
	margin: 0 0 7px 10px;
	background: url('../images/bg/production_subnav_divider.png') bottom right no-repeat;
}

/* Change Password Page */

.password .col2 {
	margin-left: 100px;
	padding-left: 60px;
	background: none;
}
.password .col2 form {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: -50px;
}
.password .col2 h2,
.password .col2 p {
	color: #000;
}
.password .col2 h2 {
	margin-bottom: 0;
	padding-left: 60px;
}
.password .col2 p {
	margin-bottom: 3px;
}
.password .col2 form {
	margin-top: 40px;
}
.password .col2 a {
	color: #000354;
}
.password .col2 form input.submit {
	margin-right: 140px;
}

/* Photography */

.photography .col2 {
	width: 394px;
	padding: 0 22px 20px 0;
	margin-top: 10px;
}
.photography .col2 .content-top {
	height: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
.photography .col2 .info {
	padding-top: 5px;
}
.photography .col2 img {
	display: block;
	clear: both;
	border: 3px solid #C39C57;
}
.photography .col3 {
	float: left;
	width: 255px;
	padding: 0 0 0 0;
	margin: 15px 0 0 18px;
}
.photography .col3 .page-selector {
	float: left;
	width: 248px;
	padding-bottom: 9px;
	text-align: center;
}
.photography .col3 .page-selector p {
	float: left;
	width: 210px;
	margin: 0 auto;
	text-align: center;
}
.photography .col3 .page-selector a {
	width: 19px;
	height: 11px;
}
.photography .col3 .page-selector a.right {
	float: right;
}
.photography .col3 .page-selector a.left {
	float: left;
}
.photography .col3 .thumb {
	float: left;
	width: 115px;
	height: 88px;
	margin: 2px 20px 10px 0;
	text-align:center;
}
.photography .col3 .alternate {
	float: left;
	width: 115px;
	height: 88px;
	margin: 2px 0 0 0;
	text-align:center;
}
.photography .col3 .thumb a {
	font-size: 10px;
	color: #344667;
	text-decoration: none;
}
.photography .col3 .thumb a:hover {
	text-decoration: underline;
}
.photography .col3 .thumb a img {
	border: 2px solid #344667;
	color: #344667;
	text-decoration: underline;
}
.photography .col3 .thumb a:hover img,
.photography .col3 .thumb a.active img{
	border: 3px solid #C39C57;
	margin: -1px 0 0 -1px;
}
.photography .col3.subnav {
	width: 170px;
	margin: 14px 20px 0 25px;
	padding: 0 5px 0 0;
	background: #F5F5F5;
	height: 386px;
}

/* Presscart Page */

.presscart .col2 {
	background: none;
	color: #000;
}
.presscart .col2 p {
	float: left;
	clear: both;
}
.presscart .col2 p a {
	color: #000354;
}
.presscart .col2 .form {
	float: left;
	width: 562px;
}
.presscart .col2 input {
	float: right;
	clear: both;
	padding: 0;
	margin: 0;	
}
.presscart .col2 .block {
	float: left;
	width: 562px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid black;
}
.presscart .col2 .block.last {
	border-bottom: 1px solid black;
}
.presscart .col2 .block h3 {
	width: 350px;
}
.presscart .col2 .block img {
	display: block;
	float: left;
}
.presscart .col2 .block div {
	display: block;
	float: right;
	width: 435px;
}

/* Register Page */

.register .content {
	background: none;
}
.register .col1 {
	width: 850px;
	margin: 25px 0 25px 0;
	padding: 0 25px;
	text-align: center;
}
.register .col1 p {
	width: 100%;
}
.register .col1 form {
	width: 545px;
	margin: 0 auto;
}
.register .col1 form label {
	width: 265px;
}
.register .col1 form input.submit {
	width: auto;
	margin-right: 216px;
}
.register .col1 form .notice {
	float: left;
	clear: both;
	width: 545px;
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
}
.register .col1 form .notice label {
	float: left;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.register .col1 form .notice input {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}
.register .col1 h2,
.register .col1 p {
	width: 510px;
	margin-left: 175px;
	color: #000;
	text-align: left;
}
.register .col1 h2 {
	margin-bottom: 15px;
}
.register .col1 p {
	margin-bottom: 3px;
}
.register .col1 form {
	margin-top: 40px;
	margin-left: 151px;
}
.register .col1 a {
	color: #000354;
}

/* Terms of Use Page */

.terms .content {
	background: none;
}
.terms .col1 {
	width: 800px;
	margin: 25px 0 25px 0;
	padding: 0 50px;
	text-align: center;
}
.terms .col1 h2,
.terms .col1 p {
	margin-bottom: 15px;
	color: #000;
	text-align: left;
}
.terms .col1 form {
	float: none;
	width: 500px;
	margin: 40px auto;
	text-align: center;
}
.terms .col1 form label {
	width: 100%;
	text-align: center;
}
.terms .col1 form input.submit {
	float: none;
	display: inline;
	width: auto;
	margin: 15px 3px;
}
.terms .col1 a {
	color: #000354;
}

/* Trailers Page */

.trailers .col2 {
	width: 520px;
	margin-top: 15px;
	background-position: 510px;
}
.trailers .col2 .left-selector {
	margin: 0;
	padding: 0;
}
.trailers .col2 .qt-object {
	float: left;
	border: 3px solid #C39C57;
}
.trailers .col2 .trailer-sizes {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-weight: bolder;
	color: #344667;
}
.trailers .col2 .trailer-sizes a {
	color: #344667;
	text-decoration: none;
}
.trailers .col2 .trailer-sizes a:hover {
	color: #344667;
	text-decoration: underline;
}
.trailers .col3 {
	width: 120px;
	padding: 10px 10px 0 5px;
	margin: 15px 0 0 0;
	background: #EEE;
}
.trailers .col3 ul {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.trailers .col3 ul li {
	padding: 0 0 13px 0;
	font-size: 11px;
	text-align: right;
}
.trailers .col3 ul li a {
	color: #344667;
	text-decoration: none;
}
.trailers .col3 ul li a:hover,
.trailers .col3 ul li a.active {
	text-decoration: underline;
}
.trailers .col3 ul li.heading {
	color: #7E7F7F;
}
.trailers .col3 ul li.divider {
	padding: 0 0 30px 10px;
	margin: 0 0 7px 10px;
	background: url('../images/bg/production_subnav_divider.png') bottom right no-repeat;
}
/* 06/23/2008 - THIS MATCHES SAME SECTION IN OTHER STYLESHEETS */

