﻿/* the stylesheet */
body 
{
	background: #ffffff url('/Images/bg-body2.gif') repeat-x 47% 0;
	color: #4c4d4d;
	font-family:Helvetica;	
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3
{
	margin: 0;
	padding: 0;
}
sup {
	bottom:0.33em;
	position:relative;
}
#container {
	width: 100%;
	height: 100%;
}
#content {
	width: 837px;
	margin: 0 auto;
	background: transparent url('/Images/bg-scenery.gif') no-repeat 50% 267px;
	height: 550px;
	position: relative;
	z-index: 1;
}
a {
	outline: 0;
	color: #4c4d4d;
}
a:hover, a:focus {
	color:#d11d22;
}

h1 {
	background: transparent url('/Images/hdr-holidize.gif') no-repeat 0 0;
	width: 404px;
	height: 139px;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	top: 25px;
}

h2 a {
	background: transparent url('/Images/hdr-happy-holidays.gif') no-repeat 0 0;
	width: 217px;
	height: 66px;
	text-indent: -9999px;
	top: 258px;
	margin-left: -127px;
	left: 50%;
	position: absolute;
	display: block;
	cursor: pointer;
}

#share {
	height: 34px;
	position: absolute;
	right: 58px;
	top: 5px;
}

#share strong {
	display: block;
	text-indent: -9999px;
	height: 16px;
	width: 57px;
	background: transparent url('/Images/hdr-share.gif') no-repeat 0 0;	
	float: left;
	margin-top: 7px;
	margin-right: 9px;
}

#share #twitter {
	display: block;
	text-indent: -9999px;
	height: 29px;
	width: 29px;
	background: transparent url('/Images/hdr-twitter.gif') no-repeat 0 0;	
	float: left;
	margin-right: 2px;
}

#share #fb {
	display: block;
	text-indent: -9999px;
	height: 29px;
	width: 29px;
	background: transparent url('/Images/hdr-fb.gif') no-repeat 0 0;	
	float: left;
}

#message {
	background: transparent url('/Images/bg-message.gif') no-repeat 0 0;
	min-height: 257px;
	width: 401px;/*435-34*/
	position: absolute;	
	top: 485px;
	left: 50%;
	margin-left: -218px;
	padding: 0 17px;
}

#message p {
	margin: 20px 25px;
	font-size: 14px;
	line-height: 1.9;
}

#message img {
	margin-bottom: -14px;
	margin-top: -14px;
}
#top-wrapper {
	width: 837px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
#holidize-inputs {
	position: absolute;
	width: 837px;
	top: 170px;
	left: 0;
	z-index: 1000;
}
#holidize-inputs #step1 {
	width: 530px;
	position: relative;
	font-size: 12px;
	margin-left: 135px;
}
#holidize-inputs #step1 a {
	display: block;
	width: 133px;
	height: 32px;
	background: transparent url('/Images/btn-holidize.gif') no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 14px;
	right: 0;
	outline: 0;
}
#holidize-inputs p.errormessage {
	color: #d11d22;
	margin: .75em 0 0 40px;
}

#holidize-inputs img {
	position: absolute;
	left: 0;
	top: 5px;
}

#holidize-inputs label {
	display: block;
	margin-left: 40px;
	color: #4c4d4d;
	margin-bottom: 5px;
}

#holidize-inputs input {
	margin-left: 40px;
	height: 20px;
	padding: 3px 0 0 0;
	width: 340px;
	font-size: 13px;
}
#holidize-inputs input.blur {
	color: #999;
}
#bg-snow {
	position: absolute;
	width: 100%; 
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

#footer {
	font-size: .8em;
	position: absolute;
	z-index: 4;
	top: 750px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	color: #999;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 2em;
}
#footer a {
	color: #999;
}
