BODY { 
	background-color: #000; 
	color: #fff; 
	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Arial, Sans-serif;
	font-size: 10px;
	} 
	
A {
	color: #fff;
	}

.download_flash {
	color: red;
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: 1px solid #59A2B9;
	margin-bottom: 5px;
	}
	
	.download_flash A {
		color: red;
		font-size: 11px;
		text-decoration: none;
		}
		.download_flash A:hover {
			text-decoration: underline;
			}

.flash_content {
	padding: 10px;
	font-size: 12px;
	}
	
	.flash_content H1.logo {
		padding-top: 170px;
		height: 0;
		width: 151px;
		background: url('../assets/static_logo.gif') no-repeat 0 0;
		overflow: hidden;		
		}

	.flash_content P {
		line-height: 14px;
		margin-bottom: 10px;
		}



/* THANK YOU PAGE
 ---------------------------------------------------------------- */

	BODY.thankyou {
		background: #fff url('../assets/thankyou/bg.gif') repeat-y 0 0;
		}
		
		#thankyou_layout {
			background: url('../assets/thankyou/logo.gif') no-repeat 0 0;
			height: 524px;
			}
			#thankyou_layout #thankyou_layout_inner {
				padding: 101px 0 0 200px;
				}

			#thankyou_layout #thankyou_layout_inner H1,
			#thankyou_layout #thankyou_layout_inner H2 {
				overflow: hidden;
				width: 427px;
				height: 0;
				}
				#thankyou_layout #thankyou_layout_inner H1 {
					background: url('../assets/thankyou/title.gif') no-repeat 0 0;
					padding-top: 70px;
					margin-bottom: 19px;
					}
				#thankyou_layout #thankyou_layout_inner H2 {
					background: url('../assets/thankyou/subtitle.gif') no-repeat 0 0;
					padding-top: 55px;
					margin-bottom: 42px;
					}

			#thankyou_layout #thankyou_layout_inner H4 {
				overflow: hidden;
				width: 265px;
				height: 0;
				padding-top: 22px;
				margin-bottom: 12px;
				}				
				#thankyou_layout #thankyou_layout_inner H4.return {
					background: url('../assets/thankyou/link_return.gif') no-repeat 0 0;					
					}
				#thankyou_layout #thankyou_layout_inner H4.contact {
					background: url('../assets/thankyou/link_contact.gif') no-repeat 0 0;					
					}

			#thankyou_layout #thankyou_layout_inner A {
				display: block;
				overflow: hidden;
				width: 292px;
				height: 0;
				padding-top: 23px;
				margin-left: 26px;
				margin-bottom: 26px;
				}				
				#thankyou_layout #thankyou_layout_inner A.return {
					background: url('../assets/thankyou/button_return.gif') no-repeat 0 0;					
					}
				#thankyou_layout #thankyou_layout_inner A.contact {
					background: url('../assets/thankyou/button_contact.gif') no-repeat 0 0;					
					}
				#thankyou_layout #thankyou_layout_inner A:hover {
					background-position: 0 -24px;
					}

				
		#thankyou_footer {
			height: 17px;
			background-color: #fff;
			}
			