@charset "utf-8";
/* CSS Document */
/*This website is design and develop by Kinjan Patel,kinjan_mascot@yahoo.com*/
* {
	margin:0px;
	padding:0px;
	
}
body {

	/*font-size:12px;
	font-family:arial, sans-serif;*/	
	background-color: #EEEEEE;
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", arial,verdana, geneva, sans-serif;
	/*font: 78.5%/1.6em arial;*/
	/*font: normal 62.5% "Lucida Sans Unicode",sans-serif;*/
	color:#444;
	margin:0px;
	}


/* inner wraper for page border and styles */

#wrapper {
	/*background:#fff;	
	margin:0 auto;*/
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;	
	margin-right:auto;	
	padding-bottom:10px;	
	/*padding:11px;*/
	padding-left:13px;
	padding-right:13px;
	width:760px;
	position:relative;
	overflow:hidden;
}
#headerTop {

	background-image:url(../images/top_bg.gif);
	background-repeat:no-repeat;
	font-family:sans-sarif;
	font-size:0pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:10px;
	line-height:0pt;
	margin-left:auto;
	margin-right:auto;
	width:786px;
	
	}
.margin11{
	font-size:11px;
	height:11px;
	line-height:11px;
}
	
	img
{  
    border-style: none;
}
/**************************************************************
   Top menu and logo
 **************************************************************/

#hd{
	
	clear: both;
	position: relative;
	height: 5em;
	/*margin: 0 auto;*/
	/*margin-bottom:1em;*/
	padding-top:0.5em;
	margin-bottom:5px;
	}

#logo{
	margin-bottom:6px;
	
}

#footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding: 5px 13px;
	width:760px;
	color:#FFFFFF;
	 font-size:11px;
	
}

#footer a{
	
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	 font-size:9px;
	
}
#footer a:hover{
text-decoration:underline;
}

#footerLinks ul{
        margin:0;
        list-style:none;
        text-align:center;
}

#footerLinks li{
      display:inline;
      margin:0;
      padding:0;
}

#footerLinks li.a {
      text-align:center;
       text-decoration:none;
	   
      }

#footerLinks a{

text-decoration:none;
margin-right:10px;
color:#FFFFFF;
font-size:10px;
}

#footerLinks a:hover {
      text-decoration:underline;
      }

#footerbottom{
	background-image:url(../images/bottom_bg.gif);
	background-repeat:no-repeat;
	font-size:7px;
	height:7px;
	line-height:7px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:786px;
}


/**************************************************************
   tab navigation style
 **************************************************************/
 
 #menubar {
		padding:1px;		
		font-size:11px;
		font-family:arial, sans-serif;
		margin-bottom:5px;
		width:90%;
		margin-left:60px;
		position:relative;
		overflow:inherit;
		
		
	}
	#menubar ul {
        margin:0;
        list-style:none;
      }
    #menubar li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menubar a {
      float:left;
      background-color:#848584;
      text-decoration:none;
	  margin-right:15px;	  
	  padding-left:20px;
	  padding-right:20px;
	  
      }
	  
	#menubar ul li:last-child a{
	margin-left:0px;
	
	}  
	  
	  
    #menubar a span {
      float:left;
      display:block;
      background-color:#848584;
      color:#FFF;
      overflow:inherit;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menubar a span {float:none;}
    /* End IE5-Mac hack */
    #menubar a:hover span {
      color:#FFF;
      }
    #menubar a:hover {
      background-color:#004c77;
      }
    #menubar a:hover span {
      background-color:#004C77;
      }

    #menubar #current a {
      /*background-position:0% -42px;*/
      }
    #menubar #current a span {
      /*background-position:100% -42px;*/
      color:#FFF;
      }
 
 /***********************************
 submenu style
 ************************************/
 
 .menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #666666;
		background-color:white;
		font-size:11px;
		font-family:arial, sans-serif;	
		position:relative;
		padding:3px;
		
		
	 }
	.menu a {
		color:#666666;
		display:block;
		text-decoration:none;
		background-color:transparent;
		border-bottom:dotted 1px #e0e0e0;
		
	}
	.menu a:hover {
		background-color:#FFFFFF;
		color:#be003e;
	}	
 
/**************************************************************
   Page Content
 **************************************************************/


#bd{
		
}

#headerImg {
	/*margin: 0 auto;*/
	height: 143px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/**************************************************************
   Footer
 **************************************************************/

#ft{
	margin-top:20em;
	border:solid 1px orange;
}

.active
{
    color:Red;
}

