@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_site.jpg) top center no-repeat #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aca79c;
	width: 100%;
	display: table;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

p {
	margin: 0 0 1em 0;	
}

a {
	color: #aca79c;
}

fieldset {
	border: none;	
}

input, textarea {
	background: #aca79c;
	border: 1px solid #614f48;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
}

#page {
	position: relative;
	width: 990px;
	height: 900px;
	margin: 0 auto;
}

#content {
	position: absolute;
	top: 220px;
	left: 94px;
	width: 410px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}

#content_full {
	position: absolute;
	top: 220px;
	left: 94px;
	width: 760px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}

#navigation ul {
	position: absolute;
	top: 142px;
	left: 94px;
	background: url(../images/bg_nav.jpg) no-repeat;
	width: 304px;
	height: 71px;
	font-size: 10px;
	text-align: center;
	float: right;
}

#navigation span {
	display: none;
}

#navigation li, #navigation a {
	display: block;
}

#navigation li {
	float: left;
	list-style: none;
	display: inline;
}

#nav_synopsis, #nav_synopsis a {
	position: absolute;
	top: 0;
	left: 0;
	width: 107px;
	height: 39px;
}

#nav_crew, #nav_crew a {
	position: absolute;
	top: 0;
	right: 0;
	width: 197px;
	height: 39px;
}

#nav_locations, #nav_locations a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 162px;
	height: 32px;
}

#nav_cast, #nav_cast a {
	position: absolute;
	bottom: 0;
	width: 62px;
	height: 32px;
}

#nav_cast {
	left: 70px;	
}

#nav_contact, #nav_contact a {
	position: absolute;
	bottom: 0;
	width: 98px;
	height: 32px;
}

#nav_contact {
	right: 72px;	
}

#nav_synopsis a:hover {
	background: url(../images/bg_nav.jpg) no-repeat 0 -71px;
}

#nav_crew a:hover {
	background: url(../images/bg_nav.jpg) no-repeat -107px -71px;
}

#nav_locations a:hover {
	background: url(../images/bg_nav.jpg) no-repeat 0 -110px;
}

#nav_cast a:hover {
	background: url(../images/bg_nav.jpg) no-repeat -70px -110px;
}

#nav_contact a:hover {
	background: url(../images/bg_nav.jpg) no-repeat -134px -110px;
}

.nav_synopsis_active {
	background: url(../images/bg_nav.jpg) no-repeat 0 -71px;
}

.nav_crew_active {
	background: url(../images/bg_nav.jpg) no-repeat -107px -71px;
}

.nav_locations_active {
	background: url(../images/bg_nav.jpg) no-repeat 0 -110px;
}

.nav_contact_active {
	background: url(../images/bg_nav.jpg) no-repeat -98px -110px;
}

#media {
	position: absolute;
	top: 136px;
	right: 73px;
	background: url(../images/bg_media.jpg) no-repeat;
	width: 404px;
	height: 292px;
}

#slider {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 380px;
	height: 270px;
}

#slider img {
	border: none;	
}

#signup {
	position: absolute;
	top: 467px;
	right: 0px;
	background: url(../images/bg_newsletter.jpg) no-repeat;
	width: 404px;
	height: 122px;
	text-align: left;
	padding: 20px 0 0 73px;
	color: #3f4349;
}

#signup h2 {
	text-align: right;
	padding: 0 120px 0 0;
}

#signup input {
	background: #404449;	
}

#signup .button {
	position: absolute;
	margin: -1px 100px 0 0;
}

#contact .button {
	background: #614f48;
	border: none;
	color: #000000;
	cursor: pointer;
}

#container-1 {
	position: absolute;
	top: 20px;
	right: 20px;
}

#container-1 li {
	list-style: none;
	float: left;
	padding: 3px 9px;
}

#slideshow {
    position:relative;
	top: 11px;
	left: 11px;
    height: 270px;
	width: 380px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#melissa_george {
	position: absolute;
	right: -46px;
	bottom: -192px;
}

#keisha_castle-hughes {
	position: absolute;
	right: 125px;
	bottom: -266px;
}