/* CSS Document

Designed and Developed by

MSC Global IT : http://www.mscglobalit.com

 */

html, body {
			font-family: Tahoma, Arial;
			font-size: 12px;
			color: #111;
			margin: 0;
			padding: 3px;
			background: url(../images/bg.jpg) repeat-x #e4e4e4;
			}
			
#wrap{
		width:850px;
		margin: 0px auto;
		}			
#top{ background:url(../images/top.png) no-repeat; 
	  height:15px; 
	  margin: 0xp; 
	  padding: 0px; }		
	  
#mid { margin: 0xp; 
 	   padding: 0px;
	   background:url(../images/mid.png) repeat-y;
	    }
#fot{ background:url(../images/fot.png) no-repeat; 
	  height:15px; 
	  margin: 0xp; 
	  padding: 13px;
	  text-align: center;
	  }	
	  
.logo { background:url(../images/logo.png) no-repeat;
		height: 100px;
		margin:0;
		display: block;		
		}	  
.logo span a{ text-decoration: none; display: block; height:100px;}
.logo span a:hover{ text-decoration:none;}	  
	  
.pad-mt{ padding: 5px;}	  	

.td-bg { background:url(../images/td-bg.jpg) no-repeat; 
         height: 220px;
		 padding: 8px;}
		 
.nav { text-transform:lowercase;
 	    color: #fff;
		font-size: 13px;
		text-align: center;
		font-weight:bold;}
		
.nav a { display: block;
		  color: #fff;
		  text-decoration:none;
		  
		  height: 25px;
		  padding-top: 10px;			   		  
		 }				 
		 
.nav a:hover { text-decoration:none;
				background:url(../images/n-m.jpg) repeat-x;
				height: 25px;
		    	  padding-top: 10px;
				  color: #fff;
				  }		
				  
.left a:hover {text-decoration:none;
				background:url(../images/left.png) no-repeat;
				height: 25px;
		    	  padding-top: 10px;}

.right a:hover {text-decoration:none;
				background:url(../images/right.png) right no-repeat;
				height: 25px;
		    	  padding-top: 10px;}
.nav span { background:url(../images/n-b.gif) no-repeat; 
			display:block;
			}				  
.s_nav_div {
			width: 200px;
			padding: 5px;
			background: #f60;
			}			
			
.s_nav { color: #fff;
		 font-weight:bold;
		 font-size: 13px;		
		 }			 
		 
.s_nav span { padding-left: 10px; display:block;}

.s_nav a { display: block;
				 background:url(../images/s-nav.png) repeat-x;
				 height: 25px;
				 padding-top: 12px;
				 padding-left: 10px;
				 text-decoration:none;
				 color: #fff;
				 }		 
				 
.s_nav a:hover { text-decoration: underline;
				 color: #111;}				 
				 
a { text-decoration:underline;
	color:#0066CC;
	}
	
a:hover{ color: #FF6600;
		 text-decoration:none;
		 }					 
		 
FORM {
	margin: 0px;
	padding: 0px;
	}

.input { width: 98%;
		 border:1px solid #ccc;
		 background:#f7f7f7;
		 }
		 
.input2 { width: 58%;
		 border:1px solid #ccc;
		 background:#f7f7f7;
		 }

		 
textarea {width: 98%;
		 border:1px solid #ccc;
		 background:#f7f7f7;}		 			 
.btn {
	  background:url(../images/btn.jpg) repeat-x;
  	  border:1px solid #ccc;
	  padding: 3px;
	  margin-right: 5px;
		}
		
.h1{ color:#111;
     font-size: 14px;
	 font-weight:bold;
	 font-style:italic;
	 color:#003366;
	 margin: 0px 0px 3px 0px;
	 padding: 0px 0px 0px 5px;
	 border-bottom: 1px dashed #069;	 
	 }		
.s1 { line-height: 16px;}	

.h5{ font-size:13px;
	 color: #333333;
	 font-weight:bold;
	 margin: 0px 0px 5px 0px;
	 padding: 0px;
	 } 
	 
ul{ letter-spacing: 1px;
 	line-height: 19px;
	list-style: square;
	margin: 0px 4px 0px 9px;
	padding: 0px 4px 0px 9px;}	
	
.feature-bg {
		background: url(../images/pk-bg.jpg) repeat-x;
		padding: 5px;
		}	
	
.h3 {
	background: #0C79B1;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	}	
	
#top-rates {
			background: url(../images/top-rates.jpg) no-repeat;
			width: 206px;
			height: 220px;
			padding: 35px 3px 0 3px;
			}	
			

			
#navcontainer {
    margin: 1px 0 0 0px;
    padding: 0;
    height: 20px;
    clear: both;
}

#navcontainer ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navcontainer ul li a {
    background: #DE2707;
    width: 18px;
    border: 1px solid #111;
    padding: 0;
    margin: 0 1px 0px 1px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    
}

#navcontainer ul li a:hover {
    color: #111;
    background: #fff;
   
    text-decoration: underline;
}

.top-chat{ font-size:10px;}
		
		
#view-panel {
			width: 570px;
			height: 465px;
			background: url(../images/view-panel.png) no-repeat;
			margin: auto;
			padding: 15px;
						}		
			
.h4{ font-size:16px;
	 color: #900;
	 font-weight:bold;
	 margin: 3px 0 10px;
	 border-top: 1px solid #ccc;
	 padding: 3px 0 0 0;
	 }			
	 
#view-panel a{ text-decoration: none;}
#view-panel a:hover{ text-decoration: none;}
.txt11 { border-bottom: 1px solid #ccc;}	 

.ads a{
	 background: url(../images/offer.png) no-repeat;
	 width: 295px;
	 height: 273px;
	 display: block;
	 text-decoration: none;
	 }
