/* CSS document */

body {
    margin: 0;
    padding: 0;
    background: #000 url(../images/body/global.jpg) center 0 no-repeat;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 62.5%;
}

body#home { padding: 460px 0 0 0; background: transparent url(../images/body/home.jpg) center 0 no-repeat; }

body#motor { background: #242424 url(../images/body/motor.jpg) center 0 no-repeat; }
body#motor #pageContent { background: transparent url(../images/why/motor_bg.jpg) 0 0 no-repeat; min-height: 730px; }

body#fishing { background: #242424 url(../images/body/fish.jpg) center 0 no-repeat; }
body#fishing #pageContent { background: transparent url(../images/why/fish_bg.jpg) 0 0 no-repeat; min-height: 730px; }

body#snow { background: #242424 url(../images/body/snow.jpg) center 0 no-repeat; }
body#snow #pageContent { background: transparent url(../images/why/snow_bg.jpg) 0 0 no-repeat; min-height: 730px; }

body#optical { background: #242424 url(../images/body/optical.jpg) center 0 no-repeat; }
body#optical #pageContent { background: transparent url(../images/why/optical_bg.jpg) 0 0 no-repeat; min-height: 730px; }

body#blank { background-color: #fff; background-image: none; }

body#motor #pageContent h1, body#fishing #pageContent h1, body#snow #pageContent h1, body#optical #pageContent h1  { border-bottom: 1px solid #454A50;}
body#motor #pageContent p, body#fishing #pageContent p, body#snow #pageContent p, body#optical #pageContent p {color: #fff;} 


/* homepage specific styles */

#flashWrapper {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#flashWrapper #header, #flashWrapper img {
    width: 960px;
    margin: 0 auto;
}


#wrapperHome {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 100;
    height: 440px;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    /*border: 1px solid #f90;*/
    position: relative;
    z-index: 100;
}

body#home #wrapperHome {
    background: transparent url(../images/body/home-sm.png) center 0 no-repeat;
}

#header {
    margin: 0;
    padding: 0;
    /*background: transparent url(../images/main-nav.gif) 0 0 no-repeat;*/
    height: 60px;
}

#ctaWrapper {
    padding: 10px 0 0 10px;
    height: 165px;
}

.ctaCol {
    margin: 0 10px 0 0;
    float: left;
    width: 228px;
}

.first {
    width: 226px;
}

img.ctaSmall {
    margin: 0 0 10px 0;
}

.last {
    margin: 0;
}

#signUp {
    margin: 0 0 10px 0;
    padding: 10px 15px 11px 15px;
    background: transparent url(../images/sign-up.jpg) 0 0 no-repeat;
}

#linkWrapper {
    margin: 10px 10px 0 10px;
    color: #ccc;
    border-top: 1px solid #333;
    line-height: 1.6em;
    font-size: 1.1em;
}

#featureCopy {
    margin: 10px 0 0 0;
    padding: 0 30px 0 0;
    width: 328px;
    float: left;
}

.links {
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #333;
    min-height: 140px;
    min-width: 85px;
}

#featureCopy h3, .links h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1em;
}

.links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.links ul li {

}

.links ul li a:link, .links ul li a:visited {
    color: #ccc;
    text-decoration: none;
}

.links ul li a:hover {
    color: #d4182a;
}



/* -- mainNav navigation style and structure -- */

/* -- this system uses one sprite png file and position changes for each state of the rollover. -- */ 
    
#mainNav {
    height: 60px;
    padding: 0;
    overflow: hidden;
    width: 960px;
}
    
#mainNav ul {
    margin: 0;
    padding: 0;
}

#mainNav li {
    display:inline;
}

#mainNav li a {
    float: left;
    height: 0pt;
    overflow: hidden;
    padding-top: 60px;
}

#mainNav li a {
    background-image: url(../images/mainNav.png);
    background-repeat: no-repeat;
}

#mainNav li.company a { width: 120px; background-position: 0 0; }
#mainNav li.company a:hover { background-position: 0 -60px; }

#mainNav li.products a { width: 120px; background-position: -120px 0; }
#mainNav li.products a:hover { background-position: -120px -60px; }
    
#mainNav li.why a { width: 120px; background-position: -240px 0; }
#mainNav li.why a:hover { background-position: -240px -60px; }
    
#mainNav li.technology a { width: 120px; background-position: -360px 0; }
#mainNav li.technology a:hover { background-position: -360px -60px; }
    
#mainNav li.prescription a { width: 120px; background-position: -480px 0; }
#mainNav li.prescription a:hover { background-position: -480px -60px; }

#mainNav li.shop a { width: 120px; background-position: -600px 0; }
#mainNav li.shop a:hover { background-position: -600px -60px; }
    
#mainNav li.home a { width: 240px; background-position: -720px 0; }
#mainNav li.home a:hover { background-position: -720px -60px; }

/* -- end globalNav styles -- */



#wrapper2 {
    width: 940px;
    margin: 10px 0;
    padding: 10px;
    text-align: left;
    position: relative;
}


#skip {
    display: none;
}


/* -- leftCol section of the site - holds navigation and ads -- */


#leftCol {
    width: 220px;
    margin: 0;
    padding: 0;
    float: left;
}

/* -- leftNav styles -- */

#leftNav {
    margin: 0;
    padding: 0 20px 5px 20px;
    background: #000 url(../images/leftNav-top.gif) 0 0 no-repeat;
    color: #fff;
    min-height: 393px;
}

#leftNav h2 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
}

#leftNav h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: normal;
    border-top: 1px solid #222;
}

#leftNav ul {
    margin: 0;
    padding: 0 0 10px 5px;
    list-style-type: none;
}

#leftNav li {
    padding: 0;
    margin: 0;
}

#leftNav a:link, #leftNav a:visited {
    display: block;
    margin: 0;
    padding: 4px 0;
    color: #999;
    text-decoration: none;
    line-height: 1em;
   
}

#leftNav a:hover {
    color: #ed1b2f;
    text-decoration: underline;
}

#navBottom {
    margin: 0;
    padding: 0;
    background: transparent url(../images/leftNav-bottom.gif) 0 0 no-repeat;
    height: 5px;
}

/* -- end leftNav styles -- */



/* -- begin ad section image replacement styles -- */

#ads {
    margin: 0;
    padding: 0;
    width: 220px;
    position: absolute;
}
    
#ads  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#ads li {
    margin: 10px 0 0 0;
}


#ads li a {
    display: block;
    height: 0pt;
    overflow: hidden;
    padding-top: 50px;
}

#ads li.ad1 a { width: 220px; background: url(../images/banner-01.jpg) 0 0 no-repeat; }
#ads li.ad1 a:hover { background-position: 0 -50px; }
    
#ads li.ad2 a { width: 220px; background: url(../images/banner-02.jpg) 0 0 no-repeat; }
#ads li.ad2 a:hover { background-position: 0 -50px; }
    
#ads li.ad3 a { width: 220px; background: url(../images/banner-03.jpg) 0 0 no-repeat; }
#ads li.ad3 a:hover { background-position: 0 -50px; }
    
#ads li.ad4 a { width: 220px; background: url(../images/banner-04.jpg) 0 0 no-repeat; }
#ads li.ad4 a:hover { background-position: 0 -50px; }

/* -- end ads section styles -- */



/* -- main content area styles -- */


#content {
    width: 700px;
    margin: 0 0 0 240px;
    padding: 0;
}

#breadcrumb {
    /*margin: 0 0 0 240px;*/
    padding: 8px 0 0 8px;
    height: 25px;
    background: transparent url(../images/breadcrumb.gif) 0 0 no-repeat;
    color: #fff;
    font-size: 1.1em;
}

#breadcrumb a:link, #breadcrumb a:visited {
    color: #999;
    text-decoration: none; 
}

#breadcrumb a:hover {
    color: #fff;
}

.hidden {
    display: none;
}



/* -- Products Page Styles -- */

#intro {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    position: relative;
}

#intro.products { background: transparent url(../images/header-products.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.mens { background: transparent url(../images/header-mens.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.womens { background: transparent url(../images/header-womens.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.activeLifestyle { background: transparent url(../images/header-activeLifestyle.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.airDam { background: transparent url(../images/header-airDam.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.airShield { background: transparent url(../images/header-airShield.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.motorcycle { background: transparent url(../images/header-motorcycle.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.dryeye { background: transparent url(../images/header-dryeye.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.photochromicNXT { background: transparent url(../images/header-photochromic-nxt.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.polarizedNXT { background: transparent url(../images/header-polarized-nxt.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.colorampNXT { background: transparent url(../images/header-coloramp-nxt.jpg) 0 0 no-repeat; min-height: 360px; }
#intro.sharpviewPC { background: transparent url(../images/header-sharpview-pc.jpg) 0 0 no-repeat; min-height: 360px; }



/* -- Section Page styles --*/

#intro.why { background: transparent url(../images/header-why7eye.jpg) 0 0 no-repeat; height: 360px; }
#intro.company { background: transparent url(../images/header-company.jpg) 0 0 no-repeat; min-height: 360px; }



/* -- Intro Styles -- */

.colNarrow {
    float: left;
    margin: 20px 20px 0 20px;
    width: 190px;
}

.colWide {
    float: left;
    margin: 20px 20px 0 20px;
    width: 310px;
}

h1.intro {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #676767;
    color: #ed1b2f;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
}

p.intro {
    margin: 5px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.6em;
}

h1.intro strong {
    color:#ed1b2f;
}


/* -- Lens Types for Products Page -- */

#intro .lensWrapper {
  margin: 0;
  width: 450px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 300;
  font-size: 0.8em;
}

#intro .lensLink {
  margin: 15px 0 0 20px;
  width: 130px;
  float: left;
}

#intro .lensLink h3 {
  color:#ed1b2f;
  line-height: 1.3em;
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 1.2em;
}

#intro .lensLink h3 em {
  color: #333;
  font-style: normal;
}

#intro .lensLink p {
  padding: 0;
  margin: 0;
}

#intro .lensLink a:link, #intro .lensLink a:visited {
  color: #999;
  text-decoration: none;
}

#intro .lensLink a:hover {
  color:#ed1b2f;  
}



/* -- Single Product page Styles -- */

#productHero {
    background: #fff url(../images/section2-top.gif) 0 0 no-repeat; 
    margin: 10px 0 0 0;
    padding: 20px 20px 0 20px;
    text-align: left;
}

#productHero h1 {
    border-bottom: 1px solid #ccc;
    color: #999;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0;
}

#productHero h1 strong {
    color: #ed1b2f;
}

#productHero p {
    margin: 0 20px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.6em;
    width: 190px;
}


#productDetails {
    margin: 10px 0 0 0;
    padding: 20px;
    text-align: center;
    background: #fff url(../images/section2-top.gif) 0 0 no-repeat;
}

#productDetails #col1 {
    width: 190px;
    float: left;
    text-align: left;
    margin: 0;
}

#productDetails #col2 {
    width: 440px;
    text-align: left;
    margin: 0 0 0 30px;
    float: left;
}

#productDetails.feature {
    background: #fff url(../images/section2-top.gif) 0 0 no-repeat;
    min-height: 260px;
}

.categoryBottom {
    margin: 0;
    padding: 0;
    background: #fff url(../images/section2-bottom.gif) 0 bottom no-repeat;
    height: 5px;
}


/* -- Section 2 -- */
#section2 {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
    position: relative;
}


/* -- Section 3 -- */

#section3 h1 {
    margin: 0 20px;
    padding: 0;
    border-bottom: 1px solid #454a50;
    color: #ed1b2f;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
    width: 190px
}

#section3 h1 strong {
    color:#ed1b2f;
}

#section3 p {
    margin: 0 20px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.6em;
    width: 190px;
}

#section3 {
    margin: 10px 0 0 0;
    padding: 10px 20px;
}

#section3 h1 {
    margin: 0;
    color: #ed1b2f;
}



/* -- pageContent Styles -- */

#pageContent {
    margin: 10px 0 0 0;
    padding: 20px;
    background: #fff url(../images/section2-top.gif) 0 0 no-repeat;
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 10;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
}

#pageContent h1 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #ed1b2f;
    border-bottom: 1px solid #ccc;
    font-size: 1.6em;
    line-height: 1.6em;
}

#pageContent h2.airDam { background: #fff url(../images/collection-airDam.gif) 0 0 no-repeat; padding: 30px 0 0 0; border: none; height: 0; clear: left; margin: 0; overflow: hidden; }
#pageContent h2.airShield { background: #fff url(../images/collection-airShield.gif) 0 0 no-repeat; padding: 30px 0 0 0; border: none; height: 0; clear: left; margin: 0; overflow: hidden; }
#pageContent h2.activeLifestyle { background: #fff url(../images/collection-activeLifestyle.gif) 0 0 no-repeat; padding: 30px 0 0 0; border: none; height: 0; clear: left; margin: 0; overflow: hidden; }
#pageContent h2.mens { background: #fff url(../images/collection-mens.gif) 0 0 no-repeat; padding: 30px 0 0 0; border: none; height: 0; clear: left; margin: 0; overflow: hidden; }
#pageContent h2.womens{ background: #fff url(../images/collection-womens.gif) 0 0 no-repeat; padding: 30px 0 0 0; border: none; height: 0; clear: left; margin: 0; overflow: hidden; }

#pageContent h2 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #ed1b2f;
    border-bottom: 1px solid #ccc;
    font-size: 1.6em;
    line-height: 1.6em;
}

#pageContent p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #666;
}

#pageContent p strong {
    color: #666;
}


#pageContent ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

#pageContent li {
    padding: 5px 0;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #999;
}

#pageContent a:link, #pageContent a:visited {
    color: #ed1b2f;
    text-decoration: none; 
}

#pageContent a:hover {
    text-decoration: underline; 
}

#pageContent td.model {
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
}

#pageContent td.model a:link, #pageContent td.model a:visited {
    padding: 5px 15px;
    color: #999;
    text-decoration: none;
    display: block;
}

#pageContent td.model a:hover {
    color: #ed1b2f;
    text-decoration: underline; 
}

#pageContent td img {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#pageContentBottom {
    margin: 0;
    padding: 10px 0 0 0;
    background: #fff url(../images/section2-bottom.gif) 0 bottom no-repeat;
    height: 5px;
}

.pageContentBottom {
    clear: left;
    margin: 0;
    padding: 10px 0 0 0;
    background: #fff url(../images/section2-bottom.gif) 0 bottom no-repeat;
    height: 5px;
}



/* -- Lens Technology Styles -- */

#pageContent .lensType {
    margin: 30px 0 0 0;
}

#pageContent .lensType h2 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px 0;
    margin: 10px 0;
}

#pageContent .lensType h2 em {
    color: #333;
    font-style: normal;
}

#pageContent p.intro {
    font-size: 1.6em;
    line-height: 1.5em;
}

#pageContent .lensType p {
    font-size: 1.2em;
    line-height: 1.5em;
}

#pageContent .lensType p strong {
    font-weight: normal;
    color: #000;
}

#pageContent .lensType img {
    border-bottom: 1px dotted #ccc;
    margin: 10px 0;
    padding: 10px 0;
}


/* -- styles for the Products Lens section -- */
#intro .lensType {
    margin: 250px 0 0 20px;
    width: 200px;
    float: left;
}

#intro .lensType h2 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 2px 0;
    margin: 0 0 3px 0;
    font-size: 1.1em;
}

#intro .lensType h2 em {
    color: #ed1b2f;
    font-style: normal;
}

#intro .lensType p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1em;
    line-height: 1.4em;
}

#intro .lensType p strong {
    color: #000;
}



/* -- styles for the productDisplay on pageContent pages -- */

.productDisplay {
    position: relative;
    z-index: 200;
    padding: 0;
    margin: 0 0 30px 0;
}

.productDisplay h1 {

}

.productModel {
    width: 200px;
    float: left;
    padding: 10px;
    z-index: 300;
    position: relative;
}

.productModel img {
    padding: 0 0 5px 0 ;
    border-bottom: 1px solid #ccc;
}

#pageContent p.productName {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #999;
}

#pageContent .productDisplay a:link, #pageContent .productDisplay a:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#pageContent .productDisplay a:hover {
    color: #ED1B2F;
    text-decoration: underline;
}



#tabbedPanelWrapper {
    width: 660px;
    margin: 0;
    padding-top: 5px;
    background: transparent url(../images/feature-top.png) 0 0 no-repeat;
}

#features {
    background: transparent url(../images/feature-bottom.png) 0 bottom repeat;
    padding: 0 0 10px 0;
}

#features p {
    padding: 0 20px;
}

#features a:link, #features a:visited {
    color: #ED1B2F;
    text-decoration: none;
}

#features a:hover {
    color: #fff;
}

#productFeatures {
    margin: 0;
    padding: 0;
    background: #fff url(../images/section2-top.gif) 0 0 no-repeat;
    text-align: left;
}

#onePic.TabbedPanelsContentVisible {
    background-color: #000;
    margin: 10px;
    height: 440px;
    overflow-y: scroll;
}

#one.TabbedPanelsContentVisible p, #two.TabbedPanelsContentVisible p, #three.TabbedPanelsContentVisible p, #four.TabbedPanelsContentVisible p, #five.TabbedPanelsContentVisible p {
    margin: 0;
    padding: 10px;
    font-size: 1.1em;
    line-height: 1.2em;
}


#featureContent {
    padding: 5px 10px 0 10px;
    min-height: 190px;
    color: #333;
}

#framecolor {
    float: left;
    margin-bottom: 15px;
}

#lenstype {
    float: left;
    margin-bottom: 5px;
}

#modelContent h3, #framecolor h3, #lenstype h3 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 1em;
    border-bottom: 1px dotted #ccc;
}

#modelContent p {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 1.1em;
    line-height: 1.4em;
}

#modelContent p strong {
    color: #000;
}

#lenstype h3 a:link, #lenstype h3 a:visited {
    color: #000;
    text-decoration: underline;
}

#lenstype h3 a:hover {
    color: #999;
    text-decoration: none;
}

/* -- no longer needed
#framecolor img, #lenstype img {
    margin: 10px 0 0 0;
}
*/


#buyNow {
    padding: 0 20px 13px 20px;
    text-align: right;
    background: #fff url(../images/section2-bottom.gif) 0 bottom no-repeat;
}

#catCol1 {
    width: 450px;
    float: left;
    padding: 0;
    min-height: 560px;
}

#catCol1 h2 { 
    margin: 10px 0 5px 0;
    padding: 0;
    color: #ed1b2f;
    border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    line-height: 1.6em;
}

#catCol1 h2.pressTitle {
    color: #ed1b2f;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#catCol1 h3 {
    font-size: 1.3em;
    margin: 5px 0 0 0;
    line-height: 1em;
}

#catCol1 ol, #catCol1 ul, #catCol1 li {
    color: #666;
}

#rightCol {
    float: right;
    margin: 30px 0 0 0;
}

#rightCol img {
    margin: 0 0 10px 0;
}

#catCol2 {
    margin: 0 0 10px 480px;
}

.catCol2 {
    margin: 0 0 10px 0;
}

.productCare {
    width: 430px;
    
}

.productCare img {
    float: left;
    margin: 0 10px 5px 0;
}

.productCare h3 {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.2em;
}



img.featurePic {
    float: right;
    margin: 10px 10px 0 10px;
}

img.leftMargin {
    margin-left: 9px;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
}

a
{
  outline: none;
}

sup {
    font-size: 7px;
    height: 0;
    line-height: 1;
    vertical-align: text-top;
    _vertical-align: text-top;
    position: relative;
    top: 0;
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
    }

#footer {
    margin: 10px;
    padding: 10px 0 0 0;
    color: #999;
    text-align: left;
    border-top: 1px solid #333;
    clear: both;
}

#footer a:link, #footer a:visited {
    color: #999;
    text-decoration: none; 
}

#footer a:hover {
    color: #ed1b2f;
    text-decoration: underline; 
}

