html{
    height:100.2%;
}

html,body,p,h1,h2,h3,ul,ol,li,form,div{
    margin:0;
    padding:0;
}

img{
    border:0;
}

body{
    background-color:#FFFFFF;
    color:#333333;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    line-height:1.5em;
}

#wrap{
    margin:0 auto;
    width:900px;
}

#google{
    margin-top: 75px;
    float:left;
}

#box{
    background-image:url('../img/logo.gif');
    background-position:0 10px;
    background-repeat:no-repeat;
    margin:0 auto;
    width:750px;
    float: right;
}

#slogan{
    padding: 5px 0 10px 253px;
    font-weight: bold;
    color: #CD293A;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.3em;
}

#slogan a, #slogan a:visited{
    float:right; 
    margin-left:40px;
    text-align: right;
    color:#666666; 
    text-decoration:none;
}

#slogan a:hover{
    color:#CD293A; 
}

#content{
    background-color:#FFFFFF;
    clear:both;
}

#banner{
    margin:0 0 20px 0;
    height:200px;
    border-top: 2px solid #999999;
}

#col-left-wide{
    width:480px;
}

#col-right{
    display:inline;
    float:right;
    width:250px;
}

#footer{
    color:#666666;
    padding:10px 20px 10px 20px;
    text-align:center;
}

#footer a{
    color:#666666;
    text-decoration:none;
}

#footer a:hover{
    color:#000000;
}

#footer span{
    float:right;
    text-align:right;
}

h1{
    border-bottom:1px solid #CD293A;
    color:#CD293A;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    margin:0 0 1em 0;
    padding:0 0 4px 0;
    text-transform:uppercase;
}

h2{
    border-bottom:2px solid #CCCCCC;
    color:#333333;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    margin:0 0 1em 0;
    padding:0 0 4px 0;
}

h3{
    font-size: 13px;
    font-weight: bold;
    margin:0 0 1em 0;
}


p{
    margin:0 0 1em 0;
}

p.icon{
    background-position:0 0;
    background-repeat:no-repeat;
    padding:0 0 0 25px;
}

ul{
    margin: 0 0 1em 2em;
}


#content a{
    border-bottom:1px dotted #000099;
    color:#000099;
    padding-bottom:1px;
    text-decoration:none;
}

#content a:hover{
    border-bottom:1px solid #000099;
    color:#000099;
    padding-bottom:1px;
    text-decoration:none;
}

#content b{
    color:#CD293A; /* 009900 */
    font-weight:bold;
}

.label{
    text-align:right;
}

.textbox{
    background-color:#EFEFEF;
    border:1px solid #999999;
    color:#333333;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    width:300px;
}

.form-button{
    background-color:#A52130;
    border-bottom:1px solid #571119;
    border-left:1px solid #E02D42;
    border-right:1px solid #571119;
    border-top:1px solid #E02D42;
    color:#FFFFFF;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    height:25px;
    width:125px;
}

.graybox{
    padding: 15px; 
    background-color: #E1E1E1;
}

.free-trial{
    background-color:#CD293A; 
    margin-bottom:15px; 
    text-transform:uppercase; 
    letter-spacing: 1px;
    border-top: 3px solid #FE334B;
    border-left: 3px solid #FE334B;
    border-right: 3px solid #991F2D;
    border-bottom: 3px solid #991F2D;
}