*{
	margin:0;
	padding:0;
}
body{
    background:url(../images/body_bg.gif) repeat-x;
	font-family:Arial;
	font-size:12px;
}

a{ outline:none; text-decoration:none; }
ul li{ list-style:none; }
#header, #container, #footer{
	width:960px;
	margin:auto;
}

#header{
	height:90px;
	z-index:10000;
}
.logo{
	float:left;
	padding:40px 0px 0px 15px;
}
.logo a{
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	width:183px;
	height:36px;
	text-indent:-9999px;
}


#container{
	padding:20px 0 15px 0;
	
}
.imgsection{
   margin-top:12px;
    *padding-top:12px;
}
.mainimg{
	background:url(../images/mainimg.jpg) no-repeat;
	width:643px;
	height:297px;
	float:left;	
}
.ksolutionsbox{
	width:307px;
	height:292px;
    background:#ccc;
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    -moz-box-shadow:0px 4px 12px #818181;
	-webkit-box-shadow:1px 3px 7px #818181;
	border-shadow:1px 3px 7px #818181;
	behavior:url(border-radius.htc);
}
.ksolutionsbox h2{
	color:#E73429;
	margin:15px 0 15px 10px;
	font-size:16px;
}
.ksolutionsbox ul li{
	background:#fff;
	width:285px;
	height:232px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
	margin:1px 0 0 5px;
	padding:5px 0 0 10px;
	line-height:18px;
   
	}
.ksolutionsbox a{
color:#0086bd ;
font-weight:bold !important;

font-size:11px;
}
.ksolutionsbox ul li a:hover{
text-decoration:underline;
color:#e71810;
}
.ksolutionsbox p{
border-bottom:1px dotted #ccc;
padding:4px 0 4px 0;
width:273px;
color:#525252;
	}
.more{
	text-align:right;
}
.more a{
	display:block;
	float:right;
	font-weight:bold;
	font-size:11px;
	margin:5px 10px 0 0 ;
	
}

.border { border-bottom: 1px solid #d6d6d6; margin-top:10px; width:960px;}
.cont_box { width:308px; height:260px; margin:10px 15px 0 0; float:left; background:url(../images/content_bg.gif) no-repeat; }
.cont_right { width:310px; float:right;}
.cont_box2 {  width:310px; height:150px; margin:10px 0 5px 0; background:url(../images/content_bg2.gif) no-repeat; }
/*.clients { border-top:1px solid #CCC; height:100px; margin-top:10px;padding-left:55px; width:100px;}*/
.kacper_heading, .business { background:url(../images/sprite.jpg) no-repeat; overflow:hidden; }
.kacper_heading { background-position:-14px -70px; width:155px; height:18px; margin:15px 0 0 10px; text-indent:-9999px;}
/*.software { background-position:-197px -68px; width:140px; height:18px; margin:15px 0 0 10px; text-indent:-9999px; }*/
.business { background-position:-355px -70px; width:230px; height:25px; margin:15px 0 0 10px; text-indent:-9999px; }
p{ line-height:18px; color:#525252;}
.readmore{
	height:20px;
	padding-right:10px;
}
.ss{
	padding-top:15px;
}
.cont_box p, .cont_box2 p{
	margin:5px 10px 0px 10px;
}
/*.readmore a{ background:url(../images/sprite.jpg) no-repeat -141px -128px; color:#FFF; text-decoration:none; padding-left:6px; padding-right:16px; float:right;}
.readmore a:hover { text-decoration:underline;}*/
.readmore a{ 
	background:url(../images/sprite.jpg) no-repeat -135px -126px; 
	padding:2px 7px 2px 12px; 
	display:block; 
	float:right; 
	font-size:11px;
	color:#fff;
   
    
	}
.readmore a:hover { text-decoration:underline; }
.clear{
	clear:both;
}

#footer{
	width:100%;
	height:56px;
	background: url(../images/footer_bg.gif) repeat-x;
}
.footer_content{
	width:960px;
	margin:auto;
}
.foot_left{
	float:left;
	padding:15px 0px 0px 15px;
}
.foot_right{
	float:right;
	padding-top:15px;
	
}
.foot_right p{
	float:left;
	padding-top:5px;
	font-weight:bold;
}

.foot_right ul{
	float:left;
}
.foot_right a:hover{
color:#e71810;
}
.foot_right ul li{
	list-style:none;
	float:left;
	padding:0px 10px 0px 0px;
}
.foot_right ul li a{
	display: block;
	width:27px;
	height:27px;
	text-indent:-99999px;
	float:left;
	
}
.foot_right ul li a.twitter{
	background:url(../images/tw_icon.gif) no-repeat;
     margin-left:5px;
	
}
.foot_right ul li a.facebook{
	background:url(../images/fb_icon.gif) no-repeat;
}
.foot_right ul li a.in{
	background:url(../images/in_icon.gif) no-repeat;
}
.foot_right ul li a.twitter:hover{
	background:url(../images/tw_hover.gif) no-repeat;
	
}
.foot_right ul li a.facebook:hover{
	background:url(../images/fb_hover.gif) no-repeat;
}
.foot_right ul li a.in:hover{
	background:url(../images/in_hover.gif) no-repeat;
}

#slideshow {
    position:relative;
	float:left;
}
.mainss { width:643px;  height:297px; left:1px;}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*...................Tabs.......................*/
.asic {  
	background:url(../images/tabcurve1.png) no-repeat; height:40px; width:150px;
	margin-left:6px;
	}
.asic a{ font-size:12px; margin:15px 0 0 24px;}
.software { color:#000;background:url(../images/tabcurve2.png) no-repeat; height:40px; width:150px; }
.software a{ margin:15px 0 0 10px;}
ul.tabs {
	float: left;
	list-style: none;
	height:33px;
	}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size:1.2em; 
	}
.tab_container {
	clear: both;
	float: left;
	width:300px;
	}
html ul.tabs li.active {
	background:none;
}
ul.tabs li.active a{
	color:#e1302a !important;
}	
/*li.active a.soft{ background:none !important; }*/

.rcolor { color:#e1302a;}
.clients { width:210px; height:93px; padding-top:10px;}
ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	
	
	}
.content{
  margin:15px 0  0 7px;
}
.cont_solutions{
  background:url(../images/con_box.gif) no-repeat;

  height:176px;
  float:left;
  margin-right:7px;
	padding:0 0 0 7px;
	width:224px;
  margin-bottom:10px;
  border-bottom:5px solid #C30000;
}
.heading{
padding:15px 0 0 6px;;
color:#0184BA;
font-size:14px;

margin-bottom:5px;
}
.cont_solutions p{
padding:2px 0 0 5px;
}
.cont_solutions ul li{
padding:3px;
}
.cont_solutions ul{ margin-left:5px;}
.erp, .erpa { font-weight:bold;}
.erp li{ font-size:12px;}
a{
color:#666666;
}
.cont{
color:#525252;
font-weight:normal;
}
/*....................Tweets........................*/
.tweet_avatar IMG{ display:none;}
.tweetlist { font-size:10px; padding:5px 0 5px 0 !important;margin-right:15px; color:#525252;}
.tweet_time a{ float:right; font-size:9px; padding-right:5px; color:#0184BA; }
.tweet_time a:hover { color:#e51c14;}
.bcolor{
padding-left:3px;
}

.svlogo{
	background:url(../images/fav_ico.gif) no-repeat;
	padding-left:20px;
	color:#0184BA;
}
.visit a{font-size:10px;text-transform:uppercase;font-weight:bold;}
.cr{
	border-bottom:5px solid #e51c14;
}
.cb{
	border-bottom:5px solid #0184BA;
}
.cb .readmore a{
	background-position:-135px -168px;
}
.co{
	border-bottom:5px solid #ff9820;
}
.cg{
	border-bottom:5px solid #67b034;
}
.cg .readmore a{
	background-position:-135px -147px;
}
.clients img{
	margin-left:7px;
}




.h_over a{
  background:#CCC;
  border-bottom:3px solid #0184BA;
  color:#FFF;
}
.h_over ul li a, .h_over ul li ul li a{
	background:none;
	color:#333;
}