/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Images
3.0 Copy Elements
4.0 CTA
5.0 Sprites
6.0 Miscellaneous
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* 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: 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;
}

body {
    margin: 0;
    background-color: #FFF;
}

/*--------------------------------------------------------------
6.0 Miscellaneous
--------------------------------------------------------------*/
#wrapper {
    position: absolute;
    width: 300px;
    height: 250px;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid gray;
    display: none;
}
/*--------------------------------------------------------------
2.0 FACE
--------------------------------------------------------------*/
#face , 
#face-trim {
    position: absolute;
    width: 364px;
    height: 250px;
    top: 0px;
    left: 0px;
}
#face {
    background-color: #000;
}
#face-trim {
    background: url("../images/face_trim.jpg");
    background-repeat: no-repeat;
}


#face-trim-1 , 
#face-trim-2 , 
#face-trim-3 , 
#face-trim-4 , 
#face-trim-5 , 
#face-precision , 
#black-box {
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}
#face-trim-1 {
    background: url("../images/face_trim_1.png");
}
#face-trim-2 {
    background: url("../images/face_trim_2.png");
}
#face-trim-3 {
    background: url("../images/face_trim_3.png");
}
#face-trim-4 {
    background: url("../images/face_trim_4.png");
}
#face-trim-5 {
    background: url("../images/face_trim_5.png");
}


#face-precision {
    background: url("../images/face_precision.jpg");
    width: 260px;
    height: 100px;
    top: 65px;
    opacity: 0;
}
#black-box {
    background-color: #000;
    opacity: 0;
}
#precision {
    position: absolute;
    background: url("../images/precision.png");
    background-repeat: no-repeat;
    width: 222px;
    height: 22px;
    top: 110px;
    left: 20px;
    opacity: 0;
}
#shaver {
    position: absolute;
    background: url("../images/shaver.png");
    background-repeat: no-repeat;
    width: 109px;
    height: 359px;
    opacity: 0;
}
/*--------------------------------------------------------------
3.0 PRODUCTS 
--------------------------------------------------------------*/
#products {
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    opacity: 0;
}
#product1 {
    position: absolute;
    background: url("../images/product1.jpg");
    background-repeat: no-repeat;
    top: 38px;
    left: 45px;
    width: 52px;
    height: 168px;
}
#product2 {
    position: absolute;
    background: url("../images/product2.jpg");
    background-repeat: no-repeat;
    top: 50px;
    left: 138px;
    width: 25px;
    height: 154px;
}
#product3 {
    position: absolute;
    background: url("../images/product3.jpg");
    background-repeat: no-repeat;
    top: 80px;
    left: 203px;
    width: 50px;
    height: 120px;
}
/*--------------------------------------------------------------
4.0 CTA Elements
--------------------------------------------------------------*/
#clickthrough {
    position: absolute;
    top: 0px;
    left:0px;
    cursor: pointer;
    width: 300px;
    height: 250px;
    background-color: #009de5;
    opacity: 0;
}
#end {
    position: absolute;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    opacity: 0;
}
#end-copy {
    position: absolute;
    background: url("../images/end_copy.png");
    background-repeat: no-repeat;
    top: 80px;
    left: 45px;
    width: 205px;
    height: 47px;
}
#cta {
    position: absolute;
    background: url("../images/cta.png");
    background-repeat: no-repeat;
    top: 146px;
    left: 45px;
    width: 107px;
    height: 24px;
    opacity: 0;
}
#logo {
    position: absolute;
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    bottom: 10px;
    right: 10px;
    width: 57px;
    height: 24px;
}