/*
    Document   : newcss
    Created on : Dec 6, 2010, 3:37:22 PM
    Author     : Ashvin
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

*{
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #DFDED9;
}

#navigation{
    padding:0px 43px;
    position: relative;
}

#navigation .slideContainer{
    position: relative;
}

#navigation .innerContainer{
    position: relative;
    overflow: hidden;
    margin: auto;
}

#navigation .slider{position: relative;left: 0px;}

#navigation .slide{
    float: left;
    cursor: pointer;
    position:relative;
}

#navigation .slide a{display: none;}

#navigation .leftArrow,#navigation .rightArrow{position:absolute;height: 10px;width:10px;top: 95px;cursor: pointer;}
#navigation .leftArrow{left: 5px;background: url('../images/leftAero.png') no-repeat;width: 38px;height: 38px;}
#navigation .rightArrow{right: 5px;background: url('../images/rightAero.png') no-repeat;width: 38px;height: 38px;}

#navigation .csIndex{position: absolute;width: 70px;height: 20px;text-align: right;top:5px;right: 50px;font-size: 14px;color: #333;font-weight: bold;}
#navigation .csDescription{font-size: 30px;color: #000;font-weight: bold;margin: 20px 0px 0px 2px;}
