
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 none;
}


/*big category*/

body {
/*    background: none repeat scroll 0 0 black;*/
    background: none repeat scroll 0 0;
    line-height: 1;
}

#main {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 30px 0px;
}

#header {
    border-bottom: 2px solid #EEE;
}


#content {
    margin: 0px auto;
    padding: 0px 10px;
    font-size: 200%;
/*    min-width: 300px;
    max-width: 800px;     */
    width: 90%;
    font-family: Helvetica, sans-serif;
    color: #555;
    line-height: 150%;
}

#footer {
    margin: 50px 0px;
    width: 100%;
}



/*Content*/

.lisgoLogo {
    margin-bottom: 15px;
    height: 50px;
}

h1 {
    font-weight: bold;
    letter-spacing: -0.06em;
    font-size: 200%;
/*    margin-bottom: 25px;
    margin-bottom: 30px;*/
    margin: 55px 0px;

}

h2 {
font-size: 120%;
font-weight: bold;
letter-spacing: -0.03em;
margin-bottom: 20px;
margin-top: 80px;
}

p {
    margin-bottom: 35px;
    line-height:2
    color: gray;
}

.catchCopy {
    margin-top: 80px;
    font-family: 'Droid Serif', Helvetica, sans-serif;    
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -0.06em;
    color: #555;
}

.description {
    margin-top: 30px;
    font-family: 'Droid Serif', Helvetica, sans-serif;    
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 140%;
    color: #555;
}

.appStoreIcon {
    margin-top: 74px;
    width: 250px;
}

#rightContent {
    float:right;
    width: 540px;
}




ol, ul {
    color: gray;
    margin: 50px 0px 50px 50px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a {
    color: #0881B3;
    text-decoration: none;
}

.clear {
    clear: both;
}
.col {
    float: left;
}

.videoLink {
    color: #2D81C5;
    display: block;
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

#appStoreLink {
    display: block;
    margin: 70px auto 0;
    width: 170px;
}

hr {
/*    background: url("images/img-hr.jpg") no-repeat scroll 50% 50% white;
    border: 0 none;
    clear: both;*/
    color: gray;
/*    height: 30px;
    margin: 75px 0px;*/
}



/*Footer*/


#footerLink {
    padding-top: 50px 0px;
    margin: 0px auto;
    width: 600px;    
}

#footerLink ul {
    text-align: center;
}

#footerLink ul li {
    display: inline;
    list-style: none outside none;
    padding-left: 30px;
}

#footerLink .first {
    padding-left: 0px;    
}

#footerLink ul li a {
    color: #a7a4a3;
    font-size: 13px;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: -0.01em;
    line-height: 0.9em;    
}

