/*graphico.co.uk*/

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";
@import "ie7win.css";

/*IE 5.5 hacks only*/
@media tty {
i{content:"";/*" "*/}}@m;
@import 'ie55win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 76%;

}


h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}


fieldset
{
	border : none;
}

legend
{
	display: none;
}


.invisible
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.theBreaker
{
	height: 1px;
	clear: both;
	overflow: hidden;
}

.hide
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */

.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
*/

/* begin normal CSS for Tier 1 browser: Firefox */
/* Homepage styling */
html
{
	height: 100%;
	overflow: hidden;
}

#flashContainer
{
	height: 100%;
}

#flashContainer img
{
	margin: auto;
	display: block;
	width: 760px;
	height: 240px;
	border: none;
}

#flashContainer #siteLinks
{
	width: 760px;
	margin: auto;
	text-align: center;
}

#flashContainer ul
{
	margin-left: -15%;
}

#flashContainer li
{
	display: inline;
}

#flashContainer li a
{
	margin: 0 10px 0 0;
}

#Home
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #E1E1E1 none;
}

#overlay, #olbg, #olbd
{
	position: absolute;	
	top: 0;
	left: 0;
}

#olbg
{
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#olbd {
	background: url(../../Images/takeover.png) 27px 0 no-repeat;
}

#olbd a {
	display: block;
	color: #fff;
	text-indent: -999em;
	position: absolute;
	/*border: solid 1px Red;*/
}

#close
{
	width: 118px;
	height: 28px;	
	right: 186px;
	top: 63px;
}

#enter
{
	width: 90px;
	height: 68px;	
	right: 278px;
	top: 316px;
}