/* CSS Document */

	body
	{
		margin: 0;
		padding: 0 0 100px 0;
		width: 100%;
		height: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #fff;
		text-align: center;
		background: #A60100 url(_files/site-bg_gradient.jpg) 0 0 repeat-x;
		line-height: 2.2em;
	}
	
	.clear-both
	{
		clear: both;
		height: 1px;
		overflow: hidden;
	}

/* ---------------------------------------------------------------------------------------------- Page Container */

	#page-container
	{
		position: relative;
		z-index: 1;
		width: 978px;
		margin: 0 auto;
		font-size: 130%;
		text-align: left;
	}
	
	* html #page-container
	{
		font-size: 120%;
	}
	
	#page-container .pc-bg-t,
	#page-container .pc-bg-r,
	#page-container .pc-bg-l,
	#page-container .pc-bg-c
	{
		position: relative;
	}
	
	#page-container .pc-bg-t
	{
		background: url(_files/site-bg_side-highlight_t.gif) 27px 0 repeat-y;
	}
	
	#page-container .pc-bg-r
	{
		background: url(_files/site-bg_side-highlight_r.jpg) 952px 0 no-repeat;
	}
	
	#page-container .pc-bg-l
	{
		background: url(_files/site-bg_side-highlight_l.jpg) 27px 0 no-repeat;
	}
	
	#page-container .pc-bg-c
	{
		background: url(_files/site-bg_colour.gif) 55px 0 repeat-y;
	}
	
/* ---------------------------------------------------------------------------------------------- Foreground Container */
	
	
	#foreground-container
	{
		position: relative;
		z-index: 1;
	}
	
/* -------------------------------------------------------------------------------- Header */
	
	#header
	{
		z-index: 1;
		position: relative;
		margin: 0;
		padding: 0;
		width: 978px;
		height: 182px;
		background: url(_files/header-bg_2.gif) 339px 0 no-repeat;
	}
	
	#header .hb1a,
	#header .hb1b,
	#header .hb1c,
	#header .hb1d
	{
		z-index: 1;
		position: absolute;
	}
	
	
	#header .hb1a
	{
		top: 0;
		width: 339px;
		height: 37px;
		background: url(_files/header-bg_1a.gif) 0 0 no-repeat;
	}
	
	#header .hb1b
	{
		top: 37px;
		width: 318px;
		height: 50px;
		background: url(_files/header-bg_1b.gif) 0 0 no-repeat;
	}
	
	#header .hb1c
	{
		top: 87px;
		width: 294px;
		height: 50px;
		background: url(_files/header-bg_1c.gif) 0 0 no-repeat;
	}
	
	#header .hb1d
	{
		top: 137px;
		width: 275px;
		height: 45px;
		background: url(_files/header-bg_1d.gif) 0 0 no-repeat;
	}
	
/* -------------------------------------------------------------------------------- Search */
	
	#search
	{
		z-index: 2;
		position: absolute;
		top: 0;
		left: 565px;
		width: 328px;
		height: 33px;
		background: url(_files/search-bg.gif) 0 0 no-repeat;
	}
	
	#search form
	{
		margin: 0;
		padding: 0;
	}
	
	#search label
	{
		position: absolute;
		top: 6px;
		left: 76px;
		color: #fff073;
		font-size: 80%;
	}
	
	#search .input-text
	{
		position: absolute;
		top: 5px;
		left: 150px;
	}
	
	* html #search .input-text
	{
		top: 7px;
	}
	
	#search .input-text input
	{
		margin: 0;
		padding: 0 0 0 10px;
		width: 120px;
		border: none;
		color: #545454;
		font-size: 100%;
	}	
	
	#search .search-button
	{
		position: absolute;
		top: 5px;
		left: 293px;
	}
	
	#search .search-button input
	{
		margin: 0;
		padding: 2px 4px 4px 0;
		border: none;
		background: none;
		cursor: pointer;
		font-weight: bold;
		color: #fff;
		font-size: 100%;
	}
	
	* html #search .search-button
	{
		top: 6px;
		left: 297px;
	}
	
	
	
/* -------------------------------------------------------------------------------- Header Logo */

	#main-heading
	{
		z-index: 2;
		position: relative;
		top: 6px;
		left: 45px;
		margin: 0;
		padding: 0;
		width: 115px;
		height: 148px;
		font-size: 100%;
		text-indent: -10000px;
	}
	
	#main-heading span
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: url(_files/site-logo.gif) 0 0 no-repeat;
		cursor: pointer;
	}
	
/* -------------------------------------------------------------------------------- Main Navigation */
		
	#main-nav
	{
		z-index: 1;
		position: relative;
		margin-top: -123px;
		left: 148px;
	}
	
	#main-nav h2
	{
		display: none;
	}
	
	#main-nav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1.9em;
	}
	
	* html #main-nav ul
	{
		line-height: 1.8em;
	}
	
	#main-nav li
	{
		float: left;
		clear: left;
		padding: 3px 0 0 0;
		height: 24px;
		font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 115%;
	}
	
	#main-nav li a
	{
		display: block;
		width: 94px;
		padding: 0 0 0 35px;
		height: 24px;
		text-decoration: none;
		color: #fff;
		/* Pre-loads the rollover but doesn't display it */
		background: url(_files/main-nav_highlight.gif) 10000px 0 no-repeat;
	}
	
	#main-nav li#mn-1 a
	{
		width: 118px;
	}
	
	#main-nav li.current a,
	#main-nav li a:hover
	{
		background-position: 0 0;
		color: #9d0a0e;
	}
	
	#main-nav #mn-1
	{
		padding-left: 38px;
	}
	
	#main-nav #mn-2
	{
		padding-left: 30px;
	}
	
	#main-nav #mn-3
	{
		padding-left: 20px;
	}
	
	#main-nav #mn-4
	{
		padding-left: 11px;
	}
	
	#main-nav #mn-5
	{
		padding-top: 4px;
		padding-left: 1px;
	}
	

/* -------------------------------------------------------------------------------- Sub Navigation */	
	
	#sub-nav
	{
		z-index: 0;
		position: absolute;
		top: 28px;
		left: 240px;
		height: 138px;	
		background: url(_files/sub-nav_slider.gif) 100% 0 no-repeat;
	}
	
	#sub-nav h3
	{
		display: none;
	}
	
	#sub-nav .sn-bg
	{
		margin: 0 93px 0 0;
		height: 138px;
		background: url(_files/sub-nav_repeat.gif) 0 0 repeat-x;
	}
	
	/* -------------- IE 6 ISSUES!!!!!!!!! */
	
	* html #sub-nav .sn-bg
	{
		margin: 0 46px 0 0;
		padding: 0 25px 0 0;
		float: left;
	}
	
	* html #sub-nav .blank
	{
		width: 50px;
	}
	
	#sub-nav .blank
	{
		width: 75px;
	}
	
	#sub-nav ul
	{
		position: relative;
		left: 25px;
		margin: 0;
		padding: 15px 0px 10px 20px;
		line-height: 1.6em;
	}
	
	#sub-nav li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
	}
	
	
	#sub-nav li a
	{
		padding: 0 0 0 20px;
		text-decoration: none;
		color: #5e5454;
		background: url(_files/sub-nav_bullet.gif) 0 2px no-repeat;
	}
	
	#sub-nav li.current a,
	#sub-nav li a:hover
	{
		text-decoration: none;
		color: #5e5454;
		background: url(_files/sub-nav_highlight.gif) 0 2px no-repeat;
	}
	
	#sub-nav #sn-1
	{
		padding-left: 38px;
	}
	
	#sub-nav #sn-2
	{
		padding-left: 30px;
	}
	
	#sub-nav #sn-3
	{
		padding-left: 22px;
	}
	
	#sub-nav #sn-4
	{
		padding-left: 14px;
	}
	
	#sub-nav #sn-5
	{
		padding-left: 4px;
	}
	

/* -------------------------------------------------------------------------------- Bread Crums */

	#breadcrums
	{
		position: absolute;
		top: 202px;
		left: 100px;
		font-size: 80%;
		line-height: normal;
	}
	
	#breadcrums a
	{
		color: #fff;
	}
	
	#breadcrums a:hover
	{
		text-decoration: none;
	}
	
	#breadcrums a:visited
	{
		color: #ccc;
	}

/* ---------------------------------------------------------------------------------------------------- Content Container */	
	

	#content-container
	{
		position: relative;
		margin: 78px 61px 0 97px;
		color: #545454;		
	}
	
	/* IE WIN FIX FOR FLOAT PROBLEM \*/
	* html #content-container
	{
		position: relative;
	}
	/* End Hide from IE MAC */		
	
	
	#content-container a
	{
		color: #9d0a0e;
		text-decoration:underline;
	}
	
	#content-container a:hover
	{
		text-decoration: none;
	}
	
	#content-container a:visited
	{
		color: #c47376;
	}
	
	
	#left-colour
	{
		/*background: #6dcff6;*/
		padding: 0 0 20px 0;
		background: url(_files/main-content-bg_b.gif) 0 100% no-repeat;
		
	}
	
	#left-colour-2
	{
	 	position: relative;
		width: 533px;
		margin: 0 20px 0 0;
		background: url(_files/main-content-bg_t.gif) 0 0 no-repeat;
	}


/* ---------------------------------------------------------------------------------------------------- Right Column */				

	#right-column
	{
		z-index: 1;
		position: relative;
		float: right;
		width: 287px;
		margin: 138px -286px 0 0;
		padding: 0 0 15px 0;
		background: url(_files/sec-content-bg_b.gif) 100% 100% no-repeat;
	}
	
	#right-column-bg
	{
		position: relative;
		margin: 0 0 0 30px;
		padding: 13px 0 0 0;
		background: url(_files/sec-content-bg_t.gif) 100% 0 no-repeat;
		
	}
	
	#right-column .padding
	{
		position: relative;
		padding: 17px;
		min-height: 700px;
		background: #fff url(_files/sec-content-bg_c.gif) 0 0 no-repeat;
	}
	
	* html #right-column .padding
	{
		height: 700px;
	}
	
	#right-column h1
	{
		font-weight: normal;
		font-size: 150%;
		color: #9d0a0e;
	}
	
	#right-column h1.right-title
	{
		position: relative;
		margin: -68px -17px 0 0;
		padding: 2px 14px 0 0;
		height: 54px;
		line-height: 2.0em;
		background: url(_files/sec-content-h1_r.gif) 100% 0 no-repeat;
		text-align: right;
	}
	
	#right-column h1.right-title span
	{
		padding: 10px 5px 50px 65px;
		background: url(_files/sec-content-h1_l.gif) 0 0 no-repeat;

	}
	
	#right-column p
	{
		margin: 0 0 20px 0;
	}
	
	#right-column img
	{
		border: none;
	}
	
/* -------------------------------------- Link Image */
	
	#right-column .link-image
	{
		margin: 6px 0 6px 0;
		text-align: center;
		background: #fff;
		font-size: 80%;
	}
	
	#right-column[id] .link-image
	{
		overflow: hidden;
	}
	
	* html #right-column .link-image
	{
		height: 1%;
	}
	
	#right-column .catalogue-image
	{
		float: left;
		margin-left: 3px;
		margin-right: 3px;	
	}
	
	#right-column .link-image .caption
	{
		display: block;
		padding: 4px 0;
		clear: left;
		line-height: normal;
	}
	
	#right-column .link-image .caption a
	{
		float: none;
		display: inline;
		border: none;
		font-weight: bold;
		text-decoration: none;
	}
	
	#right-column .link-image a
	{
		float: left;
		display: block;
		border: 3px solid #9d0a0e;
	}
	
	
	#right-column .link-image a:hover img
	{
		border-color: #FFDB00;
	}
	
	#right-column .link-image img
	{
		display: block;
		border: 7px solid #000;
	}
	
/* -------------------------------------- Partner Logos */
	
	#partner-logos
	{
		background: #fff;
	}
	
	#partner-logos p
	{
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
		padding: 10px;
		border: 2px solid #FFF19C;
		text-align: center;
		
	}
	
	#partner-logos .aerialize-logo a,
	#partner-logos .weirder-better-logo a,
	#partner-logos .blaxland-high-logo a,
	#partner-logos .websitesnetwork-logo a,
	#partner-logos .markwhite-logo a
	{
		display: block;
		z-index: 2;
		position: relative;
		margin: 0 auto;
		font-size: 100%;
		text-indent: -10000px;
		text-decoration: none;
	}
	
	#partner-logos .aerialize-logo a span,
	#partner-logos .weirder-better-logo a span,
	#partner-logos .blaxland-high-logo a span,
	#partner-logos .websitesnetwork-logo a span,
	#partner-logos .markwhite-logo a span
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		cursor: pointer;
	}
	
	#partner-logos .markwhite-logo a
	{
		width: 109px;
		height: 96px;
	}
	
	#partner-logos .markwhite-logo a span
	{
		background: url(_files/partners/logo_mark-white.jpg) 0 0 no-repeat;
	}
	
	#partner-logos .markwhite-logo a:hover span
	{
		background: url(_files/partners/logo_mark-white.jpg) -109px 0 no-repeat;
	}
	
	#partner-logos .websitesnetwork-logo a
	{
		width: 201px;
		height: 51px;
	}
	
	#partner-logos .websitesnetwork-logo a span
	{
		background: url(_files/partners/logo_websites-network.jpg) 0 0 no-repeat;
	}
	
	#partner-logos .websitesnetwork-logo a:hover span
	{
		background: url(_files/partners/logo_websites-network.jpg) -201px 0 no-repeat;
	}
	
	#partner-logos .aerialize-logo a
	{
		width: 197px;
		height: 51px;

	}
	
	#partner-logos .aerialize-logo a span
	{
		background: url(_files/partners/logo_aerialize.gif) -197px 0 no-repeat;
	}
	
	#partner-logos .aerialize-logo a:hover span
	{
		background: url(_files/partners/logo_aerialize.gif) 0 0 no-repeat;
	}
	
	#partner-logos .weirder-better-logo a
	{
		width: 160px;
		height: 88px;
		margin-left: 19px;
	}
	
	#partner-logos .weirder-better-logo a span
	{
		background: url(_files/partners/logo_weirder-the-better.jpg) -160px 0 no-repeat;
	}
	
	#partner-logos .weirder-better-logo a:hover span
	{
		background: url(_files/partners/logo_weirder-the-better.jpg) 0 0 no-repeat;
	}
	
	#partner-logos .blaxland-high-logo a
	{
		width: 67px;
		height: 71px;
	}
	
	#partner-logos .blaxland-high-logo a span
	{
		background: url(_files/partners/logo_blaxland-high.gif) -67px 0 no-repeat;
	}
	
	#partner-logos .blaxland-high-logo a:hover span
	{
		background: url(_files/partners/logo_blaxland-high.gif) 0 0 no-repeat;
	}
	
	
	#partner-logos img
	{
		padding: 10px;
		
	}
	
/* -------------------------------------- Catalogue Thumbs */
	
	#right-column .catalogue-thumbs
	{
		padding: 0 0 0 5px;
		width: 218px;
		overflow: hidden;
	}
	
	* html #right-column .catalogue-thumbs
	{
		padding: 0 0 0 3px;
		width: 220px;
		overflow: hidden;
	}
	
	#right-column .catalogue-thumbs .current img
	{
		border-color: #FFDB00;
	}
	
	#right-column .catalogue-thumbs .current .caption a
	{
		color: #f4c900;
	}
		
		
/* ---------------------------------------------------------------------------------------------------- Body Copy */
		
	#body-copy
	{
		padding: 36px 0 0 0;
		color: #333;
		
	}
	
	/* IE WIN FIX FOR FLOAT PROBLEM \*/
	* html #body-copy
	{
		position: relative;
		height: 1%;
		overflow: visible;
	}
	/* End Hide from IE MAC */
	
	
	#body-copy .padding
	{
		position: relative;
		padding: 25px;
		background: #fff;
	}
	
	#body-copy h1
	{
		font-weight: normal;
		font-size: 190%;
		color: #9d0a0e;
		line-height: normal;
	}
	
	#body-copy h1.page-title
	{
		z-index: 0;
		position: relative;
		margin: -85px 0 0 -25px;
		padding: 1px 0 10px 15px;
		height: 56px;
		line-height: 2.0em;
		background: url(_files/main-content-h1_l.gif) 0 0 no-repeat;
	}
	
	#body-copy h1.page-title span
	{
		padding: 10px 65px 50px 5px;
		background: url(_files/main-content-h1_r.gif) 100% 0 no-repeat;

	}
	
	#body-copy h2
	{
		margin: 10px 0 4px 0;
		font-weight: normal;
		font-size: 150%;
		color: #9d0a0e;
		line-height: normal;
	}
	
	#body-copy h3
	{
		font-weight: normal;
		font-size: 120%;
		color: #9d0a0e;
		line-height: normal;
	}
	
	#body-copy h4
	{
		font-weight: normal;
		font-size: 100%;
		color: #9d0a0e;
	}
	
	#body-copy h5
	{
		font-weight: bold;
		font-size: 100%;
		color: #333;
	}
	
	#body-copy p
	{
		margin: 0 0 20px 0;
	}
	
	#body-copy img
	{
		position: relative;
		float: right;
		margin: 0 0 12px 12px;
		border: 3px solid #dedada;
	}
	
	#body-copy a:hover img
	{
		border-color: #9d0a0e;
	}
	
	#body-copy ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#body-copy li
	{
		margin: 0;
		padding: 0 0 0 10px;
		background: url(_files/body_bullet.gif) 0px 0.7em no-repeat;
	}
	
/* -------------------------------------- Tables */
	
	
	#body-copy table
	{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#body-copy th,
	#body-copy td
	{
		border-bottom: 2px solid #fff;
	}
	
	#body-copy th
	{
		padding: 5px;
		border-right: 2px solid #fff;
		font-weight: normal;
		font-size: 110%;
		color: #fff;
		background: #545454;
	}
	
	#body-copy td
	{
		padding: 5px;
		background: #efeddf;
	}
	
/* -------------------------------------- Content Item */

	#body-copy .content-item
	{
		z-index: 1;
		position: relative;
		padding: 8px;
		margin: 0 0 15px 0;
		/* makes the box expand so it contains the floats */
		overflow: hidden;
		border: 1px solid #efeddf;
	}
	
	* html #body-copy .content-item
	{
		height: 1%;
	}
	
	#body-copy .content-item img
	{
		margin-bottom: 0;
	}
	
	#body-copy .content-item p
	{
		margin: 0;
	}
	
	#body-copy .content-item h2
	{
		margin: 0 0 10px 0;
	}
	
	
	/*
	#body-copy .link-image a
	{
		position: relative;
		float: left;
		display: block;
		border: 3px solid #9d0a0e;
	}
	
	#body-copy .link-image a:hover
	{
		border-color: #FFDB00;
	}
	
	#body-copy .link-image img
	{
		float: none;
		margin: 0;
		border: 7px solid #000;
	}*/
	
	
/* -------------------------------------- Gallery Thumbs */

	#body-copy .gallery-thumbs
	{
		margin: 0 auto;
		width: 479px;
		overflow: hidden;
	}


	#body-copy .gallery-thumbs img
	{
		float: left;
		margin: 9px;
	}
	
	
/* -------------------------------------- Search Results */
	
	#search-form form
	{
		z-index: 2;
		position: relative;
		margin: 0;
		padding: 0 0;

	}
	
	* html #search-form
	{
		font-size: 110%;
	}
	
	#search-form label
	{
		font-weight: bold;
	}
	
	#search-form .input-text input
	{
		margin: 0;
		padding: 3px 5px;
		width: 344px;
		border: 1px solid #aaa;
		font-size: 100%;
	}
	
	* html #search-form .input-text input
	{
		width: 340px;
	}
	
	#search-form .search-button input
	{
		margin: 0;
		padding: 3px 5px;
		border: none;
		background: #9d0a0e;
		color: #fff;
		font-weight: bold;
		font-size: 100%;
	}
	
	#result-report
	{
		padding: 3px;
		background: #545454;
		color: #fff;
		text-align: center;
	}
	
	#search-results
	{
		padding: 4px 0 0 0;
	
	}
	
	#body-copy #search-results h2
	{
		font-size: 100%;
	
	}
	
	#body-copy .results-item
	{
		padding: 0 0 25px 0;
	}
	
	#body-copy .results-item p
	{
		margin: 10px 0;
	}
	
	#body-copy .results-item .url
	{
		color: #777;
	}
	
	#body-copy #other-pages
	{
		padding: 10px 0 0 0;
		text-align: center;
	}
	
	#body-copy #powered-by
	{
		margin: 35px 0 0 0;
		padding: 30px 0 25px 0;
		text-align: center;
		line-height: normal;
		border-top: 1px solid #ccc;
	}
	
	#body-copy #powered-by img
	{
		float: none;
		margin: 0;
		
	}
	
/* -------------------------------------- Video Category Items */
		
	#body-copy .video-player p
	{
		padding: 15px 0 10px 0;
	}
		
	#body-copy #category-item-list
	{
		margin: 20px 0;
		padding: 20px 0 0 0;
		border-top: 1px solid #bbb;
	}
		
	#body-copy .category-item
	{
		z-index: 1;
		position: relative;
		padding: 10px;
		margin: 0 0 15px 0;
		/* makes the box expand so it contains the floats */
		overflow: hidden;
		border: 1px solid #efeddf;
	}
	
	#body-copy .current .category-item
	{
		display: none;
		background: #efeddf;
	}
	
	#body-copy .current .category-item h2 a
	{
		text-decoration: none;
		color: #666666;
	}
	
	* html #body-copy .category-item
	{
		height: 1%;
	}
	
	#body-copy .category-item img
	{
		margin-bottom: 0;
	}
	
	#body-copy .category-item p
	{
		margin: 10px 0;
	}
			
	#body-copy .category-item h2
	{
		margin: 0;
	}
	
	#body-copy .category-item .running-time
	{
		position: absolute;
		top: 12px;
		left: 300px;
		font-weight: bold;
		color: #888;
	}
	
/* ---------------------------------------------------------------------------------------------------- Footer */

	#footer
	{
		padding: 35px 0 35px 27px;
		height: 48px;
		background:	url(_files/site-bg_bottom.gif) 27px 100% no-repeat;
		text-align: center;
	}
	
	#footer ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#footer li
	{
		display: inline;
		padding: 0 10px 0 10px;
	}
	
	#footer a
	{
		font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-size: 140%;
		color: #9d0a0e;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
	#footer .copyright
	{
		position: relative;
		top: 50px;
		color: #f78285;
	}

/* ----------------------------------------------------------------------------------- Background Container */

	#background-container
	{
		z-index: 0;
		position: absolute;
		top: 0;
		left: 55px;
		width: 897px;
		height: 1028px;
		background: #ffdb00;
	}
	
	.bc1,  .bc2,  .bc3,  .bc4,
	.bc5,  .bc6,  .bc7,  .bc8,
	.bc9,  .bc10, .bc11, .bc12,
	.bc13, .bc14, .bc15, .bc16,
	.bc17, .bc18
	{
		height: 100%;
		
	}
	
	.bc1
	{
		background: url(_files/site-bg_1.jpg) 0 0 no-repeat;
	}
	
	.bc2
	{
		background: url(_files/site-bg_2.jpg) 224px 0 no-repeat;
	}
	
	.bc3
	{
		background: url(_files/site-bg_3.jpg) 448px 0 no-repeat;
	}
	
	.bc4
	{
		background: url(_files/site-bg_4.jpg) 673px 0 no-repeat;
	}
	
	
	
	.bc5
	{
		background: url(_files/site-bg_5.gif) 0 206px no-repeat;
	}
	
	.bc6
	{
		background: url(_files/site-bg_6.jpg) 224px 206px no-repeat;
	}
	
	.bc7
	{
		background: url(_files/site-bg_7.jpg) 449px 206px no-repeat;
	}
	
	.bc8
	{
		background: url(_files/site-bg_8.jpg) 673px 206px no-repeat;
	}
	
	
	
	.bc9
	{
		background: url(_files/site-bg_9.gif) 0 411px no-repeat;
	}
	
	.bc10
	{
		/* There hidden so don't load the image
		 * It's kept here just in case at a later date
		 * we want to see the entire background
		 */
		/*background: url(_files/site-bg_10.gif) 224px 411px no-repeat;*/
	}
	
	.bc11
	{
		background: url(_files/site-bg_11.jpg) 449px 411px no-repeat;
	}
	
	.bc12
	{
		background: url(_files/site-bg_12.jpg) 673px 411px no-repeat;
	}
	
	
	
	.bc13
	{
		background: url(_files/site-bg_13.gif) 0 616px no-repeat;
	}
	
	.bc14
	{
		/* There hidden so don't load the image
		 * It's kept here just in case at a later date
		 * we want to see the entire background
		 */
		/*background: url(_files/site-bg_14.gif) 224px 616px no-repeat;*/
	}
	
	.bc15
	{
		background: url(_files/site-bg_15.gif) 448px 616px no-repeat;
	}
	
	.bc16
	{
		background: url(_files/site-bg_16.gif) 672px 616px no-repeat;
	}
	
	
	
	.bc17
	{
		background: url(_files/site-bg_17.gif) 0 821px no-repeat;
	}
	
	.bc18
	{
		/* There hidden so don't load the image
		 * It's kept here just in case at a later date
		 * we want to see the entire background
		 */
		/*background: url(_files/site-bg_18.gif) 224px 821px no-repeat;*/
	}
	
	
