/* Splash 2 */

body {
	background: url(/images/bac_body.gif) top left repeat-x #FFFFFF;
	font-size:90%;
	line-height: 1.2; /* Unitless for proper inheritance */
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-family: 'CooperStdBlack', Georgia, "Times New Roman", Times, serif;
	font-size:5em;
	color:#FFFFFF;
	line-height: 1em;
	font-weight:normal;
}

h2 {
	font-family:'DeliciousRoman', Arial, Helvetica, sans-serif;
	color:#ef3c39;
	font-size:1.7em;
	line-height:1em;
	margin-bottom:1em;
	font-weight:normal;
}

p {
	margin-bottom:1em;
}

ul, ol { 
	margin: 0 0 1.5em; 
	overflow:hidden;
	padding-left:1.5em;
	}
	
ul ul, ol ol { 
	margin-bottom: 0; 
	}
UL {
	list-style-type:disc;
}
ol { 
	list-style-type: decimal; 
	}
	
li {
	}
	
a { 
	color: #116d9e;
}

blockquote { 
	font-style:italic;
	margin:1em 0;
	text-align:center;
	line-height:1.2em;
	}
	
blockquote cite {
	font-style:normal;
	display:block;	
	}
	
strong { 
	font-weight: bold;
	}
	
em { 
	font-style: italic;
	}

.right {
	float:right;
	margin-left:.5em;	
}
.left {
	float:left;
	margin-right:1.5em;	
}

.body_shell {
	width:980px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	overflow:hidden;
}

.head_shell {
	padding:30px 0 0px 0;
	min-height:105px;
	background:url(/images/bac_snowflake.png) 740px -35px no-repeat, 
	url(/images/bac_snowflake.png) 645px bottom no-repeat,
	url(/images/bac_snowflake.png) 483px 77px no-repeat,
	url(/images/bac_snowflake.png) 149px 10px no-repeat;
	background-size:122px 106px, 57px 48px, 25px 22px, 18px 15px;	
}

.head_shell h1 span.small {
	font-size:0.3em;
	line-height:1em;
	vertical-align:top;
}

.head_shell h2 {
	font-size:2em;	
	margin-bottom:0;
	color:#FFFFFF;
}

.head_shell .badge {
	position:absolute;
	top:0;
	right:0;
	z-index: 100;	
}

.page-body {
	font-family:'DeliciousRoman', Arial, Helvetica, sans-serif;
	font-size:1.15em;
	overflow:hidden;
	position:relative;
}

.page-body p.special {
	color:#ff0000;
	line-height:1.2em;
	margin-bottom:.7em;
	font-weight:bold;
}

.page-body ul li {
	line-height:1.1em;
}

.page-body h3 {
	color:#ef3c39 ;
	font-size:1.5em;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 0.5em;
}

#content {
	padding:35px 25px 20px 25px;
	overflow:hidden;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fdfdfd 60%, #ededed 98%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#fdfdfd), color-stop(98%,#ededed), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fdfdfd 60%,#ededed 98%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fdfdfd 60%,#ededed 98%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fdfdfd 60%,#ededed 98%,#dedede 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fdfdfd 60%,#ededed 98%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	border:1px solid #bdbcbd;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:460px;
}

#content-shadow {
	z-index: -1;
	margin-top:-1px;
	padding:35px 25px;
	overflow:hidden;	
	background: url(/images/bac_content-shadow.gif) top left repeat-x #FFFFFF;
	width:460px;
	position: relative;
	border:1px solid #ffffff;
    border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	min-height:12px;
}

.promo-column {
	position:absolute;
	right:0;
	top:18px;
	padding-bottom:65px;
	background:url(/images/bac_youtube.jpg) bottom left no-repeat;
	}

.buy {
	float:left;
	padding-top:7px;
}

.buy a.button {
	background: #ff1a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1a00 0%, #cd0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1a00), color-stop(100%,#cd0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff1a00 0%,#cd0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff1a00 0%,#cd0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff1a00 0%,#cd0000 100%); /* IE10+ */
	background: linear-gradient(top,  #ff1a00 0%,#cd0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#cd0000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(256, 256, 256, 0.4);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(256, 256, 256, 0.4);
	box-shadow: inset 0px 0px 7px 0px rgba(256, 256, 256, 0.4); 
	border:1px solid #bb0500;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFFFFF;
	display:inline-block;
	font-size:1.4em;
	font-weight:bold;
	min-height:39px;
	padding-top:16px;
	text-decoration:none;
	width:155px;
	text-align:center;
	text-transform:uppercase;
	line-height: 1em;
	}
	
.stores {
	float:left;
	color:#ef3c39;
	text-align:center;
	width:220px;
	font-size:.9em;
}
.stores {
	line-height:1.1em;
}

.santa {
    left: 372px;
    position: absolute;
    top: 172px;
    z-index: 100;
}

.inventor {
	width:328px;
	text-align:center;
	float:left;
	background:url(/images/bac_divider.gif) center right no-repeat;
	margin-right:42px;
}
.inventor h2 {
	text-align:left;
}

.inventor img {
	border:1px solid #999999;
}

.call {
	text-align:center;	
	padding-top:.5em;
}

.call p.special {
	font-size:1.5em;
	color:#fe2702;
	font-weight:normal;
	margin-bottom:0;
}

.call a {
	color:#fe2702;
}

.globalfooter {
	clear: both;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	min-height:204px;
	text-align: center;
	padding:30px 0;
	background: #009ee7; /* Old browsers */
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, -moz-linear-gradient(top, #009ee7 0%, #20c1fa 100%);
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ee7), color-stop(100%,#20c1fa)); /* Chrome,Safari4+ */
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, -webkit-linear-gradient(top, #009ee7 0%,#20c1fa 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, -o-linear-gradient(top, #009ee7 0%,#20c1fa 100%); /* Opera 11.10+ */
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, -ms-linear-gradient(top, #v 0%,#20c1fa 100%); /* IE10+ */
	background: url(/images/bac_global-footer-shadow.png) no-repeat top center, linear-gradient(top, #009ee7 0%,#20c1fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ee7', endColorstr='#20c1fa',GradientType=0 ); /* IE6-9 */

}

