/* CEC - coupons.chuckecheese.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif; }

img {
	border: 0; }


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0; }

/* links */

a, a:link, a:visited {
	text-decoration: none;
	color: blue; }

a:hover {
	text-decoration: underline; 
	color: red; }


/* font stuff */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 4px 0 0 0px; }

h2, h3, h4, h5, h6, a, p, pre, blockquote, ul, ol, dl, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; }

/* container */

body {
	background: #f6eef6 url("/images/bg.gif") top left repeat-x;	
	text-align: center; }

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;	
	text-align: left;
	position: relative; }
	
	/* header */
	
	#header {
		background: transparent url("/images/header.gif") top left no-repeat;
		width: 750px;
		height: 94px;
		position: relative; }

	#legal {
		width: 750px; 
		padding: 10px 20px 0 25px;
		background: transparent url("/images/legal_bg.gif") top left;
		background-repeat: repeat-y;
		width: 750px; }
		
	#legal p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		margin: 6px 50px 0 0px; }	

	

	/* content */


	#content {
		background: transparent url("/images/content_bg.gif") top left no-repeat;
		width: 750px;
		height: 331px; }
		
	#content img {
		margin: 20px 0 0 30px; }
		
	#content p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		margin: 14px 0 0 34px; }	
		
	#content h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		margin: 14px 0 0 34px; }	
		
	#content h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		margin: 14px 0 0 34px; }		
		
	#leftcol {
		width: 350px;
		height: 331px; 
		float: left;
		padding: 0 20px 0px 0; }
		
	/* Thank You page */

	#thanks {
		background: transparent url("/images/thanks_bg.jpg") top left no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		width: 372px;
		height: 237px;
		margin: 0 0 0 30px; }
		
	#thanks p {
		padding: 128px 15px 0 0;
		margin-left: 15px !important;
		line-height: 1em;}
		
	#thanks form {
		margin: 14px 0 0 15px; }
		
	#thanks dt {
		display: block;
		width: 150px;
		height: 19px;
		float: left;
		font-weight: bold; }
		
	#thanks dd {
		display: block;
		margin: 0px 0 0 181px; }
		
	#leftcolThanks {
		width: 372px;
		height: 331px; 
		float: left;
		padding: 0 0px 0px 0; }
				
	#video {
		margin: 0px 0 0 396px;
		padding: 66px 0 0 30px;
		_padding: 46px 0 0 30px; }


	/* footer */

	#footer {
		background: transparent url("/images/footer.gif") top left no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		width: 750px;
		height: 143px;
		clear: both; }
		
	#links {
		position: absolute;
		top: 576px;
		left: 196px; }
		
	#copyright {
		position: absolute;
		top: 592px;
		left: 265px; }

	#footer a:link { color: #000000; text-decoration: none;}
	#footer a:visited { color: #000000; text-decoration: none;}
	#footer a:active { color: #000000; text-decoration: none;}
	#footer a:hover { color: #000000; text-decoration: underline;}
	
	

