/*http://www.softwareonthecloud.com/administrator/index.php?option=com_templates&client=0&task=edit_css&id=systhink&filename=template.css#
#------------------------------------------------------------------------
  CA BASE for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/




/* COMMON STYLE
--------------------------------------------------------- */
/*body {
	background: #fff;
	color: #494949;
	font-family: 'PTSansRegular',Arial;
	line-height: 1.5;
	font-size:13px;
}*/
body {
	margin: 0px;
	padding: 0px;
	font-family:'PTSansRegular';
	background: url(../images/bg.jpg) repeat-x left top;
	font-size:13px;
	font-weight:normal;
	color:#333;
}
body#bd { /*background: url(../images/background.jpg) center top repeat-x #efefef; color: #333; */
}
/*
body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }
*/
/* Normal links ---*/
a {
	border:0px;
	text-decoration: none;
	color:#098ecf;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #0099FF;
}
/* Readon links ---*/
a.readon {
	background: url(../images/button.png) repeat-x top #30abe8;
	border: 1px solid #40b1ea;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3296c8;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color: #fff;
	border: 1px solid #000;
}




/* Content spacing ---*/
/*.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 5px 0; padding: 0; }*/

/* Headings & Titles ---*/
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
	text-transform: UPPERCASE;
}
h5 {
	font-size: 100%;
}
/*.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}*/

/*h1.componentheading, .componentheading { margin: 0; padding: 0 0 7px; }

.componentheading {
	font-size: 180%;
}
*/
h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 7px;
}
.contentheading {
	font-size: 200%;
}
.blog .contentheading {
	font-size: 125%;
}
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none;
}
.category {
	font-size: 110%;
	font-weight: bold;
}
/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc, p.site-slogan, a.readon, .ja-navhelper, #ja-footer {
	font-size: 92%;
}
small, .small {
	color: #999;
}
.smalldark {
	text-align: left;
}
/* List ---*/
.column ul li {
	/*background: url(../images/bullet.gif) no-repeat 20px 7px;*/
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
}
.column ol li {
	line-height: 180%;
	margin-left: 30px;
}
/* Others ---*/
th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
td {
	font-size: 100%;
	padding: 5px;
}
fieldset {
	border: none;
	padding: 10px 5px;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}
/* FORM
--------------------------------------------------------- */
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
}
.inputbox {
	background: #fff;
	border: 1px solid #ccc;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
.button {
	background: url(../images/button.png) repeat-x top #30abe8;
	border: 1px solid #40b1ea;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3296c8;
	font-size: 92%;
}
.button:hover, .button:focus {
	border: 1px solid #000;
	color: #fff;
}
.radio {
	margin: 0 5px;
}
/* Login ---*/
.login_form fieldset {
	padding: 15px 0 0;
}
.login_form fieldset p {
	margin: 0 0 5px;
}
.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.login_form .inputbox {
	margin-left: 10px;
	width: 150px;
}
.login_form .remember .inputbox {
	width: 20px;
}
.login_form .button {
	margin-left: 140px;
}
/* Register ---*/
.form-register fieldset {
	padding: 0 0 10px;
}
.form-register p {
	margin: 0 0 5px;
}
.form-register p.form-des {
	margin: 15px 0;
}
.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.form-register .inputbox {
	margin-left: 10px;
	width: 200px;
}
.form-register .button {
	margin-left: 140px;
}
/* User ---*/
.user-details {
	padding: 10px 0;
}
.user-details p {
	margin: 0 0 5px;
}
.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}
.user-details .inputbox {
	margin-left: 10px;
	width: 200px;
}
.user-details .button {
	margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}
.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}
.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}
/* Search ---*/
form#searchForm {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.searchintro {
	border-bottom: 1px solid #ccc;
}
.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}
.results p {
	margin: 0 0 10px;
}
/* Contact ---*/
#component-contact address {
	font-style: normal;
}
#component-contact #emailForm {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.contact_email {
	margin: 0 0 10px;
}
.contact_email label {
	font-weight: bold;
	display: block;
}
.contact_email_checkbox {
	margin: 15px 0;
}

.online-img-spacer{float:right;}


/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.article_separator, .leading_separator, .row_separator, .column_separator {
	display: none;
}
.leading {
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
	padding-top: 10px;
}
.article_row {
	padding-bottom: 10px;
	padding-top: 10px;
}
.article_column {
}
.column_separator {
	padding: 0 25px;
}
/* Meta ---*/
.article-tools {
	   border-bottom: 1px solid #E0E0E0;
    clear: both;
    color: #7F7F7F;
    display: block;
    float: left;
    line-height: normal;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.article-meta {
	 float: left;
    padding: 0;
    width: 70%;
}
.article-section, .article-category {
	color: #999;
}
.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}
.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}
.modifydate {
	color: #999;
	display: block;
	margin: 10px 0;
}
.contentdescription {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
}
.contentdescription p {
	margin: 0;
}
.buttonheading {
	 float: right;
    position: relative;
    width: 25%;
}
.buttonheading img {
	border: 0;
	float: right;
	margin: 0 5px 0 0;
}
/*Inline images ---*/
img.caption {
	margin-top: 5px;
}
.img_caption {
	color: #999;
	margin-bottom: 10px;
}
#ja-current-content .img_caption img {
	margin: 5px 0 0;
}
.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}
/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}
.sectiontableheader a, .sectiontableheader a:hover, .sectiontableheader a:focus, .sectiontableheader a:active {
	color: #fff;
}
.sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}
.sectiontableentry:hover, .sectiontableentry0:hover, .sectiontableentry1:hover, .sectiontableentry2:hover { /* background-color: #fffff0; */
	background:none;
}
.sectiontableentry2 {
	background-color: #f6f6f6;
}
table.contentpane, table.tablelist {
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}
table.contenttoc a {
	color: #333;
}
table.contenttoc td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	text-transform: uppercase;
}
/* Poll */
div.poll {
	padding: 15px 0;
}
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.poll dt, dl.poll dd {
	float: left;
}
dl.poll dt {
	clear: left;
	width: 100px;
}
dl.poll dd {
	clear: right;
}
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}
table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
	background: #fff;
	font-weight: normal;
}
/* Search */
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px !important;
}
/* Misc. */
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
/* Pagination ---*/
ul.pagination {
	margin: 10px 0;
}
ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.pagination li span {
	padding: 4px 8px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	color: #381704;
}
ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #2482B0;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.sortby {
	font-size: 92%;
	margin: 10px 0 5px;
}
.sortby .filter, .sortby .display {
	float: left;
	width: 40%;
}
.sortby .display {
	float: right;
	text-align: right;
}
.pagenavbar {
	font-weight: bold;
}
.pagenavcounter {
	margin: 15px 0 !important;
	text-align: center;
}
.counter {
	line-height: 1;
	margin: 15px 0 !important;
	text-align: center;
}
.counter span {
	background: url(../images/counter.png) right bottom no-repeat;
	border: 1px solid #4aa2cf;
	border-right: 0px;
	border-bottom: 0px;
	color: #fff;
	padding: 4px 25px 4px 5px;
	font-size: 90%;
}
.blog_more {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px;
}
.blog_more h2 {
	font-size: 115% !important;
	margin: 0 0 5px;
	text-transform: uppercase;
	color:#646464;
}
.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}
div.back_button a, div.back_button a:hover, div.back_button a:active {
	display: block;
	margin: 10px 0;
}
/* Messages ---*/
#system-message {
	margin: 0 0px 10px;
}
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
	margin: 0;
	padding: 0;
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	background: none;
	color: #fff;
	margin: 0;
	padding: 5px;
}
/* System Standard Messages */
#system-message dd.message ul {
	background: #669966;
	border: 0;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #bf0000;
	border: 0;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #333;
	border: 0;
}
/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}
.tool-title {
	background: url(../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
.hasTip img {
	border: none;
	margin: 0 5px 0 0;
}
.contentpaneopen_edit img {
	vertical-align: middle;
}
/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	/*background: url(../images/dot2.gif) repeat-x bottom;*/
	color: #333;
	font-size: 115%;
	margin: 0 0 0px;
	padding: 1px 0 8px;
	overflow: hidden;
}
div.moduletable_menu h3 {
	margin-bottom: 0;
}
div.ja-moduletable, div.moduletable {
	/*border-bottom: 1px solid #ccc;*/
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 0px;
	position: relative;
}
.online div.ja-moduletable, .online div.moduletable {
	/*border-bottom: 1px solid #ccc;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
#ja-left div.ja-moduletable, #ja-left div.moduletable, #ja-right div.ja-moduletable, #ja-right div.moduletable {
	background:none;
	/*border: 1px solid #d9d9d9;*/
	margin: 0px 13px 10px 0px;
}
#ja-left div.ja-moduletable h3, #ja-left div.moduletable h3, #ja-right div.ja-moduletable h3, #ja-right div.moduletable h3 {
	/*	background: url(../images/blueModuleHeader.png) left top repeat-x #2daae8;*/
	text-transform: none;
	color: #fff;
	padding: 10px 10px;
	/*text-shadow: 0px 1px 0px #9d9d9d;*/
	/*border: 1px solid #2daae8;*/
	margin-left: -1px;
	margin-top: -1px;
	margin-right: -1px;
}
#ja-left div.moduletable_menu, #ja-right div.moduletable_menu {
	padding-bottom: 0px;
}
#ja-left div.ja-moduletable .ja-box-ct, #ja-left div.moduletable .ja-box-ct, #ja-right div.ja-moduletable .ja-box-ct, #ja-right div.moduletable .ja-box-ct {
	/*background: url(../images/boxGradient.png) left top repeat-x #fefefe;*/
	padding: 5px;/*border: 2px solid #fff;*/
}
#ja-left div.ja-moduletable .ja-box-ct .menu, #ja-left div.moduletable .ja-box-ct .menu, #ja-right div.ja-moduletable .ja-box-ct .menu, #ja-right div.moduletable .ja-box-ct .menu {
	margin: 1px;
}
#ja-right div.ja-moduletable .moduletable_blue {
/*border:1px solid #d9d9d9 ;	*/
}
#ja-right .moduletable_noborder {
	border:none;
	background:none;
	margin-bottom:0px;
}
#ja-left div.ja-moduletable_noborder .ja-box-ct, #ja-left div.moduletable_noborder .ja-box-ct, #ja-right div.ja-moduletable_noborder .ja-box-ct, #ja-right div.moduletable_noborder .ja-box-ct {
	background: none;
	border: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#ja-left div.moduletable_noborder, #ja-right div.moduletable_noborder {
	border: 0px;
	background: none;
}
#ja-left div.ja-moduletable_blank .ja-box-ct, #ja-left div.moduletable_blank .ja-box-ct, #ja-right div.ja-moduletable_blank .ja-box-ct, #ja-right div.moduletable_blank .ja-box-ct {
	background: none;
	border: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#ja-left div.moduletable_blank, #ja-right div.moduletable_blank {
	border: 0px;
	background: none;
}
/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 45px;
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
}
.badge-hot .badge {
	background-position: 0 0;
}
.badge-new .badge {
	background-position: 0 -46px;
}
.badge-pick .badge {
	background-position: 0 -92px;
}
.badge-top .badge {
	background-position: 0 -138px;
}
/* Search Module ---*/

#searchWrapper {
	float:right;
	margin-bottom:14px;
	width:405px;
}
.accordsuffix {
	float:right;
}
#ja-search {
	padding-left: 25px;
	background: url(../images/icon-search.png) no-repeat center left;
}
#ja-search label {
	display: none;
}
#ja-search .inputbox {
	width: 200px;
	border: 1px solid #c4c4c4;
	padding: 3px 5px;
	color: #000;
	background: url(../images/searchField.png) left top repeat-x #fff;
	font-size: 100%;
}
#ja-search .inputbox:hover, #ja-search .inputbox:focus {
}
#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	text-shadow: 0px 1px 0px #2395e2;
	margin-left: 5px;
	text-transform: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Login Module ---*/
#form-login-username .inputbox, #form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}
#form-login-username .inputbox, #form-login-password .inputbox {
	width: 90%;
}
#form-login ul {
	margin: 0 !important;
	padding: 0;
}
#form-login p {
	margin: 0 0 5px;
}
#form-login .button {
	margin: 10px 0;
}
/* Poll Module ---*/
h4.poll-title {
	margin: 0;
	padding: 0;
}
a.poll-result {
	font-size: 92%;
	text-transform: uppercase;
	text-decoration:none;
}
form.poll .button {
	margin-right: 5px;
}
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
div.bannergroup_text div.banneritem_text a {
	font-weight: bold;
}
div.bannergroup_text div.bannerheader, div.bannergroup_text div.bannerfooter_text a {
	color: #999;
	font-size: 92%;
}
div.bannergroup_text div.bannerfooter_text {
	padding: 5px 0 0;
	text-align: right;
}
div.bannergroup {
	margin-bottom: 10px;
}
/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #ccc;
	color: #7ba566;
	font-size: 115%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	text-transform: uppercase;
}
div.ja-module, div.module {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}
.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}
.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}
.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 15px 10px;
}
/* text */
div.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}
div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}
div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}
div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}
div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}
div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}
/* Blank */
div.module_noborder, div.module_noborder .ja-box-bl, div.module_noborder .ja-box-tr, div.module_noborder .ja-box-tl {
	background: none;
	padding: 0;
}
/* Green Module */
#ja-topsl .moduletable_green h3, #ja-botsl .moduletable_green h3, #ja-left div.moduletable_green h3, #ja-right div.moduletable_green h3, .moduletable_green h3 {
	background: url(../images/greenModuleHeader.jpg) left top repeat-x #7b9d4c !important;
	border: 1px solid #b4d685 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #759050 !important;
}
.green #ja-topsl .moduletable h3, .green #ja-botsl .moduletable h3, .green #ja-left div.ja-moduletable h3, .green #ja-left div.moduletable h3, .green #ja-right div.ja-moduletable h3, .green #ja-right div.moduletable h3 {
	background: url(../images/greenModuleHeader.jpg) left top repeat-x #7b9d4c;
	border: 1px solid #b4d685;
	color: #fff;
	text-shadow: 0px 1px 0px #759050;
}
#ja-topsl .moduletable_green a, #ja-botsl .moduletable_green a, .ja-moduletable_green a, #ja-left div.moduletable_green a, #ja-right div.moduletable_green a {
	color: #456a11;
}
#ja-topsl .moduletable_green a:hover, #ja-botsl .moduletable_green a:hover, .moduletable_green a:hover, #ja-left div.ja-moduletable_green a:hover, #ja-right div.ja-moduletable_green a:hover {
	color: #395d07;
}
/* Brown Module */
#ja-topsl .moduletable_brown h3, #ja-botsl .moduletable_brown h3, #ja-left div.moduletable_brown h3, #ja-right div.moduletable_brown h3, .moduletable_brown h3 {
	background: url(../images/brownModuleHeader.jpg) left top repeat-x #908a71 !important;
	border: 1px solid #c3bb9a !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #7e7863 !important;
}
.brown #ja-topsl .moduletable h3, .brown #ja-botsl .moduletable h3, .brown #ja-left div.ja-moduletable h3, .brown #ja-left div.moduletable h3, .brown #ja-right div.ja-moduletable h3, .brown #ja-right div.moduletable h3 {
	background: url(../images/brownModuleHeader.jpg) left top repeat-x #908a71;
	border: 1px solid #c3bb9a;
	color: #fff;
	text-shadow: 0px 1px 0px #7e7863;
}
#ja-topsl .moduletable_brown a, #ja-botsl .moduletable_brown a, .moduletable_brown a, #ja-left div.ja-moduletable_brown a, #ja-right div.ja-moduletable_brown a {
	color: #7e7142;
}
#ja-topsl .moduletable_brown a:hover, #ja-botsl .moduletable_brown a:hover, .moduletable_brown a:hover, #ja-left div.ja-moduletable_brown a:hover, #ja-right div.ja-moduletable_brown a:hover {
	color: #6b4d32;
}
/* Orange Module */
#ja-topsl .moduletable_orange h3, #ja-botsl .moduletable_green h3, #ja-left div.moduletable_orange h3, #ja-right div.moduletable_orange h3, .moduletable_orange h3 {
	background: url(../images/orangeModuleHeader.jpg) left top repeat-x #f5a73d !important;
	border: 1px solid #f4a63d !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #ce9036 !important;
}
.orange #ja-topsl .moduletable h3, .orange #ja-botsl .moduletable h3, .orange #ja-left div.ja-moduletable h3, .orange #ja-left div.moduletable h3, .orange #ja-right div.ja-moduletable h3, .orange #ja-right div.moduletable h3 {
	background: url(../images/orangeModuleHeader.jpg) left top repeat-x #f5a73d;
	border: 1px solid #f4a63d;
	color: #fff;
	text-shadow: 0px 1px 0px #ce9036;
}
#ja-topsl .moduletable_orange a, #ja-botsl .moduletable_orange a, .moduletable_orange a, #ja-left div.ja-moduletable_orange a, #ja-right div.ja-moduletable_orange a {
	color: #cf8123;
}
#ja-topsl .moduletable_orange a:hover, #ja-botsl .moduletable_orange a:hover, .moduletable_orange a:hover, #ja-left div.ja-moduletable_orange a:hover, #ja-right div.ja-moduletable_orange a:hover {
	color: #ac6816;
}
/* Purple Module */
#ja-topsl .moduletable_purple h3, #ja-botsl .moduletable_purple h3, #ja-left div.moduletable_purple h3, #ja-right div.moduletable_purple h3, .moduletable_purple h3 {
	background: url(../images/purpleModuleHeader.jpg) left top repeat-x #62224e !important;
	border: 1px solid #863b71 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #551643 !important;
}
.purple #ja-topsl .moduletable h3, .purple #ja-botsl .moduletable h3, .purple #ja-left div.ja-moduletable h3, .purple #ja-left div.moduletable h3, .purple #ja-right div.ja-moduletable h3, .purple #ja-right div.moduletable h3 {
	background: url(../images/purpleModuleHeader.jpg) left top repeat-x #62224e;
	border: 1px solid #863b71;
	color: #fff;
	text-shadow: 0px 1px 0px #551643;
}
#ja-topsl .moduletable_purple a, #ja-botsl .moduletable_purple a, .moduletable_purple a, #ja-left div.ja-moduletable_purple a, #ja-right div.ja-moduletable_purple a {
	color: #b54690;
}
#ja-topsl .moduletable_purple a:hover, #ja-botsl .moduletable_purple a:hover, .moduletable_purple a:hover, #ja-left div.ja-moduletable_purple a:hover, #ja-right div.ja-moduletable_purple a:hover {
	color: #913572;
}
/* Red Module */
#ja-topsl .moduletable_red h3, #ja-botsl .moduletable_red h3, #ja-left div.moduletable_red h3, #ja-right div.moduletable_red h3, .moduletable_red h3 {
	background: url(../images/redModuleHeader.jpg) left top repeat-x #971c14 !important;
	border: 1px solid #b4625c !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #8e2018 !important;
}
.red #ja-topsl .moduletable h3, .red #ja-botsl .moduletable h3, .red #ja-left div.ja-moduletable h3, .red #ja-left div.moduletable h3, .red #ja-right div.ja-moduletable h3, .red #ja-right div.moduletable h3 {
	background: url(../images/redModuleHeader.jpg) left top repeat-x #971c14;
	border: 1px solid #b4625c;
	color: #fff;
	text-shadow: 0px 1px 0px #8e2018;
}
#ja-topsl .moduletable_red a, #ja-botsl .moduletable_red a, .moduletable_red a, #ja-left div.ja-moduletable_red a, #ja-right div.ja-moduletable_red a {
	color: #a3231b;
}
#ja-topsl .moduletable_red a:hover, #ja-botsl .moduletable_red a:hover, .moduletable_red a:hover, #ja-left div.ja-moduletable_red a:hover, #ja-right div.ja-moduletable_red a:hover {
	color: #881a13;
}
/* Blue Module */
#ja-topsl .moduletable_blue h3, #ja-botsl .moduletable_blue h3, #ja-left div.moduletable_blue h3, #ja-right div.moduletable_blue h3, .moduletable_blue h3 {
	background: url(../images/blueModuleHeader.jpg) left top repeat-x #20a9e3 !important;
	border: 1px solid #2daae8 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #459dca !important;
}
.blue #ja-topsl .moduletable h3, .blue #ja-botsl .moduletable h3, .blue #ja-left div.ja-moduletable h3, .blue #ja-left div.moduletable h3, .blue #ja-right div.ja-moduletable h3, .blue #ja-right div.moduletable h3 {
	background: url(../images/blueModuleHeader.jpg) left top repeat-x #20a9e3;
	border: 1px solid #2daae8;
	color: #fff;
	text-shadow: 0px 1px 0px #459dca;
}
#ja-topsl .moduletable_blue a, #ja-botsl .moduletable_blue a, .moduletable_blue a, #ja-left div.moduletable_blue a, #ja-right div.moduletable_blue a {
	color: #2482b0;
}
#ja-topsl .moduletable_blue a:hover, #ja-botsl .moduletable_blue a:hover, .moduletable_blue a:hover, #ja-left div.moduletable_blue a:hover, #ja-right div.moduletable_blue a:hover {
	color: #155270;
}
/* Grey Module */
#ja-topsl .moduletable_grey h3, #ja-botsl .moduletable_grey h3, #ja-left div.moduletable_grey h3, #ja-right div.moduletable_grey h3, .moduletable_grey h3 {
	background: url(../images/greyModuleHeader.jpg) left top repeat-x #E0E0E0 !important;
	border: 1px solid #DBDBDB !important;
	color: #575757 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
#ja-topsl .moduletable_grey a, #ja-botsl .moduletable_grey a, .moduletable_grey a, #ja-left div.moduletable_grey a, #ja-right div.moduletable_grey a {
	color: #2482b0;
}
#ja-topsl .moduletable_grey a:hover, #ja-botsl .moduletable_grey a:hover, .moduletable_grey a:hover, #ja-left div.moduletable_grey a:hover, #ja-right div.moduletable_grey a:hover {
	color: #155270;
}
/* White Module */
#ja-topsl .moduletable_white h3, #ja-botsl .moduletable_white h3, .moduletable_white h3, #ja-left div.ja-moduletable_white h3, #ja-right div.ja-moduletable_white h3, #ja-left div.moduletable_white h3, #ja-right div.moduletable_white h3 {
	background: url(../images/whiteModuleHeader.jpg) left top repeat-x #E0E0E0;
	border: 1px solid #DBDBDB;
	color: #575757;
	text-shadow: 0px 1px 0px #fff;
}
/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * {
	color: #fff !important;
}
div.module_black .inputbox, div.module_green .inputbox, div.module_blue .inputbox, div.module_red .inputbox {
	color: #333 !important;
}
/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 15px 0 0;
}
div.ja-moduletable ul li, div.ja-module ul li {
	/*padding-left: 12px;*/
	padding-left: 5px;
	background-position: 2px 8px;
}
/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}
h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}
/* Uncomment the following lines if you want collapsible modules with badges still show arrows */
/* 
.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,
.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {
	background-position: 15px 60%;
	text-indent: 15px;
}
*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap {
}
.main {
}
.ja-box {
	padding-bottom: 10px;
	padding-top: 0px;
	width:100% !important
}
.online .ja-box {
	padding-bottom: 0px;
	padding-top: 0px;
}
#ja-wrapper {
	width:960px !important;
	margin:0 auto;
	padding:0;
	position:relative;
}
#ja-container {
	position: relative;
	z-index: 5;
}
#ja-container .main {
	padding: 0px 0 0 0;
	background:none !important; /*url(../images/containerBg.png) left top repeat-x;*/
}
/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 {
}
/* Full */
#ja-container {
	float: left;
	width: 100%;
}
/* Full left */
#ja-container.ja-r1 {
}
/* Full right */
#ja-container.ja-l1 {
}
/* Mass ---*/
.ja-mass-top {
}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
	margin-left: 0;
	margin-right: 0;
}
.ja-mass-bottom {
}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {
}
#ja-main .inner {
/*border: 1px solid #d9d9d9;*/
	/*background: url(../images/componentGradient.png) left top repeat-x #fff;*/
	/*min-height: 300px;*/
}
.ja-r1 #ja-main .inner, .ja-l1r1 #ja-main .inner, .ja-l2r2 #ja-main .inner, .ja-r2 #ja-main .inner, .ja-l1r2 #ja-main .inner, .ja-l2r2 #ja-main .inner, .ja-l2r1 #ja-main .inner {
	margin-right: 13px;
}
.ja-l1 #ja-main .inner {
	margin-right: 0px;
}
#ja-contentwrap {
}
/* Content Top ---*/
.ja-content-top {
}
.ja-content-top .ja-moduletable, .ja-content-top .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* Content Main ---*/
.ja-content-main {
}
/* Content Bottom ---*/
.ja-content-bottom {
}
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module {
	margin-left: 0;
	margin-right: 0;
}
/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap {
}
.ja-col {
}
/* Left Columns ---*/
#ja-left .ja-l2 {
}
/* Right Columns ---*/
#ja-right .ja-r2 {
}
/* HEADER
--------------------------------------------------------- */
#ja-header {
	position: relative;
	z-index: 10;
}
#ja-header .main {
	padding:0 auto !important;
	margin:0px auto !important;
}
.logo {
	height:99px;
	/* margin-top: 3px; */
}
h1.logo, div.logo-text h1 {
	font-size: 250%;
	line-height: 1;
}
h1.logo, div.logo-text {
	float: left;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
/* Logo Image ---*/

/* Logo Text ---*/
div.logo-text {
	margin-top: 0px;
}
div.logo-text h1 a {
	color: #878787;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
p.site-slogan {
	background: #2da1e1;
	color: #FFFFFF;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 0px 0 0;
	padding: 0 5px;
	text-align: center;
}
/* Header mask ---*/
.ja-headermask {
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}
/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	position: relative;
	z-index: 11;
	margin-bottom: 0px;
}
#ja-mainnav .main {
	/*font-size: 12px; */
	/*background: url(../images/mainnavBg.png) repeat-x top #1a191a;*/
	width:712px!important;
	float:left;
}
span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 2px;
}
span.menu-title {
	display: block;
}
span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

/* Contact us classes starts here*/
.moduletable_contact_form {
	float: right;
	width: 330px;
}
.contact_search {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	
	border-radius:7px;

-moz-border-radius:7px;

-webkit-border-radius:7px;

	
	box-shadow: 0 0 1px;
	
	float:left;
	margin: 0;
	padding: 14px;
	width: 593px;
}
.contact_search_box {
	background: url("../images/q_search.jpg") no-repeat scroll 0 0 transparent;
	height: 37px;
	margin: 7px 0 0;
	width: 297px;
}
.contact_search_box .inputbox {
	border: 0 none;
	color: #8F8F8F;
	font: 13px 'PTSansRegular';
	margin: 10px 0 0 6px;
}
.contact_search h2 {
	color: #0388C8;
	font: bold 18px 'PTSansRegular';
	margin: 0;
	padding: 0 0 10px;
}
.contact_search .quick_btn {
	float: left;
	padding: 13px 0 0;
	width:955px;
margin-left:215px;
}
.contact_search .quick_btn .button {
	background:url(../images/submit-bt.jpg) no-repeat !important;
	border: medium none;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 9px 20px 10px 18px;
	*padding: 5px 20px 10px 5px;
}
.contactus_title{
    color: #004484;
    text-decoration: none;;
    float: left;
    font: bold 16px 'PTSansRegular';
    padding-bottom: 15px;
    padding-left: 16px;
    padding-top: 8px;
    text-align: left;
   
}
.content_support{
font-family: Georgia,serif;
margin-bottom:0;
width: 950px;    
margin-top:36px;
background-color:#FFFFFF;


}
#lt_div
{
float:left; 
width:623px;
background-color:#FFFFFF;
height:700px;
 margin-top: 6px;
}

#rt_div{
float:left; width:326px;
background:url("../images/icons/rt_bg.jpg")repeat-y  #FFF;
height:700px;
margin-top: 6px;

}
.categories{
margin-top:10px;
margin-left:30px;
}
.contact_search .fbConnectWidgetTopmost {
    border-style: none;
}

/* Contact us classes ends here*/
/* Sub Nav ---*/
#ja-subnav {
	z-index: 9;
	margin-top: -12px;
	margin-bottom:12px;
}
#ja-subnav .main {
	line-height: 1;
	z-index: 10;
	background: #333;
	position: relative;
}
#ja-subnav .main #jasdl-subnav {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
#ja-subnav ul {
	background: #333;
	overflow: hidden;
	padding: 10px 0;
	min-height: 24px;
}
#ja-subnav ul.active {
	background: #333;
}
#ja-subnav li {
	background: none;
	border-left: 1px dotted #999;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
}
#ja-subnav li.first-item {
	border-left: 0;
}
#ja-subnav ul li a {
	color: #ccc;
	display: block;
	text-decoration: none;
}
#ja-subnav ul li a:hover {
	color: #fff;
}
#ja-subnav ul li.active a, #ja-subnav ul li.active a:hover, #ja-subnav ul li.active a:active, #ja-subnav ul li.active a:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#ja-subnav ul.active li a {
	color: #ccc;
}
#ja-subnav ul.active li a:hover {
	color: #fff;
}
#ja-subnav ul li.empty {
	visibility: hidden
}
/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
}
#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}
#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}
#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}
#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a {
	background: none;
	padding-right: 0;
}
#ja-subnav ul li ul li {
	border-bottom: 1px solid #ccc;
	border-left: 0;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}
#ja-subnav ul li ul li a {
	background-image: none !important;
	border: 0 !important;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
#ja-subnav ul li ul li a span.menu-title {
	padding-top: 3px;
	padding-bottom: 3px;
}
#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #069 !important;
	text-decoration: underline !important;
}
#ja-subnav ul li ul li a.active {
	color: #069 !important;
	font-weight: bold !important;
}
/* Breadcrumbs */
.ja-navhelper {
	text-transform: uppercase;
	display:none;
}
.ja-navhelper .main {
	padding: 5px 0;
}
.ja-navhelper a {
	padding: 3px 4px;
	color: #069;
	text-decoration: none;
	border: 1px solid transparent;
}
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #fff;
}
.ja-breadcrums {
	border:1px solid #d9d9d9;
	background: #e6e6e6;
	padding: 6px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px #fff;
}
.ja-breadcrums strong {
	margin-right: 5px;
}
.ja-breadcrums img {
	margin: 1px 5px;
}
.ja-breadcrums a {
	color: #1f98d4;
	text-decoration: none;
}
.ja-breadcrums a:hover {
	text-decoration: underline;
}
/* Extras ---*/
.ja-links {
	float: right;
	margin-top: 2px;
}
.ja-links li {
	background: none;
	padding: 0;
	display: inline;
}
.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 5px;
}
.ja-links li.top a:hover {
	background-color: #069;
}
.ja-links li.layout-switcher a {
	background: #069;
	color: #fff;
	text-decoration: none;
}
.ja-links li.layout-switcher a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}
.ja-links li.user-reset a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
/* Default Joomla! Menu ---*/
#ja-container ul.menu {
	margin: 0;
	padding: 0;
}
#ja-container ul.menu li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
}
#ja-container ul.menu li:last-child {
	border-bottom: 0px;
}
#ja-container ul.menu li a {
	/*color: #fff;
	display: block;
	outline: none;
	padding: 6px 15px 6px 5px;
	text-decoration: none;
	text-indent: 5px;
	border: 1px solid #fff;*/
	/*background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #fff;*/
/*	background:#2e428d;*/
	display: block;
	padding: 7px 0 7px 5px;
	text-decoration: none;
	margin:5px 0;
	font: normal 14px 'PTSansRegular';
	color: #fff;
	text-align:left;
	font-weight:normal;
	border:1px dashed #d0dcf1;
	background: #2e428d;
}
#ja-container ul.menu li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active, #ja-container ul.menu li a:focus {
	color: #fff;
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #fff;
}
#ja-container ul.menu li.parent a:hover, #ja-container ul.menu li.parent a:active, #ja-container ul.menu li.parent a:focus {
 background: background: #d0dcf1 url(../images/sildbar-img.png) no-repeat 200px 3px;
	color: #171e70;
	border: 1px dashed #2E428D;
}
#ja-container ul.menu li.active a {
	background:  #86a0d5;
	color: #fca361;
	font-size:14px;
	font-weight: normal;
	padding: 8px 0 5px;
	margin:0 0 10px 0;
}
#ja-container ul.menu li ul {
	margin: 0px;
}
#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus {
	background:  #86a0d5;
	color: #fca361;
	font-size:14px;
	font-weight: normal;
	padding: 8px 0 5px;
	margin:0 0 10px 0;
}
#ja-container ul.menu li.active > a {
	color: #171E70 !important;
	font-weight: normal !important;
}
#ja-container ul.menu span.separator {
	display: none;
}
#ja-container ul.menu li a {
	color:#fff !important;
}
#ja-container ul.menu li a:hover {
	color:#FFFFFF !important;
}
#ja-container ul.menu li a span {
	/*background:url("../images/arrow.png") no-repeat scroll 0 50% transparent;*/
	padding-left:15px;
}
#ja-container ul.menu li a:hover, #ja-container ul.menu li a:active, #ja-container ul.menu li a:focus, #ja-container ul.menu li.active > a {
	/*background:url("../images/arrowHover.png") no-repeat scroll 0 50% transparent;*/
	background: #d0dcf1 url(../images/sildbar-img.png) no-repeat 200px 3px;
	color: #171e70;
	border: 1px dashed #2E428D;
}
#ja-container ul.menu li a:hover span, #ja-container ul.menu li a:active span, #ja-container ul.menu li a:focus span, #ja-container ul.menu li.active > a span {
	/*background:url("../images/arrowHover.png") no-repeat scroll 0 50% transparent;*/
background:none;
}
/* Level 2 */
#ja-container ul.menu li li {
	background: url(../images/arrow.png) no-repeat left 11px;
	border-bottom: 0;
}
#ja-container ul.menu li.active li a {
	text-indent: 10px;
	background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #fff;
}
#ja-container ul.menu li.active li a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #fff;
}
#ja-container ul.menu li.active li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li.active li.parent a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -150px no-repeat #fff;
}
#ja-container ul.menu li.active li.active a {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #fff;
	color: #fff;
}
#ja-container ul.menu li li a span {
	margin-left: 10px;
}
/* Level 3 */
#ja-container ul.menu li.active li.active li a {
	background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.parent a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -150px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active a {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li li li a span {
	margin-left: 20px;
}
/* Level 4 */
#ja-container ul.menu li.active li.active li.active li a {
	background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.parent a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -150px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.active a {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li li li li a span {
	margin-left: 30px;
}
/* Level 5 */
#ja-container ul.menu li.active li.active li.active li.active li a {
	background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li.active li a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li.active li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.active li.parent a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -150px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.active li.active a {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li li li li li a span {
	margin-left: 40px;
}
/* Level 6 */
#ja-container ul.menu li.active li.active li.active li.active li.active li a {
	background: url(../images/sideMenuSprite.jpg) 100% 0px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li.active li.active li a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li.active li.active li.active li.active li.active li.parent a {
	background: url(../images/sideMenuSprite.jpg) 100% -50px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.active li.active li.parent a:hover {
	background: url(../images/sideMenuSprite.jpg) 100% -150px no-repeat #fff;
}
#ja-container ul.menu li.active li.active li.active li.active li.active li.active a {
	background: url(../images/sideMenuSprite.jpg) 100% -100px no-repeat #FFFFFF;
}
#ja-container ul.menu li li li li li li a span {
	margin-left: 50px;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
	padding: 0;
}
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right, #ja-topsl .ja-box-full, #ja-botsl .ja-box-full {
	background: none;
}
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
/*border-bottom: 0;
	margin: 7px;
	margin-left:3px;*/
	
}
#ja-topsl .ja-box-full .ja-moduletable, #ja-botsl .ja-box-full .ja-moduletable {
	margin: 7px 0px;
}
#ja-topsl .ja-moduletable .ja-box-ct, #ja-botsl .ja-moduletable .ja-box-ct {
/*background: url(../images/boxGradient.png) left top repeat-x #fefefe;
	padding: 5px;
	border: 2px solid #fff;*/
}
#ja-topsl li, #ja-botsl li {
	/*background-image: url(../images/bullet2.gif);*/
/*	background-position: 1px 8px;*/
	padding-left: 10px;
}
#ja-topsl ol li, #ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}
#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}
#ja-topsl a, #ja-botsl a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus, #ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
/* Top and Bottom spotlight ---*/

#ja-topsl .main {
	padding: 10px 0;
	padding-left:0px;
}
/*#ja-topsl h3, #ja-botsl h3{
	color: #575757;
	background: url(../images/usersHeadline.jpg) left top repeat-x #e0e0e0;
	border: 1px solid #dbdbdb;
	margin: -1px -1px 0px -1px;
	text-shadow: 0px 1px 0px #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 8px;
}*/
#ja-botsl .main {
	padding: 0px 0 10px 0px;
}
#ja-botsl .ja-moduletable, #ja-botsl .moduletable {
	margin-bottom: 0;
}
/*.ja-box-right .ja-moduletable, .ja-box-right .moduletable,*/
.ja-box-full .ja-moduletable, .ja-box-full .moduletable {
	border: 0 !important;
	background: 0 !important;
}
.ja-box-left .ja-moduletable, .ja-box-left .moduletable {
	margin-left: 0px !important;
}
.ja-box-right .ja-moduletable, .ja-box-right .moduletable {
	margin-right: 0px !important;
}
.online_box {
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	padding: 0px;
	background: url(../images/footer-bg1.jpg) left top repeat-x;
}
#ja-footer .main {
	color: #fff;
	padding: 0px;
	position: relative;
}
#ja-footer .main .inFooter {
	padding: 0px 12px;
	/*border: 1px solid #282828;*/
	
	min-height: 18px;
	margin-bottom: 0px;
	clear:both;
}
#ja-footer .inner {
	float: right;
	padding: 0;
	width: 75%;
}
#ja-footer small {
	color: #fff;
	font-size: 100%;
}
/* Foot Links ---*/
#ja-footer .ja-footnav {
	float: right;
	font-size: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 75%;
}
.ja-footnav ul {
	float: left;
	line-height: normal;
}
.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
}
.ja-footnav li a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.ja-copyright a {
	color: #fff;
}
.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus, .ja-copyright a:hover {
	color: #ccc;
	text-decoration: none;
}
.ja-footnav .ja-firstitem {
	border-left: 0;
	padding-left: 0;
}
.ca-footerleft {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 187px;
}
.ca-footerleft a {
	background: url(../images/caLogo.png) left top no-repeat;
	display: block;
	width: 187px;
	height: 35px;
	text-indent: -10000px;
}
.ca-footerleft a:hover {
	background: url(../images/caLogo.png) left -38px no-repeat;
}
.ca-footermiddle {
	text-align:center;
	margin: 0px auto;
	padding: 0px 210px 0px 210px;
	overflow: hidden;
}
.ca-footerright {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 187px;
}
.ca-footerright a {
	background: url(../images/t3.png) left top no-repeat;
	display: block;
	width: 187px;
	height: 37px;
	text-indent: -10000px;
}
.ca-footerright a:hover {
	background: url(../images/t3.png) left -38px no-repeat;
}
.ca-footerleft p, .ca-footermiddle p, .ca-footerright p {
	color:#A8A8A8;
	display:inline;
	font-family:arial;
	font-weight:bold;
	margin-top:5px;
}
.ca-footerright p {
	margin-top: 0px;
}
.ca-footerleft p, .ca-footerright p {
	float:left;
}

.ca-copyright, .ca-copyright a, .ca-footermiddle p {
	color:#4B4B4B;
	text-decoration:none;
}
/* Copyright Info. ---*/
.ja-copyright small {
	display: block;
}
/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
div#usertoolWrapper {
	background-position: 0px 29px;
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
	padding: 32px 15px 12px 15px;
	width: 55px;
}
ul.ja-usertools-font {
	font-size: 11px;
	float: left;
}
ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0px 3px 0px 0px;
	display: inline;
	background: none;
}
ul.ja-usertools-screen {
	font-size: 11px;
	float:left;
	margin-right:15px;
	margin-top:5px;
}
ul.ja-usertools-screen li {
	margin: 0 5px;
}
/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}
div.ja-innerdiv {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
.cufon-canvas {
	padding: 1px 0 3px;
}
/* ROTATOR MODULE */
#ja-rotator {/*height:373px;*/
	width:960px;
	height:355px;
	float:left;
	position:relative;
	background:url(../images/banner.jpg) no-repeat left top;
}
#ja-rotator .ja-moduletable, #ja-rotator .ja-moduletable ul, #ja-rotator .ja-module ul {
	border: 0px;
	padding: 0px;
	margin:0px !important;
}
/* CATEGORY BLOG LAYOUT */
h1.componentheading {
	font-size:185% !important;
}
div.blog .contentheading {
	font-size:160%;
	font-weight:normal;
	color:#646464;
}
div.blog .leading {
	/*background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D9D9D9;*/
	margin-top:10px;
	padding-bottom:10px;
	padding-top:0;
}
div.blog .leading .contentpaneopen {
	/*background:url("../images/leadingBg.jpg") repeat-x scroll left top transparent;*/
	margin:0 2px;
	padding:10px 5px 0 10px;
}
.cols2 .article_column {
	width:49%;
}
div.blog div.article_row {
	margin-left:0;
}
div.blog div.article_row .column1 {
	margin-right:5px;
}
div.blog div.cols2 .column1 {
	margin-right: 2%;
}
div.blog div.article_row .article_column {
	background:none repeat scroll 0 0 #FFFFFF;
}
div.blog div.article_row .article_column .contentpaneopen {
	background:url("../images/leadingBg.jpg") repeat-x scroll left top transparent;
	margin:0px;
	padding:10px;
	border:1px solid #D9D9D9;
}
div.blog div.article_row .createby {
	display:block;
	margin-top:5px;
}
/* CATEGORY TABLE LAYOUT */

table.tablelist {
	border:1px solid #D9D9D9;
}
table.tablelist th.sectiontableheader {
	background:none;
	padding:5px 5px 2px;
	border:none;
}
table.tablelist a {
	text-decoration:none;
}
table.tablelist tr /* .sectiontableheader */ {
	background:url("../images/sectiontableheaderBg.jpg") repeat-x scroll left top #3f3d3e;
}
table.tablelist tr.sectiontableentry {
	background: #fff;
}
table.tablelist tr.sectiontableentry td {
	background: none;
}
table.tablelist .sectiontableentry0 {
	background:#f5f5f5 !important;
}
table.tablelist .sectiontableentry1 {
	background:#FFF;
}
table.tablelist .sectiontableentry2 {
	background:#f5f5f5;
}
table.tablelist #count, table.tablelist #tableOrdering, table.tablelist #author, table.tablelist #hits {
	background:url("../images/thSeparator.jpg") no-repeat scroll right top transparent;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
table.tablelist #count {
	border-left:1px solid #000000;
}
table.tablelist #tableOrdering {
}
table.tablelist #author {
}
table.tablelist #hits {
	background:none;
	border-right:1px solid #000000;
}
table.tablelist td {
	border-bottom:1px solid #D9D9D9;
	color:#585858;
}
table.tablelist td a {
	color:#1d94d0;
	font-weight:bold;
	font-size:1em;
}
table.tablelist td a:hover {
	color:#333;
}
/* Table Blog layout */

/* Table Blog */
ul.oddeven {
	border:1px solid #e3e3e3;
}
ul.oddeven li.odd, ul.oddeven li.even {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:0px !important;
	padding-bottom:5px;
	padding-top:5px;
	background:url("../images/bullet.gif") no-repeat scroll 20px 15px transparent;
}
ul.oddeven li.odd {
	background-color:#f8f8f8;
}
ul.oddeven li.even {
	background-color:#f3f3f3;
}
/* 404 page */
.s404Wrapper {
	background:#eeeeee !important;
	text-align:center !important;
}
#outline {
	background: #eee;
}
#errorboxoutline {
	border: 1px solid #c5c5c5;
}
#errorboxheader {
	background: url(../images/404Gradient.jpg) left top repeat-x #38aae8;
	text-shadow: 0px 1px 0px #000;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 0px;
	margin: -1px -1px 0px -1px;
	border: 1px solid #00ace4;
	border-bottom: 0px;
}
#errorboxbody {
	background: url(../images/404.jpg) 99% 14px no-repeat #fff;
}
#errorboxbody a {
	color: #04a3d8;
	font-weight: bold;
	text-decoration: none;
}
#errorboxbody a:hover {
	text-decoration: underline;
}
/* Login page fixes */
#ja-current-content .login_form p {
	padding-left:140px;
}
#ja-current-content .login_form fieldset p {
	padding-left:0;
}
#interview_details {
	display:inline-block;
	margin:0px 0px 20px 0px;
}
.interview_left {
	float:left;
	width:150px;
}
.interiewee_image {
	float:left;
}
.interview_right {
	float:left;
	margin:0px 0px 0px 10px;
	/*width:800px;*/
	width:580px;
}
.interview_title {
	font-size:16px;
	font-weight:bold;
}
.interview_desc {
	font-size:12px;
}
.interview_comments {
	margin:30px 0px 0px 0px;
}
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #40B4E5;
	text-decoration: none;
	color: #40B4E5;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #40B4E5;
	color: #FFFFFF;
	background-color: #40B4E5;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #40B4E5;
	font-weight: bold;
	background-color: #40B4E5;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #185776;
	color: #185776;
}
#next_previous_intr {
	display:inline-block;
	margin:20px 0px 0px 0px;
}
.previous {
	float:left;
	/*text-align:right;*/
	width:360px;
}
.no_previous {
	text-align:center;
	width:580px;
}
.next {
	float:left;
	margin:0px 0px 0px 20px;
	text-align:left;
	width:360px;
}
#intrvw_comment {
}
#blog_details {
	width:100%;
	display:inline-block;
}
#blog_rightside {
/*float:right;
	width:595px;*/
}
.blog_leftside {
	float:left;
	width:140px;
}
.blogger_image {
	vertical-align:top;
}
.blogger_details {
	margin:5px 0px 0px 0px;
}
#blog_records {
	width:100%;
	float:left;
}
#ja-topsl {
	padding:0px !important;
}
#ja-topsl .moduletable-box {
	float: left;/* margin-right: 12px;
    width: 231px;
	border:none;*/
	/*background:#fff !important;*/
}
/*.moduletable-box h3{border:none !important;}*/
.leftside {
	float:left;
	width:225px;
}
.rightside {
	float:right;
	width:715px;
}
#ja-mainnav .wrap {
	width:630px !important;
}
body#bd {/*background:#FFFFFF url(../images/bg.jpg) repeat-x !important;*/
}
#ja-header .main .inner {
	padding-top:0px!important;
	padding-bottom:0px!important;
}
#ja-topsl .ja-box-ct {
/*padding:0px;
border:1px solid #eee !important;
border-top:0px !important;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	*/}
#ja-topsl .bluebox h3 {/*display:block; margin:0px; padding:10px 0 0 14px; background:url(../images/serivce1.gif) no-repeat left top;  height:33px;  font: bold 17px 'PTSansRegular'; color:#fff;*/
	background:url(../images/clever-icon.gif) no-repeat left top;
	margin:0px;
	padding:10px 0 10px 0;
	font: bold 22px 'PTSansRegular';
	color:#f1a80b;
	float:left;
	width:224px;
	text-transform:uppercase;
}
#ja-topsl .bluebox h3 span {
	margin-left:38px;
}
.modreadmore {
	background-image:none;
	background-color:#34B1FB;
	float:right;
	width:80px;
	height:21px;
	font: normal 13px Tahoma;
	color:#ffffff;
	padding:5px 0 0 11px;
	border:1px solid #34B1FB !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.modreadmore a {
	color:#fff;
	text-decoration:none;
}
#ja-topsl .skybox h3 {
	background:url(../images/flecible-icon.gif) no-repeat left top;
	margin:0px;
	padding:10px 0 10px 0;
	font: bold 22px 'PTSansRegular';
	color:#f1a80b;
	float:left;
	width:224px;
	text-transform:uppercase;
}
#ja-topsl .skybox h3 span {
	margin-left:40px;
}
#ja-topsl .pinkbox h3 {
	background:url(../images/familiar-icon.gif) no-repeat left top;
	margin:0px;
	padding:10px 0 10px 0;
	font: bold 22px 'PTSansRegular';
	color:#f1a80b;
	float:left;
	width:224px;
	text-transform:uppercase;
}
#ja-topsl .pinkbox h3 span {
	margin-left:40px;
}
#ja-topsl .violetbox h3 {
	background:url(../images/adcanced.gif) no-repeat left top;
	margin:0px;
	padding:10px 0 10px 0;
	font: bold 22px 'PTSansRegular';
	color:#f1a80b;
	float:left;
	width:224px;
	text-transform:uppercase;
}
#ja-topsl .violetbox h3 span {
	margin-left:55px;
}
#ja-topsl .box-bg {/*background:url(../images/serivce-box-bg.gif) repeat-y left top;padding:5px;float:left; */
}
#ja-topsl .box-bg p {
	margin:0px;
	padding:0px;
	font: normal 12px 'PTSansRegular';
	color:#5b5c5d;
	line-height:18px;
	text-align:justify;
	float:left;
	width:224px;
}
#ja-right .moduletable {
	padding:0px;
	border:1px solid #eee !important;
	border-top:0px !important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	margin-right:0px !important;
}
#ja-right .videobox {
	width:259px !important;
}
#ja-right .videobox h3 {
	margin:0px;
	padding:10px 0 0 14px;
	background:url("../images/video-tp.jpg") no-repeat left top !important;
	height:28px;
	font: bold 17px 'PTSansRegular' !important;
	color:#fff !important;
	border:none !important;
	width:248px !important;
}
#ja-topsl .box-bt {/*height:11px; background:url(../images/serivce-bt.gif) no-repeat left top; float:left;*/
}
#ja-mainbody ul {
	margin:0px;
	padding:0px;
}
.article-content li {
	margin:5px 0 0 0;
	padding:5px 0 0 20px;
	background:url(../images/arrow.png) no-repeat left 8px;
	list-style-type:none;
}
.welcome-link li {
	margin:5px 0 0 0;
	padding:5px 0 0 20px;
	background:url(../images/arrow.png) no-repeat left 8px;
	list-style-type:none;
	padding-left:20px!important;
}
#ja-mainbody .aboutsys h3 {
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	color: #373737;
	font-family: 'PTSansRegular';
	font-size: 25px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.selecteditems-box {
	padding:5px;
	float:left;
}
.modcontent p {
	text-align:justify;
	color:#949494;
	font-size: 16px;
}
.aboutsys {
	border:none !important;
	font-size:13px;
	color:#494949;
}
.aboutsys p {
	color:#494949;
}
.modreadmore a {
	text-decoration:none !important;
	border:none !important;
}
.modreadmore a:hover {
	color:#000;
}
.aboutuscompany {
	color:#fff !important;
	margin-top:0px !important;
}
.aboutuscompany h3 {
	font-size:15px !important;
	color:#fff !important;
	background:none !important;
	font-weight:bold;
	line-height:20px;
}
#ja-footer a {
	color:#979797;
	text-decoration:none;
}
#ja-footer a:hover {
	color:#fff;
}
#ja-footer .menu li a {
	color:#979797;
	font-family:'PTSansRegular';
	text-decoration:none;
}
#ja-footer .menu li {/*border-bottom:1px dotted #fff;width:150px;font-size:14px;margin-right:10px;padding:3px 0px 3px 0px;*/
}
.inFooter {/*display:none;*/
}
.clsleft {
	float:left;
}
.clsright {
	float:right;
}
.icon-footer {
	float: left;
	height: 54px;
	margin: 10px auto;
	padding: 10px;
}
.connectwithus {
	margin-top:0px !important;
	width:310px !important;
}
.connectwithus h3 {
	color:#fff !important;
	font-size:15px !important;
	margin-bottom:5px;
}
.follow-tax {
	color:#95AFCC !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
#ja-topsl {
	margin-top:0px;
}
.searchWrapper {
	margin-bottom:20px;
}
.main .inner{padding:0!important;}
#ja-header .main .inner {
	padding-right:0px !important;
}
.article-content h4 {
	margin:0px;
	padding:10px 0 5px 45px;
	font: normal 20px 'PTSansRegular';
	color:#4e9eec !important;
	line-height:30px;
	border-bottom: dotted 1px #9d9d9d;
	background:url(../images/arrow-in.png) no-repeat left 13px;
}
.service-menu #menu_inside {
	padding: 0 0;
	margin:5px 0 22px 0;
	width: 234px;
}
.service-menu #menu_inside ul {
	margin: 0;
	list-style: none;
}
.service-menu #menu_inside li {
	margin:0;
	padding:0;
	float:none;
}
#menu_inside.menu li {
	border:none !important;
}
.service-menu #menu_inside a {
	display: block;
	padding: 7px 0 7px 11px;
	text-decoration: none;
	margin:5px 0;
	font: normal 14px 'PTSansRegular';
	color: #fff;
	text-align:left;
	font-weight:normal;
	border:1px dashed #d0dcf1;
	background: #2e428d;
}
.service-menu #menu_inside a:hover {
	background: #d0dcf1 url(../images/sildbar-img.png) no-repeat 200px 3px;
	color:#171e70;
	border: 1px dashed #2E428D;
}
.service-menu #menu_inside .active a {
	background:  #86a0d5;
	color: #fca361;
	font-size:14px;
	font-weight: normal;
	padding: 8px 0 5px;
	margin:0 0 10px 0;
}
.service-menu #menu_inside .first a {
	border: none;
	background: none;
}
.service-menu #menu_inside .menu_over {
	background: #d0dcf1 url(../images/sildbar-img.png) no-repeat 200px 3px;
	color: #171e70;
	border: 1px dashed #2E428D;
}
.contact {
	border:1px solid #CCCCCC;
	float: left;
	padding: 10px;
	width: 209px;
}
.bluebox .modcontent, .skybox .modcontent, .pinkbox .modcontent, .violetbox .modcontent {
	height:70px;
	font-size: 16px;
}
img {
	outline-style:none;
	border:none;
}
.main {
	width:960px!important;
}
.submenu ul li {
	text-align:left;
}
.moduletable-box {
	border:none;
}
/* new site */
/*hedar-right*/

.hotlogin {
	float:right;
	width:300px;
	height:28px;
	background:url(../images/call-phone.jpg) no-repeat left top;
}
.phone {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}
.phone a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:8px;
}
.phone a:hover {
	color:#adeffe;
}
/*hedar-right-end*/

a, img, span {
	margin:0;
	padding:0;
	border:none;
}
* {
	margin:0px;
	padding:0px;
}
/*banner*/
.banner {
	width:960px;
	height:355px;
	float:left;
	position:relative;
	background:url(../images/banner.jpg) no-repeat left top;
}
.banner-lt {
	width:475px;
	float:left;
	margin-top:59px;
}
.banner-lt h2 {
	margin:0px;
	padding:0 0 10px 0;
	font-family: 'BebasNeueRegular';
	font-size:47px;
	font-style:normal;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);
}
.banner-lt p {
	margin:0px;
	padding:0px;
	font: normal 16px 'PTSansRegular';
	color:#fff;
	line-height:30px;
	text-align: justify;
	text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);
}
.banner-bt {
	background: url(../images/banner-bt.jpg) no-repeat left top;
	width:165px;
	/*height:34px;*/
	float:left;
	text-align:center;
	margin-top:10px;
}
.banner-bt a {
	font: normal 18px 'PTSansRegular';
	color:#fff;
	background: url(../images/banner-bt.jpg) no-repeat left top;
	width:165px;
	height:36px;
	float:left;
	padding-top:10px;
	text-shadow: 1px 1px 0 rgba(135, 76, 3, 0.8);
}
.banner-bt a:hover {
	font: normal 18px 'PTSansRegular';
	color:#2996cf;
	background: url(../images/banner-bt-hov.jpg) no-repeat left top;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.banner-rt {
	width:353px;
	height:298px;
	float:right;
	margin-top:25px;
	background:url(../images/banner-rt.png) no-repeat left top;
	padding:20px;
}
/*banner-end*/

.online {
	width:960px;
	float:left;
}
.online-img {
	height:133px;
	float:left;
}
.online-column1
{
float: left;
width: 210px;
margin-right:30px;
}
.online-testimonial
{
float: left;
width: 200px;
}
.client{
font: bold 12px 'PTSansRegular';
    padding-bottom: 15px;
    padding-left: 0px;
    padding-top: 8px;
color: #F1A80B;
}
.testimonial_text{
color: #5B5C5D;
    float: left;
    font: 12px/18px 'PTSansRegular';
    margin: 0;
    padding: 0;
    text-align: justify;
}
.testmonial_title{
background: url("../images/testimonial.png") no-repeat scroll 0 0 transparent;
    color: #F1A80B;
    float: left;
    font: bold 22px 'PTSansRegular';
    padding-bottom: 15px;
    padding-left: 67px;
    padding-top: 8px;
    text-align: right;
    text-transform: uppercase;
    }
.box-img {
	width:222px;
	height:121px;
	float:left;
	border: solid 1px #e4e4e4;
	margin-bottom:20px;
	box-shadow: 3px 3px 3px #eaeaea;
}
.clearfix1 {
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 0;
	padding-top: 0px !important;
}
/*find-box*/
.find-out {
	width:960px;
	background:#FFFFFF;
	box-shadow: 3px 3px 3px #eaeaea;
	float:left;
	border: solid 1px #dddbdb;
	height:109px;
	padding-top:19px;
	margin-top:44px;
	border-radius:5px;
	-moz-border-radius: 5px;
}
.find-out h3 {
	margin:0px;
	padding:0 0 10px 0 !important;
	font: italic 24px 'PTSansRegular' !important;
	color:#7e7d7d !important;
	text-align:center !important;
}
.find-bt-div {
	width:463px;
	margin:0 auto;
}
.find-bt-01 {
	background:url(../images/butt-img01.jpg) no-repeat left top;
	width:220px;
	height:38px;
	text-align:center;
	float:left;
	padding-top:12px;
}
.find-bt-01 a {
	font: italic 20px 'PTSansRegular';
	color:#fff;
	text-shadow: 1px 1px 0 rgba(1, 94, 138, 0.8);
}
.find-bt-01 a:hover {
	color:#14516f;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.find-bt-02 {
	background:url(../images/butt-img02.jpg) no-repeat left top;
	width:220px;
	height:38px;
	text-align:center;
	float:left;
	padding-top:12px;
	margin-left:22px;
}
.find-bt-02 a {
	font: italic 20px 'PTSansRegular';
	color:#fff;
	text-shadow: 1px 1px 0 rgba(179, 125, 0, 0.6);
}
.find-bt-02 a:hover {
	color:#7d6630;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
/*find-box-end*/
.find-out div.ja-moduletable, div.moduletable {
	/*border-bottom: 1px solid #ccc;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
.style1 {
	color: #0084C4;
}
/* add New  by pritesh */


.footer_box_better {
	margin-top: 35px;
	float:right;
}
.footer_box_better .box-bg {
/* width: 215px !important;*/
}
.footer_box_better .box-bg .select .box-img {
	width:207px;
	height:150px;
	float:left;
	border: solid 4px #ffffff;
	box-shadow: 3px 3px 3px #eaeaea;
	margin-bottom:0 !important;
}
.footer_box_better .box-bg .select h2 {
	margin:0px;
	padding:16px 0 9px 0;
	font: normal 18px 'PTSansRegular';
	color:#0185c5;
	width:215px;
	float:left;
}
.footer_box_better .box-bg .select {
	width: 215px !important;
	margin-right: 20px !important;
}
.head_class {
}
.footer_main {
	background: url("../images/footer-bg1.jpg") repeat-x scroll left top #232323;
	clear: both;
	float: left;
	/*height: 307px;*/
	margin: 27px 0 0;
	width: 100%;
}
.footer_box_better_ {
	width:215px;
	position:relative;
	float:left;
	;
	margin-top: 35px;
}
.main_latestnews {
	float: left;
	width: 597px;
}
.main_latestnews .latestnews h2 {
	color: #FFFFFF !important;
	float: left;
	font: bold 21px 'PTSansRegular';
	margin: 0;
	text-shadow: 1px 1px 0 rgba(160, 101, 7, 0.5);
	background: url("../images/training-img.png") no-repeat scroll 0 4px transparent;
	padding: 0 0 6px 24px;
}
.main_latestnews .latestnews h2 a {
	color: #FFFFFF !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.main_latestnews .latestnews {
	float: left;
	margin-bottom: 20px;
	margin-right: 21px;
	width: 267px;
}
.main_latestnews .latestnews p {
	color: #FFFFFF !important;
	float: left;
	font: 13px/15px 'PTSansRegular';
	margin: 0;
	padding: 0;
	text-align: justify;
	text-shadow: 1px 1px 0 rgba(160, 101, 7, 0.5);
	width: 267px;
}
.footer_box_better_ .box-img {
	border: 1px solid #E4E4E4;
	box-shadow: 3px 3px 3px #EAEAEA;
	float: left;
	height: 162px;
	/* margin-bottom: 20px;*/
    width: 210px;
}
.footer_box_better_ .box-img img {
}
div.ja-moduletable div #1901contact {
}
#footer {
	margin: 0 auto;
	width: 960px;
	clear: both;
}
#footer .servicescontent {
	float: left;
	height: auto;
	overflow: hidden;
	padding-right: 60px;
	width: 110px;
}
.moduletable_box_top_down {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 960px !important;
}
.moduletable_box_top_down .box-div {
	float: left;
	margin-right: 15px;
	width: 224px;
}
.moduletable_box_top_down .box-div .bluebox {
}
.moduletable_box_top_down .box-div .bluebox table h2 {
	color: #F1A80B;
	float: left;
	font: bold 22px 'PTSansRegular';
	padding-bottom: 15px;
	padding-left: 36px;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	background:url(../images/clever-icon.gif) no-repeat;
}
.moduletable_box_top_down .box-div .skybox {
}
.moduletable_box_top_down .box-div .skybox table h2 {
	color: #F1A80B;
	float: left;
	font: bold 22px 'PTSansRegular';
	padding-bottom: 15px;
	padding-left: 36px;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	background:url(../images/flecible-icon.gif) no-repeat;
}
.moduletable_box_top_down .box-div .pinkbox {
}
.moduletable_box_top_down .box-div .pinkbox table h2 {
	color: #F1A80B;
	float: left;
	font: bold 22px 'PTSansRegular';
	padding-bottom: 15px;
	padding-left: 36px;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	background:url(../images/familiar-icon.gif) no-repeat;
	text-align:right;
}
.moduletable_box_top_down .box-div .violetbox {
}
.moduletable_box_top_down .box-div .violetbox table h2 {
	color: #F1A80B;
	float: left;
	font: bold 22px 'PTSansRegular';
	padding-bottom: 15px;
	padding-left: 36px;
	padding-top: 8px;
	text-align: right;
	text-transform: uppercase;
	background:url(../images/adcanced.gif) no-repeat;
}
#footer .servicescontent .smile {
}
.moduletable_menu_footer {
	height:auto !important;
}
#footer .servicescontent .smile {
}
#footer .servicescontent h3 {
	color: #C8C8C8;
	font: bold 14px 'PTSansRegular';
	margin: 5px 0 0 0;
	padding: 7px 8px;
}
#footer .servicescontent .menuserviceslist {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
#footer .servicescontent .menuserviceslist li {
	color: #979797;
	display: block;
	font: 12px 'PTSansRegular';
	padding: 0 0 12px 9px;
	text-decoration: none;
	width: 168px;
}
#ja-topsl .box-bg .select a {
	border:none !important;
}
.main_latestnews .latestnews .red-mr {
	background: url("../images/read-more.png") no-repeat scroll left top transparent;
	float: left;
	height: 28px;
	margin-top: 8px;
	padding-top: 10px;
	text-align: center;
	width: 95px;
}
.main_latestnews .latestnews .red-mr a {
	color: #FFFFFF;
	font: 15px 'PTSansRegular';
}
.moduletable_request_form {
	float: right;
	width: 330px;
}
.quick_search {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E4E4E4;
	
	border-radius:7px;

-moz-border-radius:7px;

-webkit-border-radius:7px;

	
	box-shadow: 0 0 1px;
	color: #A7270D;
	float: right;
	margin: 0;
	padding: 14px;
	width: 303px;
}
.quick_search_box {
	background: url("../images/q_search.jpg") no-repeat scroll 0 0 transparent;
	height: 37px;
	margin: 7px 0 0;
	width: 297px;
}
.quick_search_box .inputbox {
	border: 0 none;
	color: #8F8F8F;
	font: 13px 'PTSansRegular';
	margin: 10px 0 0 6px;
}
.quick_search h2 {
	color: #0388C8;
	font: bold 18px 'PTSansRegular';
	margin: 0;
	padding: 0 0 10px;
}
.quick_btn {
	float: right;
	padding: 13px 0 0;
	width: 95px;
}
.quick_btn .button {
	background:url(../images/submit-bt.jpg) no-repeat !important;
	border: medium none;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 9px 20px 10px 18px;
	*padding: 5px 20px 10px 5px;
}
.moduletable_banner {
}


#ja-rotator .left_banner {
	float: left;
	margin-top: 59px;
	width: 475px;
}
#ja-rotator .left_banner h2 {
	color: #FFFFFF;
	font: 48px 'BebasNeueRegular';
	margin: 0;
	padding: 0 0 10px;
	text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);
}
#ja-rotator .left_banner p {
	color: #FFFFFF;
	font: 16px/30px 'PTSansRegular';
	margin: 0;
	padding: 0;
	text-align: justify;
	text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);
}
#ja-rotator .right_banner {
}
.footer_box_better_ h2 {
	color: #0185C5;
	float: left;
	font: 18px 'PTSansRegular';
	margin: 0;
	padding: 16px 0 9px;
	width: 215px;
}
.footer_box_better_ .box-img .disc {
	margin:0px !important;
	padding-top: 7px;
}
.footer_box_better_ .box-img .disc p {
}
.footer_box_better_ .box-img .disc .read_more a {
	font-size: 12px;
	font-weight: bold;
}
.footertop {
	background: url("../images/ornag.jpg") repeat-x scroll left top #F48E16;
	height: 410px;
	margin-top: 20px;
	float:left;
	width: 100%;
}
.footertop .innerbox {
	width:960px;
	margin:20px auto;
}
.quick_search_box .select_input {
	border: 0 none;
	color: #8F8F8F;
	font: 13px 'PTSansRegular';
	margin: 7px 0 0 6px;
	width: 280px;
 *border:0 none;
 *overflow:auto;
}
/* Inner nav start */



	body#bdinnerpage {
	margin: 0px;
	padding: 0px;
	font-family:'PTSansRegular';
	background: url(../images/innerpage-bg.jpg) repeat-x left top;
}
.moduletable_menu_inside {
	background: url("../images/innrapage-left-menu.jpg") repeat-y scroll left top #FFFFFF !important;
	color: #888888;
	float: left;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	width: 247px;
}
/*	.moduletable_menu_inside .ja-box-ct {
    margin: 5px 0 0;
    padding: 0 !important;
    width: 245px;
}


.moduletable_menu_inside ul {
    list-style: none outside none;
    margin: 0 !important;
}	
	
	
	.moduletable_menu_inside li {
    display: inline;
    margin: 0;
    padding: 0;
}
	
	#menu_inside a {
    color: #666666;
    display: block;
    font: bold 16px 'PTSansRegular';
    margin: 5px 0;
    padding: 16px 0 16px 20px;
    text-align: left;
    text-decoration: none;
}



*/
.moduletable_menu_inside .ja-box-ct {
	padding: 0 0 !important;
	margin:5px 0 0 0;
	width: 245px;
}
.moduletable_menu_inside ul {
	margin: 0;
	list-style: none;
}
.moduletable_menu_inside li {/*display: inline;*/
	margin:0 !important;
	padding:0 !important;
}
.moduletable_menu_inside a {
	display: block;
	padding: 16px 0 16px 20px !important;
	text-decoration: none;
	margin:5px 0 !important;
	font: bold 16px 'PTSansRegular';
	color: #666666;
	text-align:left;
}
.moduletable_menu_inside a:hover {
	background: url(../images/hover-innrapage-left-menu.jpg) no-repeat left top;
	color:#fff;
}
.moduletable_menu_inside .active a {
	color: #fff;
	padding: 8px 0 5px;
	margin:0 0 10px 0;
}
.moduletable_menu_inside .first a {
	border: none;
	background: none;
}
.moduletable_menu_inside .menu_over {
	font-weight:bold;
	background: url(../images/hover-innrapage-left-menu.jpg) no-repeat left top;
	color: #fff;
}
.moduletable_menu_inside .active {
	background: url(../images/hover-innrapage-left-menu.jpg) no-repeat left top;
	color:#fff;
}
.moduletable_menu_inside ul li {
	padding-left:0 !important;
	overflow:visible !important;
}
/* Nav end */


.moduletable_inner_demo {
	background: url("../images/demo-border.jpg") no-repeat scroll left bottom transparent;
	float: left;
	margin-bottom: 28px;
	margin-top: 37px;
	width: 960px;
}
.moduletable_inner_demo h2 {
	color: #0185C5 !important;
	float: left;
	font: 36px 'PTSansRegular';
	margin: 0;
	padding: 0;
	width: 550px;
}
.moduletable_inner_demo h3 {
	color: #787878 !important;
	float: left;
	font: 30px 'PTSansRegular' !important;
	margin: 0;
	padding: 0;
	width: 550px;
}
.moduletable_inner_demo .demo-bt {
	float: right;
	margin-bottom: 24px;
}
.moduletable_menu_inside h3 {
	color: #787878 !important;
	font: bold 16px 'PTSansRegular' !important;
}
.article-content strong {
	color: #666666;
	float: left;
	font: 18px 'PTSansRegular';
	margin: 0;
	padding: 0;
}
.global-div {
	float: left;
	margin-top: 20px;
	width: 668px;
}
.global-lt {
	float: left;
	width: 328px;
}
.global-img {
	float: right;
	height: 182px;
	width: 322px;
}
.article-content h2 {
	color: #34A4DD;
	font: bold 17px 'PTSansRegular';
	margin: 23px 0 7px;
	padding: 0;
}
.global-img2 {
	float: left;
	height: 182px;
	width: 322px;
}
.global-rt {
	float: right;
	width: 328px;
}
.globalarth2c {
	color: #34A4DD;
	font: bold 17px 'PTSansRegular';
	margin: 23px 0 7px;
	padding: 0;
}
.global p {
	color: #666666;
	font: 13px/20px 'PTSansRegular';
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
.sidebar {
	background: url("../images/innrapage-left-menu.jpg") repeat-y scroll left top #FFFFFF;
	color: #888888;
	float: left;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	width: 247px!important;
}
.copy,.ja-copyright {
	color:#4B4B4B;
}
.ja-moduletable span.breadcrumbs {
	border-bottom: 1px solid #D5D5D5;
	color: #8C8C8C;
	float: left;
	font: 14px 'PTSansRegular';
	margin-bottom: 23px;
	padding-bottom: 15px;
	width: 668px;
}
.column .ja-content-main h2 {
	color: #F1A80B;
	font: 26px 'PTSansRegular';
	margin: 0;
	padding: 0 0 10px 0;
}
.column .ja-content-main p strong {
	color: #666666;
	float: left;
	font: 18px 'PTSansRegular';
	margin: 0;
	padding: 0;
}
.column .ja-content-main p {
	color: #666666;
	font: 13px/20px 'PTSansRegular';
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
/* New update after set inner page */



#bdinnerpage #ja-current-content, #ja-main {
	
color: #666666;
	font: 13px/20px 'PTSansRegular';
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;

	/*padding: 0;
	position: relative;
	text-align: justify;*/
	/*width: 668px !important;*/
}
ja-main {color: #666666;
	font: 13px/20px 'PTSansRegular';
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
#bdinnerpage .box-img{margin-right:10px;}
#menu ul.menu li.deactive a{background:none!important;}
#menu ul.menu li.deactive a span{background:none!important;color:#545454!important;}

.main_latestnews .latestnews .red-mr a:hover{ color:#4c2f13; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);}
.menutop{ float:right !important;}

.footer_box_better .box-bg .select p strong{clear: both;float: left;position: relative;}
.footer_box_better_ .read_more{ padding-top:17px;}
.moduletable_program{ margin:0 !important; padding:0 !important;}
moduletable_menu_footer{margin:0 !important; padding:0 !important;}

#report{ margin:0px; padding:0px 0 0 10px; background: url(../images/report-tp.jpg) no-repeat left top; width:951px; height:51px; float:left;  font: bold 20px 'PTSansRegular'; color:#ffffff; clear:both;   }
.divall{ width:957px; float:left;}
.report-center{ width:956px; background:#fff;   border-top: none 0px; float:left; }
.arrow{ background:url(../images/arrows.png) no-repeat right top; width:12px; height:19px; position:absolute; top:15px; right:34px; }
.contet-main-div{ width:960px; float:left; background:#154f6b;  border-bottom: solid 1px #1b7cb7; border-top: solid 1px #063b55; font: normal 13px 'PTSansRegular'; color:#e2e2e2; text-align:center; }
.div01{ width:495px; background:url(../images/crm-lin.jpg) no-repeat right top; float:left; height:43px; padding-top:13px; font: bold 20px 'PTSansRegular'; padding-left:13px}
.div02{ width:211px; background:url(../images/crm-lin.jpg) no-repeat right top; float:left; height:43px; padding-top:13px; text-align:center; font: normal 20px 'PTSansRegular';}
.div03{ width:219px;  float:left; height:43px; padding-top:13px; text-align:center;}
.div12{ width:490px;  float:left; height:37px; padding-top:10px; text-align:left; padding-left:25px; font: normal 15px 'PTSansRegular'; color:#6b6b6b;}
.div17{ width:199px;  float:left; height:28px; padding-top:10px; text-align: center; padding-left:10px; }
.div04{ width:230px;  float:left; height:28px; padding-top:10px;}
.contet-main-div2{ width:957px; float:left; border-bottom: dotted 1px #ccd9dd;  font: normal 15px 'PTSansRegular'; color:#4e4e4e; text-align:center; height: 38px;}
.contet-main-div5{ width:957px; float:left;   font: normal 15px 'PTSansRegular'; color:#4e4e4e; text-align:center; height: 38px;}

#report-bg2{ margin:0px; padding:0px 0 0 10px; background: url(../images/report-bg.jpg) repeat-x left top; width:946px; height:39px; float:left;  font: bold 15px 'PTSansRegular'; color:#154f6b; clear:both;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); cursor:pointer; position:relative;  }
.div05{ width:492px;  float:left; height:27px; padding-top:11px; text-align:left; padding-left:13px; font: bold 15px 'PTSansRegular'; color:#daedf8;}
.div06{ width:199px;  float:left; height:27px; padding-top:11px; text-align: center; padding-left:10px;}
.div07{ width:230px;  float:left; height:27px; padding-top:11px;}
.contet-main-div3 {border-bottom: 1px solid #CCD9DD; color: #000; float: left; font: 15px 'PTSansRegular';    text-align: center; width: 948px;}
.bottom-img{ width:958px; float:left;}


.crm-div{background: url(../images/box-bg-crm.jpg) repeat-x left top ; border-right:solid 1px #e6e6e6; border-left:solid 1px #e6e6e6; padding:11px 9px; float:left; margin-bottom:22px;}
.crm--bt-div{background: url(../images/box-bg-crm.jpg) repeat-x left top ; border-right:solid 1px #e6e6e6; border-left:solid 1px #e6e6e6; padding:9px; float:left; margin-top:22px;}

/* front end slideshow custom css starts here*/

.slideshow_title{
    color: #FFFFFF;
    font: 48px 'BebasNeueRegular';
    margin: 0;
    padding: 0 0 10px;
    text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);

}
.slideshow_text{
    color: #FFFFFF;
    font: 16px/30px 'PTSansRegular';
    margin: 0;
    padding: 0;
    text-align: justify;
    text-shadow: 1px 1px 0 rgba(3, 83, 135, 0.8);
}
.slideshow_left_banner {
    float: left;
   /*  margin-top: 59px; */
    margin-top: 29px;	
    width: 475px;
}
.slideshow_right_banner1 {
    background: url("../images/banner-rt.png") no-repeat scroll left top transparent;
    float: right;
    height: 298px;
    margin-top: 25px;
    padding: 20px;
    width: 353px;
}
.slideshow_btn{
 background: url("../images/banner-bt.jpg") no-repeat scroll left top transparent;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 165px;
    height:46px;
}





/*front end slideshow custom css ends here*/

/* business applications  */

#soft-box{ width:960px; float:left;}

/*#soft-box h2{ width:945px; height:36px; float:left; background:url(../images/box-tp.jpg) no-repeat left top; font: normal 24px 'BebasNeueRegular'; color:#3398d3; padding:12px 0 0 15px;}
 */

#soft-box h2{ width:945px; height:36px; float:left; font: normal 24px 'BebasNeueRegular'; color:#3398d3; padding:12px 0 0 15px;}

#soft-box h3{  font: bold 13px 'PTSansRegular'; color:#6a6969; padding:0; text-transform:uppercase;}

#soft-box p{  font: normal 11px Arial, Helvetica, sans-serif; color:#838383; padding:0px; line-height:17px;}

#soft-box-bg{ width:958px;  float:left; background:#fff; border: solid 1px #bad1e1; border-bottom: none 0px;}

/* #soft-box-bt{ width:960px; height:10px; float:left; background:url(../images/box-bt.jpg) no-repeat left top;} */

#soft-box-bt{ width:960px; height:10px; float:left;}

.soft-div{ width:930px; margin:0 auto; position:relative; padding:10px 0; }

.soft-icon-box{ width:284px; height:98px; float:left; background:url(../images/icon-box.jpg) no-repeat left top; padding-left:17px; padding-top:17px; margin-right: 13px; margin-bottom:10px;}


.softwer-icon{ width:80px; height:71px; float:left;}

.softwer-rt{ width:188px; float:right; padding-right:6px;}


#soft-box1 h2{ width:945px; height:36px; float:left; font: normal 24px 'BebasNeueRegular'; color:#3398d3; padding:12px 0 0 15px;}

#soft-box1 h3{  font: bold 13px 'PTSansRegular'; color:#6a6969; padding:0; text-transform:uppercase;}

#soft-box1 p{  font: normal 11px Arial, Helvetica, sans-serif; color:#838383; padding:0px; line-height:17px;}

#soft-box-bt1{ width:960px; height:10px; float:left;}


.soft-icon-box1{ width:284px; height:98px; float:left; padding-left:17px; padding-top:17px; margin-right: 13px; margin-bottom:10px;}



