/* 
    Document   : default.css
    Created on : May 5, 2011, 1:14:33 PM
    Author     : messiasandre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#kidzimg{
  position: absolute;
  margin-top: 100px;
  z-index: 300;
}

#slider img{
     width: 624px;
     height: 317px;
    
}


#slider{
     
     width: 584px;
     height: 317px;
     overflow: hidden;
     display: block;
     
}

#sliderContainer{
    
    width: 584px;
     height: 317px;
     overflow: hidden;
     margin-left: 40px;
}


#copyrightstyle{
     color: #7f7f7f;
}
#copyrightstyle a {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
        color: #7f7f7f;
}
#mycarousel li{
    background: #fff;
}


#footerlinks ul{
    margin: 0px;
    padding: 0px;
}
#footerlinks li{
    float: left;
    list-style: none;
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}

.activeclickedLink{
    color: #c3371c;
}
#contentContainerPlaceHolder-Right{
    line-height: 16px;
}
#multimediaoption{
    margin-top: 20px;
}

#footerlinks li{
    padding-bottom: 10px;
}

.popupContainer{
    width: 600px;
    height: 500px;
    overflow: auto;
    font-size: 12px;
    padding: 10px;
    background: #e0e0e0;
    font-family:Century Gothic, Arial,Helvetica;
    color: #000000;
}