@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#F4F4F4 solid 1px;
	width:1004px;
	height:300px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	color:#FFF;
	text-align:center;
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:710px;
	z-index:3px;
	overflow:hidden;
}


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

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:710px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:710px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:710px;
}
/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}
.lof-navigator li h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(../images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background:url(../images/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}
/*.......Topbanner Bot Section.......*/
#topbnr-bot{
	height: 80px;
	width: 1004px;
	background-image: url(../images/tbnr-botbg.html);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
#topbnr-bot .box1{
	height: 80px;
	width: 325px;
	float: left;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#topbnr-bot .box1:hover{
	float: left;
	background-image: url(../images/tbnr-botover.html);
	background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#topbnr-bot .box2{
	height: 80px;
	width: 1px;
	float: left;
	background-image: url(../images/tbnr-sept.html);
	background-repeat: no-repeat;

}
#topbnr-bot .cimgbox1{
	background-image: url(../images/free-quote-pic.html);
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 47px;
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
#topbnr-bot .cimgbox2{
	background-image: url(../images/call-us-pic.html);
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 53px;
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
#topbnr-bot .cimgbox3{
	background-image: url(../images/hire-resources-pic.html);
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 47px;
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

#banner {
width: 1024px;
margin: auto;
}

/*....................Slidedeshow.............*/

#slideshow {
	position:relative;
	height:123px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:36px;
	width:160px;
	height:123px;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
/*** ESSENTIAL STYLES ***/
#topmenu {
	padding:0;
	margin:0;
	list-style:none;
	height:39px;
	position:relative;
	width:1004px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #eee;
	background-image: url(../images/backgrounds.html);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border:solid 1px #CCCCCC;
	z-index:999999;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			245px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li {
	float:			left;
	position:		relative;
	list-style:none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	color:#fff !important;
	background-color: #009bcd;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			245px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a.top_link {
	display:block;
	float:left;
	height:39px;
	line-height:39px;
	color:#575C5F;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding-top: 0;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 18px;
}
.sf-menu a.top_link:hover {
	color:#fff;
}
.sf-menu li {
	background:		#eeeeee;
}
.sf-menu li li {
	display:block;
	position:relative;
	float:left;
	width:245px;
	font-weight:normal;
	background:#009BCD;
	line-height:26px;
	height:26px;
}
* html .sf-menu li ul {
	border-left:1px dotted #6ab8de !important;
	border-right:1px dotted #6ab8de !important;
	border-bottom:1px dotted #6ab8de !important;
	border-top:1px dotted #6ab8de !important;
}
.sf-menu li li a.fly {
	background: url(../images/arrow_over.html) 95% 11px no-repeat;
}
.sf-menu li li a.fly:hover {
	color:#575C5F !important;
	background-color: #fff;
}
.sf-menu li li a {
	display:block;
	position:relative;
	font-weight:normal;
	background:#009BCD;
	font-size:12px;
	border:dotted 1px #6ab8de;
	color:#fff;
	line-height:26px;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.sf-menu li li a:hover {
	font-size:12px;
	color:#575C5F !important;
	background-color: #fff;
	text-decoration:none;
}
.sf-menu li li li {
	background:		#009bcd;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu li a:hover, .sf-menu li a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#009bcd;
	color:#FFFFFF;
	outline:0;
}
/*----------Services Section-------------*/
#ServicesBox {
	width: 100%;
	margin-bottom:10px;
	margin-top:10px;
}
#ServicesBox .sbtop {
	font-size:12px;
	color:#006699;
	margin-bottom:10px;
	line-height:18px;
	background-color: #f5fbfe;
	border: 1px solid #b9e4fa;
	background-image: url(../images/blue-bullet.html);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#ServicesBox .sbtop a {
	font-size:12px;
	color:#006699;
	text-decoration:none;
}
#ServicesBox .sbtop a:hover {
	font-size:12px;
	color:#006699;
	text-decoration:underline;
}
/*.........Clients Section Start....*/
#WebHosting {
	width: 710px;
	font-size:12px;
}
.Whbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom:15px;
}
#WebHosting ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#WebHosting li {
	padding-left: 20px;
	background-image: url(../images/arrow-cir-right-blue.html);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 18px;
	font-size: 12px;
	color: #135da3;
}
.bgclr1 {
	background-color: #e7f6fe;
}
.bgclr2 {
	background-color: #ffffff;
}
.bgclr3 {
	background-color: #fafafa;
}
.bgclr4 {
	background-color: #b6dde8;
}
.bgclr5 {
	background-color: #eeeeee;
	border:dashed 1px #CCCCCC;
}
.bgclr6 {
	background-color: #dddddd;
}
.bgclr7 {
	background-color: #f5fafc;
}
.whhline {
	clear:both;
	height:1px;
	background-color: #cccccc;
}
.whbox1 {
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.whbox2 {
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.whbox3 {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 100px;
}
/*.........Clients Section End....*/

.opensourcebox {
	width:100%;
	margin-bottom:10px;
}
.opensource_mdlbg {
	background:#FFFFFF;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
}
.opensource_btmbg {
	background:url(../images/opensource_btmbg.html) repeat-x bottom #FFFFFe;
	margin-top:0px;
	padding-left:13px;
	padding-right:15px;
	padding-bottom:10px;
}
/*------*/
/*#################### Service Page Tabber Portion CSS ####################*/
.opensource_topbg {
	background:url(../images/opensource-tabbg.html) repeat-x 0 0px;
	/*background-color:#fefefe;*/
	height:38px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
.opensource-sept {
	background:url(../images/opensource-tabbg.html) no-repeat 0 -106px;
	height:53px;
}
.shadetabs {
	padding: 0px;
	margin:0px;
	font-family: bold 11px Verdana;
	list-style-type: none;
	text-align: left;
}
ul.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#949494;
	padding-left:13px;
	padding-right:13px;
	padding-top:12px;
	height:24px;
	float:left;
	cursor:pointer;
	width:auto;
}
.shadetabs li a:visited {
	cursor:pointer;
}
.shadetabs li a:hover {
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#656565;
	padding-left:13px;
	padding-right:13px;
	padding-top:12px;
	height:41px;
	background:url(../images/opensource-tabbg.html) repeat-x 0 -53px;
	cursor:pointer;
}
.shadetabs li a.selected { /*selected main tab style */
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#656565;
	padding-left:13px;
	padding-right:13px;
	padding-top:12px;
	/*height:41px;*/
 	background:url(../images/opensource-tabbg.html) repeat-x 0 -53px;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	cursor:pointer;
}
/*------contact us-----------*/
#contact-box {
	float: left;
	height: auto;
	width: 300px;
}
#contact-box a {
	color: #FF0000;
}
#contact-box .contact-left {
	float: left;
	height: auto;
	width: 100px;
}
#contact-box .contact-right {
	float: left;
	height: auto;
	width: 170px;
	padding-left:10px;
	padding-right:20px;
}
/*-----------------ContentBox------------------*/
#ContentBox h2 {
	height: auto;
	background-color: #fafafa;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border:dashed 1px #CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
}
#ContentBox h2 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	text-decoration:none;
}
#ContentBox h2 a:hover {
	color:#006699;
	text-decoration:underline;
}
#ContentBox h3 {
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom:dashed 1px #CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
}
#ContentBox h3 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	text-decoration:none;
}
#ContentBox h3 a:hover {
	color:#006699;
	text-decoration:underline;
}
#ContentBox ul {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 0px;
}
#ContentBox li {
	list-style-type: none;
	background:url(../images/blue-bull.html) no-repeat left 7px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'LucidaSansUnicodeRegular', sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}
#ContentBox li a {
	color:#000000;
}
#ContentBox li a:hover {
	color:#1585CC;
}
#ContentBox li ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#ContentBox li ul li {
	list-style-type:none;
	padding-left:15px;
	background:url(../images/arrow.html) 0 6px no-repeat;
}
.cblink {
	margin-bottom: 10px;
}
.cblink a {
	font-family:Arial, Helvetica, sans-serif;
	color:#5F5F5F;
	text-decoration:none;
}
.cblink a:hover {
	color:#5F5F5F;
	text-decoration:underline;
}