/**********************************
styles for flash full screen window
***********************************/
* {
	margin:0px;
	padding:0px;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #505050;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	margin:20px auto;
	width:800px;
	text-align:left;
	height:700px !important\9;
}

/**********************************
styles for alternative content
***********************************/


#alternative-header {
	width:730px;
	height:100px;
	background-color:#980F08;
	padding:15px;
}

#alternative-picture {
	width:760px;
	height:305px;
}

#alternative-header p {
	color:#FFFFFF;
	font-size:0.60em;
	margin-bottom:5px;
	font-weight:bold;
}

#alternative-header .btn_download {
	border:none;
	background:transparent url(http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif) no-repeat left top;
	width:112px;
	height:33px;
	text-indent:-9999px;
	display:block;
	outline:none;
	margin-top: 10px;
}

#alternative-content {
	width:760px;
	background-color:#606060;
	padding-bottom:30px;
}

#alternative-content h1 {
	padding-top:30px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:1.6em;
	margin-left:40px;
}

#alternative-content p {
	color:#FFFFFF;
	font-weight:normal;
	font-size:0.65em;
	line-height:1.2em;
	margin-left:65px;
	margin-right:65px;
	margin-top:15px;
}

#alternative-content a:link, #alternative-content a:visited {
	color:#FFFFFF;
}

#alternative-content a:hover, #alternative-content a:active {
	color:#FFFFFF;
}


