
@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #757575;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #8cc63f;
}


p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
line-height: 18px;
}

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
}

#container {
width: 996px;
height: auto;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top:-10px;
}

#header {
	width: 996px;
	height: 140px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo {
width: 317px;
height: 97px;
float: left;
position: relative;
}

#quickcontact {
	color: #85b841;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 350px;
	height: 50px;
	float: right;
	position: relative;
	padding-top: 50px;
	vertical-align: middle;
}

#quickcontact a:link {
	color: FFF;
	text-decoration: none;
}
#quickcontact a:visited {
	text-decoration: none;
	color: white;
}
#quickcontact a:hover {
	color: #85b841;
}
#quickcontact a:active {
	text-decoration: none;
}

#topnav {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 15px;
	margin-top:102px;
}

#topnav a:link {
	color: white;
	text-decoration: none;
}
#topnav a:visited {
	text-decoration: none;
	color: white;
}
#topnav a:hover {
	color: #2a4709;
}
#topnav a:active {
	text-decoration: none;
}

#topnav li {
	display: inline;
	margin-right: 25px;
	text-align: center;
	vertical-align: middle;
}

#home-mainimage {
width: 996px;
height: 482px;
position: relative;
}
#home-slider {
	width: 996px;
	height: 482px;
	position: relative;
	z-index: -100;
}
#home-text {	
	width: 996px;
	height: 482px;
	position: relative;
	z-index:1000px;
}
#eyeglasses-mainimage {
background-image: url(images/main-eyeglasses.jpg);
width: 996px;
height: 482px;
position: relative;
}
#trendy-mainimage {
background-image: url(images/main-trendy.jpg);
width: 996px;
height: 482px;
position: relative;
}
#directions-mainimage {
background-color:#666
width: 996px;
height: 482px;
position: relative;
}
#sunglasses-mainimage {
background-image: url(images/main-sunglasses.jpg);
width: 996px;
height: 482px;
position: relative;
}

#locations-mainimage {
background-image: url(images/main-locations.jpg);
width: 996px;
height: 482px;
position: relative;
}

#appointments-mainimage {
background-image: url(images/main-appointments.jpg);
width: 996px;
height: 482px;
position: relative;
}
#insurance-mainimage {
background-image: url(images/main-insurance.jpg);
width: 996px;
height: 482px;
position: relative;
}

#contactlenses-mainimage {
background-image: url(images/main-contactlenses.jpg);
width: 996px;
height: 482px;
position: relative;
}
#meet-doctor-mainimage {
background-image: url(images/main-meet-the-doctor.jpg);
width: 996px;
height: 482px;
position: relative;
}

#tagline {
width: 996px;
height: 86px;
}

#location-tagline {
width: 996px;
height: 60px;
position: relative;
}

#tagline-eyeglasses {
width: 996px;
height: 45px;
position: relative;
}
#tagline-sunglasses {
width: 996px;
height: 75px;
position: relative;
}
#tagline-appointments {
width: 996px;
height: 70px;
position: relative;
}
#tagline-insurance {
width: 996px;
height: 70px;
position: relative;
}
#main-image-content {
	float: left;
	position: relative;
	width: 350px;
	height: 350px;
	margin-left: 35px;
	margin-top: 10px;
	z-index: 100;
}
#insurance-image-content {
	width: 285px;
	height: 350px;
	margin-left: 35px;
	margin-top: 10px;
	float: left;
}
#meet-doctor-image-content {
	width: 420px;
	height: 350px;
	margin-left: 35px;
	margin-top: 10px;
	float: left;
}
#appointment-image-content {
float: left;
position: relative;
width: 700px;
height: 350px;
margin-left: 35px;
margin-top: 10px;
}
#eyeglasses-image-content {
float: left;
position: relative;
width: 370px;
height: 350px;
margin-left: 35px;
margin-top: 10px;
}

.main-image-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 17px;
	text-align:left;
	font-weight: bold;
}

.main-image-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	line-height: 23px;
	text-align:left;
	font-weight: bold;
}

#promos {
width: 996px;
height: 129px;
position: relative;
}

#promo-col-one {
	margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
	width: 246px; /* Allows for fluid design. Can be set to pixels */
	height: 129px;
	float: left;
	background-image: url(images/promo1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#promo-col-two {
	margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 246px;
	height: 129px;
	float: left; /* Only here so you can see the different columns */
	background-image: url(images/promo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#promo-col-three {
	margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 246px;
	height: 129px;
	float: left;
	background-image: url(images/promo3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#promo-col-four {
	margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 246px;
	height: 129px;
	float: left;
	background-image: url(images/promo4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#promo-spacer-col {
margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 4px;
height: 129px;
float: left;
} 

#promo-spacer-row {
width: 996px;
height: 4px;
position: relative;
color:#F00;
}

#footer {
	background-image:url(images/footer-bg.jpg);
	width: 996px;
	height: 26px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer-reflect {
	background-image:url(images/bottom-reflect.jpg);
	width: 996px;
	height: 50px;
	position: relative;
	background-repeat: no-repeat;
}

#social {
	width: 230px;
	height: 27px;
	position: relative;
	float: right;
	padding-right: 18px;
}

#social-col-one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 52px; /* Allows for fluid design. Can be set to pixels */
height: 27px;
float: right;
}

#social-col-two {
margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 69px;
height: 27px;
float: right;
}

#social-col-three {
margin: 0 0 0 0px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 63px;
height: 27px;
float: right;
}

#footerinfo {
	float: left;
	width: 790px;
	height: 14px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	word-spacing: 2px;
	font-size: 9px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	top: 9px;
	left: 14px;
}

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

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

#footer a:hover {
	color: #333;
}

#footer a:active {
	text-decoration: none;
}
a.directions  {
	font-size:12px;
	color: white;
	text-decoration: none;
}

a.directions:visited {
	font-size:12px;
	text-decoration: none;
	color: white;
}

a.directions:hover  {
	font-size:12px;
	color: #8cc640;
}

a.directions:active {
	font-size:12px;
	text-decoration: none;
}
a.store  {
	font-size:12px;
	color: #8cc640;
	text-decoration: none;
}

a.store:visited {
	font-size:12px;
	text-decoration: none;
	color: #8cc640;
}

a.store:hover  {
	font-size:12px;
	color: #FFF;
}

a.store:active {
	font-size:12px;
	text-decoration: none;
}
.bullets {
	color: #8cc640;
	font-size:14px;
}
.textbolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 17px;
	text-align:left;
	font-weight: bold;
	font-style: italic;
}
.main-image-subheadgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8cc640;
	line-height: 23px;
	text-align:left;
	font-weight: bold;
}
.textgreen {
	color:#8cc640;
}
.contactformtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	line-height: 23px;
	font-weight: bold;
}
img {
	border:hidden;
}
