@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:#000000;
}


SPAN.email a{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
#container {
	width:1000px;
	margin:0 auto;
	background:#fff;
}
#top {
	background:url(../images/bg-top.jpg) left top repeat-x;
}
#menu {
	background:url(../images/menu-bg.jpg) repeat-x top left;
	height:31px;
	text-align:center;
	font-size:14px;
}
#menu td {
	width:142px;
}
#menu a {
	color:#fff;
	text-decoration:none;
	text-align:left;
}
ul li {
	font-weight:normal;
}
#menu a:hover {
	color:#ff4d00;
	text-decoration:none;
}
.header {
	background:url(../images/Shri-Jagadamba-Marmo_14.jpg) #ffe3bb no-repeat bottom left;
}
.headerIn {
	background:url(../images/Shri-Jagadamba-Marmo_12.jpg) no-repeat left top;
	padding-left:60px;
	padding-right:20px;
	text-align:justify;
	line-height:20px;
	height:224px;
}
.leftMenu {
	background:url(../images/navigation.jpg) no-repeat left top;
	width:234px;
	height:301px;
	line-height:25px;
}
#leftMenu {
	margin-top:60px;
	width:196px;
	font-size:13px;
	color:#4e4b4b;
	font-weight:600;
	line-height:25px;
}
#leftMenu td {
	border-bottom:#afaeae dashed 1px;
	width:196px;
	line-height:25px;
	height:35px;
}
#leftMenu img {
	padding-right:10px;
	padding-left:6px;
}
#leftMenu a {
	color:#4e4b4b;
	text-decoration:none;
}
#leftMenu a:hover {
	color:#ff3700
}
.about {
	padding-top:46px;
	padding-left:15px;
	padding-right:45px;
	text-align:justify;
}
.about strong {
	color:#fe860f
}
.main {
	padding-left:15px;
	padding-right:45px;
	text-align:justify;
}
.readmore a {
	background:url(../images/red-arrow.jpg) no-repeat center right;
	padding-right:15px;
	font-size:11px;
	color:#fe0000;
	margin-right:45px;
}
.readmore a:hover {
	text-decoration:none;
	color:#000000
}

.next a {
	padding-right:5px;
	font-size:11px;
	color:#fe0000;
	margin-right:25px;
}
.next a:hover {
	text-decoration:none;
	color:#000000
}


h1 {
	background:url(../images/home-icon.jpg) no-repeat left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:25px;
	font-size:20px;
	color:#b06800;
	padding-bottom:15px;
	border-bottom:#998643 1px dashed;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	font-size:20px;
	color:#b06800;
	padding-bottom:15px;
	border-bottom:#998643 1px dashed;
}
h2 {
	font-size:25px;
	color:#808012;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-top:15px;
	line-height:35px;
	margin-left:0px;
}
.InfrastructureBG {
	background:url(../images/bgg.jpg) no-repeat left top;
	padding-left:35px;
	padding-right:40px;
	text-align:justify;
}
.InfrastructureBG img {
	padding-left:15px;
}
#footer {
	border-top:#000 1px solid;
	background-color:#000000;
	border-bottom:#FFF solid 0px;
}
.footerin {
	border-top:#ffe3bb solid 4px;
	line-height:34px;
	color:#ffe3bb;
	font-size:11px;
	padding-right:10px;
}
.footerin a {
	color:#fff;
	padding-right:4px;
}
.footerin a:hover {
	color:#fff;
	text-decoration:none;
}
/*******************************************************/

.horizontalcssmenu {
	font-weight:normal;
}
.horizontalcssmenu a {
	font-weight:normal;
	text-align:center;
}
.horizontalcssmenu ul {
	margin: 0;
	font-weight:normal;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li {
	position: relative;
	font-weight:normal;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	text-align:left;
	display: block;
	width: 100px; /*Width of top level menu link items*/
	padding: 2px 8px;
	border: 1px solid #202020;
	font-weight:normal;
	border-left-width: 0;
	text-decoration: none;
	background: url(menubg.gif) center center repeat-x;
	color: black;
	font: bold 13px Tahoma;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	font-weight:normal;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
	font-weight:normal;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	width: 120px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	font-weight:normal;
	background:#000;
	border-width: 0 1px 1px 1px;
}
.horizontalcssmenu ul li a:hover {
	background: url(menubgover.gif) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover {
	background: #cde686;
	font-weight:normal;
}
.horizontalcssmenu .arrowdiv {
	position: absolute;
	font-weight:normal;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}
* html p#iepara { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	font-weight:normal;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a {
	height: 1%;
}
#mm {
	margin-left:95px;
	margin-top:-22px;
}
img.left {
	padding-right:15px;
	padding-left:0px;
}
.Tabborder {
	border:#dbdbdb 1px dashed;
	border-collapse:collapse;
}
.submit {
	background-color:#333333;
	border: #ffce6e 1px solid;
	color:#FFFFFF;
}
#gallery {
	border: #999999 1px dashed;
	width:95%;
	text-align:center;
	margin-bottom:8px;
	padding-bottom:5px;
	border-collapse:collapse;
	margin-left:15px;
	margin-top:20px;
}
#gallery td {
	border: #bababa 1px dashed;
	text-align:center;
}
#gallery img {
	text-align:center;
	margin-top:15px;
	border: #ffce6e 1px solid;
	padding:5px;
}
.style1 {
	color: #FE860F;
	font-size:14px;
	font-weight: bold;
}
#footerlink {
	text-align:left;
	margin-left:15px;
	padding-bottom:5px;
}
#footerlink a {
	padding-left:5px;
	padding-right:5px;
	color:#ba5e07;
}
#footerlink a:hover {
	text-decoration:none;
}
spam.red {
	color:#FF0000;
}
img.Newimgg {
	border: #ffce6e 1px solid;
	margin-right:15px;
	margin-left:0px;
	padding:5px;
}
img.Newimgg1 {
	border: #ffce6e 1px solid;
	margin-left:15PX;
	padding:5px;
}

SPAN.updateDate{
color:#000000;
}
