/* CSS Document */
/* background: url(../images/bg.jpg) no-repeat;
   background-attachment: fixed; */
body {
	  background: url(../images/bg.jpg) repeat-x #C16100;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #333;
	  margin: 30px;
	  padding: 0;
	   }
	  
#wrap {
	  width: 900px;
	  margin: auto;
	  }	  
	  
#header {
	  height: 70px;
	  }	  
	  
#logo {
	  background: url(../images/logo.png) no-repeat;
	  width: 350px;
	  height: 66px;
	  }	  
	  
#nav {
	  background: url(../images/nav.png) repeat-x;
	  height: 40px;
	  color: #fff;
	  margin: 0;
	  padding: 0 0 0 8px;
	  position: relative;
	  }
	  
#nav ul {
	margin: 0;
	padding: 6px 0;
	display: block;
	list-style-type: none;
	
}

#nav li {
	float: left;
	padding: 0 1px 0 0;
	margin: 0 0px 0 0;
	}



#nav a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	padding: 7px 20px 0 20px;
	height: 24px;
	}



#nav a:hover,
#nav a:active,
#nav a:focus {
	background: url(../images/nav-a.png) repeat-x;
	color: #fff;
}



#nav li.active a,
#nav li.active a:hover,
#nav li.active a:active,
#nav li.active a:focus {
	
	background: url(../images/nav-a.png) repeat-x;
	color: #fff;
}	  

#nav .freetrial {
	background: url(../images/freetrial.png) no-repeat;
	width: 100px;
	float: right;
	padding: 0 15px 0 0;
	}
	
#nav .freetrial a {
	background: url(../images/freetrial.png) no-repeat;
	display: block;
	width: 60px;
	}	
	
	
#sidenav {
	background: url(../images/side-nav-box.jpg) repeat-y;
	padding: 0 10px 10px;
	color: #333;
	}	
	
#sidenav .head {
	background: url(../images/our-services.jpg) no-repeat;
	display: block;
	width: 179px;
	height: 35px;	
	}	
	  
#sidenav ul {
	margin: 0 20px;
	padding: 0;
	
	}
	
#sidenav li {
	margin: 0;
	padding: 0;
	line-height: 25px;
	list-style: square;
	}		  
	  
#sidenav li a {
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
	color: #333;
	display: block;
	}	  
	
#sidenav li a:hover {
	text-decoration: none;
	color: #aaa;
	}	
	  
#banner {
	  background: #000;
	  height: 220px;
	  }	  	  
	  
#body {
	  background: #fff;
	  }
	  
#bootom {
	  background: url(../images/bottom.png) no-repeat;
	  height: 20px;
	  }
	  
#footer {
	  color: #fff;
	  text-align: center;
	  }	  	  	  
	  
#footer a {
	  color: #000;
	  text-decoration: underline;
	  }
	  
#footer a:hover {
	  text-decoration: none;
	  }
	  	  
	  
p,h1,h2,h3,h4,h5,h6,form
	{
	padding: 0;
	margin: 0;
	}	  
	
.p-con {
	padding: 5px;
	}	
	
.gray-box-content {
	padding: 17px 0;
	font-size: 13px;
	color: #069;
	font-weight: bold;
	}	
	
.grey-tb img {
	width: 190px;
	height: 160px;
	}	
	
.body-content-td-border 
	{
	border-right: 1px dashed #ccc;
	}
	
.bc-h3 {
	font-size: 14px;
	font-weight: bold;
	color: #c60;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	}		
	
strong {
	color: #06c;
	}	
	
.subscribe{
	background: #f90;
	width: 190px;
	}	
		
.subscribe input {
	font-size: 11px;
	color: #444;
	}		
	
.subscribe-head{
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding: 4px;
	letter-spacing: 1px;
	}
	
.testimonial {
	border: 1px dashed #e8e8e8;
	width: 170px;
	margin: 15px 5px 10px;
	padding: 10px;
	}	
	
.tshead {
	background: url(../images/bar.jpg) no-repeat;
	color: #fff;
	display: block;
	padding: 3px;
	margin: 0 0 4px 0;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.testimonial p {
	font-style: italic;
	color: #444;
	text-align: center;
	}	
	
.slist a{
	letter-spacing: 1px;
	line-height: 20px;
	color: #069;
	text-decoration: none;
	}
.slist a:hover {
	text-decoration: underline;
	}	
	
.title1 {
	color:#900;
	}
	
.title2 {
	color: #c00;}	
	
.title3{
	color: #666;
	}	
	
.divboxContainer {
	padding: 0;
	margin: 0;
	}	
	
.divBox {
	float: left;
	width: 155px;
	padding: 0 2px;
	margin: 2px;
	height: 100%;
	}

.divBox .div  {
	padding: 0 3px;
	border: 1px solid #ccc;
	margin: 0;
	}			
	
.divBox img {
	width: 135px;
	height: 135px;
	padding: 5px;
	}	

.divBox div.clname  {
	border: none;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ccc;
	}			
	
	
.divBox ul {
	list-style: none;
	line-height: 18px;
	margin: 0 5px;
	padding: 4px 0;
	}	
	
.divBox .cli {
	border-bottom: 1px solid #069;
	}	
		
.sboximg img {
	width: 110px;
	height: 110px;
	}		
	
.border-bot {
	border-bottom: 1px solid #ccc;
	height: 20px;
	}	
	
form {
	padding: 0;
	margin: 0;
	}		
	
.input1 {
	width: 60%;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.input2 {
	width: 98%;
	border: 1px solid #ccc;
	padding: 2px;
	}	
	
	
.input3 {
	width: 50%;
	border: 1px solid #ccc;
	padding: 2px;	
	}	
	
.input4 {
	width: 30%;
	border: 1px solid #ccc;
	padding: 2px;	
	}	
	

.bar-down {
		border-bottom: 1px dotted #ccc;
		}	
		
				
.ptop10{
	padding: 10px 0 0 0;
	line-height: 19px;
	}				
	
.contentheight {
	line-height: 20px;
	}	
