
/*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/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";
/**/

/* -- Geneic 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;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

ul, ol
{
	list-style-position: outside;
}

fieldset
{
	border : none;
}

legend
{
	position: absolute;
	top: -9999em;
}

a:hover
{
	text-decoration: underline;
}

/*	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 */


.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

.accessibleObject
{
	position: absolute;
	top: -9999em;
}

/*	Set this on any copy that needs to be removed / replaced before launch */
.replaceThis
{
	font-weight: bold;
	background: #ff0;
	color: #f00;
}

/*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 */

body.pageContent
{
	background-color: #000;
	background-image: url(../../Images/Common/bodyBG.jpg);
	background-repeat: repeat-x;
}

#container
{
	/*background-color: pink;*/
	width: 926px;
}

.genericTeaser
{
	/*background-color:Gray;*/
	width: 926px;
	position: relative;
	min-height: 600px;
}

#teaserRoundedCorner
{
	/*
	width: 14px;
	height: 12px;
	position:absolute;
	bottom: 0;
	left: 154px;
	z-index: 10;
	background-image: url(../../Images/Common/teaserRoundedCornerBG.jpg);
	background-repeat: no-repeat;	
*/
}

#mainContent
{

	width:421px;
	position: relative;
	background-image:url(../../Images/Common/mainContentBG.gif);
	background-position: 0 165px;
	background-repeat: no-repeat;
}

#mainContentWrapper
{
	width:421px;
	margin-left: 558px;
	padding-bottom: 100px;
	background-image:url(../../Images/Common/mainContentWrapperBG.gif);
	background-repeat: repeat-y;
}

#mainContentFooter
{
	width: 421px;
	height: 180px;
	background-image: url(../../Images/Common/mainContentFooterBG.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: -54px;
	top:-102px;
}

.genericBoxedContent
{
	min-height: 244px;
	background-image:url(../../Images/Common/mainContentBG.gif);
	background-position: 0 244px;
	background-repeat:repeat-y;
	color: #fff;
}

.genericBoxedContent *
{
	margin: 0 90px 0 40px;
	/*background-color: Red;*/
}

.genericBoxedContent legend
{
	display: none;
}

.genericBoxedContent * *
{
	margin: 0;
}

.bottomGenericBoxedContent
{
	width: 368px;
	height: 36px;
	background-image: url(../../Images/Common/bottomGenericBoxedContentBG.gif);
	background-repeat: no-repeat;
}

#siteInformation
{
	background-color:#000;
	position: relative;
	
}

#siteInformation ul
{
	margin-left: 156px;
	padding: 10px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../Images/Common/teaserBottomBorder.gif);
	background-repeat: no-repeat;
	background-position: 90px 0;
}

#siteInformation ul li
{
	display: inline;
	border-right: 1px solid #6C7075;
	color: #fff;
	padding-right: 2px;
}

#siteInformation ul li.last
{
	border-right: 0 none;
}

#siteInformation ul li a
{
	color: #fff;
	margin-right: 5px;
	margin-left: 4px;
	color: #79A7BF;
}

.arrowList
{
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
}

.arrowList li
{
	padding-left: 10px;
	margin-bottom: 8px;
	background-image: url(../../Images/Icons/iconArrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}

/*teasers - add as required*/

#teaserA
{
	background-image:url(../../Images/Teasers/teaserA.jpg);
	background-repeat: no-repeat;
}

#teaserB
{
	background-image:url(../../Images/Teasers/teaserB.jpg);
	background-repeat: no-repeat;
}

#teaserC
{
	background-image:url(../../Images/Teasers/teaserC.jpg);
	background-repeat: no-repeat;
}


/* headings with image replacement*/
#h1PepsiMax, #h1PepsiMax span
{ 
	height:165px; 
	width:368px; 
	background-image: url(../../Images/Headings/h1PepsiMax.gif); 
} 

#h2TellUsAboutHim, #h2TellUsAboutHim span
{ 
	height:21px; 
	width:145px; 
	background-image: url(../../Images/Headings/h2TellUsAboutHim.gif); 
}

#h2TellUsAboutHim,
#h2Vitals
{
	margin-bottom: 10px;
} 

#h2SoTellUs, #h2SoTellUs span
{ 
	height:24px; 
	width:93px; 
	background-image: url(../../Images/Headings/h2SoTellUs.gif); 
}

#h2Vitals, #h2Vitals span
{ 
	height:21px; 
	width:162px; 
	background-image: url(../../Images/Headings/h2Vitals.gif); 
}

/*Forms*/
.genericButton
{
	margin-left: 130px;
}

.genericForm label
{
	display: block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

.genericForm .genericInput
{
	width: 200px;
	margin-bottom: 8px;
	border: 1px solid #102348;
	color: #555;
	font-size: 78%;
}

.genericErrors
{
	color: #FBBE06;
	list-style-type:square;
	padding-left: 15px;
	margin-bottom: 10px;
}

.genericForm span.checkbox
{
	display: block;
	clear: left;
}

.genericForm span.checkbox input
{
	float: left;
}

.genericForm span.checkbox label
{
	float: left;
	display: inline-block;
	margin-left: 5px;
	width: 250px;
}

.genericForm a, a
{
	color: #FBBE06;
}

/*Flash Player - Stage 02*/
#flashContainer
{
	background-image: url(../../Images/Stage03/FlashBG.jpg);
	background-repeat: no-repeat;
	width: 837px;
	height: 597px;
	position: relative;
	margin: 58px 0 0 156px;
}

#flashContainer #flashcontent
{
	position: absolute;
	top: 100px;
	right:90px;
}

#getFlash
{
	width: 250px;
	color: #fff;
	text-align: right;
	margin: 50px 70px 0 0;
}

#getFlash h1
{
	margin: 0 0 20px 0;
	font-size: 2em;
}

#getFlash a
{
	font-weight: bold;
	color: #fff;
}

#flashContainer #siteInformation
{
	width: 500px;
	position: absolute;
	bottom: 40px;
	background: 0 none;
	
}

#flashContainer #siteInformation ul
{
	margin: 0;
	
}
#flashContainer #siteInformation #mainContentFooter
{
	display: none;
}

/*Amy Jackson Blog page*/
body.pageBlog
{
	background-image: url(../../Images/AmyJackson/bodyBG.gif);
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: #000;
	line-height: 1.4em;
}

body.pageBlog #container h2,
body.pageBlog #container  p,
body.pageBlog #container  ul,
body.pageBlog #container  h3,
body.pageBlog #container  #extraContent ul,
body.pageBlog #container  #extraContent p,
body.pageBlog #container  #Amy-Jackson-Movie
{
	margin-bottom: 15px;
}

body.pageBlog h2
{
	color: #193B70;
	font-size: 1.5em;
	border-bottom: 1px dotted #193B70;
	padding-bottom: 0.5em;
	
}

body.pageBlog .date
{
	font-weight: bold;
}

body.pageBlog #container  h4.date
{
 line-height: 1.0em;
}

body.pageBlog h3
{
	color: #6D6D6D;
}

body.pageBlog #container
{
	background-color: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 12px;
}

body.pageBlog #branding
{
	
	background-image: url(../../Images/AmyJackson/latestBlogEntryBG.gif);
	background-repeat: no-repeat;
	background-position:  0 96px;
	height: 140px;
	position: relative;
	margin-bottom: 25px;
}

body.pageBlog #branding h2
{
	position: absolute;
	top: 110px;
	left: 160px;
	padding: 0;
	border-bottom: 0 none;
}

body.pageBlog #branding .date
{
	position: absolute;
	top: 110px;
	left: 35px;
}

body.pageBlog h3.date
{
	color: #2E5188;
	font-weight: normal;
}

#h1AmyJackson, #h1AmyJackson span
{ 
	height:84px; 
	width:800px; 
	background-image: url(../../Images/AmyJackson/h1AmyJackson.gif); 
}

body.pageBlog #mainContent
{
	background-image: url(../../Images/AmyJackson/corner/trCorner.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	background-color: #fff;
	width: 474px;
	float: left;
	display: inline;
	margin: 0 12px 0 11px;
	color: #0B2754;
	z-index: 5;
}

/*overlay*/
body.pageBlog #Amy-Jackson-Movie
{
	height: 800px;
	position: relative;
	top: -80px;
	width: 767px;
	z-index: 10;
}

#moviePlaceholderDummy
{
	position: relative;
	top: -400px;
}

body.pageBlog #mainContent *
{
	margin: 12px;
}

body.pageBlog #mainContent * *
{
	margin: 0;
}



body.pageBlog #extraContent
{
	width: 292px;
	float: left;
	background-image: url(../../Images/AmyJackson/corner/tlCorner.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	background-color: #9CC7F6;
	position: relative;
	top: 0;
}

body.pageBlog #extraContent h2,
body.pageBlog #extraContent h3,
body.pageBlog #extraContent p,
body.pageBlog #extraContent ul
{
	margin: 0 12px 0 12px;
}

body.pageBlog #extraContent h2
{
	margin-top: 12px;
}


body.pageBlog #extraContent img
{
	float: left;
	margin: 12px;
}

body.pageBlog #extraContent .stats
{
	margin: 12px 0 0 0;
}

body.pageBlog #extraContent .stats li
{
	margin-bottom: 5px;
}

body.pageBlog #siteInformation
{
	background-image: none;
	background-color: #224399;
	color: #6D83BC;
	margin: 15px 11px 0 11px;
}

body.pageBlog #siteInformation ul
{
	margin: 0;
	padding: 10px;
}

body.pageBlog #siteInformation a,
body.pageBlog #siteInformation li
{
	color: #6D83BC;
}

body.pageBlog #siteInformation li
{
	border-right: 1px solid #6D83BC;
}

body.pageBlog #siteInformation li.last
{
	border-right: 0 none;
}


body.pageBlog #siteInformation #mainContentFooter
{
	display: none;
}

body.pageBlog #blogBrand
{
	height: 27px;
	width: 100%;
	background-image:url(../../Images/AmyJackson/blogBrandBG.gif);
	background-repeat:repeat-x;
	border-bottom: 3px solid #232C72;
	text-align:left;
}

#cmsContent
{
	/*background-color: #fff;*/
	color: #fff;
	margin: auto;
}

#cmsContent a
{
	color: #fff;
}

#cmsContent label
{
	display : inline-block;
	width: 150px;
}

#cmsContent textarea
{
	width: 300px;
}

/*	Any developer or test CSS goes into dev.css */
/*	Called last so you can override styling from in here */
@import "dev.css";

/*	Any Safari hash hacks go at the end of the file */