/*body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}*/

#wrapper {
    width: 974px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 974px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 700px; /* was 250px */
    width: 974px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
/*    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 20px;
    height: 660px;   /* was 210px */
    width: 934px;   /* this should be the scroll width minus this div's padding */
    
    overflow:auto;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
    display:none;
}



.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -14px;
}

.scrollButtons.right {
    right: -14px;
}

.hide {
    display: none;
}




ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    position:absolute;
    top:226px;
    z-index:5;
    
}

ul.navigation li {
    float:left;
    list-style:none;
}

ul.navigation a {
    text-decoration: none;
    display:block;
    height:55px;
}

ul.navigation li a span {
	display:none;
}

ul.navigation li a {
	background-position: left top;
    background-repeat: no-repeat;
}

ul.navigation li a:hover {
    background-position: left bottom;
}

ul.navigation a.selected {
	background-position: left bottom;
}

ul.navigation a:focus {
    outline: none;
}

#menu-home a {
    width:0px;
    display: none;
}
#menu-why a {
    background-image:url(menu-why.png);
    width:235px;
}
#menu-what a {
    background-image:url(menu-what.png);
    width:210px;
}
#menu-workplace a {
    background-image:url(menu-workplace.png);
    width:265px;
}
#menu-about a {
    background-image:url(menu-aboutewb.png);
    width:180px;
    position: absolute;
    top: -70px;
    left: 800px;
}

#menu-invest a {
    background-image:url(menu-invest.png);
    width: 245px;
}
