/**
 * HCL Screen Style Sheet
 *
 * @author: Stuart Davis (stuart@hcl.uk.com)
 * @date: April 06
 */

/* -------------- general elements --------------- */

body { 
	background: #d6d6d6 url(../_images/bg-gradient.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------- the divs --------------- */

#sitewrapper, #sitewrapperAboutUs, #sitewrapperWork, #sitewrapperResults, #sitewrapperContact {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:500px;
	margin-top: -250px; /* negative number 1/2 of the height */
	margin-left: -400px; /* negative number 1/2 of the width */
	border: none;
	background-color: #FFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#topwrapper {
	margin: 0px;
	padding: 0px;
	height: 454px;
	width: 800px;
	background-color: #FFF;
	overflow: hidden;
}

	#workcontainer {
		margin: 0px;
		padding: 0px;
		height: 454px;
		width: 500px;
		float:left;
		background-color: #FFF;
		background-image: url(../_images/bg-work-loader.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		overflow: hidden;
		}
		
			
		
		#sitewrapperResults #workcontainer {
			margin: 0px;
			padding: 0px;
			height: 454px;
			width: 400px;
			float:left;
			background-color: #FFF;
			background-image: url(../_images/bg-work-loader.gif);
			background-repeat: no-repeat;
			background-position: 50% 50%;
			overflow: hidden;
			}

	#wordscontainer {
		margin: 0px;
		padding: 20px 20px 20px 0px;
		height: 414px;
		width: 280px;
		float:right;
		background-color: #FFF;
		overflow:hidden;
	}
	
		#sitewrapperResults #wordscontainer {
			margin: 0px;
			padding: 20px 20px 20px 0px;
			height: 414px;
			width: 380px;
			float:right;
			background-color: #FFF;
			overflow:hidden;
			}
	
			#logo {
			margin: 0px;
			padding: 0px;
			height: 68px;
			width: 280px;
			}
		
			#sitewrapperResults #wordscontainer #logo {
			margin: 0px;
			padding: 0px;
			height: 68px;
			width: 380px;
			}
		
		/* !!!!- menuwrapper and all contained in it can be found in hcl_screen-menu.css -!!!! */



/* -------------- images --------------- */

#logo img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	border: none;
}

#workcontainer img {opacity: 0.999999;}

img.arrow {
	padding-right: 10px;
}

/* -------------- flash video --------------- */

object#video {
	position:relative;
	top: 75px;
	left: 50px;
	}

/* -------------- paragraph and headings styling --------------- */

p {
	font-size: 11px/*75%*/;
	line-height: 130%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

ul {font-size: 11px/*75%*/;
	line-height: 130%;}

h2	{
	padding: 0;
	margin: 0 0 10px;
	color: #A2A8A0;
	font-size: 30px;
	font-size: 20px;
	height: auto;
	width: auto;
	line-height: 40px;
	line-height: 18px;
	}
	
#aboutus {
	position: absolute;
	top: 155px;
	left: 140px;
	width: 520px;
	padding: 0px;
	margin: 0px;
	z-index: 105;
	background: inherit;
	height: auto;
	overflow: hidden;
	font-weight: inherit;
	}
	
	#aboutuswords {
	position: absolute;
	left: 150px;
	width: 369px;
	margin:0;
	padding:0;
	z-index: 106;
	}
	
	#aboutus img {
	float:left;
	padding-top: 8px;
}
	

#sharpthinking {
	position: absolute;
	top: 200px;
	left: 55px;
	width: 690px;
	padding: 0px;
	margin: 0px;
	z-index: 105;
	background: #FFF;
	height: 60px;
	overflow: hidden;
	font-weight: inherit;
	}
	
/* -------------- grey boxes on right hand side --------------- */


ul.boximages {
	list-style-type: none;
	margin: 20px 0px 0px;
	padding: 0px;
	
}
ul.boximages li {
	width: 35px;
	height: 35px;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	background-color: #cecece;
	color: #cecece; /* -- turns text same colour as background - needed for IE --*/
	overflow: hidden;
}

ul.boximages li a {display: block;}

ul.boximages li a span {display: none;}

ul.boximages li a:hover {white-space: normal;} /* -- mongy IE css pure pop-up hack --*/

ul.boximages li a:hover span {
	display: block;
	position: absolute;
	top: 305px;
	left: 500px;
	width: 240px;
	margin: 0px;
	z-index: 104;
	height: 80px;
	overflow:hidden;
	font-weight: normal;
	background-color: #f0eded;
	background-image: url(../_images/hover-up-arrow-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul.boximages li a:hover span p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.boximages img {
	border: none;
}

/* -------------- link styles --------------- */

a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* -------------- sifr styles --------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash h4 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	font-size: 12px;
	letter-spacing: -10px;
}

/* ------------ Accordion Scriptaculous Effect ------------- */

div#accordion {
	margin: 0 auto 10px;
}

div#accordion h5 {
	padding: 0px 0px 5px;
	margin: 0px;
	font-size: 11px;
}

div#accordion h5 #visible {
	padding: 0px 0px 5px;
	margin: 0px;
	font-size: 11px;
}

div#accordion div.panel {
	margin: 0;
	padding: 0;
	border: none;
}

div#accordion div.panelBody {
	padding: 0px;
	margin:0;
}