/*==============================================================

	Online Business Console : slider.css
	
	Description : Slider CSS for Online Business Console
		
	Author : Business Catalyst http://businesscatalyst.com

	Version : 2007.12.27

==============================================================*/


/* Modify these at will --------------------------------------*/

body {
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a, a:link, a:visited {
	color: #143B69;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a.button.next {
	float: left;
	text-indent: -9999px;
}

a.button.next {
	height: 44px;
	width: 100px;
	background-image: url(../images/next-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button.next:hover, .scroller a.button.next:active {
	background-image: url(../images/next-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -44px;
}
a.learn {
	float: left;
	text-indent: -9999px;
}
a.learn {
	height: 47px;
	width: 140px;
	background-image: url(../images/learn-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.learn:hover,.scroller a.learn:active {
	background-image: url(../images/learn-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
a.cbutton {
	float: left;
	text-indent: -9999px;
}
a.cbutton {
	height: 42px;
	width: 150px;
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.cbutton:hover,.scroller a.cbutton:active {
	background-image: url(../images/contact-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
a.tbutton {
	float: left;
	text-indent: -9999px;
}
a.tbutton {
	height: 42px;
	width: 150px;
	background-image: url(../images/trial-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.tbutton:hover,.scroller a.tbutton:active {
	background-image: url(../images/trial-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
a.trialbutton {
	float: left;
	text-indent: -9999px;
}
a.trialbutton {
	height: 42px;
	width: 230px;
	background-image: url(../images/30day-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.trialbutton:hover,.scroller a.trialbutton:active {
	background-image: url(../images/30day-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -45px;
}
a.wiki-button {
	float: left;
	text-indent: -9999px;
}
a.wiki-button {
	height: 44px;
	width: 230px;
	background-image: url(../images/wiki-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.wiki-button:hover,.scroller a.wiki-button:active {
	background-image: url(../images/wiki-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -44px;
}
a.sup-form-button {
	float: left;
	text-indent: -9999px;
}
a.sup-form-button {
	height: 45px;
	width: 230px;
	background-image: url(../images/support-forum-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.sup-form-button:hover,.scroller a.sup-form-button:active {
	background-image: url(../images/support-forum-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -45px;
}
a.pricebutton {
	float: left;
	text-indent: -9999px;
}
a.pricebutton {
	height: 47px;
	width: 230px;
	background-image: url(../images/price-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.pricebutton:hover,.scroller a.pricebutton:active {
	background-image: url(../images/price-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
a.tributton {
	float: left;
	text-indent: -9999px;
}
a.tributton {
	height: 46px;
	width: 230px;
	background-image: url(../images/tri-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.tributton:hover,.scroller a.tributton:active {
	background-image: url(../images/tri-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -46px;
}
a.contact-orangebutton {
	float: left;
	text-indent: -9999px;
}
a.contact-orangebutton {
	height: 47px;
	width: 230px;
	background-image: url(../images/contact-orange-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.contact-orangebutton:hover,.scroller a.contact-orangebutton:active {
	background-image: url(../images/contact-orange-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}
.orange-butt-placement {
	float: right;
	height: 50px;
	width: 180px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	margin: 0px;
}
a.white-trial.next {
	float: left;
	text-indent: -9999px;
}

a.white-trial.next {
	height: 42px;
	width: 230px;
	background-image: url(../images/white-trial.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.white-trial.next:hover, .scroller a.white-trial.next:active {
	background-image: url(../images/white-trial.jpg);
	background-repeat: no-repeat;
	background-position: 0 -47px;
}

ul#tour-path {
	background: #115EB0;
}

.home .scroller {
	background-color: #fff;
}


.home .scroller #section1 {
	background-image: url(../images/slider-1.jpg);
}
.home .scroller #section2 {
	background-image: url(../images/slider-2.jpg);
}
.home .scroller #section3 {
	background-image: url(../images/slider-3.jpg);
}
.home .scroller #section4 {
	background-image: url(../images/slider-4.jpg);
}
.home .scroller #section5 {
	background-image: url(../images/slider-5.jpg);
}
.home .scroller #section6 {
	background-image: url(../images/slider-6.jpg);
}
.home .scroller #section7 {
	background-image: url(../images/slider-7.jpg);
}
.home .scroller #section8 {
	background-image: url(../images/slider-8.jpg);
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #9FCAFD;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../cssimg/on-frontpageslider-new.jpg) no-repeat scroll 50% 0pt;	
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	width: 1024px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 36px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 27px;
}

.home .scroller {
	height: 380px;
	overflow: hidden;
	width: 1024px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 1024px;
}



.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	height: 300px;
	width: 380px;
	padding-top: 120px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	color: #000;
}

.home .scroller #section1 .caption {
	padding-top: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.caption h1 {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

.home .scroller #section1 .caption h1 {
	margin: 45px 0 24px;
}

.caption p {
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.caption ul {
	margin: 40px 0 0 0;
}

.caption ul li {
	list-style: none;
	margin: 18px 0;
}

#flashcontent {
	margin: 30px 0 0 0;
}

.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}


/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
#caption1 {
	float: left;
	height: 200px;
	width: 410px;
	padding-top: 155px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	color: #000;
	text-align: left;
}
#caption2 {
	float: left;
	height: 200px;
	width: 420px;
	padding-top: 120px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	color: #000;
	text-align: left;
}
#gb-top {
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 1024px;
	background-color: #143B69;
	clear: both;
	float: left;
}

ul#gb-top {
	height: 26px;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

ul#gb-top li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

ul#gb-top li a {
	color: #fff;
	float: left;
	font-size: 15px;
	line-height: 26px;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
#gb-top a:link, #top-menu a:active , #top-menu a:visited {
	text-decoration:none;
	font-weight: normal;
}
#gb-top a:hover {
	color: #9ECAFF;
	text-decoration:underline;
	font-weight: normal;
}
#faq-content {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 1024px;
}
#support-content {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 1024px;
	background-color: #FFF;
}
#support-top {
	clear: both;
	float: none;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#interface-content {
	clear: both;
	float: left;
	height: auto;
	width: 994px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-holder {
	padding: 0px;
	float: none;
	height: 91px;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oragne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #F58320;
}
