body{
	font-family:calibri, Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:#051435 url(../images/siloam-body-bg.jpg) top center no-repeat;
	background-attachment:fixed;
}

/* fonts begins */
@font-face {
			font-family: 'Century Gothic';
			src: url('../fonts/GOTHICB.TTF');
			src: local('?'), url('../fonts/GOTHICB.TTF') format('woff'), url('../fonts/GOTHICB.TTF') format('truetype');
			font-weight: bold;
		}
		
/*fonts end */
.clear{
	clear:both;
}

a{
	text-decoration:none;
}

img{
	border:0;
}

p{
	font-family:calibri, Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#113178;
	line-height:20px;
	margin:0;
	padding:2px 8px 0 8px;
	text-align: justify;
	text-indent: 30px;
}

h1, h1 a{
	font-family:'Century Gothic', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#184098;
	line-height:26px;
	padding:5px 0 0 5px;
	margin:0;
}
h1 a:hover{
	text-decoration:underline;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#68830b;
	line-height:24px;
	padding:8px 0 0 5px;
	margin:0;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
#main{
	width:900px;
	height:auto;
	margin:0 auto;
	position:relative;
}

#top-bar{
	width:900px;
	height:34px;
	margin:0 auto;
}

.top-msg{
	color:#fff;
	padding-top:5px;
}

#header{
	width:900px;
	height:75px;
	margin:0 auto;
}

.logo{
	width:380px;
	height:114px;
	float:left;
	margin-top:15px;
	z-index:1;
	left:0;
	margin-left:-40px;
	position:absolute;
}

#head-r{
	width:auto;
	height:75px;
	float:right;
	margin:0;
}

.head-txt{
	font-family:'Century Gothic', calibri, Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	margin:0;
	padding:0;
	text-align:right;
}

#in-main{
	width:880px;
	height:auto;
	margin:0 auto;
	margin-bottom:10px;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
	padding: 10px;
}

#menu{
	width:900px;
	height:40px;
	margin:0 auto;
	position:relative;
	float:right;
	margin-top:0px;
	margin-bottom:20px;
}

#navigation{
	width:560px;
	height:40px;
	float:right;
	margin:0;
}

/* navigation style starts */

ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;

			}
			
		ul#nav{
	height:35px;
	margin-left:0px;
	
			}	
			
		ul#nav li{
	display:inline;
	margin-right:2px;
	height:35px;
			}		
		ul#nav li a{
			float:left;
			display:inline;
			margin:8px 2px 0 2px;
			height:30px;
			line-height:35px;
			background:none;
			padding-left:15px;
			text-decoration:none;
			color:#0d3b6f;
			
			}							
	ul#nav li a span{
	
	font-family:'Century Gothic', calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	height:30px;
	line-height:30px;
	background:none;
	padding-right:15px;
	cursor:pointer;
	float:left;
	background-position:right;
		}				
		
			
ul#nav li a:hover, ul#nav li.active a{
	background-color:#0055a7;
	text-decoration:none;
	color:#fff;
	border-top:1px solid #48596C;
	text-shadow: 0px -1px 0px #000;
	margin:8px 2px 0 2px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

/* navigation style ends */
	
#banner{
	width:880px;
	height:230px;
	margin:0px auto 10px auto;
}

#banner-oth{
	width:880px;
	height:150px;
	margin:0px auto 10px auto;
	background:#f5f5f5;
}

ul.solution {
	list-style: disc;
	color: #244eac;
	padding: 5px 0px 2px 30px;
	margin: 0;
}

ul.solution li span{
	font: 13px calibri, "Verdana", Trebuchet MS, sans-serif;
	color: #465066;
	margin: 2px 2px 2px 0;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
	text-decoration:none;
}

#contact-box{
	width:860px;
	height:auto;
	margin:20px auto;
	background:#091e4e;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	behavior: url(PIE.htc);
}

.contact{
	color:#fff;
}

/* bottom footer */
.bot-foot{
	width:900px;
	height:30px;
	margin:15px auto;
	padding:2px 0;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
.b-foot-l{
	width:300px;
	height:30px;
	float:left;
	margin:0;
	font-size:15px;
}
.b-foot-r{
	width:580px;
	height:30px;
	float:right;
	margin:0;
}
.foot-p{
	font-size:15px;
	color:#686868;
	line-height:25px;
	text-decoration:none;
}
.foot-p a{
	font-size:11px;
	color:#1281f2;
	text-decoration:none;
	line-height:16px;
}
.foot-p a:hover{
	font-size:11px;
	color:#1281f2;
	line-height:16px;
	text-decoration:underline;
}
.pbig{
	font-size:14px;
}

.clints_table{
	width:100%;
	margin:10px 0;
}
.clints_table th{
	font-size:15px;
	border:1px solid #ccc;
	padding:10px;
	background:#0056A6;
	color:#fff;
}
.clints_table td{
	font-size:15px;
	text-align:left;
	border:1px solid #ccc;
	padding:5px 10px;
}
.clints_table tr:hover {
	background:#eee;
}

.contact_form{
	width:480px;
	height:auto;
	float:left;
	margin-top:-30px;
}
form{
	margin-left:8px;
	margin-top:15px;
	width:100%;
	height:auto;
	text-align:center;
}

.input{
	font-family:calibri, Tahoma, Geneva, sans-serif;
	font-size:14px;
	width:200px;
	height:20px;
	padding:3px 5px;
	border:1px solid #bbb;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	outline:none;
	transition:all 0.2s;
}
.input:focus{
	border:1px solid #184098;
}

.msg{
	font-family:calibri, Tahoma, Geneva, sans-serif;
	font-size:14px;
	width:427px;
	height:100px;
	padding:3px 5px;
	border:1px solid #bbb;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	outline:none;
}
.msg:focus{
	border:1px solid #184098;
}

.send_btn{
	width:80px;
	height:28px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	margin:0 auto;
	transition:all 0.2s;
	background:#68830b;
	color:#fff;
	border-radius:2px;
}
.send_btn:hover{
	background:#184098;
}

.success_msg{
	background:#0cb01c;
	display:block;
	text-align:center;
	color:#fff;
	margin-top:5px;
	text-transform:capitalize;
	display:none;
}

.error_msg{
	background:#eb4460;
	display:block;
	text-align:center;
	color:#fff;
	margin-top:5px;
	text-transform:capitalize;
}

.captcha_img{
	float:left;
	margin-left:15px;
}
.captcha_input{
	width:285px;
	margin-top:5px;
}
.logo img{
	margin-left:25px;
}

li{
	font-size:16px;
}

.sub_list{
	list-style:circle;
}

.drop_click{
	cursor:pointer;
	transition:all 0.1s;
}
.drop_click:hover{
	color:#3f6ced;
}
.drop_dwn{
	overflow:hidden;
	display:none;
}

.drop_dwn img{
	margin-right:50px;
	margin-bottom:10px;
	border:1px solid #ccc;
}


.drop_click2{
	cursor:pointer;
	transition:all 0.1s;
}
.drop_click2:hover{
	color:#3f6ced;
}
.drop_dwn2{
	overflow:hidden;
	display:none;
}

.drop_dwn2 img{
	margin-right:50px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.drop_click3{
	cursor:pointer;
	transition:all 0.1s;
}
.drop_click3:hover{
	color:#3f6ced;
}

.drop_dwn3{
	overflow:hidden;
	display:none;
}

.drop_dwn3 img{
	margin-right:50px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.drop_click4{
	cursor:pointer;
	transition:all 0.1s;
}
.drop_click4:hover{
	color:#3f6ced;
}

.drop_dwn4{
	overflow:hidden;
	display:none;
}

.drop_dwn4 img{
	margin-right:50px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.clear{
	clear:both;
}

.client_1{
	cursor:pointer;
	transition:all 0.1s;
}
.client_1:hover{
	color:#3f6ced;
}

.div1{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}

.div1 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_2{
	cursor:pointer;
	transition:all 0.1s;
}
.client_2:hover{
	color:#3f6ced;
}

.div2{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}

.div2 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}


.client_3{
	cursor:pointer;
	transition:all 0.1s;
}
.client_3:hover{
	color:#3f6ced;
}
.div3{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div3 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_4{
	cursor:pointer;
	transition:all 0.1s;
}
.client_4:hover{
	color:#3f6ced;
}
.div4{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div4 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_5{
	cursor:pointer;
	transition:all 0.1s;
}
.client_5:hover{
	color:#3f6ced;
}
.div5{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div5 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_6{
	cursor:pointer;
	transition:all 0.1s;
}
.client_6:hover{
	color:#3f6ced;
}
.div6{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div6 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_7{
	cursor:pointer;
	transition:all 0.1s;
}
.client_7:hover{
	color:#3f6ced;
}
.div7{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div7 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_8{
	cursor:pointer;
	transition:all 0.1s;
}
.client_8:hover{
	color:#3f6ced;
}
.div8{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div8 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_9{
	cursor:pointer;
	transition:all 0.1s;
}
.client_9:hover{
	color:#3f6ced;
}
.div9{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div9 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_10{
	cursor:pointer;
	transition:all 0.1s;
}
.client_10:hover{
	color:#3f6ced;
}
.div10{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div10 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}
.client_11{
	cursor:pointer;
	transition:all 0.1s;
}
.client_11:hover{
	color:#3f6ced;
}
.div11{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div11 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}
.client_12{
	cursor:pointer;
	transition:all 0.1s;
}
.client_12:hover{
	color:#3f6ced;
}
.div12{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div12 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}



.client_13{
	cursor:pointer;
	transition:all 0.1s;
}
.client_13:hover{
	color:#3f6ced;
}
.div13{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div13 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_14{
	cursor:pointer;
	transition:all 0.1s;
}
.client_14:hover{
	color:#3f6ced;
}
.div14{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div14 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

.client_15{
	cursor:pointer;
	transition:all 0.1s;
}
.client_15:hover{
	color:#3f6ced;
}
.div15{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div15 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}


.client_16{
	cursor:pointer;
	transition:all 0.1s;
}
.client_16:hover{
	color:#3f6ced;
}
.div16{
	width:100%;
	height:auto;
	border:1px solid red;
	overflow:hidden;
	display:none;
	
}
.div16 img{
	margin:0;
	margin-right:40px;
	padding:20px 0;
}

td{
	font-size:16px;
}
.contact_icon {
	position:relative;
	top:4px;
	margin:0 5px 0 0;
}
