/* CSS Document */
body {
	
	font:12px Arial, Helvetica, sans-serif;  
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	background:url(../images/fbd_bg.jpg) repeat;
}
html > body {
	font-size:9.5pt;
}
html {
	min-height: 100%;
	height:auto;	
}
#top {		/*-- Nomensa Method to hide the content --*/
	position:absolute;
	left:-999em;
	width:990em;
}
form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dl {
	margin:0;
	padding:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
	vertical-align:top;
}
input , select {
	vertical-align:middle;
	}
.clsFloatLeft {
	float:left;
}
.clsFloatRight {
	float:right;
}
/* end of common */
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
/* end of  clearfix */
/* container */
.container {
	background:url(../images/con_bg.jpg) repeat-x;
}
/* Wrapper */
.wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/*HEADER*/
#header {
	height:48px;
}
#selLeftHeader {
	width:300px;
	}
#selRightHeader {
	width:300px;	
	}	
#selLogo h1 {
	font:12px Arial, Helvetica, sans-serif;
	padding:25px 0 0 0;
	}	
#selLogo h1 a {	
	display:block;
	overflow:hidden;
	}
#selTopLinks {
	text-align:right;
	padding:25px 60px 10px 0;
	}
#selTopLinks li {
	display:inline;
	background:url(../images/top_sep.jpg) no-repeat right;
}
#selTopLinks a{	
	color:#000;
	padding:0 10px;
}
#selTopLinks a:hover{		
	color:#ff0000;
	}
#selTopLinks  .clsNoBorder{
	background:none;
}
/*END OF HEADER*/
.clear{
clear:both;
}
/*CONTENT*/
#content{
	background-color:#000;
	padding-bottom:20px;
}
/*SEL SUBHEADER*/
#selSubheader{
	height:65px;
}
#selSubheader li{
	background:url(../images/subh_sep.jpg) no-repeat right;
	float:left;
}
#selSubheader li a{
	color:#fff;
	font:20px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 48px;
	line-height:65px;
}
#selSubheader li a:hover,#selSubheader .clsActive a{
	background:url(../images/li_hover.jpg) no-repeat bottom ;
	width:71px;
	padding-bottom:5px;
	color:#0F88A5;
}
#selSubheader  .clsNoBorder{
	background:none;
}
/*END OF SELSUBHEADER*/
#selBanner{
	background:url(../images/banner.jpg) no-repeat;
	background-position:left;
	margin:0 10px;
	height:313px;
}
.clsReadmore{
	float:right;
	margin:230px 160px 0 0;
	background:url(../images/read_btn.gif) no-repeat;
	width:173px;
	height:50px;
}
.clsReadmore a{
	color:#000;
	font:bold 20px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	line-height:50px;
	padding-left:35px;
}
#selBusiness{
	margin:20px 10px;
}
.clscommoncontent {
	background:url(../images/black_bg.jpg) no-repeat;
	height:117px;
	width:302px;
	margin:0 12px;
}
.clscommoncontent img{
	float:left;
	padding:12px;
}
.clscommoncontent h3{
	color:#37A8FB;
	font:bold 22px Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.clscommoncontent p{
	color:#fff;
	font:bold 22px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
}
.clsLearn{
	text-align:right;
	}
.clsLearn a{
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-style:italic;
	margin-right:10px;
}
.clsLearn a:hover{
	text-decoration:underline;
}
.clsCenter{
	background-color:#000000;
	padding:0 30px 30px;
}
/*SIDEBAR*/
.sidebar{
	width:280px;
}
#selProfile h3{
	font:28px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
#selProfile p,#main p,.clsoverview p,.clsCompany p, #selPolicy p{
	color:#677788;
	text-align:justify;
	padding:10px 0;
	font:11px "Tahoma";
	line-height:15px;
}
#selProfile span,#main span,.clsoverview span,#selPolicy span{
	color:#33B3FF;
	text-align:justify;
	padding:10px 0;
	font:bold 11px "Tahoma";
}
#selProfile .clsLearn{
	text-align:right;
}
/*END OF SIDEBAR*/
/*MAIN*/
#main{
	width:630px;
}
#main h2,.clsoverview h2,.clsCompany  h2{
	font:28px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
#selService{
	margin:20px 0;
}
#selService li{
	float:left;
	width:190px;
}
#selService ul{
	margin:10px 10px;
}
#selService li li{
	background:url(../images/list_icon.jpg) no-repeat left 6px;
	padding-left:20px;
}
#selService li li a{
	color:#6CA3FD;
	font:12px "Tahoma";
	line-height:23px;
}
#selService li a:hover{
	text-decoration:underline;
	color:#0066CC;
}
/*END OF MAIN*/
/*FOOTER*/
#footer{
	clear:both;
	background-color:#000;
	border-top:1px solid #00C5FF;
	padding:15px 0 30px;
}
#footer p{
	color:#677788;
	text-align:center;
	font:11px "Tahoma";
	padding:5px 0;
}
#footer a{
	color:#0099ff;
	text-decoration:underline;
	padding:0 4px;
}
#footer a:hover{
	text-decoration:none;
}
/*END OF FOOTER*/
.blue {
	color:#CCCCCC;
	font-size:1em;
	text-decoration:none;
	font-weight:lighter;
	 }
.blue a:hover{
	text-decoration:underline overline;
	color: #0099CC;
	font-style: italic;
}
.blue a { text-decoration:none;
			font-style:italic;
			color: #0099FF;
			font-size:1em;
			font-weight:lighter;
			}
.blue2 {
	color:#007EFD;
	font-size:1em;
	text-decoration:none;
	font-weight:lighter;
	 }
.blue2 a:hover{
	text-decoration:underline overline;
	color: #0099CC;
	font-style: italic;
}
.blue2 a { text-decoration:none;
			font-style:italic;
			color: #0099FF;
			font-size:1em;
			font-weight:lighter;
			}
#colt-sus {
 position:fixed;
 top:50px;
 right:10px;
 width:60px;
 height:60px;
 z-index:999;
}

/* Tag cloud */

	#tags ul{
		margin:1em 0;
		padding:.5em 10px;
		text-align:center;
		background:black url(images/bg_tags.gif) repeat-x;		
		}
	#tags li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	#tags li a{
		text-decoration:none;
		color:#fff;
		padding:0 2px;	
		}
	#tags li a:hover{	
		color:#0099ff;
		}		
	
	.tag1{font-size:100%;}
	.tag2{font-size:120%;}
	.tag3{font-size:140%;}
	.tag4{font-size:160%;}
	.tag5{font-size:180%;}
	
	/* alternative layout */

	#tags .alt{
		text-align:left;
		padding:0;
		background:none;
		}
	#tags .alt li{
		padding:2px 10px;
		background:#efefef;
		display:block;
		}
	#tags .alt .tag1, 
	#tags .alt .tag2, 
	#tags .alt .tag3, 
	#tags .alt .tag4, 
	#tags .alt .tag5{font-size:100%;}
	#tags .alt .tag1{background:#7cc0f4;}
	#tags .alt .tag2{background:#67abe0;}
	#tags .alt .tag3{background:#4d92c7;}
	#tags .alt .tag4{background:#3277ad;}
	#tags .alt .tag5{background:#266ca2;}
	
	.btn{display:block;}
	
/* // Tag cloud */
.tabel {
	border:solid thin #0099ff;
	}