/*  ----------------------|  STRUCTURE  |----------------------  */		
body {
 	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	text-align: left; }
	
hr { 
	overflow: hidden; 
	margin-top: 10px; 
	height: 0px; 
	background: none; 
	border: 0px; 
	border-bottom: 1px solid #ffd300; 
	margin-bottom: 10px; }	
	
.block {
	background: #000;
	border: 1px solid #ffd300;	
	margin-bottom: 30px;
	padding: 5px 10px 10px 10px; }
	
/*  ----------------------|  BANNER LINK  |----------------------  */


.bannerimg{
	background: url(../images/background.png) no-repeat bottom center;
	text-align: center;
}


/*  ----------------------|  DOWNLOAD BUTTON  |----------------------  */

.dl-sprite{
	background: url('../images/dl-sprite.png') no-repeat top center;
}

.dl-sprite:hover{
	background: url('../images/dl-sprite.png') no-repeat bottom center;
}

/*  ----------------------|  LINKS  |----------------------  */

a:link, a:visited {
	color: #fff; 
	text-decoration: underline; }
	
a:hover {
	color: #ddd; }

/*  ----------------------|  HEADINGS  |----------------------  */		
h1 { 
	font: italic 32px georgia, new times roman, serif;
	margin: 0px; 
	padding: 0px; }
	
h1 a:link, h1 a:visited {
	font: italic 32px georgia, new times roman, serif;
	color: #000; 
	text-decoration: none; }
	
h2 { 
	font: italic 17px georgia, new times roman, serif;
	color: #ffd300; }
	
h3 {
	background: #ffd300;
	font-size: 15px; 
	height: 26px; 
	padding: 0px; 
	margin: 10px 0px 0px 0px; 
	color: #000; 
	position: relative; }
	
h3 strong { 
	display: block; 
	position: absolute; 
	top: -1px; 
	left: 1px; 
	right: 1px; 
	bottom: -1px; 
	padding: 5px 0px 0px 7px; }
	
h4 {
	color: #ffd300;
	margin: 8px 0px -3px 0px;
	padding: 0px;
	font-size: 12px;}
	

/*  ----------------------|  FORM  |----------------------  */

.bottom-form, .formWrapper span{
	padding-top: 20px;
	color: #fff;
}

.formWrapper fieldset{
	width: 480px;
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;}
	
.formWrapper legend{
	color: #fff;
	}
	
/*  ----------------------|  CUSTOM HTML  |----------------------  */

#custom_HTML_1{
	padding: 40px 0px 0px 0px;
	text-align: center;
}

#custom_HTML_1 img{
	padding: 0px 10px 0px 10px;
}

/*  ----------------------|  INSTRUCTIONS  |----------------------  */

#instructions ol {
	color: #fff;
	margin-top: 15px;
	margin-left: -22px;
 	line-height: 17px; }

	#instructions ol span {
		color: #fff; }
	 	 	
	#instructions ol ol {
		width: 100%;
	 	margin-bottom: 10px;
	 	margin-left: -21px;
	 	margin-top: 4px;
	 	list-style: lower-latin; }
		
/*  ----------------------|  VIDEO ON DEMAND  |----------------------  */

.VOD-table-bgnd:hover{
	background-color: #222;
	cursor: pointer;
}

.h4center{
	background-color: #000;
	margin:15px 0;
	text-align:center;
}

/*  ----------------------|  SCREENSHOTS (Colors of the numbers)  |----------------------  */

.ss1 p span{
	font:  17px georgia, new times roman, serif;
	color: #000;
	background: url(../../../images/number_bgnd.png) no-repeat center center; 
	padding: 9px 12px 12px 12px;
	margin-left: -36px;
}

/*  ----------------------|  CUSTOM BODY TEXT  |----------------------  */
#body_text strong{
	color: #ffd300;
	font-size: 14px;
	text-decoration: underline;
}

#body_text p.special{
	color: #ffd300;
}