/*==============================================================

	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 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FFEDAD;
}

img {
	border: none;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #666;
}
a.start, a.start:link, a.start:visited {
	color: #F0DFAB;
	text-decoration: underline;
}

a.start:hover, a.start:active {
	text-decoration: underline;
	color: #FCFCFC;
}

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 {
	background: url(../cssimg/button-frontslidenext.png) no-repeat 0 0;
	height: 42px;
	width: 103px;
}

a.button.next:hover, .scroller a.button.next:active {
	background-image: url(../cssimg/button-frontslidenext.png);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
a.button.start {
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 10px;
}

a.button.start {
	height: 34px;
	width: 155px;
	background-image: url(../images/get-started-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button.start:hover, .scroller a.button.start:active {
	background-image: url(../images/get-started-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
}
a.button.quote {
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 10px;
}

a.button.quote {
	height: 35px;
	width: 155px;
	background-image: url(../images/quote-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button.quote:hover, .scroller a.button.quote:active {
	background-image: url(../images/quote-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -35px;
}
a.button.submit {
	float: left;
	text-indent: -9999px;
	position: relative;
	top: 10px;
}

a.button.submit {
	height: 35px;
	width: 155px;
	background-image: url(../images/submit-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.button.submit:hover, .scroller a.button.submit:active {
	background-image: url(../images/submit-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -35px;
}
a.project.next {
	float: left;
	text-indent: -99999px;
}

a.project.next {
	height: 37px;
	width: 129px;
	background-image: url(../images/detail-project-rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.project.next:hover, .scroller a.project.next:active {
	background-image: url(../images/detail-project-rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 -37px;
}
a.next-sm.next {
	float: right;
	text-indent: -99999px;
}

a.next-sm.next {
	height: 37px;
	width: 95px;
	background-image: url(../images/small-next-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.next-sm.next:hover, .scroller a.next-sm.next:active {
	background-image: url(../images/small-next-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -37px;
}
a.prev-sm.next {
	float: right;
	text-indent: -99999px;
}

a.prev-sm.next {
	height: 37px;
	width: 95px;
	background-image: url(../images/small-prev-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.prev-sm.next:hover, .scroller a.next-sm.next:active {
	background-image: url(../images/small-prev-button.jpg);
	background-repeat: no-repeat;
	background-position: 0 -37px;
}
a.thumb.next {
	float: left;
	text-indent: -99999px;
}

a.thumb.next {
	height: 37px;
	width: 129px;
	background-image: url(../images/detail-thumbnail-rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.thumb.next:hover, .scroller a.thumb.next:active {
	background-image: url(../images/detail-thumbnail-rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 -37px;
}
#learn-button {
	height: 50px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
}
a.learnbutton.now {
	float: right;
	text-indent: -99999px;
}

a.learnbutton.now {
	height: 34px;
	width: 156px;
	background-image: url(../images/learn-more-white.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.learnbutton.now:hover, .scroller a.button.now:active {
	background-image: url(../images/learn-more-white.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
}
#learn-button-blue {
	height: 50px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
}
a.learnbutton-blue.now {
	float: right;
	text-indent: -99999px;
}

a.learnbutton-blue.now {
	height: 34px;
	width: 156px;
	background-image: url(../images/learn-more-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.learnbutton-blue.now:hover, .scroller a.button.now:active {
	background-image: url(../images/learn-more-blue.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
}
ul#tour-path {
	background-image: url(../images/bottom-slider.jpg);
}

.home .scroller {
	background-color: #fff;
	background-image: url(../images/top-slider.jpg);
}


.home .scroller #section1 {
	background-image: url(../images/top-slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home .scroller #section2 {
	background-image: url(../cssimg/service-slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home .scroller #section3 {
	background-image: url(../cssimg/design-slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home .scroller #section4 {
	background-image: url(../cssimg/gb-slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home .scroller #section5 {
	background-image: url(../cssimg/getstarted-slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

#tour-path a:hover, #tour-path a:active {
	color: #F4E8B6;
	text-decoration:underline;
}
#tour-path a.on {
	cursor:default;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../cssimg/marker.png);
	background-repeat: no-repeat;
	background-position: 50% 0pt;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 45px;
	width: 1025px;
	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: 14px;
	line-height: 45px;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 77px;
	font-family: Arial, Helvetica, sans-serif;
}

.home .scroller {
	height: 389px;
	overflow: hidden;
	width: 1025px;
}

.home .scroller .section {
	height: 389px;
	float: left;
	overflow: hidden;
	width: 1025px;
}



.home .scroller .content {
	width: 10000px;
	overflow: hidden;
}

.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;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 380px;
	color: #FFF;
}

.home .scroller #section1 .caption {
	padding-top: 0px;
}

.caption h1 {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

.home .scroller #section1 .caption h1 {
	margin: 45px 0 24px;
}

.caption p {
	color: #FFF;
	line-height: 18px;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.slider-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 380px;
	padding-top: 190px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
}
.slider-text-services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 330px;
	padding-top: 160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
}
.slider-text-design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 420px;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
}
.slider-text-business {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 420px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
}
.slider-text-started {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 420px;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 530px;
}

.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
);
}

