body {
	color: #FFFFFF;
	background: #000000;
}
#content-wrapper h1, 
#content-wrapper h2, 
#content-wrapper h3, 
#content-wrapper h4, 
#content-wrapper h5, 
#content-wrapper h6 {
	color:#FFFFFF;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
}
a {
	color: #D6363A;
	text-decoration: none;
}
a:focus, a:hover {
	color: #D6363A;
	text-decoration: underline;
}

.container {
	background: url(../images/rh-bg.png) repeat-y right;
}

#header {
position: relative;
	border-top: 10px solid #3E3E3E;
	border-bottom: 10px solid #333333;
	height: 80px;
}
#header h1 {
	width: 327px;
	height:27px;
	text-indent: -5000px;
	background: url(../images/logo.png);
	margin: 25px;
}

#nav {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display: block;
	background: #4D4D4D;
	width: 122px;
	height: 80px;
	text-align: center;
}
#nav li a {
	display: block;
	padding-top: 33px;
	height: 47px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
/*	font-weight: bold; */
}

/* Sub nav */
#snav {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#snav li {
	background: url(../images/bullet-square-red.png) no-repeat 16px 10px;
}
#snav li a {
	display: block;
	padding: 4px 0 4px 30px;
	color: #D6363A;
}
ul#snav li.active {
	background: #D6363A url(../images/bullet-square-white.png) no-repeat 16px 10px;
}
#snav li.active a, #snav li.parent a {
	color: #ffffff;
}
#snav li.parent {
	background: #000 url(../images/bullet-square-white.png) no-repeat 16px 10px;
}

#snav li ul {
	margin: 0;
	padding: 0;
}
#snav li.parent li {
	list-style: none;
	background-image: none;
	background: #000;
}
#snav li.parent ul li a {
	padding: 0px 0 2px 30px;
	color: #D6363A;
}
#snav li.parent ul li.active a {
	color: #fff;
	background: #D6363A;
}

#content-wrapper {
	float: left;
	width: 708px;
	padding-top: 35px;
	padding-left: 24px;
}

/* Page layout */
#left-col {
	width: 220px;
	float: left;
}
#content-col {
	padding-left: 236px;
	margin-bottom: 30px;
	margin-right: 30px;
}


#footer {
	position: relative;
	border-top: 10px solid #262626;
	border-bottom: 10px solid #3E3E3E;
	height: 60px;
	background: #4D4D4D;
	color: #CCC;
	line-height: 60px;
}
#footer a {
	color: #CCC;
}
#footer .left-col {
	float: left;
	margin-left: 30px;
	margin-right: 260px;
}

/* Top nav */
ul#nav li.active a#home {
	background:transparent url(../images/nav/home-on.gif) repeat scroll 0%;
}
ul#nav li:hover a#home {
background:transparent url(../images/nav/home-over.gif) repeat scroll 0%;
}

ul#nav li.active a#about-us {
	background:transparent url(../images/nav/aboutus-on.gif) repeat scroll 0%;
}
ul#nav li:hover a#about-us {
background:transparent url(../images/nav/aboutus-over.gif) repeat scroll 0%;
}

ul#nav li.active a#films {
	background:transparent url(../images/nav/film-on.gif) repeat scroll 0%;
}
ul#nav li:hover a#films {
background:transparent url(../images/nav/film-over.gif) repeat scroll 0%;
}

ul#nav li.active a#contact {
	background:transparent url(../images/nav/contact-on.gif) repeat scroll 0%;
}
ul#nav li:hover a#contact {
background:transparent url(../images/nav/contact-over.gif) repeat scroll 0%;
}
/* end Top nav */

/* Programme pages */
h2 i {
	font-style: italic;
	color: #D6363A;
}

/* Episode page */
#episodes #content-wrapper, 
#episodes #content-wrapper h1, 
#episodes #content-wrapper h2,
#episodes #content-wrapper h3,
#episodes #content-wrapper h4 {
	background: #ffffff;
	color: #000;
}
#episodes #content-wrapper h3.heading {
	color: #000;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#episodes #content-wrapper {
	width: 678px;
	padding-right: 30px;
}
#episodes #content-wrapper hr {
	background: #e5e5e5;
	color: #e5e5e5;
}
#episodes #content-wrapper p.files a {
	font-weight: bold;
}

/* Reviews page */
#reviews #content-wrapper, 
#reviews #content-wrapper h1, 
#reviews #content-wrapper h2,
#reviews #content-wrapper h3,
#reviews #content-wrapper h4 {
	background: #ffffff;
	color: #000;
}
#reviews #content-wrapper hr {
	color: #ccc;
	background-color: #ccc;
}

#reviews p.files a {
	font-weight: bold;
}
/* Contact page */
#contact-left {
	float: left;
	width: 580px;
	padding-top: 35px;
	padding-left: 30px;
}
#contact-right {
	float: left;
	width: 316px;
	padding-top: 35px;
	padding-left: 30px;
}
body#contact .container, body#index .container {
	background: url(../images/rh-bg-3col.png) repeat-y right;
}

/* Form styles */
body#contact p {
	margin-bottom: 0.75em;
}
form label {
display:block;
float:left;
font-weight: bold;
width:140px;
}

form .invalid, form .required {
background-color:#E1EBEC;
}
div.errors {
padding-bottom:16px;
}
form .field {
margin:0pt;
width:250px;
border: 1px solid #fff;
}
form .shorter {
width:80px;
}
form span.requiredmsg {
font-size:10px;
padding-left:110px;
}
textarea {width:250px;height:120px;padding: 5px 0;}


/* Misc */
.grey {
	color: #CCC;
}
.red {
	color: #D6363A;
}
.line-bottom {
	border-bottom: 1px solid #575757;
}

/* Home page */
#home-left {
	float: left;
	width: 610px;
}
#home-right {
	float: left;
	width: 366px;
}
body#index #header {
	border-bottom: 0;
}
#home-video {
	background: #FFF;
	height: 297px;
	border-top: 11px solid #BFBFBF;
	border-bottom: 11px solid #BFBFBF;
}
#video-container {
	margin-left: 23px;
	margin-top: 18px;
}

#home-news {
	margin: 20px;
}
#home-content {
	margin: 20px;
}
#home-content img {
	float: left;
	margin-right: 20px;
}
#home-right ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#home-right li {
	background: url(../images/bullet-square-red.png) no-repeat 0 10px;
}
#home-right li p {
	padding:4px 0pt 4px 14px;
	margin: 0;
}

