/**
* 
* 	Stylesheet:		Default
*
* 	Author:			Dcypher.co.uk
* 	Author URI:		http://www.dcypher.co.uk/
*
* 	Project:		Access to HE
*	Version: 		1.0
* 
*/


/**
	Reset
*/
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img,
	q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

					/* Tables still need 'cellspacing="0"' in the markup. */
	table { border-collapse: separate; border-spacing: 0; }
	caption, th, td { text-align: left; font-weight: normal; }
	table, td, th { vertical-align: middle; }

					/* Remove possible quote marks (") from <q>, <blockquote>. */
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }

					/* Remove annoying border on linked images. */
	a img { border: none; }
	
/* basic */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #fffded;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("../images/mainBG.gif");
	background-repeat:repeat-x;
	background-color: #f8f7ef;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #353535;
	line-height: 20px;
	padding: 0px 0px 12px 0px;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	color: #125a24;
	line-height: 34px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	color: #353535;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
}

.movieName {
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	color: #135924;
}
.movieDescription {
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding-bottom:0px;
	color: #353535;
}
.alignRight {
	text-align:right;
}



.disclaimer {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	color: #717171;
	text-align: center;
	padding-top: 10px;
}

.footerCredits {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 0px;
	color: #3c3d35;
	padding-top: 0px;
}
.footerCredits a:link {color: #3c3d35; text-decoration: underline;}
.footerCredits a:visited {color: #3c3d35; text-decoration: none;}
.footerCredits a:hover {color: #717171; text-decoration: underline;}
.footerCredits a:active {color: #3c3d35; text-decoration: none;}








a:link {
	color: #006f48;
	text-decoration: underline;

}
a:visited {
	color: #006f48;
	text-decoration: underline;

}
a:hover {
	color: #3c3d35;
	text-decoration: underline;

}
a:active {
	color: #006f48;
	text-decoration: underline;

}


.shareLink {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	margin: 0px;
	color: #006f48;
	padding-top: 0px;
}



/* wrapper */

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* content */

#header {
	width: 960px;
	height: 100px;
	background-image: url("../images/access_logo.gif");
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#banner {
	width: 930px;
	height: 460px;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
}
#intro {
	width: 355px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
}

#movie {
	width: 540px;
	padding-top: 24px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 4px;
	float: left;
}




/* text area */

#main {
	width: 960px;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
}
#mainText {
	width: 590px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 0px;
	float: left;
}
#mainLinks {
	width: 310px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	font-weight: bold;
	float: left;

}


ul
{
list-style-type: none;
padding: 0;
margin-left: 0px;
padding-left: 0px;
}

li.edLinks
{
background-image: url("../images/tick.png");
background-repeat: no-repeat;
background-position: 0px;
padding-left: 20px;
margin: 16px 0;
}

li.shareLink
{
background-image: url("../images/share-icon-12x12.png");
background-repeat: no-repeat;
background-position: 0px;
padding-left: 20px;
margin: 8px 0;
}

li.shareLinkRight
{
background-image: url("../images/share-icon-12x12.png");
background-repeat: no-repeat;
background-position: 430px;
padding-left: 20px;
margin: 8px 0;
}

/* footer */

#footer {
	background-color:#f0eee7;
	background-image: url("../images/footerBG.gif");
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	clear:both;
}
#content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#movieIntro {
	width: 930px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#movies {
	width: 930px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	clear:both;
}
.movies {
	width: 280px;
	height: 375px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
	margin: 0px;
}
#disclaimer2 {
	width: 900px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#disclaimer {
	width: 800px;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin: 0px;
}
#logos {
	width: 800px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 80px;
	text-align: left;
	clear:both;
}
#credits {
	background-image: url("../images/footerLine.gif");
	background-repeat:repeat-x;
	width: 960px;
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear:both;
}

