/*@charset "utf-8";*/
/* CSS Document */

body{
	margin:10px;
	padding:0px;
	background-color:#404549;
}

.top-cor-bg{
	width:8px;
	height:85px;
	background-image:url(../images/t-left-cor.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.top-logo-bg{
	width:auto;
	background-image:url(../images/top-bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.welcome-hd{
	color:#629a25;
	font-family:Trebuchet MS;
	font-size:23px;
	font-weight:normal;
	text-align:left;
}

.body-hd-text{
	color:#140505;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
}



/* Rounded Corner box Start here */

.RoundedBgWhite{ background: transparent; width: 100%; margin: 0 auto;} 
.RoundedBgWhite .top, .RoundedBgWhite .bottom{display: block; background: transparent;font-size: 1px;} 
.RoundedBgWhite .b1, .RoundedBgWhite .b2, .RoundedBgWhite .b3, .RoundedBgWhite .b4, .RoundedBgWhite .b1b, .RoundedBgWhite .b2b, .RoundedBgWhite .b3b, .RoundedBgWhite .b4b{display: block;overflow: hidden; background: #ffffff;} 
.RoundedBgWhite .b1, .RoundedBgWhite .b2, .RoundedBgWhite .b3, .RoundedBgWhite .b1b, .RoundedBgWhite .b2b, .RoundedBgWhite .b3b{height: 1px; background: #ffffff;} 
.RoundedBgWhite .b2, .RoundedBgWhite .b3, .RoundedBgWhite .b4, .RoundedBgWhite .b4b, .RoundedBgWhite .b3b, .RoundedBgWhite .b2b{border-left: 1px solid #c53242; border-right: 1px solid #c53242;} 
.RoundedBgWhite .b1{ margin: 0 5px; background: #c53242;} 
.RoundedBgWhite .b2, .RoundedBgWhite .b2b{margin: 0 3px; border-width: 0 2px;} 
.RoundedBgWhite .b3, .RoundedBgWhite .b3b{margin: 0 2px;} 
.RoundedBgWhite .b4, .RoundedBgWhite .b4b{height: 2px;margin: 0 1px;} 
.RoundedBgWhite .b1b{margin: 0 5px; background: #c53242;} 
.RoundedBgWhite .boxcontent{display: block; background: #ffffff; border-left: 1px solid #c53242; border-right: 1px solid #c53242;}

/* Rounded Corner box End here */

.corp_bg{
	width:274px;
	height:183px;
	background-image:url(../images/corp_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}

.solu_bg{
	width:274px;
	height:183px;
	background-image:url(../images/solu_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}

.corp_hd{
	color:#408508;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}

.corp_hd2{
	color:#ff9c00;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

.solu_hd{
	color:#0666b2;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}

.specilaze_hd{
	color:#fa3905;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}

.readmore{
	color:#383737;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.readmore a{
	color:#383737;
	text-decoration:none;
}

.readmore a:hover{
	color:#ff9c00;
	text-decoration:none;
}

.categ ul{
	margin:0px;
	padding:0px;

}

.categ li{
	display:block;
	background-image: url(../images/bullt1.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin-left:0px;
	padding-left:10px;
	color:#3C3C3C;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	vertical-align:bottom;
	text-align:left;
	height:auto;
/*	border-bottom:#CECECE 1px solid; */
	margin-top:4px;
	
}

.categ li a{
	color:#3C3C3C;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
}

.categ li a:hover{
	color:#408508;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
}

/* bottom BGs start*/

.bottom-leftbg{
	width:9px;
	height:70px;
	background-image: url(../images/b-left-cor.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.bottom-rightbg{
	width:9px;
	height:70px;
	background-image: url(../images/b-right-cor.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.bottom-centerbg{
	width:auto;
	height:70px;
	background-image: url(../images/b-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.copyright{
	color:#7bba37;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}

.copyright a{
	color:#7bba37;
	text-decoration:none;
}

.copyright a:hover{
	color:#ff9c00;
	text-decoration:none;
}

.bottom-nav{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	font-weight:normal;
}

.bottom-nav a{
	color:#fff;
	text-decoration:none;
}

.bottom-nav a:hover{
	color:#ff9c00;
	text-decoration:none;
}

/* bottom BGs End */