/* -- DEFAULTS -- */
	* { /* set margins and paddings to zero */
		margin:0;
		padding:0;
	}
	
	body {
		text-align:center;
		margin:0 auto;
		background-color:#ff8b3b;
	}
	
	body, div, td, li, p { /*  font — face, type, size and line-height 
		font:11pt Arial,sans-serif;
		line-height:13pt;
		*/
	}
	
/* -- STRUCTURE and FORMAT -- */
	#wrapper, #wallpaper {
		width:1024px;
		text-align:center;
		margin:0 auto;
	}
	
	#wrapper.orange { background:url(../media/images/movies/wrapper-containerbg-1024x1.jpg) repeat-y; }
	#wallpaper.orange { background:url(../media/images/movies/wallpaper-orange-1024x1114.jpg) no-repeat; }
	
	 #topad{
	background-color: #ff963f;
	padding-top: 3px;
	padding-bottom: 3px;
	}
 
	#header {
		width:1024px;
		height:120px;
		text-align:center;
		margin:0 auto;
	}
	#header.orange{ background:url(../media/images/movies/header-orange-1024x120.jpg) no-repeat; }
	
	#navcontainer {
		width:1024px;
		height:26px;
		text-align:center;
		margin:0 auto;
	}
	#navcontainer.orange { background:url(../media/images/movies/nav-containerbg-1024x26.jpg) no-repeat; }
	
	 #navbar{
	  width: 1024px;
	  height: 26px;
	  background:url('../media/images/findit/nav-containerbg-1024x26.jpg') no-repeat;
	 }
 
	#navbuttons {
      list-style:none;
      text-decoration:none;
    }
    
	    #navbuttons li {
	      float:left;
	    }
	    
	    #navbuttons li a {
		  display:block;
	      text-decoration:none;
	    }
	
	/* Start Navigator buttons */
	#navhome a{width:70px; height: 26px; margin-left:100px;}
	#navhome a:hover {background:url(../media/images/findit/nav-hover-1024x26.jpg) -100px no-repeat; *background:url(../media/images/findit/nav-hover-1024x26.jpg) -100px no-repeat;}
	#navfindit a{width:80px; height: 26px; margin-left:115px;}
	#navfindit a:hover {background:url(../media/images/findit/nav-hover-1024x26.jpg) -285px no-repeat; *background:url(../media/images/findit/nav-hover-1024x26.jpg) -285px no-repeat;}
	#navfindit.active a{background:url(../media/images/findit/nav-active-1024x26.jpg) -287px no-repeat; *background:url(../media/images/findit/nav-active-1024x26.jpg) -286px no-repeat;}
	#navmovies a{width:90px; height: 26px; margin-left:120px;}
	#navmovies a:hover {background:url(../media/images/findit/nav-hover-1024x26.jpg) -485px no-repeat; *background:url(../media/images/findit/nav-hover-1024x26.jpg) -485px no-repeat;}
	#navmovies.active a{background:url(../media/images/findit/nav-active-1024x26.jpg) -485px no-repeat; *background:url(../media/images/findit/nav-active-1024x26.jpg) -480px no-repeat;}
	#navoffersandsweepstakes a{width:180px; height: 26px; margin-left:143px; *margin-left:148px;}
	#navoffersandsweepstakes a:hover {background:url(../media/images/findit/nav-hover-1024x26.jpg) -718px no-repeat; *background:url(../media/images/findit/nav-hover-1024x26.jpg) -723px no-repeat;}
	/* End Navigator buttons */

	#content { width:1024px; }
	
	.clearleft { clear:left; }
	.floatleft {float:left;}
	
/* -- FOOTER CLASSES -- */
	#footer {
		width:1024px;
	}
	#footer ul {
		list-style:none;
	}
	#footer ul li { float:left; }
	#footer a {
		color:#ffffff;
		line-height:7pt;
		display:block;
		cursor:pointer;
		margin:5px 0 0 0;
		padding:0 4px;
		border-right:#808b89 solid 1px;
	}
	#footer a.last {
		padding-right:0;
		border-right:0;
	}
	
	#footer, #footersitelinks, #footerprivacylinks {
		color:#ffffff;
		font:7pt Arial,sans-serif;
		letter-spacing:1px;
	}
	
	#footersitelinks {
		margin-left:345px;
		padding:5px 0;
	}
	
	#footerregistrationlinks{
		margin-left:400px;
		padding:5px 0;
	}
	
	#footerprivacylinks {
		margin-left:432px;
		padding:3px 0 10px 0;
	}
	
/* -- COLOR CLASSES -- */
	.dfm-lightyellow { color:#fed80f; }
	.dfm-midyellow { color:#feb707; }
	.dfm-yellow { color:#fec215; }
	.dfm-darkyellow { color:#fb9600; }

	.dfm-lightblue { color:#3399e9; }
	.dfm-midblue { color:#0079dd; }
	.dfm-blue { color:#0049a7; }
	.dfm-darkblue { color:#003087; }
	
	.dfm-lightteal { color:#1992b3; }
	.dfm-midteal { color:#026065; }
	.dfm-teal, .dfm-darkteal { color:#005b5e; }
	
	.dfm-lightgreen { color:#5fb603; }
	.dfm-midgreen { color:#4c9103; }
	.dfm-green { color:#407a03; }
	.dfm-darkgreen { color:#356403; }
	
	.dfm-lightpurple { color:#684895; }
	.dfm-midpurple { color:#38206b; }
	.dfm-purple, .dfm-darkpurple { color:#351d68; }
	