/*

	These rules apply only to the 'faq' page
	Most of the other rules inherited by 'faq' page are defined in inner-pages.css

******************************************************************************************* */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a {
	text-decoration: underline;
	outline: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}

p {

	color:#fff;

}


/* Content div
-------------------------------------------------------------------------------------------- */
	div#content {
		width:445px;
		float:left;
		padding:0px;
	}
	
	
	
	
	.content2 {
		float:left;
		width:445px;
		height:155px;
		padding:0 0 10px 0;
		 margin:0px;
		overflow:hidden;
	}

/* Main column div
-------------------------------------------------------------------------------------------- */
	div#content div#main-column {
		float:left;
		width:445px;
		height:155px;
		overflow:auto;
	}

/* Costum scroll bar
-------------------------------------------------------------------------------------------- */
	.scroll-pane {
		width:100%;
		height:100%;
		padding:0; margin:0px;
		overflow:hidden;
		
	}
	
	div#content div#main-column p{
		padding:0 8px 10px 0;
	}


	.jScrollPaneContainer {
		position:relative;
		overflow:hidden;
		z-index:1;
	}

	.jScrollPaneTrack {
		position:absolute;
		cursor:pointer;
		right:0;
		top:0;
		height:100%;
		background:url(../images/sliderimg1.jpg) no-repeat top;
		/*background:#aaa;*/
	}

	.jScrollPaneDrag {
		position:absolute;
		cursor:pointer;
		overflow:hidden;
		background:url(../images/topslide.jpg) no-repeat center;
		/*background:#595959;*/
		height:24px;
	}


	.jScrollPaneDragTop {
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}

	.jScrollPaneDragBottom {
		position:absolute;
		bottom:0;
		left:0;
		overflow:hidden;
	}



