/* CSS Document */
h6		/* style for nav in right column */
{
	padding:10px 5px;
	margin:0;
	/*border-left:#BBBBBB solid 5px;
	border-bottom:#EAEADA solid 1px;*/
	color:#5A5A43;
	font-size:12px;
	width:160px;
	cursor:pointer;
	margin-bottom:2px;
	background:url(../gfx/arrow-down.gif) 145px 10px no-repeat #F0F0EB;
}
h6 span {font-size:9px;}
#optoms-list h6		/* style for nav in right column */
{
	padding:10px 5px;
	margin:0;
	/*border-left:#BBBBBB solid 5px;
	border-bottom:#EAEADA solid 1px;*/
	color:#5A5A43;
	font-size:12px;
	width:460px;
	cursor:pointer;
	margin-bottom:2px;
	background:url(../gfx/arrow-down.gif) 445px 10px no-repeat #F0F0EB;
}
#optoms-list  h6 span {font-size:9px;}
#optomslist.categoryitems {
	list-style:none;
	margin:0;
	padding:0;
	width:470px;
}
#optomslist.categoryitems  li { width:470px; border:none;}
.categoryitems {
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
}
.categoryitems li { 
	line-height:15px;
	padding:5px;
	border-bottom:2px solid #F1F1F1;
	width:160px;
}
.categoryitems li .blue
{color:#003366; font-weight:bold; font-size:10px;}

.categoryitems li strong {
 	color:#666;
}

/*//// html defaults///*/

body {
	background-color:#E9EEF1;
	margin:0 auto;
	/*text-align:center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	}



hr {
	height: 0;
	border-width: 1px 0 0 0; /* remove all borders except the top one */
	border-style: solid;
	border-color: #CCCCCC;
}

	
a 	{
	font-size:11px;
	color: #666666;
	text-decoration:underline;
	}
	
	
a:visited {
	color:#666666;
	text-decoration:underline;
	}
	
	
a:hover {
	color:#999999;
	text-decoration:underline;
	}

h1 {
	font-size:100%;
	font-weight:bold;
	color:#666666;
	margin:0px 0px 15px 0px;

	}
	
h2 {
	font-size:100%;
	font-weight:bold;
	color:#999999;
	margin:0px 0px 10px 0px;
	}
	
h3 {
	font-size:122%;
	font-weight:bold;
	color:#003366;
	margin:0px 0px 20px 0px;
	}

/*//// end html defaults///*/



/*//// main container divs///*/

#main {
	width:796px;
	text-align:left;
	margin:0 auto;
	}

#inner {
	width:796px;
	display:block;
	background: url(../gfx/shadow_body.jpg);
	background-repeat:repeat-y;
	}
	
	
#shadow_top {
	display:block;
	}
	
#shadow_bottom {
	display:block;
	}

#innerContent {
	width:730px;
	margin:0px 0px 0px 33px;
	
	}
	
/*//// end main container divs///*/


.headerDiv {
	height:98px;
	background:url(../gfx/header.jpg);
	background-repeat:no-repeat;
	padding-top:12px;
	padding-right:30px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-bottom:1px solid white;
	}

#txtSearch {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	margin-right:5px;
	margin-top:35px;
	margin-right:-8px;
	width:120px;
	}
	
#buttonSearch {
	 display:block; 
	 width:64px;
	 float:right; 
	 margin-top:34px;
	 margin-right:-8px;
	 padding-left:10px;
	}

.footerDiv {
	width:730px;
	height:16px;
	padding-top:10px;
	background: #01325D url(../gfx/footer.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#FFCC00;
	clear:both;
	}


.footerDiv a {
	margin-right:5px;
	margin-left:5px;
	color:#cccccc;
	font-size:9px;
	text-transform:none;
	text-decoration:none;
	line-height:17px;
	padding-right:3px;
	}
			

.footerDiv a:hover{
	color:#FFFFFF;
	}
	
#leftDiv {
	background: #FFFFFF url(../gfx/gradient_left.jpg);
	background-repeat:repeat-x;
	width:222px;
	/*height:400px;*/
	min-height:400px;
	/*border-right:1px solid white;*/
	float:left;
	text-align:center;
	padding:0px 0px 20px 0px
	}
	
	
#rightDiv {
	width:505px;
	float:right;
	margin-bottom:40px;
	overflow:hidden;
	}
	
#rightDivContent {
	width:482;
	padding:20px 15px 20px 15px;
	line-height:16px;
	/*border:1px solid red;*/
	text-align:left;
	}
	
.adverts {
	margin-bottom:8px;
	}
	

a.links1:link, a.links1:active {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	}

a.links1:visited {
	text-decoration:none;
	font-weight:normal;
	color:#666666;

	}

a.links1:hover {
	text-decoration:none;
	font-weight:normal;
	color:#999999;
	}
	
	
	
a.links2:link, a.quickLinks:active {
	font-size: 11px;
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
	}

a.links2:visited {
	text-decoration:none;
	font-weight:normal;
	color:#CCCCCC;

	}

a.links2:hover {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	}
	

a.lightedge:link, a.lightedge:active {
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	}

a.lightedge:visited {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#666666;

	}

a.lightedge:hover {
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
	color:#999999;
	}
	
.hr2 {
	height: 0;
	border-width: 1px 0 0 0; /* remove all borders except the top one */
	border-style: solid;
	border-color: #CCCCCC;
	margin-top:10px;
	margin-bottom:20px;
	}
	
.iconThumbnails {
	float:left;
	display:block;
	margin: 0px 10px 10px 0px
	}
	
.thumbText {
	width:410px;
	float:left;
	display:block;
	margin-bottom:30px;
	}
	
.fields {
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	}
	
.imageBorder {
	/*width:222px;*/
	border:1px solid #CCCCCC;
	background:url(../gfx/gradient_imageBorder.jpg);
	background-repeat:repeat-x;
	padding:6px 6px 6px 6px;
	text-align:center;
	margin-bottom:10px;
	}
	
.imageContainer {
	float:left;
	margin-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	}
	
.imageContainer_left {
	float:left;
	margin-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	margin-right:30px;
	}

.flashBox_products {
	margin-top:30px;
	}
	
.specLogos {
	margin-bottom:10px;
	margin-top:10px;
	display:block;
	}
	
.affordabeEyeWear_images {
	margin-bottom:20px;
	}

.imageBorder2 {
	width:204px;
	height:110px;
	border:1px solid #CCCCCC;
	background:url(../gfx/gradient_imageBorder.jpg);
	background-repeat:repeat-x;
	padding:30px 6px 6px 6px;
	text-align:center;
	margin-bottom:20px;
	float:left;
	}	
	
.imageBorder2_left {
	width:204px;
	height:110px;
	border:1px solid #CCCCCC;
	background:url(../gfx/gradient_imageBorder.jpg);
	background-repeat:repeat-x;
	padding:30px 6px 6px 6px;
	text-align:center;
	margin-bottom:20px;
	float:left;
	margin-right:30px;
	}

.fields {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:0px 10px 0px 5px
	}

.fields_width {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	width:93%;
	padding:0px 10px 0px 5px
	}

.contactTable {
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:5px 10px 5px 10px;
	vertical-align:top;
	border:0px;
	background-color:none;
	}
	
.contactDiv {
	margin:27px 0px 0px 0px;
	
	}

.contactDiv_main {
	width:189px;
	background:url(../gfx/contactBox_bg.jpg);
	background-repeat:no-repeat;
	/*background-color:#FFFFFF;*/
	padding:10px 0px 10px 15px;
	border-left:1px solid #CCCCCC;
	text-align:left;
	border-right:1px solid #CCCCCC;
	margin: auto; 
	}

.blue {
	color:#666666;
}

.list li {
	padding:0;
	margin-bottom:3px;
}

/*//// asp.net message label ///*/
#MessageLabel
{
    display: block;
    background-color: #FFFFE1;
    border: 1px solid #F9E484;
    padding: 5px;
    color: #003366;
    margin-bottom: 20px;
}

.email-sent div {
	background:#003366;
	border:1px solid #999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0;
	text-align:center;
	width:100%;
}
