/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0e4b79;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	position: relative;
	left: 50%;
	width: 929px;
	height: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -464px;
}
/*------------------ Header Selectors <--------------------*/
#header {
	height: 295px;
	width: 929px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header p {
}
#header img {
}
#header ul {
}
#header ul li {
}
#header ul li a {
}
#header ul li a:link, #header ul li a:visited {
}
#header ul li a:hover, #header ul li a:active {
}
.topLogo {
	position: absolute;
	left: 34px;
	top: 12px;
	background-image: url(../images/topLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 182px;
}
.topLogo:hover {
	background-position: -182px 0px;
}
.phone {
	position:absolute;
	left:606px;
	top:8px;
	background-image:url(../images/phone-number.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:19px;
	width:291px;
}
.phone:hover {
	background-position: 0px -19px;
}
/*------------------ Mast Selectors <--------------------*/
#mast {
	width: 669px;
	height: 295px;
	margin-left: 245px;
}
#mast #flash-mast {
}
#mast #flash-mast p {
}
/*------------------ Top Nav Selectors <--------------------*/
#topNav {
	height: 32px;
	width: 937px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: -4px;
	top: 301px;
	z-index:999!important;	
}
#topNav p {
}
#topNav ul {
}
#topNav ul li {
}
#topNav ul li a:link, #topNav ul li a:visited {
}
#topNav ul li a:hover, #topNav ul li a:active {
}
#topNav li {
	list-style-type: none;
	float:left;
	display:inline;
	height:32px;
	position:relative;
}
#topNav li a {
	text-decoration:none;
	text-indent:-999em;
	height:32px;
	display:block;
	width:auto;
}
/* ---------------------------------------------------------------------------------------------------- Home */
#topNav .topNav-home {
	width: 82px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav .topNav-home:hover {
	background-position: 0px -32px;
}
/* ---------------------------------------------------------------------------------------------------- Presbyopia */
#topNav .topNav-presbyopia {
	width: 139px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -82px 0px;
}
#topNav .topNav-presbyopia:hover {
	background-position: -82px -32px;
}
/* ---------------------------------------------------------------------------------------------------- Cataracts */
#topNav .topNav-cataracts {
	width: 134px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -221px 0px;
}
#topNav .topNav-cataracts:hover {
	background-position: -221px -32px;
}
/* ---------------------------------------------------------------------------------------------------- About Us */
#topNav .topNav-about {
	width: 121px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}
#topNav .topNav-about:hover {
	background-position: -355px -32px;
}
/* ---------------------------------------------------------------------------------------------------- Lifestyle Lenses */
#topNav .topNav-lenses {
	width: 185px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -476px 0px;
}
#topNav .topNav-lenses:hover {
	background-position: -476px -32px;
}
/* ---------------------------------------------------------------------------------------------------- Financing */
#topNav .topNav-financing {
	width: 132px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -661px 0px;
}
#topNav .topNav-financing:hover {
	background-position: -661px -32px;
}
/* ---------------------------------------------------------------------------------------------------- Contact Us */
#topNav .topNav-contact {
	width: 143px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -793px 0px;
}
#topNav .topNav-contact:hover {
	background-position: -793px -32px;
}

#topNav .top-nav-sub {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#ffffff!important;
	top:31px!important;
	left:0px!important;
	z-index:800!important;
	position: absolute;
	width:150px;
	border: 1px solid #CCCCCC;
	height:30px;
}
#topNav .top-nav-sub li {
	list-style-type: none!important;
	float:left!important;
	display:block!important;
	background-color:#ffffff!important;		
}
#topNav .top-nav-sub a {
	text-indent:0em!important;
	background-color:#ffffff!important;
	float:left!important;
	display:block!important;
	width:150px;
	border: 1px solid #CCCCCC;
	height:30px;
}
#topNav .top-nav-sub li {
	float:left!important;
	padding:0px!important;
	margin:0px!important;
	display:inline;
	background-color:transparent;
	list-style:none;		
}
#topNav .top-nav-sub li a {
	height:30px;
	color:#002e7b;
	display:block!important;
	float:left!important;
	margin:0px!important;
	background-color:#ffffff;
	padding: 10px 10px 0px 10px;
	width:150px;	
}
#topNav .top-nav-sub li a:hover {
	color:#ffffff;
	background-color:#002e7b!important;
	float: left;	
}
#topNav li:hover ul, #topNav li.sfHover ul {

}
#topNav li:hover li ul, #topNav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#topNav li li:hover ul, #topNav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}


#dropShadow {
	position: absolute;
	top: 339px;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 929px;
	z-index:200!important;
} 
/*------------------ Content Selectors <--------------------*/
#content {
	margin-bottom: 170px;
	position: relative;
	left: 0px;
	top: 344px;
	background-image: url(../images/content-repeating-bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 929px;
	height: auto;
}
/*------------------ Column Container Selector <--------------------*/
#content #column-container {
}
/*------------------ Left Column Selectors <--------------------*/
#left-column {
	float: left;
	height: auto;
	width: 259px;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc{
	height: 403px;
	width: 259px;
	background-image: url(../images/qc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 8px 0 20px 0;
}
#qc form{
}
#qc ul{
	list-style-type: none;
}
#qc ul li{
}
#qc div{
}
#qc input {
	height: 23px;
	width: 188px;
	margin-bottom: 7px;
	margin-left: 31px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002e7b;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#ffffff!important;
}
#qc textarea{
	width: 188px;
	height: 77px;
	margin-bottom: 7px;
	margin-left: 31px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002e7b;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#ffffff!important;	
}
#qc input.select{
}
#qc .button{
	background: transparent url(../images/submit.jpg) no-repeat left top;
	width: 198px;
	height: 29px;
	cursor:pointer;
	background-color: transparent!important;
}
#qc input.orange-qc{
}
#qc img {
    vertical-align:middle;
}
#qc .address2 {
    display:none;
}
#qc .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
#qc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002e7b;
	text-align: center;
}
#qc a {
	color: #002e7b;
}
#qc a:hover {
	color: #0027ef;
}

#ctas4 a{
	display:block;
	text-indent:-999px;
	background: transparent url(../images/cta-IOL-simulator.jpg) no-repeat left top;
	width:259px;
	height:118px;
	margin:0 0 0px 25px;
}
/*#ctas4 .iol {
	background-position: 0 0;
	background: transparent url(../images/cta-IOL-simulator.jpg) no-repeat left top;
	margin-bottom:20px;
}*/
#ctas a{
	display:block;
	text-indent:-999px;
	background: transparent url(../images/cta-financing.jpg) no-repeat left top;
	width:259px;
	height:118px;
}

#ctas2 a{
	display:block;
	text-indent:-999px;
	background: transparent url(../images/cta-financing.jpg) no-repeat left top;
	width:259px;
	height:118px;
}

#ctas3 a{
	display:block;
	text-indent:-999px;
	background: transparent url(../images/cta-mobile.jpg) no-repeat left top;
	width:259px;
	height:118px;
}

#ctas .financing {
	background-position: 0 0;
	background: transparent url(../images/cta-financing.jpg) no-repeat left top;
	margin-bottom:20px;
}
#ctas .financing:hover {
	background-position: 0px -118px;
}

#ctas2 .testimonials {
	background-position: 0 0;
	background: transparent url(../images/cta-testimonials.jpg) no-repeat left top;
	margin-bottom:20px;
}

#ctas2 .testimonials:hover {
	background-position: 0px -118px;
}

#ctas3 .mobile {
	background-position: 0 0;
	background: transparent url(../images/cta-mobile.jpg) no-repeat left top;
	margin-bottom:20px;
}

#ctas3 .mobile:hover {
	background-position: 0px -118px;
}

.crystalensLogos {
	margin-left: 49px;
	margin-bottom: 20px;
}

/*------------------ Mobile Screening Unit Form Selectors <--------------------*/

#screening {
	margin: 0 0 0 155px;
	padding: 27px 0 27px 27px;
	height: auto;
	width: 223px;
	background-color: #cfd1d0;
}

#screening form {
}

#screening ul {
	margin: 0!Important;
	padding: 0!Important;
	list-style: none!Important;
}

#screening ul li {
}

#screening input {
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px;
	height: 23px;
	width: 181px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002e7b;
	background-color:#ffffff!important;
}

#screening textarea{
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px;
	width: 181px;
	height: 77px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002e7b;
	background-color:#ffffff!important;	
}

#screening #button{
	margin-bottom: 15px;
	width: 198px;
	height: 29px;
	cursor:pointer;
	background: transparent url(../images/submit.jpg) no-repeat left top;
	background-color: transparent!important;
}

#screening .address2 {
    display:none;
}

#screening .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}

#screening .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

#screening p {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002e7b;
}

#screening a {
	color: #002e7b;
}

#screening a:hover {
	color: #0027ef;
}

/*------------------ Right Column Selector <--------------------*/
#right-column {
	width: 658px;
	float: right;
	margin-top: 8px;
	background-color: transparent;
	background-image: url(../images/rightCol-repeating-bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#right-column-top {
	background: transparent url(../images/rightCol-top.jpg) no-repeat left top;
}
#right-column-bottom {
	width: 574px;
	padding-left: 33px;
	padding-right: 48px;
	padding-top: 28px;
	padding-bottom: 42px;
	background-color: transparent;
	background-image: url(../images/rightCol-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right-column-bottom h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #efb000;
	font-weight: bold;
}
#right-column-bottom h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #002e7b;
}
#right-column-bottom h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002e7b;
}
#right-column-bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #002e7b;
}
#right-column-bottom p.phone-number {
}
#right-column-bottom ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-left: 13px;
	list-style-type: square;
	color: #002e7b;
}
#right-column-bottom ul li {
}
#right-column-bottom ol {
}
#right-column-bottom ol li {
}
#right-column-bottom img {
}
#right-column-bottom .img-left {
}
#right-column-bottom .img-right {
}
#right-column-bottom a {
	color: #002e7b;
}
#right-column-bottom a:link, #right-column-bottom a:visited {
}
#right-column-bottom a:hover, #right-column-bottom a:active {
	color: #0027ef;
}
#right-column-bottom #bottom {
	position:relative;
	height: 165px;
	width: 570px;
}
#right-column-bottom #bottom .bottomLogo {
	background: url(../images/bottomLogo.jpg) no-repeat left top;
	height: 115px;
	width: 182px;
	position: absolute;
	left: 195px;
	top: 0px;
}
#right-column-bottom #bottom .bottomLogo:hover {
	background-position: -182px 0px;
}
#right-column-bottom #bottom .bottomphone {
	height:37px;
	width:291px;
	position: absolute;
	left: 153px;
	top: 125px;
	background-image: url(../images/bottom-phone-number.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right-column-bottom #bottom .bottomphone:hover {
	background-position: 0px -37px;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
#map {
	width:400px;
	height:400px;
	margin-left: 80px;
}
.pics {
	float:right;
	margin-left: 15px;
}

.picsb {
	text-align:center;
	margin-bottom: 10px;
}

/*-------------------- Page 1 Forms <---------------------*/
#contact{
	height: 573px;
	width: 435px;
	background-image: url(../images/main-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact ul{
	list-style-type: none;
}
#contact ul li{
}
#contact p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 43px;
}
#contact input{
	height: 25px;
	width: 340px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #082D48;
	padding-top: 5px;
	padding-left: 10px;
	border: 1px solid #d9dbdb;
	margin-left: 30px;
	background-color:#FFFFFF!important;
}
#contact textarea{
	height: 115px;
	width: 340px;
	margin-bottom: 7px;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #092C48;
	border: 1px solid #d9dbdb;
	margin-left: 30px;
	margin-top: 55px;
	background-color:#FFFFFF!important;	
}
#contact input.select{
}
#contact .button{
	background: transparent url(../images/submit.jpg) no-repeat left top;
	width: 198px;
	height: 29px;
	cursor:pointer;
	background-color: transparent!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact input.orange-main{
}

#contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------ Blog Navigation Selectors <--------------------*/
#blogger-navigation{
}
#blogger-navigation h3{
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}
/*------------------ Footer Selectors <--------------------*/
#footer {
	height: 160px;
	width: 929px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 170px;
	padding-top: 10px;
}
#footer ul {
}
#footer ul li {
}
#footer ul li a {
}
#footer ul li a:link, #footer ul li a:visited {
}
#footer ul li a:hover, #footer ul li a:active {
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #002e7b;
	margin-right: 52px;
	margin-left: 52px;
	margin-top: 40px;
}
#footer img {
}
#footer #sitemap {
	width:928px;
	position: absolute;
}
#footer #sitemap .sitemap-image {
	display:block;
	height: 12px;
	width: 75px;
	background: transparent url(../images/sitemap.jpg) no-repeat left top;
	position: absolute;
	left: 42px;
}
#footer #sitemap .sitemap-image:hover {
	background-position: 0px -12px;
	cursor:pointer;
}
/*#footer #sitemap #toggle-sitemap-links{
	background-position: 0 0;
	background: transparent url(../images/sitemap.jpg) no-repeat left top;
}	
#footer #sitemap #toggle-sitemap-links:hover {
	background-position: 0 -14px;
}	*/
#footer #sitemap-image { 
	display:none!important;
}
#footer #sitemap-links {
	width:929px;
	height:295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	background-image: url(../images/sitemap-links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 40px;
	left: 0px;
	
}
#footer #sitemap-links ul {
	list-style-type: none;
	margin-top: 10px;
}
#footer #sitemap-links ul a{
	padding-left: 0px;
	list-style-type: none;
	color: #0E4B7A;
}
#footer #sitemap-links ul a:hover{
	padding-left: 0px;
	list-style-type: none;
	color: #F0AC0B;
}
#footer #sitemap-links ul.column1{
	width:275px;
	height: auto;
	float:left;
	margin-left: 50px;
}
#footer #sitemap-links ul.column2{
	width:275px;
	height: auto;
	float:left;
}
#footer #sitemap-links ul.column3{
	width:275px;
	height: auto;
	float:left;
}
#footer #sitemap-links .subhead {
	padding-left:15px;
	color: #0000FF!important;
}
#footer #sitemap-links .subhead:hover {
	padding-left:15px;
	color:#FFFFFF!important;
}
/*------------------ Disclaimer Selectors <--------------------*/
#disclaimer {
}
#disclaimer #sitemap {
}
#disclaimer #sitemap ul {
}
#disclaimer #sitemap ul li {
}
#disclaimer #sitemap ul li a {
}
#disclaimer #sitemap ul li a:link, #disclaimer #sitemap ul li a:visited {
}
#disclaimer #sitemap ul li a:hover, #disclaimer #sitemap ul li a:active {
}
#disclaimer {
}
#disclaimer p {
}
#disclaimer a {
}
#disclaimer a:link, #disclaimer a:visited {
}
#disclaimer a:hover, #disclaimer a:active {
}
/*----------------- Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

