@charset "utf-8";

body {
	padding:0;
	margin:0;
	font: normal small Tahoma, Arial, Verdana;
	color:#000066;
}

a.agnis-designers{
	font: normal x-small Verdana, Geneva, sans-serif;
	color:#333;
	text-decoration:none;
	}
	
a.agnis-designers:hover{
	color:#F00;	
	}

#header_top{
	background:#25468a;
	width:100%;
	height:100px;
	float:left;
	text-align:left;
	}
#realestate-00{
	width:191px;
	height:62px;
	float:right;
	padding:10px 10px 0px 0px;
	border:0px solid #fff;
	}

#realestate-01{
	width:86px;
	height:100px;
	float:right;
	}
#realestate-02{
	width:87px;
	height:100px;
	float:right;
	}
#realestate-03{
	width:86px;
	height:100px;
	float:right;
	}
#realestate-04{
	width:97px;
	height:100px;
	float:right;
	margin-right:10px;
	}
	
	
.title{
font:bold small Tahoma, Arial, Verdana;
color:white;
}
.title-data{
background:#ededed;
border:1px solid #d9d9d9;
border-top-width:0px;
}
.title-data-white{
background:#FFF;
border:1px solid #d9d9d9;
border-top-width:0px;
}
.heading1{
font:bold 14px Arial, Helvetica, sans-serif;
color:#215C74;
margin:2px 5px;
padding:0px;
}

.heading2{
font:bold large Arial, Helvetica, sans-serif;
color:#FFFF00;
margin:2px 5px;
padding:0px;
}

.heading2 a:link,.heading2 a:active,.heading2 a:visited{
font:bold large Arial, Helvetica, sans-serif;
color:#FFFF00;
margin:2px 5px;
padding:0px;
}

.heading2 a:hover{
font:bold large Arial, Helvetica, sans-serif;
color:#FFF;
margin:2px 5px;
padding:0px;
}

/*DHTML TOOL TIP*/

#dhtmltooltip{
position: absolute;
width: 100px;
border: 1px solid #DB7093;
font-weight:bold;
padding: 2px;
background-color:#FFB6C1;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
cursor:default;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F8F8FA; /*menu strip background*/
border: 1px solid gray;
padding: 7px 10px;
border-width: 1px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;

display: block;
float:left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 10px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}










/* BEGINS Web Design By Agnis Designers  */
#web-designer-kolhapur{
	width: 190px; /*marquee width */
	height: 17px; /*marquee height */
	overflow: hidden;
	padding: 0px;
	margin:0px;
/*border: 1px solid #FF0000;*/

}

.web-designer-menu{
border-bottom-width: 0;
width: 200px;
}

* html .web-designer-menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}

.web-designer-menu ul{
padding: 0px;
margin: 0;
list-style-type: none;
}

.web-designer-menu a{
font: normal 11px Verdana;
padding: 2px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 0px solid #C0C0C0;
}

.web-designer-menu a:visited{
color: #000;
}

html>body .web-designer-menu a{ /*Non IE rule*/
width: auto;
}

.web-designer-menu a:hover{
color: #000;
}
/* ENDS Web Design By Agnis Designers  */