body {
	background-color: #6dbaca;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

p {
	margin: 0;
	padding: 0 1em 1em;
	color: #4c5573;
	line-height: 1.6em;
}

li {
	color: #4c5573;
	line-height: 1.6em;
}

a, a:visited {
	color: #4c5573;
}

a:hover {
	/*color: #888;*/
	color:#339966;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.8em;
	color: #2c4679;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}

h3 {
	font-size: 1.6em;
	color: #009dbb;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}

h4 {
	font-size: 1.1em;
	color: #009dbb;
	margin: 0;
	padding: 10px;
}

h5 {
	font-size: 1em;
	color: #009dbb;
	margin: 0;
	padding: 4px 10px 10px;
}

#wrap {
	width: 767px;
	margin: 0 auto;
	padding: 0;
}

/* header styles */

#header {
	background: #fff url(../img/header-bottom.gif) 0 0 no-repeat;
	margin: 0 0 7px;
	padding: 0;
}

#header ul {
  background: url(../img/inner-full-bottom.gif) left bottom no-repeat;
	height: 26px;
  display: block;
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0 9px;
}

#header ul li {
  color: #009dbb;
  display: block;
  float: left;
}

#header ul li a {
  color: #009dbb;
  display: block;
  font-weight: normal;
  padding: 6px 9px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

#header ul li a:hover {
  background: #f3f8fa;
  color: #2c4679;
  text-decoration: none;
}

#header ul li span {
  display: block;
  padding: 6px 3px 5px;
  text-transform: uppercase;
}

.selected-about {
	background-color: #ff9e1a !important;
	color: #fff !important;
}

.selected-whatsnew {
	background-color: #4e2f71 !important;
	color: #fff !important;
}

.selected-orthok {
	background-color: #4e2f71 !important;
	color: #fff !important;
}


.selected-services {
	background-color: #78bf52 !important;
	color: #fff !important;
}

.selected-eyehealthtips {
	background-color: #00BB02 !important;
	color: #fff !important;
}

.selected-eyewear {
	background-color: #3caf7a !important;
	color: #fff !important;
}

.selected-contact {
	background-color: #13aac0 !important;
	color: #fff !important;
}

#franchise-name {
	float: left;
	background: transparent url(../img/franchise-bg.gif) 15px 2px no-repeat;
	color: #2c4679;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 5px 1em 5px 40px;
}


/* home content area styles */

.home-widecol-top {
	background: url(../img/home-widecol-top.gif) 0 0 no-repeat;
	width: 767px;
	height: 7px;
}

#home-intro {
	float: left;
	width: 767px;
	background: #fff url(../img/home-widecol-bottom.gif) left bottom no-repeat;
}

#home-intro .content-wrap {
	width: 753px;
	background: #eff5f7;
	position: relative;
	margin: 0 7px 7px 7px;
	text-align:justify;
}

#home-intro .btn {
	right: 376px;
}

#home-intro p {
	margin-right: 6px;
}

.home-pics {
	float: right;
	display: block;
	width: 430px;
	height: 390px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top:15px;
	/*background-color: #fff;*/
}

.home-pics img {
	float: left;
	width: 182px;
	margin-left: 6px;
	display: inline;
	padding-left: 5px;
}

.fly-buys {
	position: absolute;
	width: 171px;
	height: 30px;
	left: 0;
	bottom: 0;
	background: url(../img/home-fly-buys-bg.jpg) left top no-repeat;
	padding: 15px 0 0 60px;
}

#home-sections {
	float: left;
	width: 767px;
	background: #fff url(../img/home-widecol-bottom.gif) left bottom no-repeat;
	margin-top: 8px;
	padding-bottom: 7px;
}

#home-section1 {
	float: left;
	display: inline;
	width: 246px;
	height: 112px;
	background: #78bf52;
	position: relative;
	margin: 0 7px;
}

#home-section1 h2 {
	background: url(../img/home-sections1-icon.gif) 8px 10px no-repeat;
	color: #fff;
	padding-left: 34px;
}

#home-section2 {
	float: left;
	display: inline;
	width: 246px;
	height: 112px;
	background: #3caf7a;
	position: relative;
	margin: 0 7px 0 0;
}

#home-section2 h2 {
	background: url(../img/home-sections2-icon.gif) 8px 10px no-repeat;
	color: #fff;
	padding-left: 34px;
}

#home-section3 {
	float: left;
	display: inline;
	width: 246px;
	height: 112px;
	background: #13a9bf;
	position: relative;
	margin: 0 7px 0 0;
}

#home-section3 h2 {
	background: url(../img/home-sections3-icon.gif) 8px 10px no-repeat;
	color: #fff;
	padding-left: 34px;
}

#home-section1 p, #home-section2 p, #home-section3 p {
	color: #fff !important;
}

#home-intro ul {
	margin: 0 0 12px 0;
}

/* home bottom links */

#home-links {
	display: block;
	margin-top: 8px;
}

#home-links p {
	font-weight: bold;
	margin: 21px 0 0 80px;
}

#home-links a {
	font-weight: normal;
}

.home-links-left {
	float: left;
	width: 386px;
	height: 59px;
	background: url(../img/home-links-left.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

.home-links-right {
	float: left;
	width: 381px;
	height: 59px;
	background: url(../img/home-links-right.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

/* section heading styles */

#section-header-about {
	background: url(../img/section-header1-bg.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-services {
	background: url(../img/section-header2-bg.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-whatsnew {
	background: url(../img/section-header-whatsnew.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-orthok {
	background: url(../img/section-header-whatsnew.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-eyehealthtips {
	background: url(../img/section-header3-bg.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-eyewear {
	background: url(../img/section-header4-bg.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-contact {
	background: url(../img/section-header5-bg.gif) 0 0 no-repeat;
	width: 767px;
	height: 55px;
	margin: 0 0 12px 0;
	padding: 0;
}

#section-header-about h2, #section-header-services h2, #section-header-eyehealthtips h2, #section-header-eyewear h2, #section-header-contact h2, #section-header-whatsnew h2,  #section-header-orthok h2{
	margin: 0;
	padding: 13px 28px;
	color: #fff !important;
	font-size: 2.4em;
}

#section-header-about a, #section-header-services a, #section-header-eyehealthtips a, #section-header-eyewear a, #section-header-contact a, #section-header-whatsnew a , #section-header-orthok a {
	color:#FFFFFF;
	text-decoration:none;
}

#section-header-about a:hover, #section-header-services a:hover, #section-header-eyehealthtips a:hover #section-header-eyewear a:hover, #section-header-contact a:hover, #section-header-whatsnew a:hover, #section-header-orthok a:hover{
	text-decoration:underline;
}

/* inner page content styles */

.inner-fullcol-top {
	background: url(../img/inner-full-top.gif) 0 0 no-repeat;
	width: 767px;
	height: 7px;
	margin: 0;
	padding: 0;
}

.inner-widecol-top {
	background: url(../img/home-widecol-top.gif) 0 0 no-repeat;
	width: 514px;
	height: 7px;
}

.inner-thincol-top {
	background: url(../img/home-thincol-top.gif) 0 0 no-repeat;
	width: 245px;
	height: 7px;
}

#inner-main {
	float: left;
	width: 767px;
	background: #fff url(../img/inner-full-bottom.gif) left bottom no-repeat;
}

#inner-main .content-wrap {
	width: 729px;
	background: #eff5f7;
	position: relative;
	margin: 0 7px 7px 7px;
	padding: 12px;
}

#inner-main h2 {
	color: #009dbb;
}

#content-2col {
	float: left;
	width: 500px;
}

#content-2col {
	float: left;
	width: 500px;
}
#content-2col230 {
	float: left;
	width: 230px;
}


#content-2col ul, #content-2col ol {
	margin-top: 0;
	margin-bottom: 1em;
}

#content-2col-contact {
	float: left;
	width: 430px;
}

#content-3col {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#page-nav {
	margin: 5px;
	padding: 5px;/*18px 20px 20px 20px;*/
	background-color: #fff;
}

#page-nav ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
}

#page-nav ul li {
	float: left;
	margin: 2px 0 !important;
	padding: 0 7px !important;
	border-right: 1px dotted #4c5573;
	display: inline;
}

#page-nav ul li.last {
	border-right: 0;
}

#page-nav ul li a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.content-sidebar {
	float: left;
	width: 181px;
	margin: 10px 0 10px 40px;
	padding: 0;
	position: relative;
	display: inline;
}

.content-sidebar img {
	display: block;
	border: 6px solid #fff;
	margin: 12px 0;
}

.content-sidebar-contact {
	float: left;
	width: 251px;
	margin: 10px 0 10px 40px;
	padding: 0;
	display: inline;
}

.content-sidebar-contact img {
	display: block;
	border: 6px solid #fff;
	margin: 12px 0;
}

.content-sidebar-contact h4 {
	padding: 0;
}

.content-sidebar-video {
	float: left;
	width: 451px;
	margin: 10px 0 10px 40px;
	padding: 0;
	position: relative;
	display: inline;
}

.link-box-or {
	background: #ff9e1a url(../img/link-box-bottom-or.jpg) left bottom no-repeat;
	width: 169px;
	margin-bottom: 12px;
	padding: 0 6px 6px 6px;
}

.link-box-top-or {
	background: url(../img/link-box-top-or.gif) 0 0 no-repeat;
	width: 181px;
	height: 6px;
}

.link-box-or h3 {
	background: url(../img/link-box-cog-or.gif) 142px 6px no-repeat;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
}

.link-box-gr {
	background: #78bf52 url(../img/link-box-bottom-gr.jpg) left bottom no-repeat;
	width: 169px;
	margin-bottom: 12px;
	padding: 0 6px 6px 6px;
}

.link-box-top-gr {
	background: url(../img/link-box-top-gr.gif) 0 0 no-repeat;
	width: 181px;
	height: 6px;
}

.link-box-gr h3 {
	background: url(../img/link-box-cog-gr.gif) 142px 6px no-repeat;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
}

.link-box-bl {
	background: #83c1cf url(../img/link-box-bottom-bl.jpg) left bottom no-repeat;
	width: 169px;
	margin-bottom: 12px;
	padding: 0 6px 6px 6px;
}

.link-box-top-bl {
	background: url(../img/link-box-top-bl.gif) 0 0 no-repeat;
	width: 181px;
	height: 6px;
}

.link-box-bl h3 {
	background: url(../img/link-box-cog-bl.gif) 142px 6px no-repeat;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
}

.link-box-dg {
	background: #3caf7a url(../img/link-box-bottom-dg.jpg) left bottom no-repeat;
	width: 169px;
	margin-bottom: 12px;
	padding: 0 6px 6px 6px;
}

.link-box-top-dg {
	background: url(../img/link-box-top-dg.gif) 0 0 no-repeat;
	width: 181px;
	height: 6px;
}

.link-box-dg h3 {
	background: url(../img/link-box-cog-dg.gif) 142px 6px no-repeat;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.3em;
}

.link-box-or p, .link-box-gr p, .link-box-bl p, .link-box-dg p {
	color: #fff !important;
	line-height: 1.4em;
}

.link-box-or a, .link-box-or a:visited, .link-box-gr a, .link-box-gr a:visited, .link-box-bl a, .link-box-bl a:visited, .link-box-dg a, .link-box-dg a:hover {
	color: #fff;
}

.link-box-or a:hover, .link-box-gr a:hover, .link-box-bl a:hover, .link-box-dg a:hover {
	color: #666;
	text-decoration: none;
}

.staff-wrap {
	width: 500px;
	margin-bottom: 12px;
}

.staff-wrap img {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	border: 7px solid #fff;
}

.staff-wrap p {
	margin-left: 160px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.eyewear-wrap {
	width: 500px;
	margin-bottom: 12px;
}

.eyewear-wrap img {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
	border: 7px solid #fff;
}

.eyewearbrands-wrap {
	float: left;
}

.eyewearbrands-wrap img {
	float: left;
	border: 7px solid #fff;
	margin: 0px 15px 10px 10px;
	padding: 0;
}

* html .eyewearbrands-wrap img {
	display: inline;
}

.contact-form {
	margin: 0 0 0 7px;
	padding: 0;
}

.contact-form th {
	text-align: left;
	color: #4c5573;
}

.contact-submit {
	background-color: #fff;
	border: 0;
	color: #2c4679;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* footer styles */

#menu {
	clear: both;
}

#footer {
	display: block;
	width: 767px;
	padding-top: 1px;
	clear: both;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 6px 0;
	padding: 0;
}

#footer li {
	display: inline;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer span {
	padding: 0 8px;
}

/* generic styles */

.hidden, .hidden a {
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.unstyled-list {
	 list-style: none;
}

.btn {
	display: block;
	background: url(../img/button-corner.gif) left top no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1px 0 0 3px;
	color: #2c4679;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-decoration: none;
}

.btn:hover{
	color: #009dbb;
}

.btn span {
	background-color: #fff;
	padding: 2px 6px 3px 5px;
}

.img-centre {
	margin: 0 auto 1em;
}

.content-wrap:after, #home-sections:after, #section2:after, #header:after, #header ul:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.right-bdr-pic {
	float: right;
	border: 7px solid #fff;
	margin-left: 20px;
}

.cleaner {
	clear: both;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
