/* 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;
}

ul, li {
    list-style: none;
}

body {
    line-height: 1;
    font-size: 12px;
    font-family: 'Bryant MOO';
    background: #fff;
    color: #444;
}

a, p a, h2 a {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: 'Bryant MOO';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 !important;
    padding: 0;
}

h2 {
    font-family: 'Bryant MOO';
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.moo-product-timeline {
    text-align: center;
}

.moo-product-timeline header,
.moo-product-timeline footer {
    display: block;
    width: 100%;
    height: 50px;
    background: #98c944;
}

.moo-product-timeline .logo {
    width: 738px;
    margin: 0px auto;
    padding: 15px;
    background-image: url('../images/moo-logo.png');
    background-position: 15px center;
    background-repeat: no-repeat;
}

.timeline {
    display: block;
    width: 768px;
    margin: 0px auto;
    text-align: left;
    background-color: #fff;
    background-repeat: none;
    background-position: top center;
    position: relative;
}

.timeline-1 {
    height: 270px;
    background-image: url('../images/bgs/timeline_page_final_01.jpg');
    background-position: 0 -50px;
}

.timeline-2 {
    height: 580px;
    background-image: url('../images/bgs/timeline_page_final_02.jpg');
}

.timeline-3 {
    height: 573px;
    background-image: url('../images/bgs/timeline_page_final_03.jpg');
}

.timeline-4 {
    height: 637px;
    background-image: url('../images/bgs/timeline_page_final_04.jpg');
}

.timeline-5 {
    height: 620px;
    background-image: url('../images/bgs/timeline_page_final_05.jpg');  
}

.timeline-6 {
    height: 284px;
    background-image: url('../images/bgs/timeline_page_final_06.jpg');
}

.timeline .entry .toggle {
    font-size: 0px;
    display: block;
    width: 95px;
    height: 35px;
    
  /* border: 1px black solid;*/
}

.timeline .entry .desc {
   display: none;
   width: 211px;
   height: 78px;
   padding: 20px;
   margin-top: -76px;
}

.timeline .left .desc {
    background-image: url('../images/text_box_right.png');
    margin-left: 93px;
    padding-left: 27px;
}

.timeline .right .desc {
    background-image: url('../images/text_box_left.png');
    margin-left: -252px;
    padding-right: 27px;
}

.timeline .entry:hover .desc {
    display: block;
}

.timeline-1 .entry-1 {
    position: absolute;
    top: 157px;
    left: 519px;
}

.timeline-2 .entry-1 {
    position: absolute;
    top: 138px;
    left: -31px;
}

.timeline-2 .entry-2 {
    position: absolute;
    top: 138px;
    left: 648px;
}

.timeline-2 .entry-3 {
    position: absolute;
    top: 359px;
    left: 676px;
}

.timeline-2 .entry-4 {
    position: absolute;
    top: 383px;
    left: 10px;
}

.timeline-2 .entry-5 {
    position: absolute;
    top: 498px;
    left: 660px;
}

.timeline-3 .entry-1 {
    position: absolute;
    top: 156px;
    left: -2px;
}

.timeline-3 .entry-2 {
    position: absolute;
    top: 126px;
    left: 687px;
}

.timeline-3 .entry-3 {
    position: absolute;
    top: 410px;
    left: 523px;
}


.timeline-4 .entry-1 {
    position: absolute;
    top: 123px;
    left: -12px;
}

.timeline-4 .entry-2 {
    position: absolute;
    top: 330px;
    left: -24px;
}

.timeline-4 .entry-3 {
    position: absolute;
    top: 74px;
    left: 681px;
}

.timeline-4 .entry-4 {
    position: absolute;
    top: 205px;
    left: 665px;
}

.timeline-4 .entry-5 {
    position: absolute;
    top: 424px;
    left: 687px;
}

.timeline-5 .entry-1 {
    position: absolute;
    top: 43px;
    left: 521px;
}
       
.timeline-5 .entry-2 {
    position: absolute;
    top: 344px;
    left: -2px;
}

.timeline-5 .entry-3 {
    position: absolute;
    top: 333px;
    left: 675px;
}

.timeline-5 .entry-4 {
    position: absolute;
    top: 505px;
    left: 15px;
}

.timeline-5 .entry-5 {
    position: absolute;
    top: 499px;
    left: 663px;
}

