/* ---------------------------------------

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:#676653;
	font-size:19px;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	margin-bottom: 5px;
	margin-left:15px;
	height:35px;
	
	}
    
h2 {
	font-weight:bold;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
	color:#5d5d5d;
    margin:12px 0 4px 0;
    }
    
h3 {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	font-family:verdana;
    
	}
    
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:1000px;
    padding:0 0px;
	}
	
div.clearfix {
	clear:both;
	}
	
/* MASTHEAD
-------------------------------------------------------------------*/

#masthead {
	overflow:hidden;
	position:relative;
	height:225px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #ebebeb;

	}
	
#logo {
	left:0px;
	position: absolute;
	top:42px;
	text-align:center;
	height:216px;
	background-color:#dddab8;
	width:1000px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 10% ;
	}

#top {
	left:0px;
	position:absolute;
	top:0px;
	height:26px;
	background-color:#a7a584;
	width:1000px;
	}
	
#shoppingcart {
	right:10px;
	position:absolute;
	top:155px;
	width:168px;
	height:28px;
	background-image:url(../images/shoppingcart.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:7px;
	}
#welcome {
	right:10px;
	position:absolute;
	top:125px;
	width:168px;
	height:28px;
	
	text-align:right;
	padding-top:7px;
	}
/* GLOBAL NAV
-------------------------------------------------------------------*/

#gNav {
	background:#687890;
	height:37px;
	position:absolute;
	right:0px;
	top:5px;
	width:1000px;
}

#gNav ul {
	background:url(../images/menu.jpg) 0px 0px no-repeat;
	height:37px;
	list-style:none;
	position:relative;
	width:1000px;
	}
	
#gNav li {
	list-style:none;
	position:absolute;
	top:0px;
	}
	
#gNav li,
#gNav li a {
	display:block;
	height:37px;
	text-indent:-9999px;
}

li#nav_index {
	left:0px;
	width:141px;
	}
	
li#nav_treatment {
	left:141px;
	width:138px;
	}
	
li#nav_catagory {
	left:271px;
	width:138px;
	}
	
li#nav_subcatagory {
	left:401px;
	width:138px;
	}
	
li#nav_giftvou {
	left:531px;
	width:138px;
	}
	
li#nav_Specialdeal {
	left:661px;
	width:138px;
	}
li#nav_contactus {
	left:791px;
	width:138px;
	}

	
li#nav_index a:hover {
	background:url(../images/menu.jpg) -0px -37px no-repeat;
	}

li#nav_treatment a:hover {
		background:url(../images/menu.jpg) -141px -37px no-repeat;
	}
	
li#nav_catagory a:hover {
	background:url(../images/menu.jpg) -271px -37px no-repeat;
}
	
li#nav_subcatagory a:hover {
	background:url(../images/menu.jpg) -401px -37px no-repeat;
}
	
li#nav_giftvou a:hover {
	background:url(../images/menu.jpg) -531px -37px no-repeat;
}
li#nav_Specialdeal a:hover {
	background:url(../images/menu.jpg) -661px -37px no-repeat;
}
li#nav_contactus a:hover {
	background:url(../images/menu.jpg) -791px -37px no-repeat;
}


/* ACTIVE PAGES */

#index li#nav_index a {
	background:url(../images/menu.jpg) -0px -37px no-repeat;
	}
	
#treatment li#nav_treatment a,	
#nav_treatment li#nav_treatment a {
	background:url(../images/menu.jpg) -141px -37px no-repeat;
	}
	
#catagory li#nav_catagory a {
	background:url(../images/menu.jpg) -271px -37px no-repeat;
}
	
#subcatagory li#nav_subcatagory a {
	background:url(../images/menu.jpg) -401px -37px no-repeat;
}
	
#giftvou li#nav_giftvou a {
	background:url(../images/menu.jpg) -531px -37px no-repeat;
}
#Specialdeal li#nav_Specialdeal a {
	background:url(../images/menu.jpg) -661px -37px no-repeat;
}#contactus li#nav_contactus a {
	background:url(../images/menu.jpg) -791px -37px no-repeat;
}




	
/* CONTENT
-------------------------------------------------------------------*/

#content{
	overflow:hidden;
	position:relative;
	min-height:365px;
	background-repeat:repeat-x;
	border-bottom:1px solid #ebebeb;
	background-color:#ffffff;
}

#content_login{
	overflow:hidden;
	position:relative;
	min-height:250px;
	background-repeat:repeat-x;
	border-bottom:1px solid #ebebeb;
	background-color:#ffffff;
	top:23px;
	text-align: center;
	
}
.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 {

	
	border:1px solid #cccccc;
	min-height:22px;
	font-size:1em;
	padding:3px;
	

}
.border1 {

	
	border:1px solid #676653;
	min-height:22px;

}

.borderActive {

	
	border:1px solid #676653;
	min-height:22px;
	background-color:#ffffff;
}

.textboxborder {

	
	border:1px solid #ebebeb;
	min-height:22px;
	width:150px;
	margin:5px;

}
#login{ 
	overflow:hidden;
	width:990px;
	hight:183px;
	background-color:#a7a584;
	position:relative;
	padding:5px;
	top:1px;
	filter:alpha(opacity=100);
  	opacity:1.0;

	}
.error
{
    color:Red;
    font-family:verdana;
    font-size:9px;
}

/* Scrollbar*/

#container {
	    position	: absolute;
	    height		: 330px;
	    width       : 980px;
	    background	: #FFFFFF;
	    overflow	: hidden;
	    top         : 50px;
    }

    #scrollArea {
	    position	: absolute;
	    margin-left	: 985px;
	    top			: 55px;
	    height		: 323px;
	    width		: 5px;
	    border		: 1px solid #E3E2CA;
	    overflow	: hidden;
	    cursor      : move;
    }

    #scroller {
	    position	: absolute;
	    top			: -1px;
	    width		: 5px;
	    border-top	: 1px solid #000000;
	    border-bottom	: 1px solid #000000;
	    background-color:#E3E2CA;  
        cursor:move;  
    }


   
#containeraboutus {
	    position	: relative;
	    height		: 335px;
	    width       : 665px;
	    background	: #FFFFff;
	    overflow	: hidden;
	    top         : 20px;
    }

    #scrollAreaaboutus {
	    position	: absolute;
	    margin-left	: 665px;
	    top			: 65px;
	    height		: 335px;
	    width		: 5px;
	    border		: 1px solid #E3E2CA;
	    overflow	: hidden;
	    cursor      : move;
    }
   
#containercart {
	    position	: absolute;
	    height		: 290px;
	    width       : 980px;
	    background	: #FFFFFF;
	    overflow	: hidden;
	    top         : 70px;
    }

    #scrollAreacart {
	    position	: absolute;
	    margin-left	: 985px;
	    top			: 70px;
	    height		: 290px;
	    width		: 5px;
	    border		: 1px solid #E3E2CA;
	    overflow	: hidden;
	    cursor      : move;
    }   
   /*  COLUMNS
-------------------------------------------------------------------*/

#columnWrapper {
	padding:5px 0 0 0;
    position:relative;
    width:655px;
}



div.column {
	float:left;
	width:279px;
	padding:0 24px 0 0;
	border-right:1px solid #ebebeb;
	margin-right: 25px;
		}
		
	div.columnLast {
		padding-right:0px;
		margin-right:0px;
		border-right:0;
		}
		

#subcatagory div.thumbnail {
		
		padding:5px 5px 0px 5px;
        float:left;
        min-height:180px;
        border:1px solid #ddd;
        width:230px;
        margin:0 4px 10px 0;
        display:inline;
        }
        
#subcatagory div.thumbnailLast {
		
		padding:5px 5px 13px 5px;
        float:left;
        height:180px;
        border:1px solid #ddd;
        width:223px;
        margin:0 0px 20px 0;
        display:inline;
        }
        
#subcatagory div.thumbnail p a,
#subcatagory div.thumbnail p a:link,
#subcatagory div.thumbnailLast p a,
#subcatagory div.thumbnailLast p a:link {
	text-decoration:none;
    }

        
/* jQuery Rollover Styles */

.thumbnail,
.thumbnailLast {
    position:relative;
}

.thumbnail div.hidden,
.thumbnailLast div.hidden {
    position:absolute;
    top:5px;
    margin-left:2px;
    background:#a7a584;
    width:230px;
    height:127px;
    padding:5px 0 0 0;
    text-align:left;
    cursor:pointer;
}

.thumbnail div.hidden p,
.thumbnailLast div.hidden p {
    color:#fff;
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

        


#subcatagory div.thumbnail p,
#subcatagory div.thumbnailLast p {
	padding:0 6px;
    line-height:15px;
    margin:0;
    }
		
	div.thumbnail p,
    div.thumbnailClear p {
		margin:0;
		padding: 0 0px;
        line-height:16px;
		}
        
.addcart{
margin-top:-20px;
}
    
#giftvouchers
{
	float:right;
	position: relative;
	top:-25px;
	z-index:1000px;
	
}    

    


/* FOOTER
-------------------------------------------------------------------*/

#footer {
	background:#a7a584;
	margin:0px 0 0 0;
    padding-bottom:5px;
	padding-top:5px;
}

.topnav3:link {  color:#ffffff; text-decoration: none; font-family:verdana, Arial, sans-serif; font-size: .9em; }

.topnav3:visited {  color: #ffffff; text-decoration: none; font-family:verdana, Arial, sans-serif; font-size: .9em; }

.topnav3:hover { text-decoration: underline; color: #ffffff; font-family:verdana, Arial, sans-serif; font-size: .9em; }

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #abe0ff;
    color: #06aefd;
}

/* New Addition */


/* tab panel */
/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #E3E2CA;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
{
    background: url(img/yui/sprite.png) #fff repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #E3E2CA;
    border-bottom-width: 0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{
    color: #676653;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
{
    background: url(img/yui/sprite.png) #E3E2CA repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab
{
    color: #676653;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(img/yui/sprite.png) #E3E2CA repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em; /*background-color:#edf5ff;   */
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-top-width: 0px;
}

