html,body {
	height: 100%;
	margin: 0;
	
}
body{
	margin:0;
	color:#666;
	font:11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#e9f2ff url(../images/bg-page.gif) repeat-y;
	
}
textarea{
	resize: none;
}

img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}

#page{
	margin:0;
	min-height: 100%;
	/*background: url(../images/bg-page.gif) repeat-y;*/
	position: relative;
}
* html #page{
	height: 100%;
}
.landing-splash{
	background: #155499 url(../images/bg-blue.gif) repeat-x;
}
.landing-splash #page{
	background: url(../images/bg-page2.gif) repeat-y;
}


.container{
	padding-bottom: 19px;
	width: 100%;
}

/* header start */
#header{
	width: 100%;
	height: 31px;
	position: fixed;
	top: 10px;
	left: 0;
	min-width: 790px;
}
#header div{
	width: 100%;
	background: url(../images/bg-header.png) repeat-x;
}
/* nav start */
#nav{
	padding: 9px 0 0 20px;
	list-style: none;
	margin: 0;
	height: 22px;
	overflow: hidden;
	position: relative;
}
#nav li{
	float: left;
	padding-right: 2.5%;
	display: inline;
}
* html #nav li{
	margin-right: 2.5%;
	padding: 0;
}
#nav a{
	float: left;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
}
.what-we-do{
	background: url(../images/link-what-we-do.gif) no-repeat;
	width: 71px;
}
.sectors{
	background: url(../images/link-sectors.gif) no-repeat;
	width: 107px;
}
.portfolio{
	background: url(../images/link-portfolio.gif) no-repeat;
	width: 60px;
}
.credentials{
	background: url(../images/link-credentials.gif) no-repeat;
	width: 72px;
}
.products{
	background: url(../images/link-products.gif) no-repeat;
	width: 57px;
}
.resources{
	background: url(../images/link-resources.gif) no-repeat;
	width: 62px;
}
.alliances{
	background: url(../images/link-alliances.gif) no-repeat;
	width: 58px;
}
.about-us{
	background: url(../images/link-about-us.gif) no-repeat;
	width: 55px;
}
.contact{
	background: url(../images/limk-contact.gif) no-repeat;
	width: 48px;
}
#nav a:hover{
	background-position: 0 -13px;
}
#nav .active a{
	background-position: 0 -26px;
}
/* nav end */
/* header end */
/* content start */
#content{
	overflow: inherit;
	height: 100%;
	background: url(../images/bg-page.gif) repeat-y;
	
}
/* sidebar start */
.side-bar{
	
    position: fixed;
	float: inherit;
	width: 174px;
	padding-right: 5px;	
}
.landing-splash .side-bar{
	background: url(../images/bg-sidebar2.gif) no-repeat;
}
.column{
	
	background: #95b6d1 url(../images/bg-sidebar.gif) repeat-x ;
	min-height: 500px;
	width: 174px;
	padding: 64px 0 100px;
	position: relative;
}

* html .column{
	height: 375px;
	/*width: 174px;*/
}
.landing-splash .column{
	width: 152px;
	padding: 54px 0 100px 22px;
}
.column h2{
	margin: 0 0 3px 23px;
	color: #369;
	font-size: 11px;
}
/* menu start */
.column .menu{
	padding: 0 0 15px;
	list-style: none;
	margin: 0;
}
.column .menu li{
	height: 1%;
	vertical-align: top;
}
.column .menu li.hover{
	position: relative;
}
.column .menu a{
	font-size: 10px;
	color: #036;
	display: block;
	line-height: 18px;
	text-decoration: none;
	cursor: default;
}
.column .menu a:hover,
.column .menu li.hover a{
	background: #c2fcf2;
	text-decoration: none;
}
.column .menu a.active{
	background: #fff !important;
}
.column .menu ul a.active,
.column .menu li.hover ul a.active{
	background: #fff url(../images/shadow-submenu-hover.gif) repeat-y !important;
}
.column .menu a span{
	cursor: default;
	display: block;
	height: 1%;
	padding-left: 26px;
}
.subnav span{
	background: url(../images/arrow.gif) no-repeat 16px 5px;
}
.subnav ul span{
	background: none;
}
.subnav ul .subnav span{
	background: url(../images/arrow.gif) no-repeat 16px 5px !important;
}
.subnav ul .subnav ul span{
	background: none !important;
}
.column .menu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 174px;
	width: 174px;
	background: #a6c8e6 url(../images/shadow-submenu.gif) repeat-y;
	display: none;
}

.column .menu .subnav ul li.noshadow{
background: #a6c8e6;
}

.column .menu li.hover .submenu,
.column .menu .submenu li.hover ul{
	display: block;
}
.column .menu .subnav ul li.hover{
	background: #c2fcf2 url(../images/shadow-submenu-hover-green.gif) repeat-y;
}

.column .menu .subnav ul li.noshadow.hover{
	background: #c2fcf2;
}
.column .menu ul a:hover,
.column .menu li.hover ul a{
	background: none;
}
/* menu end */
.column h3{
	font-size: 12px;
	color: #333;
	margin: 0 0 5px;
	font-weight: normal;
}
.column p{
	margin: 12px 2px 31px;
	font-size: 10px;
	color: #333;
	line-height: 12px;
	word-spacing: -2px;
	padding-right:4px;
}
/* news start */
.news{
	padding: 0;
	list-style: none;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
}
.news li{
	padding-bottom: 6px;
}
.news span{
	color: #333;
	display: block;
}
.news a{
	color: #306;
}
.news p{
	color: #306;
	margin: 0;
	text-indent: 0px;
}
.news p a{
	text-decoration: underline;
}
.news p a:hover{
	text-decoration: none;
}
/* news end */
/* sidebar end */
/* main-content start */
.main-content{
	margin-left: 179px;

}
.main-content h4{
	height: 5px;

}
.main-content h5{
	height: 5px;

}
.content-holder{
	width: 100%;
	margin: 0 0 -100%;
	float: left;
	padding-top: 41px;
}
.inner-content{
	padding: 0 20px 0 6px;
}
/* breadcrumbs start */
.breadcrumbs{
	padding: 0;
	list-style: none;
	margin: 0;
}
.breadcrumbs li{
	display: inline;
	padding: 0 5px 0 11px;
	background: url(../images/bullet-breadcrumbs.gif) no-repeat 0 3px;
	font-size: 10px;
	color: #999999;
}
.breadcrumbs li:first-child{background: none;}
.breadcrumbs a{
	color: #999999;
}
/* breadcrumbs end */
/* title start */
.inner-content .title{
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
}
.inner-content .title h1{
	float: left;
	margin: 23px 0 0 10px;
}
.inner-content .title h1.filemarker{
	overflow: hidden;
	text-indent: -9999px;
	width: 253px;
	height: 76px;
	background: url(../images/title-filemarker.gif) no-repeat;
}
.inner-content .title ul{
	padding: 0;
	list-style: none;
	margin: 0;
	float: right;
}
.inner-content .title ul li{
	float: left;
	padding-left: 9px;
}
.inner-content .title ul a{float: left;}
.inner-content .title ul img{display: block;}
/* title end */
/* txt-box start */
.txt-box{
	padding: 0 0 0 30px;
	margin-top:2px;
	margin-bottom:40px;
	margin-right:20px;
	width:770px;
}
.txt-box li{
	color: #666666;

}

.txt-box li a{
	color:#06c;

}
.txt-box p{
	margin: 0 0 7px;
}
.txt-box .main-txt p{
	margin-bottom: 14px;
}

.txt-box p strong{
	font-weight: normal;
	color: #000;
}
.txt-box p a{
	color: #06c;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}


.txt-box p a:hover{
	text-decoration: none;
}

/* txt-box end */
/* main-content end */
/* landing-splash start */
.contant-box{
	padding-top: 75px;
	min-height: 472px;
	overflow:hidden;
}
* html .contant-box{
	height: 472px;
}
.contant-box h1.information{
	background: url(../images/txt-information.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 518px;
	height: 41px;
	margin: 0 auto 120px;
}
.contant-box h2.bespoke{
	margin: 0 auto;width: 521px;
	height: 46px;
	background: url(../images/txt-bespoke.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.big-logo{
	position: absolute;
	bottom: 24px;
	left: 188px;
	width: 599px;
	height: 213px;
}
.copyright{
	position: absolute;
	bottom: 23px;
	left: 183px;
	font-size: 10px;
	color: #000;
}
.contant-box .links{
	position: absolute;
	bottom: 27px;
	right: 11px;
	overflow: hidden;
	height: 46px;
}
.contant-box .links a{
	float: left;
	margin-left: 8px;
	display: inline;
}
.contant-box .links img{
	display: block;
}
/* landing-splash end */
/* content end */
/* footer start */
#footer{
	height: 19px;
	/*margin-top: -19px;*/
	bottom: 0px;
	width: 100%;
	min-width:790px;
	position: fixed;
	background: url(../images/bg-footer.gif) repeat-x;
}
/* logo start */
.logo{
	position: absolute;
	bottom: 30px;
	left: 23px;
	width: 133px;
	height: 80px;
}
.logo strong{
	display: block;
	width: 132px;
	overflow: hidden;
	text-indent: -9999px;
}
.logo strong a{
	display: block;
	height: 62px;
	background: url(../images/logo.png) no-repeat;
}
.logo p{
	margin: 1px 0 0;
	font-size: 11px;
	color: #000;
}
.logo p span{
	color: #666;
}
/* logo end */
#footer ul{
	padding: 2px 0 0 18px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	height: 17px;
}
#footer ul li{
	float: left;
	padding-right: 2%;
	display: inline;
}
* html #footer ul li{
	padding: 0;
	margin-right: 2%;
}
#footer ul a{
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 14px;
}
.systems-analysis{
	width: 198px;
	background: url(../images/link-systems-analysis.gif) no-repeat;
}
.custom-programming{
	width: 136px;
	background: url(../images/link-custom-programming.gif) no-repeat;
}
.rapid-application{
	width: 193px;
	background: url(../images/link-rapid-application.gif) no-repeat;
}
.interface-design{
	width: 175px;
	background: url(../images/link-interface-design.gif) no-repeat;
}
.hyper{color: #06c;
	font-weight: bold;
	text-decoration: underline;
}
/* footer end */
