﻿html
{
    background: #fff url(Images/mainbg.gif) repeat-x;
}
body
{
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #333;
}
body a:link, a:visited
{
    color: #718ABE;
    text-decoration: none;
}
body a:hover
{
    color: #000099;
    text-decoration: underline;
}
input, textarea, select
{
    font: 1.2em Helvetica,Arial,Verdana,sans-serif;
    padding: 7px 4px;
}
h3
{
    font-size: 1.2em;
    padding: 10px 0 0 0;
}
h3.about
{
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    background: #f4f4f4;
    margin-right: 10px;
    font-family:Georgia,"Times New Roman",Times,serif;
    letter-spacing:-0.25pt;
}
h4
{
    font-size: 1.3em;
    font-weight: bolder;
    margin: 15px 0 10px 0;
}
h5
{
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    letter-spacing:-0.25pt;
    margin-bottom:5px;
}
hr
{
    height: 1px;
    width: 80%;
    color: #ccc;
    border: solid 1px #ccc;
    padding-right: 20px;
    margin-top: 10px;
}
.hr
{
    border-top:1px solid #E5E5E5;
    float:left;
    height:1px;
    margin-left: 45px;
    margin-bottom:20px;
    margin-top:20px;
    width:650px;
}
#container
{
    margin: 0 auto;
    min-width: 785px;
    position: relative;
    width: 785px;
    font-size: 1.2em;
    line-height: 1.6em;
}
#top
{
    width: 785px;
    height: 140px;
    position: relative;
    background: url(Images/topbg.jpg) no-repeat;
}
#logo
{
    padding: 20px;
    float: left;
    width: 139px;
}
#menu
{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 10px;
}
#menu ul
{
    display: block;
}
#menu li
{
    float: left;
    display: block;
    height: 43px;
    width: 110px;
    line-height: 43px;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 0 #efefef;
}
#menu li a
{
    font-size: 1.7em;
    color: #000;
    text-decoration: none;
}
#menu li.login
{
    background: url(Images/loginbg.gif) no-repeat;
    width: 134px;
    margin-left: 20px;
    text-shadow: 1px 1px 0 #000;
}
#menu li.login a
{
    color: #fff;
}
#main
{
    background: url(Images/mainbg.png) repeat-y;
    padding: 0 20px 0 20px;
}
#main h2
{
    font-size: 1.8em;
}
#main ul.home
{
    margin-top: 20px;
    margin-left: 20px;
}
#main ul.home li
{
    background: url(Images/check.gif) no-repeat;
    padding: 0px 0 20px 35px;
    font-size: 1.4em;
}
#main ul.home li p
{
    font-size: 12px;
    margin-left: 20px;
    font-style: italic;
    color: #555;
}
#main ul.about li
{
    list-style-type: disc;
    margin-left: 30px;
    line-height: 1.7em;
}
#footer
{
    height: 27px;
    background: url(Images/footerbg.png) no-repeat;
    padding-top: 30px;
    text-align: center;
    color: #777;
}
#home
{
    background: url(Images/book.jpg) no-repeat;
    height: 248px;
    position: relative;
    color: #fff;
    padding-top: 20px;
}
#home h1
{
    position: absolute;
    font-size: 2.6em;
    font-weight: bolder;
    left: 20px;
    top: 25px;
}
#home h2
{
    position: absolute;
    font-size: 2.2em;
    left: 40px;
    top: 60px;
}
#signup a
{
    background: url(Images/signup.gif) no-repeat;
    display: block;
    height: 0 !important;
    margin: 50px auto 45px;
    overflow: hidden;
    padding: 60px 0 0;
    position: absolute;
    bottom: 40px;
    left: 130px;
    width: 240px;
}
#signup a:hover
{
    background-position: 0 -60px;
}
#getstarted a
{
    background: url(Images/signup.gif) no-repeat;
    display: block;
    height: 0 !important;
    margin: 50px auto 45px;
    overflow: hidden;
    padding: 60px 0 0;
    width: 240px;
}
#getstarted a:hover
{
    background-position: 0 -60px;
}
#demo
{
    position: absolute;
    right: 10px;
    width: 284px;
    height: 212px;
}
#about
{
    margin-left: 10px;
}
#contact
{
    margin-left: 10px;
}
#contact .left
{
    float: left;
    width: 270px;
}
#contact .right
{
    float: right;
    padding-right: 10px;
}
#contact .forminput
{
    margin-bottom: 6px;
}
#contact .forminput input
{
    border: 1px solid #E9E9E9;
    color: #757575;
    padding: 7px 4px;
    width: 400px;
}
#contact .forminput textarea
{
    border: 1px solid #E9E9E9;
    color: #757575;
    padding: 7px 4px;
    width: 400px;
    height: 50px;
}
#contact label
{
    display: none;
}
#contact p.info
{
    font-size: 1.2em;
    line-height: 1.4em;
}
#pricing
{
}
#pricing div.pricebox
{
    background: #f4f4f4;
    margin-left: 20px;
    width: 40%;
    text-align:center;
    padding: 20px;
    float: left;
}
#pricing div.price
{
    padding: 50px 0 50px 0;
}
#pricing div.price strong
{
    font-size: 75px;
    display:inline;
    text-shadow: 2px 2px 0 #ccc;
}
#pricing div.price span
{
    font-family: Georgia,Lucida Sans;
    font-size: 17px;
    font-style: italic;
    color: #777;
    display: inline;
}
#pricing div.pricebox h3
{
    font-family: Georgia,Lucida Sans;
    font-size: 30px;
    line-height: 30px;
}
#pricing div.pricebox p
{
    color: #888;
    font-style: italic;
}
#pricing div.details
{
    margin: 0 20px 0 20px;
    float: right;
}
#features h2
{
    color:#222222;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:24px;
    font-weight:normal;
    letter-spacing:-0.25pt;
    margin-bottom:5px;
}
#terms, #privacy
{
    margin: 0 20px 0 20px;
}
.greyblock
{
    background-color:#f4f4f4;
    float:left;
    margin:10px;
    width: 352px;
}
.greyblock .content
{
    padding:15px;
    width:320px;
}
.greyblock p
{
    color: #666;
    font-size: 14px;
}
.screenshot
{
    border: 4px solid #ccc;
    margin: 20px;
}
.screenshot-left
{
    border: 4px solid #ccc;
    float: left;
    margin: 20px 20px 20px 0;
}
.teaser
{
    float:left;
    height:150px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    text-decoration:none;
    width:245px;
}
.teaser .content
{
    left:115px;
    position:absolute;
    top:20px;
    width:115px;
}
a.teaser:hover
{
    text-decoration:none;
}
.teaser p
{
    color:#CCCCCC;
    font-size:12px;
    line-height:normal;
    margin-bottom:0;
}
.clear
{
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
}
