/***********************************************************************************

SITE STRUCTURE

************************************************************************************/
#holder /* holds the whole structure */
{
	position:relative;
	margin: 0 auto;
	/* border-top: 1px solid #FFF; */
	width: 795px;
	/* background: #FFF; */
	text-align: left;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding: 10px 15px 10px 0px;
}

#holder_footer /* holds the whole structure */
{
	margin-left: auto ;
  	margin-right: auto ;	
	width: 800px;
	text-align: left;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding: 0px 0px 10px 0px;
	/*
	clear: both;
	float: left;
	width: 100%;
	height: 5em;
	margin-top: -5em;
	*/
}

/***********************************************************************************

LOGO HEADER

************************************************************************************/
#logo 
{ 
	margin:0; 
	padding:0; 
	border:0; 
	padding:0; 
	width:150px; 
	height:75px;
	float: left;
}

#logo a.logo_link 
{
	background:transparent url(/images/static/logo.gif) no-repeat 0% 0%;
	width:150px;
	height:75px;
	display:block;
	margin:0;
	padding:0;
}

#logo span {display: none;}

/***********************************************************************************

SUBNAVIGATION

************************************************************************************/
#subnavigation A
{
	color: #606DA9;
}
#subnavigation UL
{
	margin: 0;
	padding: 0px;
	border: 0px;
	color: #000;
	/* float: rigth; */
}
#subnavigation UL LI
{
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}
#subnavigation UL LI A
{
	text-transform: lowercase;
	text-decoration: none;
}
#subnavigation UL LI A:hover
{
	text-decoration: underline;
}
#subnavigation UL LI A.subnav_last
{
	display: none;
}
#subnavigation UL LI A.subnav_account
{
	display: block;
	border-left: 1px solid #000;
	padding: 0 0 0 7px;
}
#subnavigation UL LI A.subnav_cart
{
	display: block;
	border-left: 1px solid #000;
	padding: 0 7px;
	background: transparent url(/images/static/icon_cart.gif) no-repeat 100% 50%;
	width: 80px;
}
#subnavigation SPAN.cart_status
{
	display: block;
	position: relative;
	color: #606DA9;
	width: 150px;
	margin: 20px -160px 0 20px;
	padding-bottom:10px;
}
#subnavigation UL LI A.subnav
{
	color: #606DA9;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
	padding: 0 7px;
}
#subnavigation UL LI A.subnav:hover
{
	text-decoration: underline;
}


/***********************************************************************************

SEARCH HEADER

************************************************************************************/
#search
{
	position:relative;
	top:0px;
	right:0px;
	float: right;
	width: 242px;
	padding-top: -5px;
	clear: right;
}
#search #search_input
{
	width: 205px;
	float: left;
	margin: 0 10px 0 0;
}
#search #search_input LABEL
{
	float: left;
	color: #274290;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-right: 10px;
	background: url(/images/static/icon_arrow.gif) no-repeat 100% 60%;
}
#search #search_input INPUT
{
	font: normal 10px Arial, Helvetica, sans-serif;
	background: none;
	border: none;
	width: 139px;
	margin-left: 5px;
	color: #000;
	height: 15px;
	line-height: 13px;
}
#search #search_btn_div
{
	padding: 0;
	float: left;
	/*w idth: 23px*/
}
#search #search_btn_div INPUT
{
	background: transparent url(/images/static/btn_go.gif) no-repeat 0% 0%;
	width: 23px;
	height: 16px;
	display: block;
	margin: 0;
	border:0;
}
#search #adv_search_link
{
	display: block;
	width: 97px;
	color: #274290;
	text-decoration: none;
	margin-bottom:10px;
}
#search #adv_search_link SPAN
{
	float: right;
	width: 8px;
	height: 13px;
	background: url(/images/static/icon_arrows.gif) no-repeat 0 3px;
}
#search #adv_search_link:hover
{
	color: #000;
	text-decoration: underline;
}
#search_input
{
	background: transparent url(/images/static/bg_search_input.gif) no-repeat 100% 0;
}


/***********************************************************************************

NAVIGATION

************************************************************************************/
#navigation
{
	width: 630px;
	height: 60px;
	float: right;
}
#main_menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}
#main_menu UL
{
	width: 616px;
	list-style: none;
	font-weight: bold;
	padding: 7px 0;
	margin: 3px 0 1em;
}
#main_menu A
{
	/*width: 122px; 09/20/09 - Adding Eye Doctors */
	height: 14px;
	display: block;
	padding: 10px 0 4px;
	text-align: center;
	color: #25408F;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: #FFF no-repeat 0 100%;
	border-top: 4px solid #8788BA;
	margin-right: 2px;
}
#main_menu A:visited
{
	color: #25408F;
}
#main_menu A:hover
{
	color: #25408F;
	border-top: 4px solid #25408F;
}
#main_menu UL A:hover
{
	background-color: #EEE;
	color: #25408F;
	border-top: 4px solid #25408F;
}
#main_menu LI
{
	float: left;
	display: inline;
	list-style: none;
	z-index: 1000;
	margin: 0 0 0 1px;
}

/* 09/15/09 - Adding Eye Doctors and Blog to Navigation - 610px total */ 
#main_menu LI.glasses
{
	width:80px;
}
#main_menu LI.sunglasses
{
	width:90px;
}
#main_menu LI.lenses
{
	width:65px;
}
#main_menu LI.reading_glasses
{
	width:80px;
}
#main_menu LI.learn
{
	width:80px;
}
#main_menu LI.eye_doctors
{
	width:80px;
}
#main_menu LI.fashion
{
	width:75px;
}
#main_menu LI.blog
{
	width:60px;
}

#main_menu LI UL
{
	display: none;
}

#main_menu .home A:hover, #main_menu .glasses .on
{
	border-top: 4px solid #25408F;
}
#main_menu .sunglasses A:hover, #main_menu .sunglasses .on
{
	border-top: 4px solid #25408F;
}
#main_menu .lenses A:hover, #main_menu .lenses .on
{
	border-top: 4px solid #25408F;
}
#main_menu .reading_glasses A:hover, #main_menu .reading_glasses .on
{
	border-top: 4px solid #25408F;
}
#main_menu .learn A:hover, #main_menu .learn .on
{
	border-top: 4px solid #25408F;
}
#main_menu .eye_doctors A:hover, #main_menu .eye_doctors .on
{
	border-top: 4px solid #25408F;
}
#main_menu .fashion A:hover, #main_menu .fashion .on
{
	border-top: 4px solid #25408F;
}
#main_menu .blog A:hover, #main_menu .blog .on
{
	border-top: 4px solid #25408F;
}
/* 09/15/09 - Adding Eye Doctors and Blog to Navigation */


/***********************************************************************************

FOOTER

************************************************************************************/
#eg_footer {
	padding:56px 0 0 0;
	clear: both;
	text-align:center; 
	color:#000;
	width:100%;
	height:25px;
	margin:0;
	background: url(/images/static/bg_footer1.gif) no-repeat 0 14px;
}
#eg_footer .footer_list {
	list-style:none; 
	margin:0; 
	padding:0pt 0pt 0pt 40px;
}
#eg_footer .footer_list li {
	float:left;
	list-style:none;
}
#eg_footer a.footer_link {
	color:#000; 
	font:normal 0.9em Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	padding:0 8px 0 11px;  
	border-right:1px solid #000; /* solid #e48310; */
}
#eg_footer a.footer_link:hover {
	color:#555;
	text-decoration: underline;
}
#eg_footer a.footer_link_last {
	border-right:0;
}
/***********************************************************************************

PHONE STYLES

************************************************************************************/
#contact_info		{
		float: left;clear: both;height: 60px;width: 165px;background: url(/images/static/bg_toll_free.gif) no-repeat 0 0;
}
#contact_info span	{
	display: none;
}
#contact_info_footer{
	display: none;
}

/***********************************************************************************

COPYRIGHT

************************************************************************************/
#copy_and_tag {
		height:20px;clear: 
		both;width:800px;
}
#copy_and_tag p {
	display: inline;
}
#bbb_text {
		font:normal 0.9em Arial, Helvetica, sans-serif; 
		color:#777;
		text-align:center; 
		/* float: left; */
		height:15px;
		padding:3px 0px 5px 0px;
}
#eg_copyright {
		font:normal 0.9em Arial, Helvetica, sans-serif; 
		color:#777;
		padding:10px 0 0 0;
		text-align:center; 
		/* float: left; */
		height:15px;
}

