

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/** Common styles **/


body {
	color: #000000;
	margin: 0;
	padding: 0;
	background: url('../img/bck_header.jpg') repeat-x;
	font-family: arial,helvetica sans-serif;
	font-size: 12px;
}

a {
	color: #5A5A5A;
	outline-color: -moz-use-text-color !important;
	outline-style: none !important;
	outline-width: medium !important;
	text-decoration: none;
}

strong {

	}
a:hover {
	color: #FF6600;
	}

p {
	line-height: 18px;
}

img {
	border: 0px;
}
ul, ol {
	list-style-type: none;
    padding-left: 18px;
    margin-bottom: 0px;
}

h5 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
	padding-top: 6px;
	height: 13px;
	margin-bottom: 11px;
}

.error {
	background-image: url(../img/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 30px;
}

.success {
  	padding: 5px 5px 5px 30px;
  	color: #2db342;
  	background-image: url(../img/tick.png);
  	background-position: 5px 5px;
  	background-repeat:  no-repeat;
}

.hidden {
	display: none;
}

.jScrollPaneTrack {
	background: #90A0BF;
}
.jScrollPaneDrag {
	background: #1A2D4E;
}

/** end - Common styles **/

/** start - header and navigation styles **/


#header {
	height: 112px;
	background: url('../img/bck_header.jpg') repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#header ul li {
	display: inline;
}

#company_name {
	padding-top: 0px;
	float: left;
	background: url('../img/manusis.jpg') no-repeat;
	width: 276px;
	height: 70px;
}

/** Styles for aligning the header section navigation links **/
#nav_links {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-left: 10px;
	font-size: 12px;
}

#nav_links li {
	float: left;
	border: 1px solid gray;
	border-right: 0px;
	font-size: 12px;
	color: #666666;
	font-family: verdana;
	font-weight: bold;
	height: 26px;
}

#nav_links li.last {
}

#nav_links li:hover {
	color: #FF6600;
}

#nav_links li.selected {
	color: #FF6600;
	height: 27px;
}

#nav_links li a {
	padding: 17px 46px;
	padding-left: 50px;
	padding-right: 35px;
	float: left;
	background-color: #E6EAF3;
	display: block;
	height: 100%;
	background-color: #E6EAF3 ;
	background-position: 18px 16px;
	background-repeat: no-repeat;
}

#nav_links li a:hover, #nav_links li.selected a {
	color: #FF6600;
	background-color:#FFFFFF;
}
#nav_links .company a{
	background-image: url('../img/company.jpg');
}
#nav_links .company a:hover, #nav_links .company.selected a {
	background-image: url('../img/highlight_company.jpg');
}

#nav_links .services a{
	background-image: url('../img/services.jpg');
}
#nav_links .services a:hover, #nav_links .services.selected a{
	background-image: url('../img/highlight_services.jpg');
}

#nav_links .whyus a {
	background-image: url('../img/why.jpg');
}
#nav_links .whyus a:hover, #nav_links .whyus.selected a {
	background-image: url('../img/highlight_why.jpg');
}

#nav_links .contact a {
	background-image:  url('../img/contact.jpg');
}
#nav_links .contact a:hover, #nav_links .contact.selected a{
	background-image: url('../img/highlight_contact.jpg');
}
/** end - header and navigation styles **/


/** start - styles for sidebar**/

#word_grp {
	float: left;
	width: 275px;
	background: #E6EAF3;
}

#word_grp a, #word_grp a:hover, #word_grp a:visited {
	color: #000000;	
}

#leftbar {
	height: 350px;
	display: table-cell;
	width: 261px;
	/*padding-top: 25px;
	padding-bottom: 15px; */
	/*	line-height: 2.5em; */
	line-height: 1.5em;
	overflow: auto;
	padding-left: 15px;
	padding-top: 10px;
}

.services #leftbar, .whyus #leftbar {
	vertical-align: top;
	padding-top: 10px;	
}

#leftbar h4 {
	background: url('../img/tick.png') no-repeat;
	padding-left: 25px;
}
.scroll {
	height: 320px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

#words {
	height: 320px;
	padding-right: 10px;
	padding-top: 30px;
	line-height: 2.5em;
	background: #E6EAF3;
}

#words li a {
		color: #1A2D4E;
}
#words a:hover {
	color: #FF6600;
}
#words ul {
	margin: 0px;
}

#words li {
	display: inline;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
}

#words li.small {
	font-size: 12px;
}

#words li.normal {
	font-size: 15px;
}


#words li.big {
	font-size: 18px;
}


.orange {
	color: #FF6600;
}

#logo {
	float: left;
	height: 186px;
	display: none;
}

.home #logo, .contactus #logo {
	display: none;	
} 
/** end - styles for sidebar **/


/** Styles for aligning the main content **/

#main {
	width: 100%;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#data li {
	line-height: 18px;
}

#content {
	width: 899px;
	background-color: #E6EAF3;
	float: left;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	
}

.item_data {
	padding: 10px;
}
.home .item_data {
	min-height: 339px;
}

.contactus .item_data {
	min-height: 516px;
}

.item_data ul.item_list li {
	background: url('../img/li_bck.jpg') no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

.item_data ul.item_list2 li {
	background: url('../img/li_bck.jpg') no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	width: 250px;
}


#data {
	float: left;
	/*height: 536px;*/
	overflow: auto;
	width: 624px;
	background: url('../img/bckgd-img.jpg') 0px 320px no-repeat;
	background-color: #FFFFFF;
}

.heading {
	width: 100%;
}

.heading .back{
	float: right;
}

#latest {
	width: 603px;
	height: 155px;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#latest .col {
	width: 193px;
	float: left;
	height: 100%;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#latest .third {
	margin-right: 0px;
	width: 183px;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: middle;
	display: table-cell;

	/*text-align: justify*/

}

#latest .third .testimonial {
	font-size: 0.9em;
	margin-bottom: 0px;
}

#latest .third .author {
	margin-top: 10px;
	margin-bottom: 0px;
}

#latest .second img{
  width: 190px;
}
#latest .second {
	height: 150px;
	border: 2px solid gray;
}


#latest .col .big_logo {
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid gray;

}
#latest .col .logo_list {
	margin: auto;
	text-align: center;
}

#latest .col .logo_list a:hover img{
	border-color: #1a2d4f;
}
#latest .col .logo_list a.selected img{
	border-color: #1a2d4f;
}
#latest .col .logo_list {
	margin: auto;
	text-align: center;
}

#latest ul {
	margin: 0px;
	padding: 0px;
}
#latest ul li {
	float: left;
	border: 2px solid #FFFFFF;
}
#latest ul li img{
	float: left;
	border: 2px solid gray;
}

#latest_work {
	float: left;
	color: white;
	background: url('../img/bck_latest_work4.jpg') repeat;
	width: 613px;
	height: 186px;
	margin-left: 10px;
	font-size: 13px;
}

#more img{
	vertical-align: middle;
}

#contact_data img {
	vertical-align: middle;
}

#gdgt-logo {
	float: left;
	margin: 16px 20px 0px;
	color: transparent;
	background: #FFFFFF url('../img/gdgt-logo-orange.png') 27px 36px no-repeat;
	width: 201px;
	height: 140px;
}

#latest_work p {
	padding-left: 260px;
	padding-top: 25px;
	padding-right: 30px;
}

#latest_work p a{
	color: white;
	font-weight: bold;
}

#title {
	background-color: #1A2D4E;
	float: left;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#testimonials {
  padding: 20px;
  line-height: 18px;

}
.testimonial {
	font-size: 1em;
	margin-bottom: 5px;
}

    .quote {
       border:1px solid #1A2D4E ;
       background:#E6EAF3   url('../img/quote-left.gif') no-repeat left top;
       padding-top: 10px;
       padding-left: 40px;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       font-size:11px;
       font-family:Arial;
    }

    .quote div {background: transparent url('../img/quote-right.gif') right bottom no-repeat;
     padding-right: 40px;
     padding-bottom: 10px;
    }

#clientssay {
	font-weight: bold;
	margin-bottom: 15px;
}

.author {
	font-size: 0.9em;
	font-weight: bold;
}



/** end - Styles for aligning the main content **/

/** Styles for aligning the footer section data **/

#footer_line {
	background-color: #1A2D4E;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#footer {
	text-align: right;
	font-size: 11px;
  	color: #1A2D4F;
}
/** end - Styles for aligning the footer section data **/

/** start - form styles **/

form.normal input, form.normal textarea {
	-x-system-font: none;
	border: 1px solid #CCCCCC;
	font-family: arial,sans-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	padding: 4px;
	vertical-align: middle;
}

.home #data {
	background-image: none;
}
input {
	font-size: 10px;
}
form.normal li {
	margin-bottom: 10px;
}

form.normal li label {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
}

.btn {
	background-color: #1A2D4E;
	color: #E3EAF4;
	padding: 5px 10px;
	font-weight: bold;
}

.btn:hover {
	color: #FF6403;
}
/** end - form styles **/

/** start - styles for contact page**/

#contact_no {
	background: url('../img/number.jpg') left no-repeat;
	padding: 8px 25px;
}

#contact_email {
	background: url('../img/email.jpg') left no-repeat;
	padding: 5px 40px;
	padding-right: 5px;
	font-size: 11px;
	font-familty: verdana;
	color: #EFF2E9;
}

#contact_email a {
	text-decoration: none;
	color: #FFFFFF;
}
#contact_email a:hover {
	text-decoration: none;
	color: #FF6600;
}

/** end - styles for contact page**/
