﻿body {
	background-image: url('/images/body_gradient.png');
	background-repeat: repeat-x;
	background-color: #bababa;
	color: #4e4e4e;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 0.625em;
	height: 100%;
	line-height: 1.4em;
	position: absolute;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1.4em;
	font-size: 1.4em;
	line-height: 1.8em;
}
.content ul, .content ol 
{
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1.4em;
}
h5, h6
{
    margin-bottom: 0.6em;
}
.content ul
{
    padding-left:0;
    margin-left:1.5em;
}
.content ol
{
    padding-left:0;
    margin-left:1.5em;
}
h1, h2, h3 {
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-align:left;
	text-transform: uppercase;
	margin-top: 0.6em;
	margin-bottom: 1.0em;
}
h4 {
	font-size: 2.1em;
	font-weight: normal;
	line-height: 2.2em;
}
h5 {
	font-size: 1.8em;
	line-height: 1.0em;
}
h6 {
	font-size: 1.6em;
	line-height: 1.0em;
}
img {
	border: 0;
}
a {
	color: #6eb301;
	text-decoration: none;
}
#main-outer-wrap {
	background-image: url('/images/body_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	min-height:100%;
	display:block;
	overflow:hidden;
	width: 100%;
}
#main-inner-wrap {
	background-image: url('/images/content_shadow_bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
}
#header {
	background-image: url('/images/vision/header_bg.jpg');
	background-repeat: no-repeat;
	height: 202px;
	margin: 0 auto;
	position: relative;
	width: 962px;
}
#logo {
	position: absolute;
	left: 2px;
	top: 4px;
}
#home-side-menu {
	list-style: none;
	border: 1px #183900 solid;
	margin: 0 11px 11px 11px;
	width: 250px;
}
#home-side-menu li {
	border-bottom: 1px #183900 solid;
}
#home-side-menu li.last {
	border-bottom: 0;
}
#home-side-menu li a.menu-item {
	cursor: pointer;
	display: block;
	position: relative;
	height: 66px;
}
a.menu-item span {
	display: none;
}
a.free:hover, a.correction:hover, a.trouble:hover, a.candidate:hover {
	background-position: -250px 0;
}
a.free {
	background-image: url('/images/vision/free_consultation_button.jpg');
	background-repeat: no-repeat;
}
a.correction {
	background-image: url('/images/vision/vision_correction_button.jpg');
	background-repeat: no-repeat;
}
a.trouble {
	background-image: url('/images/vision/trouble_reading_button.jpg');
	background-repeat: no-repeat;
}
a.candidate {
	background-image: url('/images/vision/candidate_button.jpg');
	background-repeat: no-repeat;
}
#content-holder {
	background-image: url('/images/right_column_bg.png');
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 962px;
}
#content-shadow {
	background-image: url('/images/bottom_shadow.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	width: 962px;
}
.left-column {
	float: left;
	width: 688px;
}
#banner {
	height: 281px;
	position:relative;
	width: 687px;
	z-index: 0;
}
#home-content {
	padding: 20px 100px 20px 20px;
	position: relative;
	text-align: justify;
}
.content {
    padding: 0 80px 50px 10px;
    text-align: justify;
}
.content img
{
    border: 1px #ccc solid;
    padding: 4px;
    margin-bottom: 1.4em;
}
.content table
{
    margin-bottom: 1.4em;
    width:100%;
}
.content table td
{
    font-size: 1.4em;
    line-height: 1.8em;
    padding: 0 10px 0 0;
    vertical-align:top;
}
.content table td.left
{
    padding-left: 6px;
    text-align:left;
}
.right-column {
	float: right;
	width: 274px;
}
.top-shadow {
	background-image: url('/images/right_column_top_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	/*min-height: 590px;*/
	/*padding: 11px;*/
	padding-top: 11px;
	position:relative;
}
#footer {
	background-image: url('/images/footer_bg.png');
	background-repeat: no-repeat;
	height: 213px;
	margin: 0 auto;
	width: 962px;
}
#footer-columns {
	height: 177px;
	width: 962px;
}
.division-column {
	float: left;
}
.division {
	display: block;
	height: 88px;
	overflow: hidden;
	width: 344px;
}
.division img.pic {
	float: left;
	padding: 13px;
}
.division a {
	display: block;
	padding: 13px 0 13px 0;
}
#contact-info-holder {
	float: left;
	height: 177px;
	width: 274px;
}
#contact-info {
	padding: 10px 27px 0 27px;
}
#contact-info h4 {
	line-height: 1.6em;
}
#contact-info p {
	line-height: 1.6em;
}
#copyright-holder {
	height: 36px;
	text-align: right;
	width: 962px;
}
#copyright-holder p {
	font-size: 1.0em;
	line-height: 36px;
	padding-right: 15px;
	text-transform: uppercase;
}
#copyright-holder p a {
	color: #9f9e9e;
}
#copyright-holder p a.terms
{
    color: #4e4e4e;
}
#copyright-holder p a.terms:hover
{
    text-decoration: underline;
}
#advertisement {
	list-style: none;
	padding: 12px 0 12px 11px;
	width: 252px;
}
#advertisement li.ad
{
    display: block;
    height: 65px;
    overflow: hidden;
    width: 252px;
}
.book-now
{
    height: 131px;
    padding-bottom: 20px;
    width: 252px;
}
.modal-bg
{
    background-color:#000;
    opacity:0.54;   
    filter:alpha(opacity=54);   
    -moz-opacity:0.54;
}
#form-outer
{
    width: 424px; 
    position: relative;
    background-image: url('/images/vision/form_header.png'); 
    background-repeat: no-repeat; 
    background-position: center top;
}
#form-header
{
    height:66px;
    margin: 0 auto;
    padding-top: 22px;
    width:350px;
}
#form-header h5
{
    color: #fff;
    padding:10px;
    text-transform:uppercase;
}
td.textbox
{
    background-image:url('/images/vision/form_textbox.png'); 
    background-repeat:no-repeat;
    height:27px;
    padding-bottom:8px;
    width:331px;
}
td.textarea
{
    background-image:url('/images/vision/form_textarea.png'); 
    background-repeat:no-repeat;
    height:171px;
    padding-bottom:8px;
    width:331px;
}
.label-left
{
    position: absolute;
    left:45px;
}
.textbox-left
{
    position: absolute;
    left:45px;
}
.form-textarea
{
    clear:right;
    float:right;
    margin-top:4px;
    margin-right:12px;
}
.form-label
{
    color:#4f4f4e;
    font-size:1.2em;
    padding-left:8px;
    padding-right:4px;
}
#form-table
{
    padding-left: 7px; 
    padding-top: 8px;
    width: 350px; 
    margin: 0 auto; 
    background-color: #fff;
}
#form-table .form-checkbox
{
    clear:left;
    float:left;
    font-size: 1.4em;
}
#form-table label
{
    clear:left;
    display: block;
    float:right;
    padding-left:8px;
}
#form-table .error
{
    color: #ff0000;
    font-size: 1.4em;
}
#form-footer
{
    background-image: url('/images/vision/form_footer.jpg'); 
    background-repeat: no-repeat;
    background-position: center top; 
    height: 55px; 
    margin: 0 auto; 
    width: 350px;
}
#share-this-button
{
    position: absolute;
    top: 10px;
    right: 10px;
}
div.cookie-crumb
{
    font-size: 1.4em;
}
#social-media
{
    background-image: url('/images/vision/social_media_bg.png'); 
    background-repeat: no-repeat;
    height:53px;
    position: absolute;
    right: 15px;
    top: 15px;
    width:124px;
}
#links
{
    display: block;
    height: 132px;
    padding: 10px;
}
#links a
{
    cursor: pointer;
	display: block;
	float: left;
	position: relative;
	height: 132px;
	width:216px;
}
#links a span
{
    display: none;
}
#links a.ask:hover, #links a.media:hover
{
    background-position: 0 -132px;
}
#links a.promotions
{
    /* background-image: url('/images/vision/promotion_btn.png'); */
    background-image: url('/images/vision/Valentines.jpg');
    height: 132px;
    width: 216px;
	background-repeat: no-repeat;
	margin-right:8px;
}
#links a.ask
{
    background-image: url('/images/vision/ask_btn.png');
	background-repeat: no-repeat;
	margin-right:8px;
}
#links a.media
{
    background-image: url('/images/vision/media_btn.png');
	background-repeat: no-repeat;
}
.go-button
{
    top:0px;
    position:absolute;
}
a.contact-lense
{
    background-image: url('/images/vision/contact_lense_calc.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin-bottom: 4px;
	position: relative;
	height: 53px;
	width:252px;
}
a.contact-lense:hover
{
    background-position: 0 -53px;
}
a.contact-lense span
{
    display: none;
}
