@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 16px;
	vertical-align: top;
}
/* 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;
}

/* Defaults */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Visual Containers */
.container{
	width: 300px;
	height: 250px;
	background-color: #000;
}

#backgroundExit {
	position: absolute;
	width: 300px;
	height: 250px;
	z-index: 1000;
	cursor:pointer;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}

#mainBackground {
	position: absolute;
	width: 300px;
	height: 250px;
	z-index: 10;
}

#frameA,
#frameAlegals,
#frameB,
#frameBlegals,
#frameC,
#frameClegals,
#model {
	position: absolute;
	z-index: 40;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 15px 0 0 11px;
}
#frameA {
	width: 150px;
	height: 51px;
}
#frameB {
	width: 240px;
	height: 27px;
}
#frameC {
	width: 229px;
	height: 27px;
}
#model {
	width: 111px;
	height: 23px;
}
#frameAlegals,
#frameBlegals,
#frameClegals {
	margin-top: 205px;
	height: 38px;
}
#frameAlegals { width: 240px; }
#frameBlegals { width: 244px; }
#frameClegals { width: 231px; }

#cta {
	position: absolute;
	width: 111px;
	height: 20px;
	margin: 42px 0 0 11px;
	z-index: 40;
	opacity: 0;
	filter: alpha(opacity=0);
}
#chevronA,
#chevronB {
	position: absolute;
	width: 6px;
	height: 11px;
	margin-top: 47px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 60;
}
#chevronA { left: 120px; }
#chevronB { left: 125px; }
#mbLogo {
	position: absolute;
	width: 138px;
	height: 38px;
	margin: 202px 0 0 143px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 70;
}