@charset "utf-8";
/* CSS Document */
.SlidingPanels { /* main panel container */
	float: left;
	position: relative;
	width: 980px;
	padding: 0px;
	border: none;
	background-image:url(img/sliding_panels_bg_light.jpg)
}
#slidingPanel{
	position: absolute;
	margin-left:0px;
	border-left:1px solid #EEEEEE;
	z-index:0;

}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	sborder: none;
}

.SlidingPanelsContent {
	float: left;
	width: 980px;
	overflow: hidden;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanelWrapper {
	position: absolute;
	height:43px; /* hight of the tab button background container */
	margin:265px 0 0px 350px;
	display: none;
	width:500px;
	z-index:1; /* width of the tab button background container */
	/*background:url(img/tab_gradient.png) bottom right no-repeat;*/

}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0px;
	width:272px; /* width of the tab button container */
	height:43px; /* hight of the tab button image */

}

.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:64px;
	margin:0 2px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:64px;
	height:43px;
	cursor:default;
	outline:none;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:64px;
	height:43px;
	background-position:-128px;
	cursor:pointer;
	outline:none;
	
}
.tab:hover {
	background-position:-64px;
}

#nutshell {
	background-image:url(img/tab_interact.png);

}
#widgets {
	background-image:url(img/tab_reach.png);
}
#data {
	background-image:url(img/tab_engage.png);
}
#effects {
	background-image:url(img/tab_network.png);
}

.sideText {
	width:20%;
	padding-top:50px;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	z-index:200;

}
.sideText ul{

	padding-left:10px;
	padding-right:10px;
	margin-left:0px;
}
.sideText ul li{

	margin-left:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	list-style-image:url(../images/bullet_arrow_white.png);

	
}

h2 {
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.sideText_panel2 {
    width:21%;
	padding-top:70px;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	z-index:250;

}

.screenshot{
	width:79%;
	float:left;
	}
	
.sideText_highlight_Green{
	font-family:Arial;
	font-weight:bold;
	font-size:23px;
	color:#00FF00;
	}

.sideText_highlight_Green_small{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#00FF00;
	}

.slidingPanelsLink{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;

}

.slidingPanelsLink A:link    {color:#FFFFFF; text-decoration:underline;}
.slidingPanelsLink A:visited {color:#FFFFFF; text-decoration:underline;}
.slidingPanelsLink A:active  {color:#FFFFFF; text-decoration:underline;}
.slidingPanelsLink A:hover   {color:#009900; text-decoration:underline;}

.bottomSection{
	margin:320px 0 0 0;
	z-index:-25;

}

.slidingPanels_text{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-right:30px;
	padding-top:10px;
}
#slidingPanels #slidingPanel #nutshellPanel .sideText .slidingPanelsLink .sideText_highlight_Green_Med {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #00FF00;
}
