/* toned down version of Eric Meyer's CSS reset (posted 15 January 2008)
=========================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, address, cite, code, em, img, 
dl, dt, dd, ol, ul, li, fieldset, form,
label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FLASH content styling
=========================================================================*/
body {
	width:100%;
	height:100%;
	/*background:url(../img/design/noflash_body.gif) repeat-y #100f10;*/
	background:#666666;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#container {
	width:100%;
	height:100%;
}
#flashdiv {
	display:block;
}
#nocss {
	display:none;
}

/* no flash HTML content styling
=========================================================================*/

h1 {
	margin: 20px;
}
h1 span {
	display:block;
	text-indent:-9999px;
}
h2 {
	font-size:36px;
	color:#fff;
}
p {
	color:#fff;
}
#nojs {
	display:none;
}
#flashdiv div {
	position:absolute;
	top:100px;
	left:300px;
	width:224px;
	height:186px;
	padding:12px 12px 12px 24px;
	background:url(../img/design/noflash_window.gif) no-repeat 0 0 transparent;
}

/* no javascript HTML content styling
=========================================================================*/

body.nojs #noflash {
	display:none;
}
body.nojs #nojs {
	display:block;
}
