@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:none;
	border:none; }
	
ul, ol{
	list-style:none; }

table{
	border-collapse:collapse; }

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	text-align: center;
}
	
textarea{
	background:#fff;
	border:1px solid #e2d6af;
	width:98%;
	margin:4px 0 4px 0px; }
	
input.textbox{
	background:#fff;
	border:1px solid #e2d6af;
	width:98%;
	height:25px;
	margin:4px 0; }
	
.fLeft{
	float:left; }
	
.fRight{
	float:right; }
	
.clr{
	clear:both; }
	
body{
	font:12px Arial;
	color:#3c1b10;
	line-height:20px; }
	
#wrapper{
	width:950px;
	margin:0 auto; }
	
#wrapper #wrapTop{
	width:950px;
	height:174px; }
	
#wrapper #wrapTop #topLeft{
	width:466px;
	height:174px;
	background:url(../images/topLeftbg.jpg) top left no-repeat; }
	
#wrapper #wrapTop #topRight{
	width:484px;
	height:174px;
	background:url(../images/topRightbg.jpg) top left no-repeat; }
	
#wrapper #wrapMenu{
	width:950px;
	height:35px; }
	
#wrapper #wrapMenu ul li{ 
	display:inline; }

#wrapper #wrapMenu ul li a{
	display:inline-block; float:left; height:35px; }
	
#wrapper #wrapMenu ul li a.home{
	background:url(../images/home.jpg) top left no-repeat; width:68px; }
	
#wrapper #wrapMenu ul li a:hover.home, #wrapper #wrapMenu ul li.selected a.home{
	background:#441607 url(../images/homeHover.jpg) top left no-repeat; width:68px; }
	
#wrapper #wrapMenu ul li a.about{
	background:url(../images/about.jpg) top left no-repeat; width:99px; }
	
#wrapper #wrapMenu ul li a:hover.about, #wrapper #wrapMenu ul li.selected a.about{
	background:#441607 url(../images/aboutHover.jpg) top left no-repeat; width:99px; }

#wrapper #wrapMenu ul li a.gallery{
	background:url(../images/gallery.jpg) top left no-repeat; width:87px; }
	
#wrapper #wrapMenu ul li a:hover.gallery, #wrapper #wrapMenu ul li.selected a.gallery{
	background:#441607 url(../images/galleryHover.jpg) top left no-repeat; width:87px; }
	
#wrapper #wrapMenu ul li a.events{
	background:url(../images/events.jpg) top left no-repeat; width:81px; }
	
#wrapper #wrapMenu ul li a:hover.events, #wrapper #wrapMenu ul li.selected a.events{
	background:#441607 url(../images/eventsHover.jpg) top left no-repeat; width:81px; }
	
#wrapper #wrapMenu ul li a.contact{
	background:url(../images/contact.jpg) top left no-repeat; width:113px; }
	
#wrapper #wrapMenu ul li a:hover.contact, #wrapper #wrapMenu ul li.selected a.contact{
	background:#441607 url(../images/contactHover.jpg) top left no-repeat; width:113px; }
	
#wrapper #wrapMenu ul li.menuLast{
	width:490px;
	height:30px;
	line-height:20px;
	text-align:right;
	padding:5px 12px 0 0px;
	font-size:14px;
	color:#fcde65;
	background:url(../images/menuRightbg.jpg) top left no-repeat; }
	
#wrapper #wrapBanner{
	width:950px;
	height:220px;
	margin:0 0 20px 0px; }
	
#wrapper #wrapBanner #slideshow{
    position:relative;
    height:220px; }

#wrapper #wrapBanner #slideshow img{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0; }

#wrapper #wrapBanner #slideshow img.active{
    z-index:10;
    opacity:1.0; }

#wrapper #wrapBanner #slideshow img.last-active{
    z-index:9; }
	
#wrapper #wrapContent{
	width:950px;
	margin:0 0 20px 0px; }
	
#wrapper #wrapContent table tr td a.pic{ 
	display:inline-block;
	margin:0 12px 15px 0; }
	
#wrapper #wrapContent table tr td a.last{ 
	margin-right:0px;
	display:inline-block; } 
	
#wrapper #wrapContent .wcMiddle{
	padding:16px; }
	
#wrapper #wrapContent .wcMiddle .suvicharHeader{
	width:100%;
	background:#fd3906;
	margin:10px 0 0 0px; }
	
#wrapper #wrapContent .wcMiddle .vicharContent{
	background:url(../images/arrow.gif) center left no-repeat;
	margin:6px 0 0 0px;
	padding:0 0 0 25px;
	font-size:13px; }
	
#wrapper #wrapContent .sureshMohite{
	width:196px;
	height:157px;
	padding:15px 20px 0px 20px;
	background:url(../images/sureshBg.jpg) top left no-repeat; }
	
#wrapper #wrapContent .sureshMohite p{
	color:#fff;
	line-height:14px;
	margin:5px 0 0 0px; }
	
.more{
	background:url(../images/more+.jpg) top left no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
	float:right;
	margin:-10px -7px 0 0px; }
	
#wrapper #wrapDad{
	width:932px;
	height:93px;
	margin:0 0 25px 0px;
	background:#fff5d5;
	border:1px solid #ffc641;
	padding:9px; }

#wrapper #wrapDad img{
	float:left; }

#wrapper #wrapDad span{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0 0 15px;
    width: 770px; }
	
#wrapper #wrapFooter{
	width:950px;
	height:33px;
	line-height:33px;
	background:url(../images/footerBg.jpg) top left repeat-x;
	text-align:center;
	color:#a9471c; }
	
/*inner css start*/
#wrapper #wrapBannerIn{
	width:950px;
	height:95px;
	margin:0 0 20px 0px; }
	
#wrapper .cLeft{
	width:50%;
	display:inline;
	float:left;
	/*background:red;*/ }
	
#wrapper .cRight{
	width:42%;
	display:inline;
	float:left;
	border-left:1px solid #cfc297;
	/*background:blue;*/
	padding:0 0 0 50px; }
	
span.contactHead{ 
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	float:left; }
	
#wrapContact{ 
	width:670px;
	height:360px;
	margin:0px auto;
	padding:20px;
	/*border:1px dashed #000;*/ }
	
#wrapContact #cLeft{ 
	width:303px;
	float:left;
	margin:0 30px 0 0px;
	padding:0 0 20px 0px;
	/*border:1px solid red;*/ }
	
#wrapContact #cRight{ 
	width:303px;
	float:left;
	margin:0 0 0 30px;
	padding:0 0 20px 0px;
	/*border:1px solid red;*/ }
	
#wrapContact h1{ 
	font:12px arial;
	text-transform:uppercase;
	padding:6px 0 6px 10px;
	margin:0 0 20px 0px;
	display:inline-block;
	background:#3c1b10;
	width:293px;
	color:#ffd98a; }
	
#wrapContact a{ 
	text-decoration:none;
	color:#FF3300; }
	
#wrapContact a:hover{ 
	text-decoration:underline; }
	
input.textInput{ 
	border:1px solid #C4B78F;
    margin:0 0 5px 0;
    padding:3px 0 3px 8px;
    width:94%; }
	
textarea.textArea{ 
	border:1px solid #C4B78F;
    margin:0 0 5px 0;
    padding:3px 0 3px 8px;
	height:66px;
    width:94%; }
	
input#select{}
	
input#submitBtn{
	background:url(../images/submitBtn.png) top left no-repeat;
	width:81px;
	height:32px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	float:left !ie;
	margin:10px 0 0 0px; }
	
input#resetBtn{
	background:url(../images/resetBtn.png) top left no-repeat;
	width:81px;
	height:32px;
	float:left !ie;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	margin:10px 0 0 5px; }
