/*==============================================================

	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 --------------------------------------*/
#headerTop {
	margin: auto;
	color: #fff;
	font-size: 11px;
	width: 780px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	background: #292526;
	-moz-border-radius-topleft: 6px;  /*Top Left Corner Rounded*/
	-moz-border-radius-topright: 6px;  /*Top Right Corner Rounded*/
	height: 40px;
}

body {
	margin-top: 0;
	margin-bottom: -100px;
	background-image:url(/images/bg.jpg);
	font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif;
	background-color: #cccccc;
	background-repeat: repeat-x;
}

p {
	text-align: justify;
}

.table_text p {
		margin-top: 5px;
}

img {
	border: none;
}

a, a:link, a:visited {
	color: #FF6600;
	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;
}


.home .scroller a.next {
	background: none;
}

ul#tour-path {
	background: url(/images/sliderbar_bg.jpg) no-repeat;
}

.home .scroller {
	background: #fff;
}

.scroller {
	background-image:url(/images/slider_coner.png) no-repeat;
}

#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #FF9900;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(/images/selector.png) no-repeat scroll 50% 0pt;	
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 32px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	width: 512px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 32px;
	margin: 0 25px;
}

.home .scroller {
	height: 160px;
	overflow: hidden;
	width: 800px;
}

.home .scroller .section {
	height: 160px;
	float: left;
	overflow: hidden;
	width: 800px;
}

.home .scroller a.next {
	background: none;
}

.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: right;
	font-size: 12px;
	height: 140px;
	padding: 24px 18px 18px 50px;
	width: 300px;
}

.blue_line {
	border-bottom: 1px solid Navy;
	b
}

.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: #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
);
}

#container {
	border: 0;
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header {
	margin: 0 auto;
}

#heading {
	margin: 0 auto;
	z-index:2;
}

#navigation {
	margin: 0 auto;
}

#wrapper {
	float: left;
	width: 100%;
}

#content {
	float: left;
	padding-left: 30px;
	width: 560px;
	text-align: left;
}

#main {
	position:relative;
	width:800px;
	z-index:3;
	top: -50px;
}

#main1 {
	position:relative;
	width:800px;
	z-index:3;
}

#line {
	background-color: #FFFFFF;
	height: 1px;
	width:auto;
}

#btm {
	clear: both;
}

#footer {
	clear: both;
	padding: 5px;
	color: White;
	font-size: 11px;
	background-color: #000000;
}

.table_text {
	padding-left: 10px;
	padding-top: 10px;
	color: #2F2F2F;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color: #990000;
	text-align:left;
	margin-top: 20px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color: #990000;
	text-align:left;
	margin-top: 10px;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.color_text {
	color: #FF6600;
	font-weight:bold;
}

#sidebar {
	float: right;
	margin-right: 30px;
	width: 160px;
	text-align: center;
}

.side_bar {
	background-image:url(/images/sidebox.jpg);
	color:#990000;
	font-size:11px;
	background-repeat: repeat-y;
	padding: 10px;
	width: 130px;
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#side_bar_content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#apDiv1 {
	position:relative;
	width:800px;
	z-index:2;
	top: -100px;
}

#apDiv2 {
	position:absolute;
	left:0px;
	width:800px;
	height:100px;
	z-index:1;
	background-color:#CCCCCC;
}

#apDiv3 {
	position:relative;
	width:800px;
	z-index:5;
	top: -50px;
}

.even {
	background-color: #FAE0D5;	
}

.odd {
	background-color: #FABDA2;
}

.even-heading {
	text-align: right;
	font-weight: bold;
	background-color: #FAE0D5;	
	padding-right: 4px;
}

.odd-heading {
	text-align: right;
	font-weight: bold;
	background-color: #FABDA2;	
	padding-right: 4px;
}
