/*==============================================================

	Lightwave Web Business Platform : slider.css
	
	Description : Slider CSS for Lightwave Web Busines Platform
		
	Author : Arthur Lucero

	Version : 2009.12.27

==============================================================*/

/* body {
	 background: #eee;
	 font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
} */

img {
	border: none;
}

/* a, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
} */

.info-text{
	font-size:16px;
}

a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(/images/slider/button-frontslidenext.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(/images/slider/button-frontslidenext.png) no-repeat 0 -34px;
}

ul#tour-path {
	background: #D08504;
}

.home .scroller {
	background: #fff5b3;
}


.home .scroller #section1 {
	background: url(/images/slider/hero.png) no-repeat 93% 40px;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #990000;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(/images/slider/on-frontpageslider-new.jpg) no-repeat scroll 50% 0pt;	
	cursor:default;
}

/* Full Features Styles */
div.feature-list img.f-image {
	float:left;
	margin:-38px 0 0;
}

div.feature-list ul {
	margin:0pt 0pt 36px 100px;
	padding:0pt;
}

div.feature-list li {
	padding:3px 0pt;
}

div.feature-list h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0pt 0pt 18px 84px;
}

p.intro {
	font-size: 14px;
	margin: 0 0 36px;
}



/* !!! Don't touch ---------*/

ul#tour-path {
	height: 50px;
	margin: 0 0 16px;
	padding: 0 0 0 10px;
	width: 820px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #660000;
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin: 0 14px;
}

.home .scroller {
	height: 380px;
	overflow: hidden;
	width: 840px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 840px;
}



.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 15px 20px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 310px;
}

.home .scroller #section1 .caption {
	padding-top: 0px;
}

.caption h1 {
	color: #660000;
	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: #660000;
	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
);
}



