/*--Reset Styles--*/
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--!Reset Styles--*/
/*--| Fonts |--*/
/*-HEAVY-

/*------------Constant Classes------------*/
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/
.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}
.boldIt 
{
    font-weight: bold;
}
.block 
{
    margin: 0px;
    padding: 0px;
    display: block;
}
.strikeIt 
{
    text-decoration: line-through;
}
.italIt 
{
    font-style: italic;
}
.red {
	border: 1px solid #f00;
}
/*--------------!Constant Classes--------------*/
/*--Primary Styles--*/
div.container {
	margin: 0% auto;
	padding: 0%;
	width: 298px;
	max-width: 298px;
	max-height: 598px;
	height: 598px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	background-color: #fff;
}
a.click-mii {
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
img {
	margin: 0%;
	padding: 0%;
	width: 100%;
}
section.inner-shell {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	display: block;
	/*border: 1px solid #f00;*/
}
section.main-shell {
	margin: 0%;
	padding: 0%;
    width: 100%;
	height: 451px;
	display: block;
}
section.top-content {
	margin: 0%;
	padding: 7% 7% 0% 7%;
    width: 85%;
	display: block;
	/*border: 1px solid #f00;*/
}
section.mid-content {
	margin: 0%;
	padding: 0%;
	width: 100%;
	display: block;
	/*border: 1px solid #f00;*/
}
section.lower-content {
	margin: 0%;
	padding: 5% 7% 0% 7%;
    width: 87%;
	min-height: 200px;
	display: block;
	background-color: #b10738;
	position: relative;
	z-index: 25;
}
section.top-content header {
	margin: 0% 0% 0% 0%;
    padding: 0px;
    width: 100%;
	height: 140px;
	position: relative;
	display: block;
	overflow: hidden;
}
section.top-content header h1 {
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 77%;
	line-height: 110%;
	color: #636466;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/bg-hdr-1.gif);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	opacity: 0;
	position: absolute;
	top: 30px;
	/*border: 1px solid #f00;*/
}
section.top-content header h2{
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 77%;
	line-height: 110%;
	color: #636466;
	text-transform: uppercase;
	text-align: center;
	text-indent: -9999px;
	background-image: url(../images/bg-hdr-2-long.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	position: absolute;
	opacity: 0;
	top: 30px;
	/*border: 1px solid #f00;*/
}
section.top-content header h2.hdr-3{
	background-image: url(../images/bg-hdr-3-long.gif);
}
section.top-content header h2.hdr-2{
	background-image: url(../images/bg-hdr-2-long.gif);
}
img.glare {
	margin: 0px;
	padding: 0px;
	width: 181px;
	height: 150px;
	position: absolute;
	top: -10px;
	left: 181px;
	z-index: 10;
}
section.img-display {
	margin: 0%;
	padding: 0% 0%;
	width: 100%;
	display: block;
	position: relative;
	min-height: 291px;
	max-height: 291px;
	overflow: hidden;
}
section.img-display img.product-1 {
	margin: 0%;
    padding: 0%;
    width: 55%;
    position: absolute;
    top: 50px;
    left: 62px;
	opacity: 0;
}
section.img-display img.product-2 {
	margin: 0%;
    padding: 0%;
    width: 65%;
    position: absolute;
    top: 50px;
    left: 59px;
	opacity: 0;
}
section.img-display img.product-3 {
	margin: 0%;
    padding: 0%;
    width: 48%;
    position: absolute;
    top: 50px;
    left: 74px;
	opacity: 0;
}
section.lower-content a.cta {
	display: block;
    margin: 0% auto 0% auto;
    padding: 10px 10px;
	font-family: 'Open Sans', sans-serif;
	/*
    font-family: "Futura Reg";
	*/
    font-size: 120%;
	font-weight: bold;
    color: #c00c3f;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    width: 50%;
}
section.brand-lock-up {
	display: block;
	margin: 0% auto;
	padding: 4% 0% 0% 0%;
	width: 80%;
}
header.addIt {
	height: 70px;
	max-height: 70px;
}
section.addMii {
	min-height: 360px;
	max-height: 360px;
}
img.addG {
	width: 181px;
	height: 110px;
}