body {
	margin: 0px;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #2f3437;
}
/*------------------------------- Scrollbar Start -------------------------------*/
#scrollbar_container {
	position: relative;
	width: 660px;
}
#scrollbar_track {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background-color: transparent;
	cursor: move;
}
#scrollbar_handle {
	width: 10px;
	background-color: #e4e4e4;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
    -moz-opacity: 0.9;
}
#scrollbar_content {
	overflow: hidden;
	width: 640px;
	height: 400px;
}
/*------------------------------- Scrollbar End -------------------------------*/

/*------------------------------- Tooltip Start -------------------------------*/
.balloonstyle {
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid #cccccc;
	font: bold 11px Verdana;
	color: #0066CC;
	z-index: 100;
	background-color: white;
	width: 200px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#arrowhead {
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}
/*------------------------------- Tooltip End -------------------------------*/

#hom #hom a {
	background : transparent url(../images/home-over.png) no-repeat;
}
.hom {
	background : transparent url(../images/home.png) no-repeat;
	width : 130px;
	height : 47px;
}
.hom a:hover {
	background : transparent url(../images/home-over.png) no-repeat;
	width : 130px;
	height : 47px;
}
/*------------------------------- Menu Start -------------------------------*/
.menu-home {
}
.menu-home a {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 130px;
	height: 47px;
}
.menu-home a:hover {
	background-image: url(../images/home-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 130px;
	height: 47px;
}
#home #home a {
	background-image: url(../images/home-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 130px;
	height: 47px;
}
.menu-about {
}
.menu-about a {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 152px;
	height: 47px;
}
.menu-about a:hover {
	background-image: url(../images/about-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 152px;
	height: 47px;
}
#about #about a {
	background-image: url(../images/about-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 152px;
	height: 47px;
}
.menu-methodology {
}
.menu-methodology a {
	background-image: url(../images/methodology.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 181px;
	height: 47px;
}
.menu-methodology a:hover {
	background-image: url(../images/methodology-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 181px;
	height: 47px;
}
#methodology #methodology a {
	background-image: url(../images/methodology-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 181px;
	height: 47px;
}
.menu-presence {
}
.menu-presence a {
	background-image: url(../images/presence.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 185px;
	height: 47px;
}
.menu-presence a:hover {
	background-image: url(../images/presence-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 185px;
	height: 47px;
}
#presence #presence a {
	background-image: url(../images/presence-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 185px;
	height: 47px;
}
.menu-testimonial {
}
.menu-testimonial a {
	background-image: url(../images/testimonial.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 168px;
	height: 47px;
}
.menu-testimonial a:hover {
	background-image: url(../images/testimonial-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 168px;
	height: 47px;
}
#testimonial #testimonial a {
	background-image: url(../images/testimonial-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 168px;
	height: 47px;
}
.menu-contact {
}
.menu-contact a {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 164px;
	height: 47px;
}
.menu-contact a:hover {
	background-image: url(../images/contact-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 164px;
	height: 47px;
}
#contact #contact a {
	background-image: url(../images/contact-over.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 164px;
	height: 47px;
}
/*------------------------------- Menu End -------------------------------*/
.main-box-01 {
	background-image: url(../images/main-box-01.png);
	background-repeat: no-repeat;
}
.main-box-02 {
	background-image: url(../images/main-box-02.png);
	background-repeat: repeat-y;
}
.main-box-03 {
	background-image: url(../images/main-box-03.png);
	background-repeat: no-repeat;
}
.heading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 1px;
}
.copyright {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 18px;
	text-decoration: none;
}
.right-links {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.right-links a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3470a6;
	line-height: 18px;
	text-decoration: none;
}
.right-links-sep {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}
.right-links-bullet {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	background-position: 8px center;
}
.heading1 {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.text {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.textbold {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.textbold-link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	line-height: 18px;
	text-decoration: none;
}
.textbold-link a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	line-height: 18px;
	text-decoration: none;
}
.text-bot {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
.text-form {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.textbold-form {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.mandatory {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	line-height: 18px;
	text-decoration: none;
}
.textfield {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	border: solid 1px #999999;
	padding: 1px;
}
.form-bg {
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ss-bg {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.m-textbold {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
	line-height: 18px;
	text-decoration: none;
}
.m-textbold a:hover {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.m-bullet {
	padding-top: 3px;
}
.m-bullet1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 18px;
	text-decoration: none;
}
.textlink {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.textlink a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #3366CC;
	line-height: 18px;
	text-decoration: none;
}
.spe-bdrbot {
	border-bottom: dashed 1px #999999;
}
.cli-bg {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.text1-link {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	line-height: 18px;
	text-decoration: none;
}
.text1-link a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: underline;
}
.text1-link {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	line-height: 18px;
	text-decoration: none;
}
.text1-link a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: underline;
}
.cli-text-link {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: 18px;
	text-decoration: none;
}
.cli-text-link a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	line-height: 18px;
	text-decoration: none;
}
.co-bdr4 {
	border: solid 1px #e4e4e4;
}
.co-bdr3 {
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}
.co-bdr2 {
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}