/* Sets all Defaults to 0 */

* {
	padding: 0;
	margin: 0;
	
}
html, body {
	height: 100%;
}

body {
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}



form {

	margin: 0px;
	padding: 0px;
	
}

/* Header /////////////////////////////////////// */

#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 30px;
	position: relative;
}

#logo {
	float: left;
	display: inline;
	width: 447px;
	margin-top: 8px;
}

#logo h1 {
	margin-bottom: 0px;
}



ul#nav {
	float: left;
	height: 20px;
	margin-top: 6px;
	list-style-type: none;
	width: 690px;
	font-size: 12px;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	float: left;
	height: 18px;
	color: #fff;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
	font-size:12px;
}

ul#nav li a:hover {
	color: #093;
	background: url(../images/current.gif) no-repeat center bottom;
}

ul#nav li a.current {
	color: #00bcf7;
	background: url(../images/current.gif) no-repeat center bottom;
}

#login {
	width: 310px;
	float: right;
	display: inline;
	color: #ccc;
	font-size: 80%;
	font-weight: lighter;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 3px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 36px;
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#join{
	width:75px;
	height:75px;
	position:absolute;
	left: 602px;
	top: 2px;
	z-index: 2;
	}

/*Form Stuff //////////////////////////////////////*/

.loginform{
	padding: 4px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	display: inline;
	margin-top: 0px;
	color: #ccc;
	font-weight: lighter;
	overflow: hidden;
	padding: 0px;
	float: right;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 120px; /*width of label (left column)*/
	text-transform: uppercase;
	margin-right: 12px; /*spacing with right column*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #093;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	width:170px;
	float: right;
	margin-bottom: 4px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 170px;
	padding: 1px;
	color: #000;
	font: 11px Verdana, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #CCC;
}
div.fieldwrapper div.thefield input[type="password"]{ /* style for INPUT type="password" fields. Has no effect in IE7 or below! */
	width: 170px;
	padding: 1px;
	color: #000;
	font: 11px Verdana, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #CCC;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 4px; /*space above buttonsdiv*/
}




/* Content /////////////////////////////////////// */

#content {
	width: 976px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
}

.directorybut{
	background-image:url(../images/button_directory.gif);
	padding-top:32px;
	padding-left:16px;
	width:248px;
	height:56px;
	font-size:12px;
	color:#ccc;
	margin-bottom:12px;
	
	
	}
	.dvdbut{
	background-image:url(../images/button_dvd.gif);
	padding-top:32px;
	padding-left:16px;
	width:248px;
	height:56px;
	font-size:12px;
	color:#ccc;
	margin-bottom:12px;
	
	}
	
	
	.dvdbuthome {
	position: absolute;
	height: 48px;
	width: 269px;
	top: 12px;
	right: 6px;
}

#home_channels {
	clear: both;
	padding-top: 0px;
	width: 980px;
}

.home_button {
	float: left;
	width: 230px;
	margin-right: 16px;
	display: inline;
}

.home_button a {
	width: 200px;
	height: 206px;
	display: block;
	text-decoration: none;
	color: #b2b2b2;
	font-size: 13px;
	line-height: 17px;
	padding-left: 19px;
	padding-right: 20px;
	padding-top: 54px;
	word-spacing: -2px;
}

.home_button a.meettheartist {
	background: url(../images/meet_the_artist.gif) no-repeat 0;
}

.home_button a.quicktips {
	background: url(../images/quick_tips.gif) no-repeat 0;
}

.home_button a.sketchbooks {
	background: url(../images/sketchbooks.gif) no-repeat 0;
}

.home_button a.sixtysecondsketch {
	background: url(../images/sixty_second_sketch.gif) no-repeat 0;
}

.home_button a.watercolours {
	background: url(../images/watercolours.gif) no-repeat 0;
}

.home_button a.penandpencil {
	background: url(../images/pen_and_pencil.gif) no-repeat 0;
}

.home_button a.letsexplore {
	background: url(../images/lets_explore.gif) no-repeat 0;
}

.home_button a.oilandacrylics {
	background: url(../images/oil_and_acrylics.gif) no-repeat 0;
}

.home_button a.folkart {
	background: url(../images/folk_art.gif) no-repeat 0;
}



.home_button a.contact {
	background: url(../images/button_contact2.gif) no-repeat 0;
	width: 202px;
	height: 56px;
	color: #666;
	line-height: 13px;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 32px;
}

.home_button_last {
	margin-right: 0px;
}

.button_sidebar {
	margin-right: 0px;
	margin-bottom: 20px;
}

/* Typography /////////////////////////////////////// */

p {
	color: #ccc;
	margin-bottom: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}




a.boxfront {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

a:hover.boxfront {
	color: #CF131A;
	text-decoration: none;
	font-size: 11px;
}


a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}

a:hover {
	color: #CF131A;
	text-decoration: none;
	font-size: 12px;
}


h1 {
	color: #D5242B;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: lighter;
	margin-top: 6px;
	text-align: left;
}

h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
	padding-bottom: 12px;
	clear: both;
	font-size: 18px;
	line-height: 22px;
	color: #D5242B;
	font-weight: normal;
	margin-bottom: 12px;	
	
	}
	
h3 {
	font-size: 16px;
	font-weight: lighter;
}


h5 {
	font-size:13px;
	font-weight:bold;
	color: #CF131A;
	text-align:center;
	}



/* Secondary Pages /////////////////////////////////////// */

#leftcol {
	float: left;
	width: 670px;
	display: inline;
	color: #CCC;
}

#rightcol {
	width: 267px;
	float: right;
	display: inline;
}

img.leftimg {
	float: left;
	border: 1px solid #FFF;
	padding: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	background-color: #3E3E3E;
}

img.cert {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


.programmesList {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 18px;
	padding-bottom: 9px;
	clear: both;
	background-image: url(../images/programmes_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 0px;
}

.programmesList h1 {
	line-height: 29px;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.programmesList h2 {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	font-weight: lighter;
	line-height: 4px;
	letter-spacing: 1px;
	
}

.programmedetail {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-bottom: 22px;
	padding-bottom: 4px;
}

.programmedetail h1 {
	font-size: 18px;
	line-height: 22px;
	color: #D5242B;
	letter-spacing: 1px;
}

.programmedetail h2 {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	font-weight: lighter;
	line-height: 4px;
	letter-spacing: 1px;
}


#hdbox {
	color: #FFF;
	width: 170px;
	float: right;
	background-image: url(../images/hd_bg.gif);
	height: 70px;
	padding-top: 22px;
	padding-bottom: 6px;
	padding-left: 18px;
	margin-bottom: 14px;
	margin-top: 4px;
	font-size: 12px;
	margin-left: 14px;
}
#hdbox a {
	color: #CCC;
	text-decoration: none;
}
#hdbox a:hover {
	color: #FFF;
	text-decoration: underline;
}

.downloadpdf {
	height: 22px;
	width: 130px;
	float: right;
	padding-top: 1px;
}




.sidenav_top {
	width: 267px;
	height: 40px;
	background-image: url(../images/sidenav_top.gif);
	background-repeat: no-repeat;
}

.sidenav_top h3 {
	color: #D5242B;
	padding-top: 10px;
	padding-left: 14px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
}

.sidenav {
	list-style-type: none;
	background: url(../images/sidenav_bkg.gif) repeat-y;
	width: 267px;
	font-size: 14px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
}

.sidenav li {
	width: 255px;
	margin-left: 6px;
	margin-right: 6px;
	list-style-type: none;
	
}

.sidenav li a {
	text-decoration: none;
	color: #fff;
	padding-left: 45px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	background-image: url(../images/channelicon.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	list-style-type: none;
	font-size:95%;
}

.sidenav li a:hover {
	background-color: #000;
	color: #CE151D;
}


.sidenav_bottom {
	background: url(../images/sidenav_bottom.gif) no-repeat;
	height: 18px;
	width: 267px;
	margin-bottom: 14px;
}


.programmes_column ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 17px;
}


.programmes_column li a {
	text-decoration: none;
	color: #ccc;
	padding-bottom: 10px;
	padding-left: 22px;
	background-image:url(../images/tv.gif);
	background-repeat:no-repeat;
	display: block;
	background-position: 2px 4px;
}
.programmes_column h2 {
	font-size: 11px;
	font-weight: lighter;	
}


.programmes_column li a:hover {
	color: #093;
	text-decoration: none;
}



/* Contact Page /////////////////////////////////////// */

.sidenav_info {
	background: url(../images/sidenav_bkg.gif) repeat-y;
	width: 227px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	padding-right: 20px;
}

.sidenav_info h4 {
	color: #666;
	font: normal bold 13px/14px Verdana, Helvetica, sans-serif;
}

.sidenav_info p {
	font-size: 13px;
	line-height: 15px;
}

table#contact_table {
	width: 530px;
	float: left;
	color: #666;
	border-top: 4px solid #666;
	background-color: #323232;
	padding: 10px;
}

table#contact_table td {
	padding: 10px;
}

table#contact_table td.column1 {
	text-align: right;
	width: 100px;
	padding-right: 0px;
}

table#contact_table input.txt {
	width: 99%;
	padding: 5px;
	color: #8c8c8c;
	font: 13px Verdana, Helvetica, sans-serif;
	border: 1px solid #666;
}

table#contact_table textarea {
	width: 99%;
	height: 150px;
	padding: 5px;
	color: #8c8c8c;
	font: 13px Verdana, Helvetica, sans-serif;
	border: 1px solid #666;
}

table#contact_table h2 {
	margin-bottom: 0px;
}

/* Footer /////////////////////////////////////// */

#footer {
	clear: both;
	float: left;
	width: 100%;
	min-width: 900px;
	margin-top: 30px;
	position: relative;
	background-repeat: repeat-x;
}

#footer_wrapper {
	width: 976px;
	height: 74px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer_bar.gif);
	background-repeat: repeat-x;
}

.footer_column {
	float: left;
	display: inline;
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.networklogo {
	float: right;
	display: inline;
	width: 180px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.footer_column h2 {
	color: #FFF;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.footer_column ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 15px;
}

.footer_column li a {
	text-decoration: none;
	color: #ccc;
	padding-bottom: 14px;
	padding-left: 16px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	display: block;
	width: 204px;
}

.footer_column li a:hover {
	color: #fff;
	text-decoration: underline;
}




.footer_column p {
	font-size: 11px;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
}

#footer_clear {
	width: 840px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
	height: 1px;
}

#pages {
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
#screen {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	border: 1px solid #333;
	margin-bottom: 6px;
}


.contactrightcol {
	float: right;
	width: 250px;
	margin-top: 22px;
}

.contactrightcol h2{
	font-size:14px;
	color:#FFF;
	font-weight: bold;
	background-color: #DE2121;
	width: 246px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.joinleftcol {
	float: left;
	width: 400px;
	margin-top: 28px;
}
.arrowbut {
	background-image: url(../images/redbut.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 230px;
	margin-bottom: 11px;
	padding-top: 4px;
	padding-left: 37px;
	font-size: 14px;
	color: #FFF;
}
.arrowbut a {
	text-decoration:none;
	font-size: 14px;
	color:#FFF;
	font-weight: lighter;
}

.arrowbut a:hover { 
	text-decoration:underline;
	color:#FFF;
	font-weight: lighter;
}




.arrowbut2 {
	background-image: url(../images/redbut.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 230px;
	margin-bottom: 11px;
	padding-top: 4px;
	padding-left: 37px;
	font-size: 14px;
	color: #FFF;
}
.arrowbut2 a {
	text-decoration:none;
	font-size: 14px;
	color:#FFF;
	font-weight: lighter;
}

.arrowbut2 a:hover { 
	text-decoration:underline;
	color:#FFF;
	font-weight: lighter;
}





.nextprog {
	font-size: 120%;
}
.nextprog a {
	font-size: 120%;
}

.nextprog a:hover {
	font-size: 120%;
}
.frontborder {
	border: 1px solid #888;
	width: 230px;
}

.emailform {
	margin: 0px;
	padding: 0px;
	text-align: right;
	clear: both;
}
.bannerholder {
	float: right;
	height: 60px;
	width: 468px;
	position: relative;
	padding-bottom: 24px;
	padding-top: 8px;
}

.bannerholderhome {
	float: right;
	height: 60px;
	width: 468px;
	position: relative;
	padding-bottom: 18px;
	padding-top: 8px;
	padding-right: 8px;
}
