
body	{
	background: rgb(204,204,204) url(bg.gif) repeat-y fixed bottom center;
	font-family: Arial, "Lucida Grande", lucida, Geneva, "Myriad", helvetica, sans-serif;
	color: rgb(51,51,51);
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: normal;
	padding: 0 15px;
	margin: 0px;
	min-width: 500px;
	text-align: center;
}
/* Make width 820px or 64em if fixed, 80% if not */
/* or 1000px, 78em... */
#main {
	background: rgb(255,255,255);
	border: 3px double rgb(204,204,204); 
	max-width: 1000px;
	min-width: 500px;
	margin: 15px auto;
	padding: 10px;
	height: auto;
	text-align: left;
}

#content {
	clear: both;
	padding: 0 0 1em 0;
	background-color: rgb(245,245,245);
}

/*
= Headings
*/
h1 {
	font-size: 0.1em;
	line-height: 0.5em;
	text-align: right;
	min-width: 500px;
	max-width: 1000px;
	height: 128px;
	margin: 0;
	padding: 0;
	color: rgb(204,204,204);
	background: rgb(204,204,204) url('h1_bg.png') no-repeat top right;
}

h2 {
	color: rgb(81,81,81);
	font-size: 1.9em;
	text-align: center;
	padding: 0.5em 0 0.35em 0;
	margin: 0 0 0.75em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(204,204,204);
	background: rgb(204,204,204) url('h2_bg.png') repeat-y;
}
h2.vsrail {
	font-size: 0.1em;
	text-align: right;
	color: rgb(245,245,245);
	height: 90px;
	background: rgb(204,204,204) url('vsrail_bg.png') no-repeat bottom left;
}

h3 {
	clear: both;
	padding: 0 0 0.25em 0;
	margin: 0.75em 0 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
	color: rgb(60,111,142);
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(204,204,204);
}
h4 {

	margin: 1em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: rgb(204,204,204);
}

p {
	margin: 0 0 1em 0;
	text-align: left;
}


/*
= link
*/
a {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(60,111,142);
}
a:hover {
	text-decoration: none;
}

/* FF wont layout according to img width/height without display:inline-block; (an img is normally just inline, but inline elements can't specify width... ?!?!?!)  */ 
img {
	border:0;padding:0;margin:0;
	display: inline-block;
}

sup {
	font-size: 0.5em;
	line-height: 1em;
}

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear: both;
}


ul { 
	margin: 0.5em 1em 0.5em 2em;
	padding: 0;
	list-style-image: url(bullet1.gif);
}
ul.movies {
	margin-left: 30px;
	list-style-image: url(icons/silk/film.png);
}
ul.pdfs {
	margin-left: 30px;
	list-style-image: url(icons/silk/page_white_acrobat.png);
}


#logos ul {
	width: 40%;
	margin: 0 4%;
	text-align: left;
	float: left;
	list-style: none;
	list-style-image: none;
}
#logos ul li {
	max-width: 450px;
	clear: both;
	padding: 1em 0 1em 1em;
}
#logos ul li img {
	padding: 0; margin: 0;
	float: right;
	display: inline;
}

.downloads h4 {
	border-style: none;
}
.downloads ul li {
	clear: both;
	width: 28em;
	padding: 0.25em 0 1px 0;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color:	rgb(204,204,204); 
}
.downloads ul li span {
	padding: 0; margin: 0 0.5em;
	float: right;
	display: inline;
}


/* menu
----------------------------------------------------------------------------- */
#menu {
	width: 100%;
	line-height: 1.75em;
	height: 1.75em;
	font-size: 1.15em;
	font-weight: normal;
	color: rgb(245,245,245);
	background: rgb(80,149,190) url(menu_bg1.png) repeat-x top;
	border-width: 1px 0 1px 1px; 
	border-style: solid;
	border-color: rgb(204,204,204);
	z-index: 100;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 1em 0 1em;
	background: rgb(80,149,190) url(menu_bg1.png) repeat-x top;
	border-width: 0 1px 0 0; 
	border-style: solid;
	border-color: rgb(204,204,204);
	}
#menu ul li a {
	display: block;
	text-decoration: none; 
	font-weight: normal;
	color: rgb(245,245,245);
	}
#menu ul li ul {
	margin: 0;
	display: none;
	position: absolute;
	z-index: 200;
	left: 0;
	background: url(1.gif) left bottom no-repeat; /* reset in iepc.css */
	background-color: rgb(80,149,190);
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(204,204,204);
	}
#menu ul li ul li {
	float: none;
	margin: 0;
	/*width: 12em; /* need to up this depending on the size of the largest entry...? */
	padding: 0 1em 0 1em;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background: rgb(80,149,190) url(menu_bg1.png) repeat-x top;
	}
#menu ul li ul li a {
	position: relative;
	left: 0;
	text-indent: 0;
	}

/* hover state */
#menu ul li.over,
#menu ul li:hover,
#menu ul li ul li.over,
#menu ul li ul li:hover {
	background: rgb(149,190,80) url(menu_bg2.png) repeat-x top;
	}
#menu ul li.over ul,
#menu ul li:hover ul {
	display: block;
	}

/*Hide 3rd tier in main nav*/
#menu ul li ul li.over ul,
#menu ul li ul li:hover ul,
#menu ul li ul li ul *,
#menu ul li ul li ul {
	display: none;
	left: 0;
	}

#menu ul li.current, #menu ul li ul li.current{
	background: rgb(80,112,190) url(menu_bg3.png) repeat-x top;
}

#menu .q_button {
	float: right;
	padding: 3px;
}



/*
= Other
*/
#footer-quote {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 0;
}
#footer-quote p {
	margin: 0.5em 0;
	text-align: center;
}
#footer-quote .quote {
	font-style: italic;
	font-weight: normal;
}

#footer {
	clear: both;
	width: auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(204,204,204);
	padding: 0.5em 1em 0.5em 0.25em;
	font-size: 0.8em;
	text-align: right;
	margin: 0;
	color: rgb(81,81,81);
	background: rgb(204,204,204) url('h2_bg.png') repeat-y;
}

.col2 {
	float:left;
	width: 480px; /* the max width of the flash content... */
	padding: 0 10px;
	margin-bottom: 1em;
}
.col1 {
	clear: both;
	padding: 0 1em;
	overflow: auto;
	width: auto; 
	height: auto; /* height and width help some ie/opera browsers to interpret overflow value correctly */
}


/* -------------------------------------- */
/* Player stuff */
/* padding: 0 10px 1em 0; used instead of margin: so we can make a background colour to overlay flow borders */
/* -------------------------------------- */
.player {
	margin: 0;
	padding: 0;
	border-width: 0;
	z-index: 1;
}

.rightPlayer0, .rightPlayer1, .rightPlayer2 {
	float: right;
	padding: 0 0 1em 10px;
	background-color: rgb(245,245,245);
}
.leftPlayer0, .leftPlayer1, .leftPlayer2 {
	float: left;
	padding: 0 10px 1em 0;
}
.centrePlayer0, .centrePlayer1, .centrePlayer2 {
	margin: 0 auto 1em auto;
}
.rightPlayer0, .leftPlayer0, .centrePlayer0 {
	width: 240px;
}
.rightPlayer1, .rightPlayer2, .leftPlayer1, .leftPlayer2, .centrePlayer1, .centrePlayer2 {
	width: 480px;
}


ul.leftPlaylist, ul.rightPlaylist {
	padding: 0 10px;
	width: 240px;
	padding: 0;
	border: 0;
	list-style: none;
	list-style-image: none;
}
ul.leftPlaylist {
	clear: left;
	float: left;
	margin: 0 0.5em 0.5em 0;
}
ul.rightPlaylist {
	clear: right;
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.leftPlaylist li, .rightPlaylist li {
	clear: both;
	margin: 0px;
	padding: 0.2em 0 0 0.2em;
	background: rgb(245,245,245) url(caption_bg.png) repeat-x bottom;
}
.leftPlaylist li a, .rightPlaylist li a {
	display: block;
	text-decoration: none;
	position: relative;
	top: -2px;
	z-index: 1;
}
.leftPlaylist li a img, .rightPlaylist li a img {
	position: relative;
	padding-right: 5px;
	top: 2px;
}
.leftPlaylist li .dl, .rightPlaylist li .dl {
	z-index: 100;
	float: right
}
.leftPlaylist li .play, .rightPlaylist li .play {
	float: right
}
/* hover state */
.leftPlaylist ul li.over,
.leftPlaylist ul li:hover,
.rightPlaylist ul li.over,
.rightPlaylist ul li:hover {
	color: rgb(100,179,210);
	}

.fromthis {
	clear: both;
	margin: 0 0 1em 0;
	overflow: auto;
	width: 100%;
	height: auto; /* height and width help some ie/opera browsers to interpret overflow value correctly */
}
.fromthis .quality0, .fromthis .quality1, .fromthis .quality2 {
	margin: 0;
	float: left;
}
.fromthis .quality0 {
	width: 240px;
}
.fromthis .quality1, .fromthis .quality2 {
	width: 480px; 
}
.fromthis p {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0.25em 0;
	margin: 0;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(245,245,245);
	background: rgb(245,245,245) url(caption_bg.png) repeat-x bottom;
}

.q_change span {
	padding: 0 0.5em;
	}
.q_change .current {
	background-color: rgb(204,204,204);
}
.q_change span a {
	text-decoration: none;
	padding: 0; margin: 0; border: 0;
}
.q_change span.over,
.q_change span:hover {
	background-color: rgb(204,204,204);
}

#news_latest {
	float: left;
	width: 150px;
	overflow: auto;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0.5em;
	margin: 0 0.5em 0.5em 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,255);
}
#news_latest h4 {
	border-style: solid;
	margin: 0 0 0.5em 0;
}

blockquote, p.note {
	font-size: 1em;
	font-style: italic;
	padding: 0.5em;
	margin: 1em;
	border-width: 1px;
	border-style: dashed;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,255);
}
blockquote p {
	margin-bottom: 0.5em;
}
blockquote p.credit {
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.25em;
}
