/*	-----------------------------------------------

	Resets And Primitives

	----------------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,a,p,blockquote,th,td,iframe {
	padding:0;
	margin:0;
	outline:0;
}

body {
	background: #000;
	color: #000;
	font-size: 62.5%;
	font-family: Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight:bold; }

h1 { 
	font-size: 1em; 
	line-height: 1em;
}

h2 {
	font-size: 1em;
	line-height: 1em;
}

h3 { 
	font-size: 1em; 
	line-height: 1em;
}

h4 { 
	font-size: 1em; 
	line-height: 1em;
}

h5 {
	font-size: 1em; 
	line-height: 1em;
}

h6 {
	font-size: 1em; 
	line-height: 1em;
}

p { 
	font-size: 1em; 
	line-height: 1em;
}

address,caption,cite,code,dfn,th,var { 
	font-style: normal; 
	font-weight: normal; 
}

ul,ol { 
	list-style: none; 
}

a { 
	color: #000;
	text-decoration: underline;
}

a:hover {

}

abbr,img { 
	border: 0; 
}

strong { 
	font-weight: bold;
}

em {
	font-style: italic; 
}

table {
	border-collapse: collapse;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}


/*	-----------------------------------------------

	Custom Primitives

	----------------------------------------------- */


div.hr { 
	height: 1px;
	border-top: 1px solid #000;
	overflow: hidden;
	clear: both;
}
	div.hr hr {
		display: none;
	}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;	
	margin-top: -1px;	
}


/*	-----------------------------------------------

	Utility Classes

	----------------------------------------------- */


.left { float: left; }
.right { float: right; }
.invisible { display: none; }

.offscreen {
	display: block;
	left: -999999em;
	position: absolute;
	top: -999999em;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	margin-top: -1px;
	visibility: hidden;
}


/*	-----------------------------------------------

	Chrome

	----------------------------------------------- */

object#flash-target {
	z-index:1;
	zoom:1;
}

/*	-----------------------------------------------

	Widgets

	----------------------------------------------- */

div#exitWarning {
	background: url('../img/bg/exitWarning.png') no-repeat scroll top left;
	width: 530px;
	height: 354px;
	display:none;
	position:fixed;
	left:50%;
	margin-left:-265px;
	top:260px;
	z-index:99999999;
}
body.ca-fr div#exitWarning {
	background: url('../img/local/ca-fr/exitWarning.png') no-repeat scroll top left;
}
body.de div#exitWarning {
	background: url('../img/local/de/exitWarning.png') no-repeat scroll top left;
}
body.es div#exitWarning {
	background: url('../img/local/es/exitWarning.png') no-repeat scroll top left;
}
body.fr div#exitWarning {
	background: url('../img/local/fr/exitWarning.png') no-repeat scroll top left;
}
body.be-fr div#exitWarning {
	background: url('../img/local/be-fr/exitWarning.png') no-repeat scroll top left;
}
body.it div#exitWarning {
	background: url('../img/local/it/exitWarning.png') no-repeat scroll top left;
}
body.la div#exitWarning {
	background: url('../img/local/la/exitWarning.png') no-repeat scroll top left;
}
body.nl div#exitWarning {
	background: url('../img/local/nl/exitWarning.png') no-repeat scroll top left;
}
body.pt div#exitWarning {
	background: url('../img/local/pt/exitWarning.png') no-repeat scroll top left;
}

	div#exitWarning a {
		display:block;
		position:absolute;
	}
	div#exitWarning a.cancel {
		width:177px;
		height:35px;
		top:257px;
		left:72px;
	}
	div#exitWarning a.continue {
		width:177px;
		height:35px;
		top:257px;
		left:280px;
	}

/*	-----------------------------------------------

	No Flash Warning

	----------------------------------------------- */
	
div#flash-target h1 {
	background: url('../img/noflash/logo.png') no-repeat scroll top left;
	width: 286px;
	height: 146px;
	margin:80px auto 40px auto;
}

div#flash-target div.warning {
	background: url('../img/noflash/warning-window.png') no-repeat scroll top left;
	width: 540px;
	height: 544px;
	margin:auto;
	position:relative;
}
	div#flash-target div.warning a {
		color:#b99954;
		text-decoration:none;
	}
		div#flash-target div.warning a span.chevron {
			display:inline-block;
			background: url('../img/noflash/chevron.png') no-repeat scroll top left;
			width: 15px;
			height: 17px;
		}
	div#flash-target div.warning a:hover {
		
	}

	div#flash-target div.warning h3 {
		font-size:20px;
		font-weight:900;
		position:absolute;
		left:222px;
		top:110px;
		width:240px;
	}
	div#flash-target div.warning p {
		position:absolute;
		font-size:17px;
		font-weight:900;
		left:82px;
		top:220px;
		line-height:20px;
	}
	
