@import url(reset.css);


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #000 url(/images/fr/mainbg.jpg) top center no-repeat;
}

p {
    margin-bottom: 10px;
}

a {
    color: #969696;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

#container {
    background: url(/images/fr/containerbg.jpg) no-repeat;
    margin: 23px auto;
    width: 980px;
}

/* ------------------------ Header --- */

#toplogo {
    display: block;
    width: 38px;
    height: 37px;
   
    background: url(/images/fr/c3ptop.jpg) no-repeat 0 0;
}

#toplogo:hover {
    background-position: 0 -37px;
}

#toplogo span {
    display: none;
}

#header {
    margin-left: 402px;
}

#header ul a {
    text-transform: uppercase;
    font-size: 11px;
}

#header ul li {
    float: left;
    display: inline;
    margin-top: 15px;
    margin-right: 13px;
}

#header ul li.logo {
    margin-top: 4px;
}

/* ------------------------- Doors --- */

#parentsimg {
    float: left;
    margin: 19px 0 0 432px;
    display: block;
    width: 145px;
    height: 200px;
    background: url(/images/fr/parentsdoors.jpg) no-repeat 0 0;
}

#parentsimg:hover {
    background-position: 0 -200px;
}

#parentsimg span {
    display: none;
}

#teachersimg {
    float: left;
    margin-top: 43px;
    display: block;
    width: 163px;
    height: 221px;
    background: url(/images/fr/teachersdoors.jpg) no-repeat 0 0;
}

#teachersimg:hover {
    background-position: 0 -221px;
}

#teachersimg span {
    display: none;
}

#everyoneimg {
    float: left;
    margin-top: 59px;
    display: block;
    width: 191px;
    height: 253px;
    background: url(/images/fr/everyonedoors.jpg) no-repeat 0 0;
}

#everyoneimg:hover {
    background-position: 0 -253px;
}

#everyoneimg span {
    display: none;
}

/* --------- Text & All Web No Net --- */

#leftcol {
    float: left;
    margin: 25px 0 0 90px;
    padding-right: 50px;
    width: 220px;
}

#allweb {
    float: left;
    width: 172px;
    height: 83px;
    padding-top: 45px;
}

#clear {
    width: 500px;
    clear: both;
}

/* ------------------------ Footer --- */

#footer {
    margin: 0 auto;
    padding-top: 45px;
    width: 440px;
}

#footer p {
    color: #969696;
    font-weight: bold;
    padding: 0 10px 0 30px;
}

#footer ul li {
    margin-top: 9px;
    float: left;
}

#footer ul li.logo
{
    margin-top: 0px;
}

#c3pfooter {
    margin-top: 0px;
    display: block;
    width: 246px;
    height: 37px;
    background: url(/images/fr/c3pfooter.jpg) no-repeat 0 0;
}

#c3pfooter:hover {
    background-position: 0 -37px;
}

#c3pfooter span {
    display: none;
}