body{
    background-image: url(/images/body_bg.png);
    margin: 60px 0px;
}
.cleaner{
    clear: both;
    height: 0px;
    width: 0px;
    background: transparent;
}
h1{
    color: #65176a;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
}
h2{
    font-weight: bold;
    font-size: 1em;
    padding: 10px 0px;
    margin: 0px;
}
p{
    margin: 0px;
    padding: 10px 0px;
    line-height: 17px;
}
p.topside{
    padding-top: 0px;
}
a{
    color: #009cc0;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
ol li ol{
    list-style-type: lower-alpha;
    padding-top: 5px;
}
#site_container{
    width: 919px;
    margin: 0 auto;
    font-family: helvetica, arial, sans-serif;
    font-size: 0.8em;
    color: #000000;
}
#header_logo{
    position: absolute;
    background-image: url(/images/header_logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 347px;
    height: 264px;
    top: -50px;
    left: -21px;
}
#header_kid{
    position: absolute;
    width: 262px;
    height: 222px;
    background-image: url(/images/header_zoe.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    top: -28px;
    left: 493px;
}
#site_top{
    position: relative;
    z-index: 99;
}
#header_panels{
    position: relative;
    height: 186px;
}
#header_panels #panel1{
    position: absolute;
    width: 314px;
    height: 177px;
    background-image: url(/images/header_panel1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0px;
    left: 0px;
}
#header_panels #panel2{
    position: absolute;
    width: 390px;
    height: 177px;
    background-image: url(/images/header_panel2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0px;
    left: 323px;
}
#header_panels #panel3{
    position: absolute;
    width: 195px;
    height: 84px;
    
    top: 0px;
    left: 722px;
}
#header_panels #panel3 a{
    width: 195px;
    height: 84px;
    display: block;
    outline: none;
    background-image: url(/images/header_panel3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#header_panels #panel3 a:hover{
    background-position: -195px 0px;
}
#header_panels #panel4{
    position: absolute;
    width: 195px;
    height: 84px;
    background-image: url(/images/header_panel4.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 93px;
    left: 722px;
}
#header_panels #panel4 a{
    display: block;
    outline: none;
    width: 195px;
    height: 84px;
}
#top_menu{
    height: 52px;
    background-color: #ffffff;
    border: 4px solid #232020;
    padding-left: 25px;
    position: relative;
}
#top_menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 99;
}
#top_menu li{
    float: left;
}
#top_menu li ul{
    position: absolute;
    width: 270px;
    height: 182px;
    background-image: url(/images/submenu_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 27px;
    left: -999em;
    padding-top: 46px;
}
#top_menu li#teacherslink_container ul{
    padding-top: 33px;
}
#top_menu li#parentslink_container:hover ul, #top_menu li#parentslink_container.sfhover ul{
    left: 275px;
}
#top_menu li#teacherslink_container:hover ul, #top_menu li#teacherslink_container.sfhover ul{
    left: 455px;
}
#top_menu a{
    height: 52px;
    margin: 0 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#top_menu a:hover, #top_menu a.current{
    background-position: 0 -52px;
}
#top_menu a#homelink{
    background-image: url(/images/topmenu_home.png);
    width: 72px;
}
#top_menu a#aboutlink{
    background-image: url(/images/topmenu_about.png);
    width: 127px;
}
#top_menu a#parentslink{
    background-image: url(/images/topmenu_parents.png);
    width: 117px;
}
#top_menu a#teacherslink{
    background-image: url(/images/topmenu_teachers.png);
    width: 129px;
}
#top_menu a#contactlink{
    background-image: url(/images/topmenu_contact.png);
    width: 158px;
}
#top_menu ul li a.submenu{
    width: 262px;
    height: 15px;
    margin: 10px 0px 10px 4px;
    background-position: 0 0;
}
#top_menu ul li a.submenu:hover{
    background-position: -262px 0px;
}
#top_menu ul li a#at_home_activities{
    background-image: url(/images/sublink_at-home-activities.png);
}
#top_menu ul li a#resources_and_activities{
    background-image: url(/images/sublink_resources-and-activities.png);
}
#top_menu ul li a#parent_feedback{
    background-image: url(/images/sublink_parent-feedback.png);
}
#top_menu ul li a#how_to_use{
    background-image: url(/images/sublink_how-to-use.png);
}
#top_menu ul li a#zoe_molly_online{
    background-image: url(/images/sublink_zoe-molly-online.png);
}
#top_menu ul li a#teacher_evaluation{
    background-image: url(/images/sublink_teacher-evaluation.png);
}
#top_menu ul li a#t-resources_and_activities{
    background-image: url(/images/sublink_resources-and-activities.png);
}
#site_middle{
    position: relative;
    margin-top: 10px;
}

#left {
    float:          left;
    width:          200px;
}
#left .box {
    border:         4px solid #000;
    background:     #fff url('/images/left/left_background.png') 0 100% repeat-x;
    margin-right:   10px;
    margin-bottom:  150px;
    overflow:       hidden;
}
/*#left #psafety {
    display:    block;
    width:      200px;
    height:     196px;
    background: transparent url('/images/left/personal_safety-en.png') 0 0 no-repeat;
    margin:     10px auto 0;
    border-bottom:  3px solid #000;
}
#left #psafety:hover {
    background-position:    0 -196px;
}*/

#left #sb_wrapper {
    background: transparent url('/images/left/sb/text-en.png') 50% 5px no-repeat;
    height: 200px;
    
    position: relative;
}
#left #sb_gr3 {
    display: inline-block;
    background: transparent url('/images/left/sb/grade3_button-montage_en.png') 0 0 no-repeat;
    width: 85px;
    height: 129px;
    
    position: absolute;
    top: 63px;
    left: 6px;
}
#left #sb_gr3:hover {
    background-position: 0 -129px;
}
#left #sb_gr4 {
    display: inline-block;
    background: transparent url('/images/left/sb/grade4_button-montage_en.png') 0 0 no-repeat;
    width: 85px;
    height: 129px;
    
    position: absolute;
    top: 63px;
    left: 89px;
}
#left #sb_gr4:hover {
    background-position: 0 -129px;
}
/*
#left #psa_btn {
    display:    block;
    width:      181px;
    height:     160px;
    margin:     0 auto 20px;
    
    background-image: url(/images/psa_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#left #psa_btn:hover {
    background-position: -181px 0px;
}
*/
#left #kit_link,
#left #comic_link {
    display:    block;
    margin:     0;
    padding:    0;
    border:     3px solid #000;
}

#left #kit_link {
    height: 208px;
    border-width: 0 0 3px;
    background: url(/images/left/download-kit-title-en.png) 50% 0 no-repeat;
}
#left #comic_link {
    height: 200px;
    border-width: 3px 0;
    background: url(/images/left/download_title_en.png) 50% 10px no-repeat;
}
#left #kit_link li,
#left #comic_link li {
    list-style: none;
    margin:     0 0 0 0;
    padding:    0;
    display:    inline;
}

#left #kit_link #kit_grade_3,
#left #kit_link #kit_grade_4 {
    display: inline-block;
    width: 91px;
    height: 132px;
    margin-top: 76px;
}
#left #kit_link #kit_grade_3:hover,
#left #kit_link #kit_grade_4:hover {
    background-position: 0 -132px;
}
#left #kit_link #kit_grade_3 {
    background-image: url('/images/left/kit-grade3-en.png');
}
#left #kit_link #kit_grade_4 {
    background-image: url('/images/left/kit-grade4-en.png');
}

#left #comic_link #grade_3 {
    display:    inline-block;
    background: transparent url(/images/left/grade3_en.png) 0 0 no-repeat;
    width:      84px;
    height:     110px;
    margin-left:10px;
    margin-top: 75px;
}
#left #comic_link #grade_3:hover {
    background-position: 0 -110px;
}
#left #comic_link #grade_4 {
    display:    inline-block;
    background: transparent url(/images/left/grade4_en.png) 0 0 no-repeat;
    width:      80px;
    height:     122px;
    margin-top: 55px;
}
#left #comic_link #grade_4:hover {
    background-position: 0 -123px;
}
#left #tell_a_friend {
    margin:     10px auto 15px;
    display:    block;
    width:      169px;
    height:     117px;
    background-image: url(/images/left/left_tellabout_en.png);
}
#left #callout {
    display:    block;
    width:      204px;
    height:     114px;
    background-image: url(/images/left_visitkik.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    
    position:   absolute;
    left:       3px;
    bottom:     15px;
}
#left #callout:hover {
    background-position: -204px 0;
}



/*
#left_area{
   width: 199px;
   float: left;
}
#left_bar{
   width:   181px;
   height:  510px;
   background-image:    url(/images/left/left_background.png);
   background-repeat:   repeat-x;
   background-position: 0 100%;
   
   position: relative;
   background-color: #fff;
   border: 4px solid #000;
}
#left_bar #psa_btn{
    position: absolute;
    top: 4px;
    left: 0px;
    width: 181px;
    height: 160px;
}
#left_bar #psa_btn a{
    display: block;
    width: 181px;
    height: 160px;
    background-image: url(/images/psa_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#left_bar #psa_btn a:hover{
    background-position: -181px 0px;
}
#left_bar #quotes{
    position: absolute;
    top: 78px;
    left: 30px;
    width: 140px;
    height: 90px;
    overflow: hidden;
}
#left_bar p{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    padding-top: 0px;
}
#left_bar .fake_hr {
    display: block;
    height: 4px;
    width: 149px;
    background: #000;
    clear: left;
    margin-left: 10px;
}
#left_bar .bottom {
    margin-bottom: 10px;
    margin-top: 105px;
}
#left_bar #comic_link{
    position: absolute;
    top: 168px;
    left: 4px;
    width: 165px;
    height: 200px;
    background: transparent url(/images/left/download_title_en.png) 50% 10px no-repeat;
}
#left_bar #comic_link a {
    float: left; margin-bottom: 5px;
}
#left_bar #comic_link #grade_3 {
    background: transparent url(/images/left/grade3_en.png) 0 0 no-repeat;
    width: 84px; height: 110px;
    margin-top: 70px;
}
#left_bar #comic_link #grade_3:hover {
    background-position: 0 -110px;
}
#left_bar #comic_link #grade_4 {
    background: transparent url(/images/left/grade4_en.png) 0 0 no-repeat;
    width: 80px; height: 122px;
    margin-top: 58px;
}
#left_bar #comic_link #grade_4:hover {
    background-position: 0 -123px;
}

/*#left_bar #comic_link a{
    display: block;
    width: 149px;
    height: 175px;
    background-image: url(/images/left_dlcomic.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#left_bar #comic_link a:hover{
    background-position: -149px 0;
}*/
/*
#left_bar #tellabout_link{
    position: absolute;
    top: 370px;
    left: 6px;
    width: 169px;
    height: 120px;
}
#left_bar #tellabout_link a{
    display: block;
    width: 169px;
    height: 117px;
    background-image: url(/images/left/left_tellabout_en.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#left_bar #tellabout_link a:hover{
    background-position: 0 -117px;
}
#left_area #callout{
    position: absolute;
    top: 575px;
    left: 2px;
}
#left_area #callout a{
    display: block;
    width: 204px;
    height: 114px;
    background-image: url(/images/left_visitkik.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#left_area #callout a:hover{
    background-position: -204px 0;
}
*/






#content_area{
    float: left;
    width: 493px;
}
#content_area .top, #content_area .bottom{
    background-image: url(/images/content_area_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 493px;
    height: 35px;
}
#content_area .bottom{
    background-image: url(/images/content_area_bottom.png);
}
#content_area .content{
    background-image: url(/images/content_area_bg.png);
    padding: 0px 30px;
    min-height: 600px;
}
#content_area .content ul li
{
    line-height: 17px;
    padding-bottom: 5px;
}

#content_area .content ol li
{
    line-height: 17px;
    padding-bottom: 5px;    
}
#kid_callout{
    position: absolute;
    
    width:  279px;
    height: 662px;
    top:    0px;
    right:  -26px;
}
#kid_callout a{
    width: 279px;
    height: 662px;
    background-image: url(/images/online_activities.png);
    background-position: -279px 0;
    background-repeat: no-repeat;
    display: block;
    outline: none;
}
#kid_callout a:hover{
    background-position: 0px 0px;
}
#download_prepost_test_btn{
    height: 114px;
    padding-left: 75px;
}
#download_prepost_test_btn a{
    display: block;
    width: 269px;
    height: 114px;
    background-image: url(/images/dl_posttest.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.lang_fr #download_prepost_test_btn a {
    background-image: url('/images/dl_posttest_fr.png');
}
#download_prepost_test_btn a:hover{
    background-position: -269px 0;
}
#prev_winners_btn{
    height: 120px;
    padding-left: 100px;
}
#prev_winners_btn a{
    display: block;
    width: 211px;
    height: 118px;
    background-image: url(/images/prev_winners_2012.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#prev_winners_btn a:hover{
    background-position: -211px 0;
}
#footer_links{
    text-align: center;
    font-size: 0.8em;
}
#footer_links a{
    color: #000000;
    
}
.bottom_spacer{
    height: 30px;
}
#footer{
    margin-top: 20px;
}
#footer #c3plogo{
    padding-right: 35px;
    height: 48px;
    float: right;
}
#footer #c3plogo a{
    background-image: url(/images/c3plogo_footer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 317px;
    height: 48px;
}
#footer #legal{
    font-size: 0.8em;
    float: left;
}
#footer #legal p{
    width: 483px;
    padding: 0px;
    line-height: 14px;

}

#other_txt {
    width: 355px;
}

#popup_fader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#popup_container{
    z-index: 100;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#psa_container{
    z-index: 100;
    margin: 162px auto;
    width: 675px;
    height: 529px;
    background-image: url(/images/psa_popup_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}

#psa_player_container, #psa_launcher{
    position: absolute;
    top: 78px;
    left: 93px;
    width: 492px;
    height: 332px;
}
#psa_player_container{
    background-color: #000000;
}
#psa_launcher a{
    display: block;
    width: 492px;
    height: 332px;
    background-image: url(/images/psa_launcher.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#psa_closebtn{
    width: 57px;
    height: 18px;
    position: absolute;
    top: 431px;
    left: 522px;
}
#psa_closebtn a{
    display: block;
    width: 57px;
    height: 18px;
    background-image: url(/images/psa_closebtn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#psa_closebtn a:hover{
    background-position: -57px 0px;
}





.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
