/*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";


/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */


/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 76%;
	background-color: #000;
	color: #fff;

}

h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

/*	To standardise cross browser */
ul, ol
{
	list-style-position: outside;
}

fieldset
{
	border : none;
}

legend
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*	Completely remove text from presentation */
/*	Not used to hide text  - screen readers won't pick it up either	*/
.invisible
{
	display: none;
}

/*	Used to hide text that screen readers should pick up */
.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

/*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 CCS for Tier 1 browser: Firefox */
#container
{
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	width: 940px;
}

#nonFlashVersion
{
	width: 775px;
}

#h1Gatorade, #h1Gatorade span
{ 
	height:330px; 
	width:775px; 
	background-image: url(../../SiteImages/Common/Branding.jpg); 
} 

h2,
a
{
	color:#fe5c04;
}

a:hover
{
	background-color:#fe5c04;
	color: #fff;
}

h2
{
	margin: 0.4em 0 0.8em 0;
}

p
{
	margin: 0.4em 0 0.6em 0;
}

hr
{
	color: #454545;
	clear: both;
}

#nonFlashVersion img
{
	float: right;
}


.iconList {
	margin-bottom:1.2em;
	position:relative;
}

.iconList li {
	background-image:url(../../SiteImages/Icons/iconArrow.gif);
	background-position:left 0.2em;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding-left:10px;
}




/*	Any Safari hash hacks go at the end of the file */