@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #1f1f1f;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always;
}

/**********Default*****************/

/*BOF CSS for Pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8B8B8B;
	text-decoration: none; /* no underline */
	color: #CD1B27;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #8B8B8B;
	background-color: #CD1B27;
	color: #FFFFFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8B8B8B;
	font-weight: bold;
	background-color: #CD1B27;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8B8B8B;
	color: #DDD;
}
.clear {
	clear: both;
}
/*EOF CSS for pagination */

.msg {
	text-align: center;
	color: #0000FF;
	padding: 5px;
	margin: 5px 0;
	border: #C5C5C5 dashed 1px;
	background: #efefff;
}
.err {
	color: #FF0000;
	padding: 5px;
	margin: 5px 0;
	border: #C5C5C5 dashed 1px;
	background: #ffefef;
}
.error {
	color: #FF0000;
	padding: 5px;
	margin: 5px 0;
	border: #C5C5C5 dashed 1px;
	background: #ffefef;
}
/***************************/

body {
	padding: 0;
	margin: 0;
	background:#b8dbf0;
	font-size:12px;
	}

a {
	color: #222d65;
	text-decoration: none;
}
a:hover {
	color: #e12926;
}
h1, h2, h3 {
	margin: 0;
	line-height:1.4em;
}

h1 { font-size:30px;}
h2 { font-size:26px; text-transform:capitalize;}
h3 { font-size:20px;}
h4 { font-size:16px; font-weight:bold; text-transform:capitalize; margin:0px; margin:10px 0; color:#333;}
h5 { font-size:12px; font-weight:bold; text-transform:capitalize; margin:0px; margin-top:10px; color:#999;}
h6 { font-size:12px; font-weight:bold}

p {
	line-height:18px;
	margin:2px;
	margin-bottom:8px;
	font-size:12px;
	text-align:justify;
	}

ul {
	list-style:url(../uploads/images/li_bullot2.png) inside;
	margin:0;
	}

li {
	margin:10px;
	font-size:12px;
	line-height:15px;
	}	
	
.hr_main {
	width: 620px;
	margin: 0 auto;
	margin-top: 5px;
}	

/****Header****/

.header_container {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 1000px;
	margin:0 auto;
}
.logo {
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	width:240px;
}


.social_links {
	width: 325px;
	overflow: hidden;
	float: right;
	margin: 5px;
	position: relative;
	height: 38px;
	margin-top:5px;
}
.follow_text {
	float: right;
	color: #333;
	margin-top: 5px;
	font-size: 13px;
}
.social_icons {
	float: right;
}
.icons {
	float: left;
	margin-left: 5px;
}
.icons img:hover {
	opacity: .9;
}

.header_right_container {
	float:left;
	width:750px;
	}

.navigation_container {
	float:right;
	width:615px;
	margin-top: 45px;
	overflow: hidden;
	height: 32px;
	margin-bottom: 5px;
}
/************************/

#main_container {
	width:1000px;
	margin:0 auto;
	background:#FFF;
	overflow:hidden;
	-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.64);
	box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.64);
	}
	
	
.welcome_text {
	margin:0 10px;
	text-align:center;
	}
	
#banner_top {
	position:absolute;
	z-index:999;
	}
	
/*****************/

.footer_full_width {
	background: #474747;
}
.footer_full_width2 {
	background: #363839;
	height: 25px;
}
.footer_container {
	width: 1000px;
	margin: 0 auto;
}	

.footer_links {
	margin:0 auto;
	text-align:center;
	padding:8px;
	}
.footer_links a {
	color:#E8E8E8;
	padding:5px;
	}

.footer_links a:hover {
	color:#999;
	}

.copyright {
	float: left;
	width: 450px;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.copyright2 {
	float: right;
	width: 220px;
	text-align: right;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.copyright2 a {
	color: #CCC;
}
.copyright2 a:hover {
	color: #FFF;
}
.designed_div {
	float: right;
	width: 150px;
}
.designed {
	float: right;
	width: 120px;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	color: #999;
}
.zaptechs {
	float: right;
	margin: 3px;
}

.home_titles {
	text-align:center;
	font-size:19px;
	color:#999999;
	padding-top:5px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:bold;
	}
	
.middle_titles	 {
	text-align:left;
	font-size:19px;
	color:#999999;
	padding-top:5px;
	margin-left:10px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:bold;
	}

/*************/

#makeMeScrollable
		{
			width:975px;
			margin: 0 auto;
			height: 110px;
			position: relative;
			overflow:hidden;
			margin-top:5px;
			margin-bottom:15px;
			background:#f0f0f0;
		}

.catego_div {
	margin:10px;
	padding:5px;
position:relative;
float:left;
border-radius:10px;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 

-webkit-box-shadow: 0px 0px 10px 0px rgba(130,130,130,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(130,130,130,1);
box-shadow: 0px 0px 10px 0px rgba(130,130,130,1);}

/******************/

.middle_container {
	overflow:hidden;
	margin:0;
	}
	
.competetive_div {
	width:450px;
	float:left;
	margin-left:15px;
	}
	
.competetive_div ul {
	list-style:url(../uploads/images/li_bullot1.png) inside;
	}	
	
.competetive_div ul li {
	margin:0 0 5px 10px;
	line-height:24px;
	vertical-align:top;
	}

.supply_div	{
	width:510px;
	float:left;
	margin-left:15px;
	border-left:1px solid #CCC;
	}
	
.supply_div ul {
	list-style:url(../uploads/images/li_bullot.png) inside;
	}	
	
.supply_div ul li {
	width:245px;
	float:left;
	margin:3px 0;
	margin-left:10px;
	}	

.inner_div {
	width:720px;
	float:left;
	min-height:350px;
	border-right:#CCC 1px dotted;
	}

.services_sidebar {
	width:270px;
	float:left;
	}
	
.services_sidebar ul {
	list-style:url(../uploads/images/li_bullot2.png) inside;
	}	
	
.services_sidebar ul li {
	margin:10px;
	border-bottom:#CCC 1px dotted;
	padding-bottom:5px;
	}	

.content_div {
	margin:10px;
	}
	
.content_div ul {
	margin-top:10px;
	}
	
.global_distribution {
	margin:0;
	border:0;
	}

.profile_img {
	float:left;
	width:275px;
	}

.profile_content {
	float:left;
	width:415px;
	}

.clients_logo_category {
	padding:10px;
	color:#FFF;
	background:#222d65;
	margin:10px 0;
	text-transform:uppercase;
	}