

/* Sliding Panels CSS */

.SlidingPanels { 
	position: relative;
	width: 670px;
	height: 247px;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 670px;
	margin: 0 0 1px 0;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	width: 670px;
	height: 247px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
	
}

.SlidingPanelsFocused {
}



/* 		Text & Links		*/

.SlidingPanels, #p1, #p2, #p3, #p4, #p5, #p6, #p7, #navBar { 
	font-size: 10px;
	font-stretch: normal;
	font-weight: normal;
}

.SlidingPanels a {
	margin: 0;
	padding: 0;
	height: 35px;
	width: 242px;
	color: #888888;
	text-decoration: none;
}

.SlidingPanels a:hover { 
	color: #111111;
	text-decoration: none;
}

/*  	Background colors for all panels 		*/

#p1, #p2, #p3, #p4, #p5, #p6, #p7 { 
	margin: 0;
	padding: 5px;
}

/* Products & Programs Navigation Container */

#navBar {
	font-weight: bold;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 429px;
	display: block;
	float: left;
}

/* Side Block Feature Edit for nav bar container */

.sideBlockFeature {
	min-height: 186px;
	width: 200px;
	margin: 60px 0 0 25px;
	float: left;
}

/*Specific divs of sliding panels*/

#firstRes
{
    background-image: url(../images/sliders/resSliderProducts.png);
    background-repeat: no-repeat;
}

#secondRes
{
    background-image: url(../images/sliders/resSliderBilling.png);
    background-repeat: no-repeat;
}

#thirdRes
{
    background-image: url(../images/sliders/resSliderTools.png);
    background-repeat: no-repeat;
}

#firstBiz
{
    background-image: url(../images/sliders/busSliderProducts.png);
    background-repeat: no-repeat;
}

#secondBiz
{
    background-image: url(../images/sliders/busSliderBilling.png);
    background-repeat: no-repeat;
}

#thirdBiz
{
    background-image: url(../images/sliders/busSliderTools.png);
    background-repeat: no-repeat;
}

#slider.SlidingPanels
{
    float: left;
}

#slider .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#slider .SlidingPanelsContent {
	float: left;
	width: 670px;
}
#slider div.SlidingPanelsContent div.innerContentPadding {
	padding: 25px;
}

#buttonRow {
	float: left;
	margin: 0 0 0 0;
	padding: 0px 0px 0 164px;
	width: 509px;
	text-align: right;
	height: 31px;
}
#buttonRow a {
	margin: 0 0 0 0;
	padding: 8px 5px 0px 10px;
	height: 23px;
	/* overflow: hidden; */
	color: #ffffff;
	float:left;
	white-space:nowrap;
	font-weight: bold;
}
#buttonRow a:hover {
	color: #eeeeee;
}
#buttonRow a#products {
	background-color: #ff790a;
}
#buttonRow a#tools {
	background-color: #99cc33;
}
#buttonRow a#billing {
	background-color: #51aee7;
}
#buttonRow div.leftCap 
{
    float:left;
	/*display: inline;
	padding: 8px 0 7px 5px;*/
	margin: 0 0 0 1px;
	background-image: url(../images/spLeftCap.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}
#buttonRow div.rightCap 
{
    float: left;
	/*display: inline;
	padding: 8px 0 7px 5px;*/
	background-image: url(../images/spRightCap.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}
#buttonRow div.orange {
	background-color: #ff790a;
}
#buttonRow div.green {
	background-color: #99cc33;
}
#buttonRow div.blue {
	background-color: #51aee7;
}

