body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #444343;
	background: #eeeaf0 url('../images/body-bg.gif') repeat-x;
	min-width: 999px;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
/* index start */
#page {
	margin: 5px auto 0;
	overflow: hidden;
	width: 989px;
}
/*header start*/
#header {
	overflow: hidden;
	width: 963px;
	height: 92px;
	background: url(../images/header-bg-short.jpg) no-repeat;
	margin-left: 12px;
	position: relative;
}
/*logo start*/
.logo {
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	margin: 0;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 256px;
	height: 92px;
	overflow: hidden;
	background: url('../images/logo-sm.png') no-repeat;
}
/*logo end*/
.head-box {
	float: right;
}
.nav {
	overflow: hidden;
	position: absolute;
	right: 16px;
	top: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	float: left;
	background: url(../images/nav-divider.gif) no-repeat;
	padding: 0 5px 0 5px;
	margin-left: -2px;
	display: inline;
}
.nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 8px;
	background-repeat: no-repeat;
}
.nav li a:hover,
.nav li a.active {
	background-position: 0 -8px;
}
.nav .home a {
	width: 36px;
	background: url(../images/navigation/home_head.gif);
}
.nav .contact a {
	width: 69px;
	background: url(../images/navigation/contact_us_head.gif);
}
.nav .login a {
	width: 75px;
	background: url(../images/navigation/client_head.gif);
}

.get-link {
	position: absolute;
	right: 16px;
	top: 69px;
	overflow: hidden;
	height: 16px;
}

.get-link:hover {
	background-position: 0 -16px;
}

/*header end*/
/* content start */
#content {
	overflow: hidden;
	width: 963px;
	padding: 0 12px 17px;
	background: url(../images/cont-shadow.gif) no-repeat -1px 100%;
}
.cont-divider {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.bottom-content {
	overflow: hidden;
	width: 100%;
}
/* main start */
#main {
	float: right;
	width: 520px;
}
.main-img {
	display: block;
}
/* main end */
/* sidebar start */
#sidebar {
	float: left;
	width: 443px;
}
.side-img {
	display: block;
}
/* sidebar end */
.late-link {
	display: block;
	width: 963px;
	height: 31px;
	background-color:#331633;
	text-align:center;
	color:#FFF;
	font-size:17px;
	text-decoration:none;
	padding-top:10px;
	font-weight:normal;
}

a:hover.late-link {
	color:#2a61bf;
}

/* content end */
/* bottom-content start */
.approach {
	overflow: hidden;
	/*border-top: 1px solid #c4b3c4;
	border-bottom: 1px solid #b19db1;*/
	background: #faf9fa url(../images/approach-bg2.gif) repeat-x;
}
.approach-holder {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: url(../images/approach-bg.gif) no-repeat;
	padding: 23px 0 16px 19px;
}
.app-box {
	float: left;
	width: 215px;
	margin-left: 20px;
	display: inline;
}
.app-title {
	display: block;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 11px;
	width: 160px;
	background-repeat: no-repeat !important;
}

.app-title:hover { 
	background-position: 0 -11px;
}

.title-divider {
	overflow: hidden;
	width: 215px;
	/*border-bottom: 1px solid #947493;*/
	padding-bottom: 2px;
}
.app {
	background: url(../images/navigation/solut-title.gif);
}
.about {
	background: url(../images/navigation/about-title2.gif);
}
.benef {
	background: url(../images/navigation/benef-title2.gif);
}
.clients {
	background: url(../images/navigation/clients-title2.gif);
}
.app-box p {
	margin: 3px 0 0;
	line-height: 18px;
}
.more {
	display: block;
	width: 215px;
	height: 11px;
	border-top:1px solid #a9c7e1;
	margin-top:3px;
	padding-top: 2px;
	text-decoration:none;
	font-size:14px;
	color:#2a61bf;
}

a.more:hover {
	color:#3e85ed;
}

.banners {
	/*overflow: hidden;*/
	width: 100%;
	background-color:#FFF;
	border-top:1px solid #e0e0e1;
}
.img-box {
	overflow: hidden;
	width: 963px;
	margin: 0 auto;
}
/*.gallery {
	overflow: hidden;
	width: 1025px;
	margin: 0 0 0 -62px;
	padding: 46px 0 39px;
	list-style: none;
}
.gallery li {
	float: left;
	margin-left: 62px;
	display: inline;
}
.gallery li a {
	display: block;
}
.gallery li a img {
	display: block;
}*/
/* footer start */
#footer {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #b49eb3;
}
.foot-box {
	overflow: hidden;
	width: 963px;
	margin: 12px auto 15px;
	font-size: 10px;
	color: #424242;
}
.solut {
	float: left;
}
.foot-menu {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.foot-menu li {
	float: left;
	margin-left: 40px;
	display: inline;
}
.foot-menu li a {
	color: #424242;
	text-decoration: none;
}
.foot-menu li a:hover {
	text-decoration: underline;
}
.reserve {
	float: right;
}
/* footer end */
/* bottom-content end */
/* index end */
/* inner start */
/* content start */
/* main start */
.inner .cont-divider {
	overflow: hidden;
	width: 939px;
	padding: 35px 22px 7px 2px;
}
.line {
	overflow: hidden;
	height: 100%;
	background: #fff;
}
.inner #main {
	float: right;
	width: 614px;
}
.main-holder {
	overflow: hidden;
	height: 370px;
	overflow: auto;
	padding-right:20px;
}
.main-holder h2 {
	margin: 1px 0 0 0;
	font-size: 20px;
	color: #521e50;
}
.main-holder p {
	margin: 13px 0 0;
	color: #636363;
	line-height:19px;
}

.main-holder .datelong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#6A737D;
}

.main-holder a {
	color: #7e2e7b;
}

.main-holder h3 {
	color: #7e2e7b;
}

.main-holder h3.label {
	text-align:center;
}

.main-holder a:hover {
 	color:#003399;
}

.main-holder hr {margin:20px 0 10px 0; border:0; border-top:1px dashed #7e2e7b; clear:both; height:0;}

.imp-menu {
	overflow: hidden;
	margin: 0 0 0 28px;
	padding: 0;
	list-style: none;
}
.imp-menu li {
	background: url(../images/imp-menu-bg.gif) no-repeat 0 6px;
	padding-left: 11px;
	margin-top: 6px;
}
.imp-menu li a {
	color: #636363;
	text-decoration: none;
}
.imp-menu li a:hover {
	text-decoration: underline;
}
.main-holder blockquote {
	margin: 23px 0 0;
}
.main-holder q {
	quotes: none;
	display: block;
	color: #521e50;
	line-height: 22px;
}
.main-holder q:before {
	content:"";
}
.main-holder q:after {
	content:"";
}
.main-holder cite {
	display: block;
	color: #521e50;
	text-align: right;
	margin-top: 3px;
}

.main-holder ul { 
	list-style:none;
	padding-left:20px; 
}

.main-holder ul li {
	background-image: url(/images/bullets/check.gif); background-repeat: no-repeat; padding:2px 15px; background-position: 0 -3px;
}

/* main end */
/* sidebar start */
.inner #sidebar {
	width: 270px;
}
.side-menu {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	text-align: right;
}
.side-menu li {
	margin-bottom:20px;
}

.side-menu li.sub {
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size:14px;
}
.side-menu li.sub a {
	color: #636363;
	padding-right: 14px;
	text-decoration: none;
}
.side-menu li.sub a:hover,
.side-menu li.sub a.active {
	color: #144599;
	background: url(../images/side-menu-bg.gif) no-repeat 100% 3px;
}
.side-menu li.sub ul {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.side-menu li.sub ul li {
	margin: 0;
	font-size: 12px;
}
.side-menu li.sub ul li a:hover,
.side-menu li.sub ul li a.active {
	background: url(../images/side-menu-bg.gif) no-repeat 100% 2px;
}
.side-menu li.sub ul li.serv {
	font-weight: bold;
	margin-left: 140px;
	font-size:12px;
	text-align: left;
}
.side-menu li.sub ul li.serv a
.bread-box {
	overflow: hidden;
	width: 937px;
	padding: 0 26px 7px 0;
	margin-top: -6px;
}
.breadcrumbs {
	width: 622px;
	margin: 8px 0 0;
	padding: 4px 0 0;
	list-style: none;
	/*border-top: 1px solid #521e50;*/
	float: right;
	position: relative;
}
.breadcrumbs li {
	float: left;
	color: #3a144a;
	font-size: 9px;
	font-weight: bold;
	background: url(../images/bread-menu-bg.gif) no-repeat 100% 3px;
	padding: 0 9px 0 4px;
}
.breadcrumbs .last {
	background: url(../images/bread-menu-bg2.gif) no-repeat 100% 3px;
}
.breadcrumbs li a {
	color: #808080;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
.bread-box  .breadcrumbs .first {
	position: absolute;
	left: -154px;
	top: 4px;
	background: none;
}
.bread-box .breadcrumbs .first a {
	color: #636363;
	text-decoration: none;
	background: url(../images/prev-link.gif) no-repeat 0 3px;
	padding-left: 11px;
}
.bread-box .breadcrumbs .first a:hover {
	text-decoration: underline;
}
/* sidebar end */
/* content end */
/* index end */
#page #content .line .cont-divider #contact a {
	color: #7e2e7b;
}
#sidebar #contact a {
	color: #7e2e7b;
}
#lp {
	padding-left: 20px;
}
#lp .main-holder .left {
	width: 60%;
	float: left;
	padding-right: 10px;
}
#lp .main-holder .right {
	float: right;
	border: 2px groove #000;
	padding: 8px;
	width: 35%;
}
sup {
	font-size: 60%;
	vertical-align: text-top;
}
