@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:#000;
}
div#header {
	width:755px;
	margin:0 auto;
	clear:both;
	background:url(../images/headerBG.jpg) repeat-x center;
	height:113px;
	border:1px #ccc solid;
	border-top:none;
	border-bottom:none;
	position:relative;
}
div#header div#logo-DIV {
	width:290px;
	height:90px;
	/*float:left;*/
	position:absolute;
	left:0;
	top:0;
	margin-top:2px;
}
div#header div#logo-DIV h1 {
	width:290px;
	height:90px;
	text-indent:-9999px;
	margin-top:2px;
	background:url(../images/KaasaWebTech.jpg) center no-repeat;
	overflow:hidden;
}
div#header div#logo-DIV a {
	display:block;
	height:90px;
}
div#header div#headerM-DIV {
	margin:0 210px 0 290px;
	height:95px;
	background:url(../images/headerMBG.jpg) top center;
	background-position:top;
	position:relative;
}
div#header div#headerM-DIV ul {
	list-style:none;
	display:inline;
	position:absolute;
	clear:both;
	top:30px;
	font-size:6pt;
	left:50px;
	font-family:"Courier New", Courier, monospace;
	height:30px;
	width:150px;
}
div#header div#headerM-DIV ul li {
	list-style:none;
	display:inline;
	padding:5px 2px;
	height:22px;
	background:url(../images/topNavBg.png) center no-repeat;
	padding-top:10px;
	background-position:top;
	height:30px;
	display:block;
	float:left;
}
div#header div#headerM-DIV a {
	padding:5px;
	text-decoration:none;
	color:#000;
}
div#header div#headerM-DIV a:hover {
	padding:5px;
	text-decoration:none;
	color:#b90c12;
}
div#header div#headerL-DIV {
	position:absolute;
	width:190px;
	height:90px;
	margin-top:2px;
	background:url(../images/mouseIMG.jpg) right no-repeat;
	top:0;
	right:0;
	font-size:10pt;
}
div#header div#headerL-DIV a {
	color:#000;
	background:url(../images/Request-a-Quote.jpg) no-repeat left;
	height:28px;
	display:block;
	text-indent:-9999px;
}
div#flashContents {
	width:755px;
	margin:0 auto;
	clear:both;
	border:1px #ccc solid;
	border-top:none;
	border-bottom:none;
	background:url(../images/flashBG.jpg) #000 repeat-x center;
	position:relative;
	height:200px;
}
div#flashContents img{
	margin:0 auto;
	width:755px;
	position:absolute;
	top:0;
	left:0;
}
div#flashContents ul{
	margin:0 auto;
	width:755px;
	position:absolute;
	bottom:0;
	left:0;
	list-style:none;
}
div#flashContents ul li{
	list-style:none;
	display:inline;
	line-height:31px;
	padding:0 5px;
	border-left:1px dotted #fff;
	font-size:8pt;
}
div#flashContents ul li.noBorder{
	border-left:none;
}
div#flashContents ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}
div#bodyContents {
	width:755px;
	margin:0 auto;
	clear:both;
	border:1px #ccc solid;
	border-top:none;
	border-bottom:none;
	background:#fff;
}
div#bodyContents div#leftSidePanel {
	width:150px;
	float:left;
	background:#fff;
	/*padding:5px;*/
	padding-top:0px;
	min-height:200px;
	font-size:10pt;
} 
div#bodyContents div#leftSidePanel img{
	padding:3px;
	border:none;
}
div#bodyContents div#leftSidePanel a.nav{
	color:#999999;
	text-decoration:none;
	border-bottom:1px dotted #999999;
	display:block;
} 
div#bodyContents div#leftSidePanel a.nav:hover{
	color:#b90c12;
	text-decoration:none;
	border-bottom:1px dotted #b90c12;
	display:block;
} 
div#bodyContents div#homeBottom{
	border-top:1px #ccc solid;
	position:relative;
	height:300px;
	background:#f7f7f7;
}

div#bodyContents div#homeBottom div#homeBottomLeft{
	width:50%;
	position:absolute;
	left:0;
	height:300px;
}
div#bodyContents div#homeBottom div#homeBottomLeft h2{
	text-indent:-9999px;
	background:url(../images/developmentProcess.jpg) #f7971f left no-repeat;
	height:31px;
}
div#bodyContents div#homeBottom div#homeBottomRight{
	width:50%;
	position:absolute;
	right:0;
	height:300px;
	border-left:1px #ccc solid;
}
div#bodyContents div#homeBottom div#homeBottomRight h2{
	text-indent:-9999px;
	background:url(../images/servicesAndSolitions.jpg) no-repeat left #bb0d13;
	height:31px;
	margin-left:-1px;
}
div#bodyContents div#leftSidePanel h2{
	font-size:9pt;
	padding:7px 3px;
	padding-bottom:6px;
	background:#f2f2f2;
	color:#b90c12;
}
div#bodyContents div#leftSidePanel div#techLogos{
	background:#fff;
	margin-top:5px;
}
div#bodyContents div#rightSidePanel {
	margin-left:150px;
	min-height:200px;
	border-left:1px #ccc solid;
}
div#footer {
	width:755px;
	margin:0 auto;
	clear:both;
	border:1px #ccc solid;
	height:35px;
	background:#fff;
	line-height:35px;
}
div#footer ul{
	list-style:none;
	text-align:center;
}
div#footer ul li{
	list-style:none;
	text-align:center;
	display:inline;
	border-left:1px solid #4e4e4e;
	padding:0 2px;
	font-size:8pt;
}
div#footer ul li a{
	color:#4e4e4e;
	padding:0 1	px;
	text-decoration:none;
}
div#footer ul li a:hover{
	text-decoration:underline;
}
div#footer ul li.noBorder{
	border-left:none;
}
div#footer ul li.copyInfo{
	border-left:none;
	color:#333;
	font-size:6.5pt;
}
.cleaner{
	clear:both!important;
	line-height:2px!important;
	height:2px!important;
	overflow:hidden!important;
	display:block!important;
}
.text {
	/*font-family:Tahoma;*/
	color:#737373;
	font-size:8pt;
	margin-top:10px;
	font-weight:normal;
	padding-left:5px;
}
.bold {
	/*font-family:Tahoma;*/
	color:#000000;
	font-size:8pt;
	margin-top:5px;
	text-decoration:underline;
	font-weight:bold;
	padding-left:5px;
}
.heading {
	/*font-family:"Cheltenhm BT";*/
	font-size:10pt;
	color:#B90C12;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	padding-left:5px;
}
.padding10px{
	padding:10px;
}
.text1 {
	font-family:Tahoma;
	color:#737373;
	font-size:11px;
	margin-top:10px;
	font-weight:normal;
	padding-left:10px;
	background-image:url(../NewImages/logo1.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
}
table.c3 {
	background:#fff;
	border-bottom:1px #dadada solid;
}
p{
	padding:5px;
}