
/*
		Site:		Imaginext
		File:		Master Screen CSS for Site Template
		Location:   pages\v5\fr\imaginext\css
		Author:	    Adam Cummins
		Date:		June 2008
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*html, body {
	height: 100%;
}*/

body {
    background: #000 url(/content/v5/img/imaginext/bg.jpg) no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.125em;
}

#container {
    width: 1200px;
    position: relative;
}

body.landing #content {
    width: 1200px;
}

a:link, a:visited, a:hover, a:active {
    color: #fff;
}

p {
    color: #000;
}

h1 {
}

h2 {
}

/* TEMPLATE ITEMS */

#advertisement {
	position: absolute;
	display: block;
	font-size: 80%;
	top: 0;
	left: 50%;
	margin-left: 300px;
	color: #000;
}

/* ADDITIONAL FOOTER OVERWRITES */

#footer #ixFooter {
    margin-left: 131px;
    padding: 25px 0 100px 0;
}

#footer #ixFooter h3 {
		float: left;
	}
	
	#footer #ixFooter li {
		list-style: none;
		float: left;
	}

#fplogo_footer {
    clear: both;
}

	#fplogo_footer a {
		color: #fff;
		border-color: #fff;
		font-family: arial, helvetica, sans-serif;
		font-size: .8em;
		text-align: center;
		text-decoration: none;
		line-height: 1em;
		width: 115px;
		height: 1.2em;
		display: block;
		padding-top: 48px;
		background: url(/img/fplogo_www.png) no-repeat top center;
		margin: 0 auto;
	}

	#fplogo_footer a:hover {
		border-bottom: #fff 1px solid;
		height: 1.1em;
		cursor: pointer;
	}

/* IE 6 WORKAROUND FOR PNG SUPPORT */

#fplogo_footer a {
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fplogo_www.png', sizingMethod='crop');
	_background: none;
}

#footer p {
    color: #FF8E01;
}

#fplogo_footer,
div#legal_footer {
    width: 678px;
    margin: 0px 140px;
}

/* SIFR STYLES */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* end sifr default styles */

/* sifr specific styles */

.sIFR-active .pag {
	visibility: hidden;
	font-family: verdana;
	line-height: 1em;
	font-size: 18px;
	display: block;
	background:#FFFFFF;
    border:1px solid #000000;
    padding:6px 12px;
}

.sIFR-active h1#product-name {
	visibility: hidden;
	line-height: 1em;
	font-size: 1.7em;
	*font-size: 1.5em;
	display: block;
}

/* end sifr specific styles */

/* EASY CLEARING */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

<!--/* 0.0061308767989416 [10.89.198.135] */-->