@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#header {
	background-image: url(../media/headerback.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 115px;
}



#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 3pt;
	float: right;
	margin: 15px 15px 0px 0px;
	text-align: right;
}

#header h1 {
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 230px;
	float: left;
	background-image: url(../media/logo.jpg);
	height: 115px;
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#nav {
	background-image: url(../media/navback.jpg);
	background-repeat: repeat-x;
	height: 37px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style-type: none;
}
#nav ul li {
	margin: 0px;
	padding: 5px 15px;
	display: inline;
	border-right: 1px solid #ACBFCA;
	border-left: 1px solid #00182C;

}
#nav ul li.first {
	margin: 0px;
	padding: 5px 15px;
	display: inline;
	border-right: 1px solid #ACBFCA;
	border-left: none;
}
#nav ul li.last {
	margin: 0px;
	padding: 5px 15px;
	display: inline;
	border-right: none;
	border-left: 1px solid #00182C;
}
#nav ul li a:hover {
	color: #FF0;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}




/* end 3 box float */

#mainContent  {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#footer {
	background-image: url(../media/headerback.jpg);
	background-position: -50px;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	padding: 5px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: none;
}
.pnomargin {
	margin: 0px;
	padding: 0px;
}


h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #042848;
}
.threecolumnnoborder {
	margin: 10px 0px 0px;
	padding: 5px;
	float: left;
	width: 288px;
	text-align: left;
}
.fourcolumnnoborderCopy {
	margin: 10px 2px 10px;
	padding: 10px;
	float: left;
	width: 200px;
	text-align: left;
}


/* 3 box float */
.threecolumnsideborder {
	margin: 10px 0px 0px;
	padding: 5px;
	float: left;
	width: 288px;
	text-align: left;
	border-right: 1px solid #042D4D;
	border-left: 1px solid #042D4D;
}


.twocolumn {
	padding: 5px;
	float: left;
	width: 586px;
	text-align: left;
	background-color: #E4E4E4;
	border-right: 1px solid #032642;
	margin: 10px 0px;
}
.twocolumnwhite {
	padding: 5px;
	float: left;
	width: 586px;
	text-align: left;
	background-color: #FFF;
	border-right: 1px solid #032642;
	margin: 10px 0px;
}
.twocolumnwhitehome {
	padding: 0px 5px 5px;
	float: left;
	width: 586px;
	text-align: left;
	background-color: #FC0;
	border-left: 1px solid #032642;
	margin: 10px 0px;
}

.twocolumnwhiteright {
	padding: 5px;
	float: left;
	width: 535px;
	text-align: left;
	background-color: #FFF;
	margin: 10px 0px;
	border-style: none;
}

.onecolumn {
	padding: 5px;
	text-align: left;
	background-color: #FFF;
	margin: 10px 0px;
}
.contactdesc {
	font-weight: bold;
	float: left;
	width: 250px;
}
.contacttab {
	margin: 0px 0px 0px 250px;
}



.silhouette  {
	text-indent: -10000px;
	background-image: url(../media/recsilhuoette.gif);
	height: 145px;
	margin: 0px;
	padding: 0px;
}
.silhouette2 {
	text-indent: -10000px;
	background-image: url(../media/silhouette2.gif);
	height: 125px;
	margin: 0px;
	padding: 0px;
}

.hideheader1 {
	text-indent: -10000px;
	background-image: url(../media/image1.gif);
	height: 80px;
	margin: 0px;
	padding: 0px;
}

.fltright {
	float: right;
	margin-left: 10px;
}
.fltleft {
	float: left;
	margin-right: 10px;
}
.error {
	font-weight: bold;
	color: #900;
}
.clearfloat {
	clear: both;
}
.twocolumnwhite a {
	text-decoration: none;
	color: #000;
}
.twocolumnwhite a:hover {
	text-decoration: none;
	color: #CCC;
}

#mainContent fieldset {
	border: 1px solid #069;
	margin: 10px 50px 10px 150px;
	padding-right: 15px;
	padding-left: 15px;
}

#mainContent legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #036;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#mainContent label {
	width: 120px;
	background-color: #1E4E75;
	padding: 3px 15px 3px 10px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	text-align: right;
}
.submit1 {
	background-color: #1E4E75;
	margin-left: 180px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
}

.submit2 {
	background-color: #900;
	margin-left: 180px;
	font-weight: bold;
	color: #FFF;
	border-style: none;
}

.registerwarn {
	margin-left: 150px;
	margin-right: 50px;
}

#mainContent a {
	font-weight: bold;
	color: #1E4E75;
}

#mainContent a:hover {
	font-weight: bold;
	color: #900;
}

.custinfo {
	width: 796px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px 50px 20px;
	position: relative;
}
.custinfo .address {
	background-color: #D1DAE4;
	width: 358px;
	border: 1px solid #000;
	float: left;
	text-align: left;
	padding: 15px;
	margin: 4px;
	height: 120px;
}
.custinfo .address1 {
	display: block;
	margin: 0px 0px 0px 100px;
	padding: 0px;
}
.custinfo  .address2 {
	display: inline-block;
	width: 150px;
	font-weight: bold;
}
.custinfo .address p {
	margin: 0px;
	padding: 10px 0px 0px;
}
.custinfo .type {
	background-color: #D1DAE4;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	position: relative;
}
.type p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.type .glazed {
	display: block;
	height: 50px;
	width: 100px;
	float: left;
	margin-right: 5px;
}
.type .frame {
	position: absolute;
	left: 10px;
	top: 70px;
}
.type .lenstype {
	display: block;
	height: 110px;
	width: 430px;
	float: left;
	margin-right: 5px;
}
.type .diameter {
	display: block;
	float: left;
	width: 120px;
	height: 110px;
}
.custinfo th {
	background-color: #1E4E75;
	color: #FFF;
	text-align: center;
}
.blueback {
	background-color: #1E4E75;
	font-weight: bold;
	color: #FFF;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}
.custinfo .glass {
	background-color: #D1DAE4;
	width: 358px;
	border: 1px solid #000;
	float: left;
	text-align: left;
	padding: 15px;
	margin: 4px;
	height: 120px;
}
.custinfo .thirds  {
	display: block;
	float: left;
	width: 238px;
	color: #FFF;
	background-color: #1E4E75;
	border: 1px solid #000;
	margin: 4px;
	padding-left: 10px;
}
.custinfo .thirdslight {
	display: block;
	float: left;
	width: 250px;
	color: #000;
	background-color: #D1DAE4;
	border: 1px solid #000;
	margin: 4px;
	padding-left: 5px;
	font-size: 9pt;
	height: 170px;
}
.thanks {
	margin-left: 50px;
}
.thirdslight  .tab {
	display: inline-block;
	width: 90px;
}
.thirdslight p {
	margin: 0px;
	padding: 0px 0px 2px;
}
.buttons {
	padding: 0px;
	margin-left: 600px;
}

.title {
	font-weight: bold;
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 5px;
}
.desc {
	display: inline-block;
	width: 280px;
}
.desc a {
	text-decoration: none;
}
.desc a:hover {
	text-decoration: none;
}
.name {
	font-weight: bold;
	display: inline-block;
	width: 50px;
	text-align: right;
	margin-right: 5px;
}
.admin  {
	border: 1px solid #069;
	margin: 10px 40px 10px 80px;
	padding: 10px 15px;
}

.indent {
	margin: 10px 0px -10px 120px;
	padding: 0px;
	color: #1E4E75;
}
.namedets {
	display: inline-block;
	width: 160px;
}
.bluebold {
	font-weight: bold;
	color: #1E4E75;
}
.superior {
	background: url(../media/Wolds-Freeform-1.jpg) no-repeat;
	text-indent: -10000px;
	display: inline-block;
	height: 60px;
	width: 525px;
}
.noborder {
	border-style: none;
}

.hawkstone {
	border-style: none;
	width: 840px;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
	border-width: 0px;
	overflow: hidden;
	padding: 0px;
}


/*
* styles for the loopslider
* Required 
*/

.slidecontainer {
	width:900px;
	height:263px;
	background:#111;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.slides { position:absolute; top:0; left:0; }
.slides div {
	position:absolute;
	top:0;
	width:900px;
	display:none;
	height: 263;
}
a.previous {
	position:absolute;
	top:180px;
	left:-10px;
	border-style: none;
}
.next img {
	border-style: none;
}
.previous img {
	border-style: none;
}

a.next {
	position:absolute;
	top:180px;
	right:-10px;
	border-style: none;
}
#loopedSlider {
	width:900px;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom: 1px solid #042848;
}

.slideimage {float:left;}
.slidecaption {
	bottom:50px;
	right:304px;
	float:right;
	position:absolute;
	color:#fff;
	padding:15px;
	font-size:12px;
	line-height:18px;
	background:#111;
	width: 300px;
}

.slidecaption a {color:#fff; }
.slidecaption a:hover {text-decoration:none;}
.promo {
	font-size: 18pt;
	color: #900;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#anyview {
	background: url(../media/newfeatures/Anyviewcover.jpg) no-repeat left bottom;
	height: 900px;
	width: 900px;
}
#anyview .logo {
	background: url(../media/newfeatures/anyviewlogo.jpg) no-repeat left top;
	display: block;
	padding: 0px;
	width: 400px;
	text-indent: -10000px;
	margin-left: 20px;
	height: 30px;
}
#anyview h3 {
	margin-left: 20px;
	font-size: 18pt;
	color: #5E8CA6;
	padding: 0px;
	margin-bottom: 5px;
}
#anyview h4 {
	margin-left: 20px;
	font-size: 14pt;
	color: #334F5E;
}
#anyview ul {
	font-size: 10pt;
	font-weight: bold;
}
#anyview ul li {
	padding-bottom: 5px;
}
#anyview ul .email {
	list-style-type: none;
	margin-top: 15px;
}
#jump {
	background: url(../media/promotions/jump.jpg) no-repeat right top;
	padding: 0px;
	height: 470px;
	width: 900px;
	margin-top: 20px;
}
#jump h3 {
	text-indent: -10000px;
	display: block;
	background: url(../media/promotions/essilor_logo.jpg) no-repeat left top;
	height: 90px;
	width: 300px;
	margin-left: 135px;
	margin-top: -15px;
}
#jump p {
	display: block;
	width: 300px;
	margin-left: 30px;
	margin-top: 95px;
	font-size: 10pt;
	font-weight: bold;
	color: #445466;
}
#jump .contact {
	margin-top: 5px;
	font-size: 11pt;
	font-weight: normal;
}
#jump h2 {
	margin-left: 30px;
	font-size: 18pt;
	font-weight: bold;
	color: #003;
	margin-bottom: 5px;
}
#jump table {
	border-style: none;
	margin-left: 28px;
	margin-bottom: 30px;
	margin-top: 8px;
	width: 310px;
}
#jump table tr td {
	width: 150px;
	background: #CCC;
	border-style: none;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}
#jump table th {
	background: #182A6C;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
	border-style: none;
}
#jump .floatright {
	margin: 28px 0px 30px;
	float: right;
	width: 540px;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

#variluxupgrade {
	background: url(../media/promotions/Wolds-Upgrade.jpg) no-repeat left top;
	height: 728px;
	width: 900px;
	padding-top: 10px;
}
#variluxupgrade h3 {
	background: url(../media/promotions/essilor_logo.jpg) no-repeat left top;
	text-indent: -10000px;
	display: block;
	height: 85px;
	width: 100px;
	margin-left: 460px;
}
#variluxupgrade p {
	display: block;
	width: 350px;
	margin-left: 330px;
	margin-top: 15px;
	font-size: 13pt;
	font-weight: bold;
	background: #ABC8DA;
	text-align: center;
	padding: 10px;
	border: 1px solid #0193CF;
}
#transitionupgrade h1 {
	background: url(../media/promotions/transitions.jpg) no-repeat left top;
	display: block;
	height: 150px;
	width: 900px;
	text-indent: -10000px;
}
#transitionupgrade h3 {
	font-size: 18pt;
	margin-right: 20px;
	margin-left: 20px;
}
#transitionupgrade h4 {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12pt;
}
.crizal {
	background: #000 url(../media/promotions/CrizalEasyGeneral.jpg) no-repeat;
	height: 1270px;
	width: 900px;
	margin-top: -30px;
	margin-bottom: 0px;
}

.crizal p {
	color: #FFF;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 15px;
}
.crizal h3 {
	color: #FFF;
	font-size: 12pt;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	padding-left: 10px;
}
.CrizoOne {
	width: 350px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 320px;
	font-size: 15pt;
	padding: 5px;
}
.CrizoOne p {
	margin: 0px;
	padding: 0px;
}


.crizalthree {
	margin-top: 10px;
	margin-left: 30px;
	width: 660px;
	background: #000;
	background:rgba(127,142,154,0.70);
	padding-top: 10px;
}
.antifog {
	padding: 0px;
	border-bottom: 4px solid #666;
}
.antifog h1 {
	color: #547183;
}
.antifog h2 {
	color: #547183;
}


.antifog p {
	padding: 0px 20px;
}
.extended {
	font-weight: bold;
	font-size: 13pt;
}
h2.promooffer{
	display: inline-block;
	width:100%;
	height: 30px;
	text-align: center;
	font-size: 14pt;
	color: red;
}
