/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#606060;
	font-size:14px;
	margin:0 auto;
	background-color:#141414;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.gender-select {
	position:absolute;
	top:205px;
	left:15px;
}

.designer-select {
	position:absolute;
	top:205px;
	left:300px;
}

.function-select {
	position:absolute;
	top:205px;
	left:585px;
}

.find-button {
	position:absolute;
	top:290px;
	left:655px;
}


.frame-box {
	position:relative;
	width:559px;
	height:115px;
	background-image:url(images/bg_frame-container.jpg);
	background-repeat:no-repeat;
	margin:0 0 15px 0;
	padding:15px 0 10px 20px;
}

.frame-thumbnail {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}

.search-thumbnail {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100px;
	height:100px;

}

.thumb_holder {
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin:0 10px 10px 0;
	z-index:90;
	border:1px solid #8e8e8e;
}

.thumb_hover {
	position:relative;
	display:block;
	width:100px;
	height:35px;
	padding-top:65px;
	z-index:100;
	background:#fff;
	opacity:0;
	filter: alpha(opacity=0);
	color:transparent;
	text-align:center;
	text-justify:bottom;
}

.thumb_hover:hover {
	background:#0078fe;
	color:#fff;
	text-decoration:none;
	opacity:0.77;
	filter: alpha(opacity=77);
}

.frame-description {
	position:relative;
	width:380px;
	height:93px;
	float:left;
	margin: 0 0 0 10px;
}

.frame-description h3 { color: white; }


.find-dropdown {
	background-color:#3b3b3b;
	width:230px;
	height:30px;
	border:0;
	color:white;
	padding:5px 0 0 5px;
}

.main-photo { 
	height:250px;
}

.logo-anchor {
	position:absolute;
	top:20px;
	right:0;
	width:400px;
	height:50px;
}

.hours-table {
width:400px;
}

.hours-heading { background-color: #606060; color:white; }
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin: 0 auto;
	width:1050px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;

}


#main_repeat {
	position:relative;
	margin:0 auto;
	width:1050px;
	height:auto;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
}


#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:530px;
	margin: 0 auto;
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:350px;
	margin: 0 auto;
}

#header-store {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:60px;
	margin: 0 auto;
}

#header-search {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:110px;
	margin: 0 auto;
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:640px;
	height:290px;
padding: 80px 0 0 230px;
	margin: 70px 0 30px 38px;
	background-repeat: no-repeat;
	background-image: url(images/bg_flash.jpg);
}

#find-frames-main {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:370px;
	margin: 70px 0 30px 38px;
	background-image:url(images/bg_find-frames-main.jpg);
	background-repeat:no-repeat;
}

#main-store {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	margin: 80px 0 30px 90px;
padding:0 20px 30px 0;
	background-image:url(images/bg_find-frame.jpg);
	background-repeat:repeat-y;
color:black;
}

.store-left {
position:relative;
width:390px;
float:left;
height:auto;
padding:0px 20px 0 20px;
}

.store-right {
position:relative;
width:371px;
height:auto;
float:left;
padding:0px 30px 0 0px;

}

#banner-sub {
	position:relative;
	top:0;
	left:0;
	width:874px;
	height:180px;
	margin: 70px auto;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:90px;
	left:35px;
	width:882px;
	height:56px;
}

#subnav {
	position:absolute;
	top:0;
	right:20px;
	width:380px;
	height:45px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:1050px;
	height:auto;
	margin: 0 auto;

}

#searchbar {
	position:relative;
	width:870px;
	height:45px;
	background:url(images/bg_searchbar.jpg) no-repeat top center;
	margin-bottom:20px;
	clear:both;
}

/* ---- start main content settings -------------- */

#content_container {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	margin: 0 auto;

}

#content_sub-container {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	margin: 0 auto;
}


#content_main {
	position:relative;
	top:0;
	left:0;
	width:573px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	
}

#content_right {
	position:relative;
	top:0;
	left:0;
	width:283px;
	height:auto;
	float:right;
	margin: 35px 0 0 0;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	width:563px;
	height:auto;
	float:left;
}

#content_search {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	margin:0 auto;
	clear:both;
}


#giant-3-boxes {
	position:relative;
	top:0;
	left:0;
	width:870px;
	height:auto;
	margin: 0 auto;	
}

#star-sighting {
	position:relative;
	top:0;
	left:0;
	width:283px;
	height:126px;
	background-image:url(images/img_star-sighting.jpg);
	background-repeat:no-repeat;
	float:left;
	padding: 50px 0 0 0;
	line-height:30px;
}

#find-frames {
	position:relative;
	top:0;
	left:0;
	width:268px;
	height:130px;
	background-image:url(images/bg_find-frames.jpg);
	background-repeat:no-repeat;
	float:left;
	padding: 46px 0 0 15px;

	margin: 0 0 0 10px;
}

#eye-blog {
	position:relative;
	top:0;
	left:0;
	width:284px;
	height:176px;
	float:right;
}





#side-bar {
	position:relative;
	top:0;
	left:0;
	width:284px;
	height:auto;
	float:right;
}



#star-side {
	position:relative;
	top:0;
	left:0;
	width:284px;
	height:126px;
	background-image:url(images/img_side-star-sighting.jpg);
	background-repeat:no-repeat;
	float:right;
	padding: 50px 0 0 0;
	line-height:30px;
	
}

#find-side {
	position:relative;
	top:0;
	left:0;
	width:269px;
	height:130px;
	background-image:url(images/img_side-find-frames.jpg);
	background-repeat:no-repeat;
	float:right;
	padding: 46px 0 0 15px;
	margin: 12px 0 0 0;

}
#eye-side {
	position:relative;
	top:0;
	left:0;
	width:284px;
	height:176px;
	float:right;
	margin: 12px 0 0 0;
}


/* ---- end main content settings ---------------- */

#bg-footer {
	position:relative;
	top:0;
	left:0;
	width:1050px;
	height:126px;
	clear:both;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
}


#footer {
	position:relative;
	top:0;
	left:0;
	width:964px;
	height:50px;
padding:76px 0 0 0;
	margin: 0 auto;
	color:#FFFFFF;
}

#footer-content {
position:relative;
	top:0;
	bottom:0;
	width:924px;
	height:40px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
		background-color:black;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:28px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:73px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -28px;
}

.active_01 {
	background-position: 0 -28px !important;
}

a#nav_02 {
	width:84px;
	cursor:pointer;
	background-position:-73px 0;
}

a:hover#nav_02{
	background-position:-73px -28px;
}

.active_02 {
	background-position:-73px -28px !important;
}

a#nav_03 {
	width:120px;
	cursor:pointer;
	background-position:-157px 0;
}

a:hover#nav_03{
	background-position:-157px -28px;
}

.active_03 {
	background-position:-157px -28px !important;
}

a#nav_04 {
	width:134px;
	cursor:pointer;
	background-position:-277px 0;
}

a:hover#nav_04{
	background-position:-277px -28px;
}

.active_04 {
	background-position:-277px -28px !important;
}

a#nav_05 {
	width:128px;
	cursor:pointer;
	background-position:-411px 0;
}

a:hover#nav_05{
	background-position:-411px -28px;
}

.active_05 {
	background-position:-411px -28px !important;
}

a#nav_06 {
	width:143px;
	cursor:pointer;
	background-position:-539px 0;
}

a:hover#nav_06{
	background-position:-539px -28px;
}

.active_06 {
	background-position:-539px -28px !important;
}

a#nav_07 {
	width:103px;
	cursor:pointer;
	background-position:-682px 0;
}

a:hover#nav_07{
	background-position:-682px -28px;
}

.active_07 {
	background-position:-682px -28px !important;
}

a#nav_08 {
	width:96px;
	cursor:pointer;
	background-position:-785px 0;
}

a:hover#nav_08{
	background-position:-785px -28px;
}

.active_08 {
	background-position:-785px -28px !important;
}

/* ---- start sub navigation settings -------------------------- */
 
#subnav a {
	position:relative;
	float:left;
	height:45px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.png);
}

a#subnav_01 {
	width:59px;
	background-position:0 0;
}

a:hover#subnav_01{
	background-position: 0 -45px;
}

.all #subnav_01,
.subactive_01 {
	background-position: 0 -45px !important;
}

a#subnav_02 {
	width:59px;
	cursor:pointer;
	background-position:-59px 0;
}

a:hover#subnav_02{
	background-position:-59px -45px;
}

.MALE_CELEBRITIES #subnav_02,
.gentlemen #subnav_02,
.subactive_02 {
	background-position:-59px -45px !important;
}

a#subnav_03 {
	width:67px;
	cursor:pointer;
	background-position:-118px 0;
}

a:hover#subnav_03{
	background-position:-118px -45px;
}

.FEMALE_CELEBRITIES #subnav_03,
.ladies #subnav_03,
.subactive_03 {
	background-position:-118px -45px !important;
}

a#subnav_04 {
	width:47px;
	cursor:pointer;
	background-position:-185px 0;
}

a:hover#subnav_04{
	background-position:-185px -45px;
}

.sunglasses #subnav_04,
.subactive_04 {
	background-position:-185px -45px !important;
}

a#subnav_05 {
	width:89px;
	cursor:pointer;
	background-position:-232px 0;
}

a:hover#subnav_05{
	background-position:-232px -45px;
}

.ophthalmic #subnav_05,
.subactive_05 {
	background-position:-232px -45px !important;
}

a#subnav_06 {
	width:59px;
	cursor:pointer;
	background-position:-321px 0;
}

a:hover#subnav_06{
	background-position:-321px -45px;
}

.brand #subnav_06,
.subactive_06 {
	background-position:-321px -45px !important;
}

/*---------------lightbox------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
	
	/* ---- start nav drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:0;
	left:0;
	width:930px;
	height:auto;
	z-index:999;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
}

#hidden-layers a {
	color:#fff;
	padding:5px 10px;
	display:block;
	font-size:12px;
	text-decoration:none;
}

#hidden-layers a:hover {
	color:#606060;
	background:#188ef6;

}

#L1 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background:#1476d0;
	width:120px; 
	top:75px;
	left:791px;
}


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}



