/*--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;
}
a.click-mii {
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
img {
	margin: 0%;
	padding: 0%;
	width: 100%;
}
section.inner-shell {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	display: block;
	background-color: #fff;
	/*border: 1px solid #f00;*/
}
section.top-content {
	margin: 0%;
	padding: 7% 7% 0% 7%;
	width: 86%;
	height: auto;
	display: block;
	position: relative;
	z-index: 15;
	background-color: #fff;
}
section.mid-content {
	margin: 0%;
	padding: 0% 0% 0% 0%;
	width: 100%;
	height: 280px;
	display: block;
	position: relative;
	z-index: 10;
}
section.lower-content {
	margin: 0%;
	padding: 0% 8% 8% 8%;
	width: 85%;
	height: 100px;
	display: block;
	background-color: #0175be;
	position: relative;
	z-index: 15;
}
header {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	height: 145px;
	display: block;
	position: relative;
}
header h1.hdr1 {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	height: 145px;
	position: absolute;
	text-indent: -9999px;
	background-image: url(../images/h1-bg-01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
	display: none;
}
header h2.hdr2 {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	height: 145px;
	position: absolute;
	text-indent: -9999px;
	background-image: url(../images/h2-bg-01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
	display: none;
}
header h2.hdr3 {
	margin: 0% auto;
	padding: 0%;
	width: 100%;
	height: 145px;
	position: absolute;
	text-indent: -9999px;
	background-image: url(../images/h2-bg-02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 69%;
	display: none;
}
section.cta-shell {
	margin: 0% auto;
	padding: 3% 0% 3% 0%;
	width: 55%;
	display: block;
}
img.prod-1 {
	margin: -18% 0% 0% -7%;
    padding: 0%;
    width: 114%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
img.prod-2 {
	margin: -28% 0% 0% -14%;
    padding: 0%;
    width: 124%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	/*display: none;*/
}
img.prod-3 {
	margin: -22% 0% 0% -5%;
    padding: 0%;
    width: 112%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	/*display: none;*/
}
section.logo-bottom-shell {
	margin: 0% auto 8% auto;
	padding: 0%;
	width: 100%;
	display: block;
}