.features {
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
}

#slider {
	background:url(../img/features.jpg) no-repeat left top;
	width: 950px;
	margin: 0 auto 10px auto;
    position: relative;
}

#tour #slider {
	background: none;
}

.scroll {
    height: 190px;
    width: 840px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: none url(../img/content_pane-gradient.gif) repeat-x scroll left bottom;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 820px;
}

div.panel p {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 17px;
	font-size: 0.95em;
	color: #555;
}

div.panel h2 {
	margin-bottom: 7px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 9px 0 15px 11px;
}

ul.navigation li {
    display: inline;
	margin-right:5px;
}



/* Submenu */
#tour #slider h2 {
	margin-top: 29px;
	background: #bf1e2d;
	color: #fff;
	padding: 11px 15px 12px 15px;
	margin-bottom: 6px;
	line-height: 1.1em;
	font-family: Verdana;
	letter-spacing: -1px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	

}

#tour .scroll {
	height: 380px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

#tour #slider img {
	margin: 22px 0 0 0;
	padding: 0;
}

#tour #slider {
	width: 840px;
}

#tour #tasks, #tour #files, #tour #cases, #tour #dashboard, #tour #bill {
	position: relative; 
	height:600px;
}

#tour .inner_tour, #tour .inner_tour_desc {
	width: 406px; float:left;
}

#tour .inner_tour_desc p {
	width: 350px;
	margin-left: 16px;
}

#tour .navigation  {  
	margin-left: 0;
	padding: 0;
	}

#tour .navigation  li{
	line-height:32px;
	margin-right: 2px;
	float:left;
	font-family: "Lucida Sans", sans-serif;
	letter-spacing: -1px;
	}

#tour ul.navigation  li a{
	display: block;
	float: left;
	font-size:1.3em;
	color: #0033fd;
	padding: 0px 10px 11px 10px;
	text-decoration:  underline;
	}
	
#tour ul.navigation li  {
	background: none;
}

#tour ul.navigation li a.selected {
	background: #deedff url(../img/tour_nav.gif) no-repeat center bottom
	!important;
	color: #333;
	text-decoration:none;
}




/* FEATURE BUTTONS */
ul.navigation li.security {
margin-left: 18px;
background: url(../img/icon_security.jpg) no-repeat 5px center;
}

ul.navigation li.files {
background: url(../img/icon_files.jpg) no-repeat 5px center;
}

ul.navigation li.task {
background: url(../img/icon_task.jpg) no-repeat 5px center;
}

ul.navigation li.time {
background: url(../img/icon_time.jpg) no-repeat 5px center;
}

ul.navigation li.billing {
background: url(../img/icon_billing.jpg) no-repeat 5px center;
}

ul.navigation li.web {
background: url(../img/icon_web.jpg) no-repeat 5px center;
}
/* */

ul.navigation li.security .selected {
background: #fff url(../img/icon_security.jpg) no-repeat 5px 8px;
}

ul.navigation li.files .selected {
background: #fff url(../img/icon_files.jpg) no-repeat 5px 10px;
}

ul.navigation li.task .selected {
background: #fff url(../img/icon_task.jpg) no-repeat 5px 8px;
}

ul.navigation li.time .selected {
background: #fff url(../img/icon_time.jpg) no-repeat 5px 8px;
}

ul.navigation li.billing .selected {
background: #fff url(../img/icon_billing.jpg) no-repeat 5px 8px;
}

ul.navigation li.web .selected {
background: #fff url(../img/icon_web.jpg) no-repeat 5px 9px;
}


ul.navigation a {
    padding: 8px 15px 10px 22px;
    color: #777;
    text-decoration: none;

}

ul.navigation a:hover {
color:#000;
}

ul.navigation a.selected {
color:#000;
border-bottom:2px solid #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}