@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body {
    font-family: "Source Sans Pro", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
    background-color: #F6F6F6;
    font-size: 14px;
}

.clear {
    clear: both;
}

.space {
    height: 30px;
    padding: 15px, 0, 20px, 0;
    clear: both;
}

/*GENERAL TAGS*/
h1 {
    font-size: 26px;
    color: #5C5E5D;
}

h2 {
    font-size: 22px;
    color: #5C5E5D;
    line-height: 26px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    color: #5C5E5D;
}

ul {
    /* list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px; */
}

    ul li {
        line-height: 20px;
    }

a, a:visited {
    color: darkred;
    text-decoration: none;
}
/*GENERAL TAGS*/

#mainWrapper {
    border-style: none solid solid solid;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    width: 918px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #E2E3E4;
    border-bottom-color: #E2E3E4;
    border-left-color: #E2E3E4;
}

.header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E2E3E4;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    height: 100px;
}

.logo {
    margin-top: 35px;
    float: left;
}

.menu {
    margin-top: 40px;
    float: right;
}

    .menu a, a:visited {
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
    }

        .menu a:hover {
            color: #76608A;
        }

.pageContent {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E2E3E4;
    padding-bottom: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}


/* SECTIONS */
.introLeft {
    width: 338px;
    height: 260px;
    float: left;
}

.introRight {
    margin-left: 10px;
    width: 500px;
    height: 260px;
    float: left;
}

.featuresBox {
    border: 1px solid #E2E3E4;
    padding: 10px;
    width: 400px;
    float: left;
    margin-right: 15px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    height: auto;
}

.section_1of2 {
    padding: 10px;
    width: 380px;
    float: left;
    margin-right: 60px;
}

.section_2of2 {
    padding: 10px;
    width: 380px;
    float: left;
}

.section_1of3 {
    width: 280px;
    float: left;
    margin-right: 10px;
}

.section_2of3 {
    width: 280px;
    float: left;
    margin-right: 10px;
}

.section_3of3 {
    width: 280px;
    float: left;
}

.features1of2 {
    width: 560px;
    float: left;
    margin-right: 30px;
}

.features2of2 {
    width: 288px;
    float: left;
}

/* SECTIONS END */

/*BUTTONS*/
.general_button, .general_button:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #D9D9D9;
    color: #5C5E5D;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/arrow-right_30x30.png") no-repeat scroll right center #F6F6F6;
}

    .general_button:hover {
        background-color: #1BA1E2;
        color: white;
    }

.download_button, .download_button:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #D9D9D9;
    color: #5C5E5D;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/download_30x30.png") no-repeat scroll right center #F6F6F6;
}

    .download_button:hover {
        background-color: #1BA1E2;
        color: white;
    }


.download_button_win, .download_button_win:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #76608A;
    color: #FFFFFF;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/download_win_30.png") no-repeat scroll right center #9D57BB;
}

    .download_button_win:hover {
        background-color: #76608A;
        color: white;
    }

.download_button_mac, .download_button_mac:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #76608A;
    color: #FFFFFF;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/download_mac_30.png") no-repeat scroll right center #9D57BB;
}

    .download_button_mac:hover {
        background-color: #76608A;
        color: white;
    }

.download_button_lin, .download_button_lin:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #76608A;
    color: #FFFFFF;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/download_lin_30.png") no-repeat scroll right center #9D57BB;
}

    .download_button_lin:hover {
        background-color: #76608A;
        color: white;
    }

.buyNow, .buyNow:visited {
    border-style: solid;
    border-width: 1px;
    border-color: #D9D9D9;
    color: #5C5E5D;
    line-height: 30px;
    padding-right: 44px;
    padding-left: 10px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background: url("../images/icons/buyNow_30x30.png") no-repeat scroll right center #F6F6F6;
}

    .buyNow:hover {
        background-color: #1BA1E2;
        color: white;
    }
/*BUTTONS END*/

/*TOOLTIP THINGY*/
#tt {
    position: absolute;
    display: block;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #A20025;
    color: #FFF;
}
/*TOOLTIP THINGY*/

/*COLORS*/
.redText {
    color: darkred;
    font-weight: bold;
}
/*COLORS*/

.footer {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.footerLeft {
    float: left;
}

.footerRight {
    float: right;
    text-align: right;
}
