/* ---------------------------------------

Client: Patel Eye Care
Version: 1.1
Author: G.R.infosys
Website: http://www.grinfosys.com

Colors:

Dark Blue: 					#687890;
Light Blue:					#a6b7d2;

Dark Green:					#a5a977;
Light Green:				#9fa370;

Dark Grey:					#5d5d5d;
Light Grey:					#a5a4a4;
Very Light Grey:			#ebebeb;


------------------------------------------*/



/* GLOBAL
-------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	background:#fff url(../images/bg.png) 0px 0px repeat-x;
	font:11px/18px 'Lucida Grande', Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	}
	
* {
	margin:0;
	padding:0;
	}
	
h1 {
	color:#687890;
	font-size:19px;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	margin-bottom: 5px;
	}
    
h2 {
	font-weight:bold;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
	color:#5d5d5d;
    margin:12px 0 4px 0;
    }
    
h3 {
	color:#687890;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 5px;
    
	}
    
p {
	margin-bottom:6px;
    }
    
ul, li {
	list-style:none;
    }
    
li {
	padding-bottom:5px;
	}
	
a,
a:link {
	color:#687890;
    text-decoration:none;
	}
    
a:hover {
	text-decoration:underline;
    }
    
p a,
p a:link {
	text-decoration:underline;
    }
    
p a:hover {
	text-decoration:none;
    }
	
img {
	border:none;
	}
	
/* LAYOUT STYLES
-------------------------------------------------------------------*/

#wrapper {
	background:#fff;
    background:transparent;
	margin:0 auto 0;
	width:980px;
    padding:0 0px;
	}
	
div.clearfix {
	clear:both;
	}
	
/* MASTHEAD
-------------------------------------------------------------------*/

#masthead {
	overflow:hidden;
	position:relative;
	height:360px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #ebebeb;
	background-color:#999999;
	}
	
#logo {
	left:0px;
	position:absolute;
	top:145px;
	}

#design {
	left:0px;
	position:absolute;
	top:217px;
	}
	
#photo {
	right:0px;
	position:absolute;
	top:40px;
	}
/* GLOBAL NAV
-------------------------------------------------------------------*/

#gNav {
	background:#687890;
	height:39px;
	position:absolute;
	right:0px;
	top:0px;
	width:980px;
}

#gNav ul {
	background:url(../images/menu.jpg) 0px 0px no-repeat;
	height:39px;
	list-style:none;
	position:relative;
	width:980px;
	}
	
#gNav li {
	list-style:none;
	position:absolute;
	top:0px;
	}
	
#gNav li,
#gNav li a {
	display:block;
	height:39px;
	text-indent:-9999px;
}

li#nav_index {
	left:0px;
	width:109px;
	}
	
li#nav_aboutus {
	left:110px;
	width:99px;
	}
	
li#nav_Facilites {
	left:210px;
	width:99px;
	}
	
li#nav_Diseases {
	left:310px;
	width:99px;
	}
	
li#nav_Video {
	left:410px;
	width:99px;
	}
	
li#nav_FuturePlans {
	left:510px;
	width:99px;
	}
li#nav_link {
	left:610px;
	width:99px;
	}
li#nav_contactus {
	left:710px;
	width:99px;
	}
	
li#nav_index a:hover {
	background:url(../images/menu.jpg) -0px -39px no-repeat;
	}

li#nav_aboutus a:hover {
		background:url(../images/menu.jpg) -110px -39px no-repeat;
	}
	
li#nav_Facilites a:hover {
	background:url(../images/menu.jpg) -210px -39px no-repeat;
}
	
li#nav_Diseases a:hover {
	background:url(../images/menu.jpg) -310px -39px no-repeat;
}
	
li#nav_Video a:hover {
	background:url(../images/menu.jpg) -410px -39px no-repeat;
}
li#nav_FuturePlans a:hover {
	background:url(../images/menu.jpg) -510px -39px no-repeat;
}
li#nav_link a:hover {
	background:url(../images/menu.jpg) -610px -39px no-repeat;
}
li#nav_contactus a:hover {
	background:url(../images/menu.jpg) -710px -39px no-repeat;
}

/* ACTIVE PAGES */

#index li#nav_index a {
	background:url(../images/menu.jpg) -0px -39px no-repeat;
	}
	
#aboutus li#nav_aboutus a,	
#nav_aboutus li#nav_aboutus a {
	background:url(../images/menu.jpg) -110px -39px no-repeat;
	}
	
#Facilites li#nav_Facilites a {
	background:url(../images/menu.jpg) -210px -39px no-repeat;
}
	
#Diseases li#nav_Diseases a {
	background:url(../images/menu.jpg) -310px -39px no-repeat;
}
	
#Video li#nav_Video a {
	background:url(../images/menu.jpg) -410px -39px no-repeat;
}
#FuturePlans li#nav_FuturePlans a {
	background:url(../images/menu.jpg) -510px -39px no-repeat;
}#link li#nav_link a {
	background:url(../images/menu.jpg) -610px -39px no-repeat;
}#contactus li#nav_contactus a {
	background:url(../images/menu.jpg) -710px -39px no-repeat;
}	





	
/* CONTENT
-------------------------------------------------------------------*/

#content {
	overflow:hidden;
	position:relative;
	min-height:360px;
	background-repeat:repeat-x;
	border-bottom:1px solid #ebebeb;
	background-color:#fbf4ee;
}

.welcome {
font-family:trajan pro;
font-size:2em;
color:#466d95;
font-weight:bold;
}

.welcome_text {
font-family:trajan pro;
font-size:1.4em;
color:#466d95;
font-weight:bold;
}

.content_text {
font-family:verdana;
font-size:.8em;
color:#676767;
padding:10px;

}

#bottomborder {
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #ebebeb;

}

.border {

	position:relative;
	border:1px solid #ebebeb;
	min-height:22px;
	width:200px;

}
/* FOOTER
-------------------------------------------------------------------*/

#footer {
	background:#fff;
	margin:50px 0 0 0;
    padding-bottom:25px;
}

.topnav3:link {  color: "#000099"; text-decoration: none; font-family:verdana, Arial, sans-serif; font-size: 10pt; }

.topnav3:visited {  color: "#000099"; text-decoration: none; font-family:verdana, Arial, sans-serif; font-size: 10pt; }}

.topnav3:hover { text-decoration: underline; color: #000000; font-family:verdana, Arial, sans-serif; font-size: 10pt; }}