/* CSS Document */

.gradient
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+5,ffaf4b+5,ffaf4b+5,ffaf4b+5,ffaf4b+5,ffaf4b+5,ffaf4b+5,ff920a+30,ff920a+30,ffaf4b+56,ffaf4b+67,ffaf4b+67,ff920a+95 */
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top, #ffaf4b 5%, #ffaf4b 5%, #ffaf4b 5%, #ffaf4b 5%, #ffaf4b 5%, #ffaf4b 5%, #ffaf4b 5%, #ff920a 30%, #ff920a 30%, #ffaf4b 56%, #ffaf4b 67%, #ffaf4b 67%, #ff920a 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ff920a 30%,#ff920a 30%,#ffaf4b 56%,#ffaf4b 67%,#ffaf4b 67%,#ff920a 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ffaf4b 5%,#ff920a 30%,#ff920a 30%,#ffaf4b 56%,#ffaf4b 67%,#ffaf4b 67%,#ff920a 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}



.gradient1
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,005700+0,005700+0,52b152+38,008a00+69,008a00+69,83c783+94,005700+100,002400+100,005700+100 */
background: #b4ddb4; /* Old browsers */
background: -moz-linear-gradient(top, #b4ddb4 0%, #005700 0%, #005700 0%, #52b152 38%, #008a00 69%, #008a00 69%, #83c783 94%, #005700 100%, #002400 100%, #005700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b4ddb4 0%,#005700 0%,#005700 0%,#52b152 38%,#008a00 69%,#008a00 69%,#83c783 94%,#005700 100%,#002400 100%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b4ddb4 0%,#005700 0%,#005700 0%,#52b152 38%,#008a00 69%,#008a00 69%,#83c783 94%,#005700 100%,#002400 100%,#005700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
}





/* <!-- Start color of td1-->*/

.tdbg1
{
background-color:#006600;
}


/* <!-- end color of td1-->*/





/* <!-- Start color of td2-->*/

.tdbg2
{
background-color:#CC0000;
}


/* <!-- end color of td2-->*/




/* <!-- Start color of heading / titles like about us, services, contact us etc -->*/


.heading
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight:bold;
}


/* <!-- End color of heading / titles like about us, services, contact us etc -->*/





/* <!-- Start color of company name / doctor name / clinic or hospital name -->*/

.companyname
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#FF0000;
font-weight:bold;
}


/* <!-- end color of company name / doctor name / clinic or hospital name -->*/




/* <!-- Start color of baseline or degree or speciality -->*/

.baseline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0059a9;
font-weight:bold;
}


/* <!-- end color of baseline or degree or speciality -->*/




/* <!-- Start color of baseline or degree or speciality -->*/

.otherbaseline
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0059a9;
font-weight:bold;
}


/* <!-- end color of baseline or degree or speciality -->*/




/* <!-- Start color of services on services page-->*/

.services
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
}


/* <!-- end color of baseline or degree or speciality -->*/



/* <!-- Start color general text -->*/


.text
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

/* <!-- end color general text -->*/






/* <!-- Start color email id and phone number in header -->*/


.ep
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

/* <!-- end color email id and phone number in header -->*/





/* <!-- Start background image -->*/


body {
	background-image:url(../images/bg.jpg);
	margin:0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;	
	}
	
	
/* <!-- end background image -->	*/



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	
}	