/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


a img {
	border: none;
}


body{
	background-color:#E0DFE3;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	
}


#rules {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rules a {
	color: #E6ECDF;
	padding-right: 10px;
}

#subWrapper {
	width: 880px;
	margin: 0 auto;
	background-image: url(bg_repeat.gif);
}



#mastHead {
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

#contestArea {
	width: 880px;
	height: 611px;
	background-image: url(contest_area.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0 0;
	position: relative; /*for abs pos "view winner script" link*/
	/*
	xleft: 234px;
	xtop: 4px;
	*/
}

#contestArea #scriptlink{
	/*border: solid 1px red;*/
	position: absolute;
	height: 107px;
	width: 207px;
	right: 665px;
	top: 9px;
}

#contestArea #scriptlink a{
	display: block;
	height: 107px;
	width: 207px;
}

#contestArea #PersonalizationText {
	xborder: 1px solid red;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 4px;
	margin-left: 338px;
	
	height: 22px; /*height of bg element*/
}


#contestArea #imageMap {
	position: absolute;
	height: 472px;
	width: 219px;	
	left: 1px;
	bottom: 0px;
}

#contestArea #imageMap a{
	display:block;
	height: 472px;
	width: 219px;	
}


.contestCopy {
	xpadding-top: 7px;
	margin-left: 245px;
	margin-top: 10px;
	xmargin-right: auto;
	width: 585px;
	font-size: 14px;
	xline-height: 14px;
}


.contestCopy p {
	xpadding-top: 39px;
	xpadding-left: 195px;
	xpadding-bottom: 16px;
}


#ToEnterCopy {
	width: 585px;
	height: 70px;
	padding-top: 55px;
	margin-left: 245px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size:14px;
}


/*
#ToEnterCopy p:first-line {
	font-weight: bold;
	font-size:16px;
}
*/


#registration {
	color: #333;
	font-size:12px;
	width: 500px;
	xmargin-top: 63px;
	margin-bottom: 10px;
	xpadding: 10px;
	margin-left: 245px;
	font-weight: bold;
	overflow: hidden;
}

#registration div{
	width: 152px;
	height: 44px;
	padding-right: 10px;
	float: left;
}

#registration #regTitle {
	width: 400px;
}

#registration #regLName {
	width: 250px;
}


#registration input, #registration select{
	background-color: #fff;
	color: #000;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #666;
	}
	
#registration select {
	width:120px;
	}
	
#registration input {
	width:140px;
	}

#orderAreaTop {
	width: 880px;
	background-image: url(order_areatop.jpg);
	height: 27px;
}
#orderAreaMid {
	width: 880px;
	text-align: center;
	background-image: url(background.jpg);
	padding-bottom: 25px;
}
#orderAreaBot {
	background-image: url(background.jpg);
	width: 880px;
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 25px;
}

#disclaimerA {
	width: 600px;
	padding-top: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#disclaimerA a {
	color: #333;
}

#disclaimerA p {
margin-top: 14px;
margin-bottom: 14px;
overflow:hidden;
}

#disclaimerA strong {
	font-size: 12px;
}


#disclaimerB {
	width: 880px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	xpadding-bottom: 15px;
	background-image: url(background.jpg);
}

#disclaimerB a {
	color: #333;
}

#disclaimerB p {
	margin-top: 14px;
	margin-bottom: 14px;
	overflow:hidden;
	width: 796px;
	margin-left:auto;
	margin-right:auto;
}

#disclaimerB strong {
	font-size: 12px;
}

#footer {
	background-image:url(footer.jpg);
	height: 66px;
	width: 880px;
	
}


/*************These are the styles for the winners script page and Reminder Page***********/

#wsWrapper {
	background-image:url(winner-script.jpg);
	background-repeat:no-repeat;
	width: 556px;
	height: 600px;
	padding-top: 140px;
	margin-left: auto;
	margin-right: auto;

}


#wsWrapper p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333;
	width: 456px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.yellowHighlight {
	background-color: #ffdf4f;	
}


#printWrapper {
	background-color:#FFFFFF;
	width: 556px;
	height: 200px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;

}


#printWrapper p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333;
	width: 456px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}


#printWrapper strong {
	font-size: 15px;
}

