﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	background: #f1f1f1 url(../Images/bg.jpg) top left repeat;
}

/*For Page bounding in 995px Css*/
.wrap{
	width:995px;
	padding: 0;
	margin: 0 auto;
	color: #191919;
	text-align: justify;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.space40
{
	height: 40px;
}

.space20
{
	height: 20px;
}

.space10
{
	height: 10px;
}

.space5
{
	height: 5px;
}

.space3
{
	height: 3px;
}

.wspace20
{
	width: 20px;
}

.wspace10
{
	width: 10px;
}

.wspace5
{
	width: 5px;
}

.wspace3
{
	width: 3px;
}

form
{
	padding: 0;
	margin: 0;
}

img
{
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;	
}


/*Header Css Start*/

.cname{
	margin: 10px 30px 10px 20px;
	float: left;
}	

.guestbox{
	float: left;
	margin-right: 10px;	
	width: 630px;
	margin-top: 15px;
}

.guest{
	float: left;
	color: #ff7505;	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.datebox{
	float: right;	
}

.tmenu{
	float: right;	
}


/*Header Css End*/





/*Menu Css Start*/


.mbg{
	background: url(../Images/mbg1.jpg) top left repeat-x;
	height: 30px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}

.mdiv{
	background: url(../Images/mdiv.png) center center no-repeat;
	width: 10px;
	height: 35px;
}


/*Menu Css End*/





/*Contant Css Start*/

.welcome {
	color: #666;
	font-family: Calibri;
	font-size: 25px;
	font-weight: bold;
	float: left;
	line-height: 35px;
}

.mtxt{
	line-height: 20px;
}

.mimg{
	margin-left: 10px;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #999;
}

.mmore:link, .mmore:visited{
	float: right;
	color: #ff0000;
	font-size: 11px;
	text-decoration: none;
}	

.mmore:hover{
	color: #999;
}

.pname{
	color: #636808;
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

.vline{
	background: url(../Images/vline.jpg) center center repeat-y;
	width: 10px;
}

.pshead{
	color: #ec9805;
	line-height: 30px;
	font-weight: bold;
	padding-left: 20px;
}


.lable{
	padding-right: 8px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: top;
	color: #666;
	text-align: right;	
}

.txtbox{
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	height: 18px;
	padding: 2px 8px 2px 8px;
	color: #333;
}

.tareabox{
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 2px 8px 2px 8px;
	color: #333;
}

.dlistbox{
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	height: 22px;
	padding: 2px 5px 2px 8px;
	color: #333;
}

.popuphead{
	color: #fff;
	font-family: Calibri;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	background: #fed46e url(../Images/popupbg.jpg) top left repeat-x;		
}

.popup{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #666;
	-moz-box-shadow: inset 0 0 4px #999;
	-webkit-box-shadow: inset 0 0 4px #999;
	box-shadow: inset 0 0 4px #999;
	background-color: #fff;	
	overflow: hidden;
}

.modelbg
{	
	background:#666; /* fallback for browser that not support rgba */
	background:rgb(102,102,102); 
	background: rgba(102,102,102, .5); /* Works on all modern browsers */
	position: fixed;
	top: 0;
	left: 0;
	background-color: #333333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.BoxOutter {
   	position: relative;
   	/*top: 10%;
	left: 20%;
	margin-left:-15%; */       /* place it where you want     */
}

.BoxInner
{
	float: left;
	padding: 15px;
	background-image: url('../Images/TransBg.png');
	box-shadow: 0 0 15px #7F7F7F;
	-webkit-box-shadow: 0 0 15px #7F7F7F;
	-moz-box-shadow: 0 0 15px #7F7F7F;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#7F7F7F, Strength=15, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#7F7F7F, Strength=15, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#7F7F7F, Strength=15, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#7F7F7F, Strength=15, Direction=270);
}

.BoxContent
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	float:left;
}
.BoxAddtoContent
{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	float:left;
	padding:10px;
}

.cdata{
	float: left;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 648px;
	padding: 5px;
	line-height: 22px;
	text-align: justify;
}

.cdata1{
	float: left;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 22px;
	text-align: justify;
	width: 940px;
}

.conhead{
	color: #333;
	font-weight: bold;
	font-size: 28px;
	font-family: Calibri;
	line-height: 30px;
}

.contactimg{
	float: left;
	width: 188px;
	margin-right: 20px;
}

.contactdetail{
	float: left;
}

.mail:link, .mail:visited{
	color: #e4992e;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

.mail:hover{
	color: #666;
}

.dgallery
{
	float: left;
	width: 280px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 2px 2px #666;
	-webkit-box-shadow: 0 0 2px 2px #666;
	box-shadow: 0 0 2px 2px #666;
	margin: 5px;
	background-color: #fff;
	padding: 2px;
	height: 135px;
}

/*Contant Css End*/




/*Panel Css Start*/

.panel{
	width: 250px;
	float: left;
	margin-right: 20px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

.phead
{
	color: #636808;
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;	
}

/*Panel Css End*/


/*Footer Css Start*/

.fbg{
	background-color: #f9b339;
	color: #333;
	font-size: 11px;
	line-height: 25px;
	padding: 10px 20px 10px 20px;
}

.wnew{
	background: url(../Images/ftxtbg.jpg) top left repeat;
	height: 43px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px;
}

.snetworks{
	float: left;
	color: #fff;
	font-family: Calibri;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}

.poption{
	float: right;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: px;
	height: px;
	
}

.flinktxt{
	text-align: center;
}

.flink{
	margin: 0;
	padding: 0;
}

.flink li{
	display: inline;
	padding: 0;
	list-style: none;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}

.flink li a:link, .flink li a:visited{
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}	

.flink li a:hover{
	color: #333;
}

.copyright{
	float: left;
	padding-left: 10px;
	color: #fff;
}

.developed{
	float: right;
	padding-right: 10px;
	color: #fff;
}

.power:link, .power:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.power:hover{
	color: #333;
}



/*Footer Css End*/