/*
	Date: July 2009
	Description: Global Style Sheet
	Version: 1.0
*/
/*Colours
Red - a31f00
Green - a28e00
Drk green - 695d00
*/
/* Imports */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
	body {
		background: #A38F00;
		color: #fff;
		font-size: 68.8%; /* Base font size: 11px */
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		line-height: 1.364;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headers */
h1{font-size: 2.5em; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: -.3px; color: #a31f00; line-height: 1.1em;  margin-bottom: .5em; text-align: left; padding: 6px 0 6px 0px; /*background: url('../images/fade-repeat.jpg') repeat-x top left;*/ border-bottom: 1px solid #d1c885 }/*vf*/
h2 {font-size: 1.637em}	/* 18px */
h3 {font-size: 1.545em}	/* 17px */
h4 {font-size: 1.364em}	/* 15px */
h5 {font-size: 1.182em}	/* 13px */
h6 {font-size: 1em}		/* 11px */

h2, h3, h4, h5, h6 {
	color: #555;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.091;
	margin-bottom: .8em;
	letter-spacing: -.5px
	}
	.internal h2{color: #695d00}
	
	.intro h2{color: #a31f00}
	.maincontent h2{
	font-size: 1.9em;
	padding: 4px 0;
	

	margin-bottom: .3em}/*vf*/
	sup {color: #C00}
	
/* Links */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #A31F00; text-decoration: underline;}
a:hover, a:active {text-decoration: none;}
	
/* Paragraphs */
p {color: #333;
	margin-bottom: 1.9em;
}
.internal p{font-size: 1.1em; line-height: 2em; color: #333; word-spacing: .12em}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.636em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.636em 1.5em;
}

dl {
	margin: 0 0 1.636em 0;
}
dt {font-weight: bold;}
dd {margin-left: 1.636em;}

/* Quotes */
blockquote {font-style: italic;}
blockquote p {margin-bottom: .5em;}
cite {color: #695d00}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}

/***** Layout *****/
.contents {margin: 0 auto; width: 879px;}

/* Header */
#header {
	background: #fff;
	color: #000;
	height: 70px;
	overflow: hidden;
}

	/* Logo */
	/*#logo {float: left; margin: 14px 0 0 5px;}*/
	#logo {
		background: url('../images/spectacular-logo2.gif');
		display: block;
		float: left;
		text-indent: -9999em;
		/*height: 40px;
		width: 213px;*/
		height: 63px;
		width: 307px;
		/*margin: 14px 0 0 5px;*/
		margin: 4px 0 0 5px;
	}
	
	/* Quick Links */
	#quick-links {float: right; list-style: none; margin: 15px 5px 0 0;}
	#quick-links li {float: left;margin: 0 0 0 20px;}
	
	#quick-links a:link, #quick-links a:visited {
		background: url('../images/icons/bullet.gif') no-repeat 0 4px;
		color: #695D00;
		padding: 0 0 0 12px;
		text-decoration: none;
	}
	#quick-links a:hover, #quick-links a:active {color: #A31F00;}
	
	/* Date */
	#header .date {
		clear: right;
		color: #A31F00;
		float: right;
		margin: 17px 5px 0 0;
	}
	
/* Menu */
#nav {
	background: #fff;
	height: 42px;
	line-height: 40px;
}

#nav ul {
	background: #A28E00 url('../images/menu-bg.gif') repeat-x top;
	border-bottom: 1px solid #A28E00;
	font-size: 1.091em;
	height: 42px;
	list-style: none;
	margin: 0 auto;
}
#nav ul:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
#nav li {float: left; height: 42px; position: relative;}

	/* Links */
	#nav li a:link, #nav li a:visited {
		background: url('../images/menu-link-bg.gif') no-repeat top right;
		color: #fff;
		display: block;
		float: left;
		height: 40px;
		padding: 0 20px 0 16px;
		text-decoration: none;
	}
	#nav li:last-child a:link, #nav li:last-child a:visited {background: none;}
	#nav li a:hover, #nav li a:active,
	#nav li:last-child a:hover, #nav li:last-child a:active {
		background-color: #AB9A1A;
	}

	#nav li.active a:link, #nav li.active a:visited,
	#nav li.active a:hover, #nav li.active a:active {
		background: #A21F00 url('../images/menu-link-active.gif') no-repeat center top;
		text-decoration: none;
	}
	
	/* Dropdowns */
	#nav ul ul {
		background-image: none;
		border: 0;
		display: none;
		height: auto;
		position: absolute;
		font-size: .9em;
		left: 0;
		top: 41px;
		width: 160px;
	}
	
	#nav ul ul ul, #nav ul ul ul ul {border-left: 1px solid #7A6F1F; top: 1px; left: 100%;}
	#nav ul ul li {border-bottom: 1px solid #A28E00; clear: both; float: none; height: auto; line-height: 1.4;}
	
	#nav ul li:hover ul {display: block;}
	#nav ul li:hover ul ul {display: none;}
	#nav ul li:hover ul li:hover ul {display: block;}
	#nav ul li:hover ul li:hover ul ul {display: none;}
	#nav ul li:hover ul li:hover ul li:hover ul {display: block;}
	
	#nav ul ul a:link, #nav ul ul a:visited,
	#nav ul li.active ul a:link, #nav ul li.active ul a:visited {
		background: none;
		border-bottom: 1px solid #7A6F1F;
		background-repeat: no-repeat;
		background-position: 145px 15px;
		float: none;
		height: auto;
		padding: 10px 20px 10px 16px;
	}
	#nav ul ul a:hover, #nav ul ul a:active,
	#nav ul li.active ul a:hover, #nav ul li.active ul a:active {
		background-color: #AB9A1A;
	}
	
	li.sub a {background-image: url('../images/icons/sub-bullet.gif') !important;}
	li.sub li.sub a {background-image: url('../images/icons/sub-bullet.gif') !important;}
	li.sub li a, li.sub li.sub li a {background-image: none !important;}

/* Body */
#body {
	background: #fff url('../images/body-bg.gif') repeat-x bottom;
	color: #000;
	height: 1%;
	overflow: hidden;
	padding: 10px 0 8px 0;
}

a.back-to:link, a.back-to:visited {
	clear: both;
	color: #9D8901;
	display: block;
	float: left;
	font-size: 1.091em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 48px
}
a.back-to:hover, a.back-to:active {color: #A21F00;}

/* Footer */
#footer {
	background: url('../images/footer-bg.png') repeat-x top;
	line-height: 1.636em;
	padding: 20px 0;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {text-decoration: underline;}

#footer h2 {
	color: #fff;
	font-size: 1.273em;
	font-weight: normal;
	margin-bottom: 0.636em;
}

	/* Cols */
	#footer .col {display: inline; float: left; margin: 0 2.5% 10px 0; width: 22.5%;  }

	/* Lists */
	#footer ul {list-style: none; margin: 0 0 1.636em 0;}
	#footer ul a {background: url('../images/icons/footer-bullet.gif') no-repeat 0 5px; padding-left: 15px;}
	
	/* Contact */
	#footer .vcard {width: 20%}
	#footer .fn {display: none;}
	#footer .col2 {display: inline; float: left; margin: 0 2.5% 15px 0; width: 20%;  }
	#footer .col2 h2{width: 175px}
	#footer .vcard .email:link, #footer .vcard .email:visited, #footer h2 {
		/*background: url('../images/quick-bg.png');*/
		color: #fff;
		display: block;
		font-weight: normal;
		height: 30px;
		line-height: 30px;
		background-color: #847304;
		width: 185px;
		padding-left: 2px;
		border-bottom: 1px solid #b49f07;
	}
	
	#footer .tel {display: block;}
	#footer .tel strong {font-weight: normal;}
#footer a strong{text-decoration: underline}
	
	/* Copyright */
	#footer .copy {clear: both;}
	
/***** Sections *****/
/*
	Homepage
**********************/
	/* Intro */
	#intro {
		background: url('../images/bottom-border.gif') repeat-x bottom;
		height: 1%;
		margin: 0 0 30px 0;
		overflow: hidden;
		padding: 0 0 3px 0;
	}
	
		/* Primary */
		#intro .primary {
			background: url('../images/intro-bg2.jpg') no-repeat right bottom;
			float: left;
			height: 208px;
			overflow: hidden;
			width: 609px;
		}
	
		#intro .primary blockquote {
			float: left;
			font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			font-size: 1.091em;
			font-style: normal;
			margin: 20px 0 0 0px;
			width: 250px;
		}
		#intro .primary cite {
			clear: both;
			float: left;
			margin: 0 0 2em 0;
			text-align: right; 
			width: 250px;
		}
	
		a.learn-more:link, a.learn-more:visited {
			background: url('../images/icons/bullet.gif') no-repeat 0 4px;
			clear: both;
			display: block;
			float: left;
			margin: 0 0 0 10px;
			padding: 0 0 0 13px;
			text-decoration: none;
		}
		a.learn-more:hover, a.learn-more:active {text-decoration: underline;}
		
		/* Secondary */
		#intro .secondary {
			float: right;
			width: 237px;
		}
		
		a.book-link:link, a.book-link:visited {
			background: url('../images/book-button.png') no-repeat bottom;
			display: block;
			font-size: 1.272em;
			margin: 1em 0 1em 0;
			padding: 10px 50px 15px 10px;
			text-decoration: none;
			width: 177px;
		}
		
		/*.internal .maincontent a.book-link:link, a.book-link:visited {background: url('../images/book-button-inside.png') no-repeat bottom; border-bottom: 1px solid #ccc; }*/
		
			/* Find Box */
			.find {
				background: url('../images/find-bg2.png') no-repeat bottom right;
				border: 0;
				color: #A31F00;
				font-size: 1.182em;
				height: 100px;
				margin: 0;
				/*padding: 6px 15px 10px 5px;*/
				padding: 42px 15px 10px 0px;
				width: 216px;
				
			}
			.internal #main .find {padding: 0px 15px 10px 5px; background: url('../images/find-bg.png') no-repeat bottom right;}
			.find label {display: block; margin: .5em 0 1.2em 0;}
			.find select {display: block; margin-bottom: .5em; width: 200px;}
			
	/* Tests */
	#tests {
		float: left;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 1.091em;
		margin: 0 0 0 0;
				overflow: hidden;
		width: 321px;
		height: 330px
	}
	
	#tests .intro {
		/*background: url('../images/services-bg.jpg') no-repeat bottom;*/
		font-family: Verdana, Geneva, Tahoma, sans-serif;
		font-size: 0.917em;
		padding: 0 0 0 0;
	}
	
	#tests .intro h2 {margin-bottom: 1em;}
	#tests .intro p {font-size: 1.091em; margin: 0 0 .5em 0; padding: 0 120px 0 0;}
	#tests .intro a:link, #tests .intro a:visited {color: #695D00; text-decoration: none;}
	#tests .intro a:hover, #tests .intro a:active {color: #A31F00;}
	
		/* Feats */
		#tests .feats {
			font-size: 0.917em;
			height: 1%;
			list-style: none;
			margin: 20px 0;
			overflow: hidden;
			width: 312px;
		}
		
		#tests .feats li {
			background: url('../images/icons/bullet.gif') no-repeat 0 4px;
			float: left;
			margin: 0 2px 3px 0;
			padding: 0 0 0 12px;
			width: 140px;
		}
		#tests .feats li a{text-decoration: none; }
		#tests .feats li a:hover{text-decoration: underline}
		/* Services */
		#services {float: right; line-height: 1.273; overflow: hidden; width: 533px;}
		
		#services ul {list-style: none; margin: 0; width: 558px;}
		#services li {
			background: url('../images/services-bg.png') repeat-x bottom;
			border-bottom: 1px solid #A69101;
			float: left;
			height: 90px;
			margin: 0 25px 14px 0;
			padding: 0 0 2px 0;
			width: 243px;
		}
		
		/*#services li.quote { border-bottom: 1px solid #fff;}*/
		#services li.quote p {text-align: center;}
		
		#services li.left {clear: left; width: 264px;}
		
		#services a:link, #services a:visited {
			color: #000;
			display: block;
			height: 81px;
			text-decoration: none;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-top: 0;
		}
		
		#services a {padding-right: 60px;}
		#services .left a {padding-right: 80px;}
		#services a.faqs {padding-right: 80px;}
		
		#services strong {
			background: url('../images/icons/big-bullet.gif') no-repeat 0px 7px;
			color: #A31F00;
			display: block;
			/*font-size: 1.636em;*/
			font-size: 1.7em;
			font-weight: normal;
			padding: 0px 0 10px 15px;
			letter-spacing: -1px;
			font-family: Verdana, Geneva, sans-serif
		}
		
		#services em {color: #695D00; font-style: normal; display: block; }
		#services em.testimonial{color: #a31f00; font-style:italic; }
			/* Icons */
			#services a.hour {background: url('../images/hour-bg.gif') no-repeat right center;}
			#services a.kids {background: url('../images/kids-bg.gif') no-repeat right 5px;}
			#services a.contact {background: url('../images/contact-bg.gif') no-repeat right bottom; padding-right: 100px}
			#services a.sunglasses {background: url('../images/sunglasses-bg.gif') no-repeat right top;}
			#services a.faqs {background: url('../images/faqs-bg.gif') no-repeat right top;}
			#services a.quote {background: url('../images/quote.gif') no-repeat right top; padding-right: 70px}
			#services a:hover, #services a:active {background-color: #f7f7f7 !important; color: #A31F00 !important;}
			
/*			inside services call outs*/
ul.services {line-height: 1.273; overflow: hidden;  padding: 0; margin: 0}
	ul.services strong {
			background: url('../images/icons/big-bullet.gif') no-repeat 0 7px;
			color: #A31F00;
			display: block;
			font-size: 1.636em;
			font-weight: normal;
			padding: 0 0 5px 19px;
			
		}
		ul.services a:link, ul.services a:visited {
			color: #000;
			display: block;
		
			text-decoration: none;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-top: 0;
		}
		ul.services em {color: #695D00; font-style: normal;}
		ul.services a {padding-right: 75px;}
		ul.services li {
			background: url('../images/services-bg.png') repeat-x bottom;
			border-bottom: 1px solid #ccc;
			list-style: none;
			margin: 20px 0 14px 0;
			padding: 0 0 2px 0;
			
		}
	ul.services a.hour {background: url('../images/hour-bg.gif') no-repeat right center;}
			ul.services a.kids {background: url('../images/kids-bg.gif') no-repeat right 5px;}
			ul.services a.contact {background: url('../images/inside-contact-bg.gif') no-repeat right bottom;  padding-right: 65px}
			ul.services a.sunglasses {background: url('../images/sunglasses-bg.gif') no-repeat right top;}
			ul.services a.glasses {background: url('../images/inside-glasses-bg.gif') no-repeat right top;}
			ul.services a.faqs {background: url('../images/faqs-bg.gif') no-repeat right top;}
			
			ul.services a:hover, #services a:active {background-color: #f7f7f7 !important; color: #A31F00 !important;}
	
/*additions VForeman*/
/* internal content */
.sitemap ul li{list-style: none; padding: 0; margin: 0; line-height: 1em; display: inline}
.sitemap ul li a{padding: 0; margin: 0; display: block;  }
.sitemap p{padding-bottom: 2px; margin: 0; padding-top: 12px; font-weight: bold}
.quotespage blockquote{padding-left: 120px; line-height: 1.8em; font-style: normal; background: url('../images/testimonial-bubble.jpg') no-repeat left top; padding-bottom: 12px}
.quotespage p{font-size: 1em; padding-left: 120px; color: #a31f00; font-weight: bold; margin-bottom: 36px }
.internal .maincontent ul.normlist li {font-size: 1em; line-height:1em; color: #a31f00}
.internal .maincontent em{font-style: normal; color:#A31F00 }
.internal .maincontent ul li{font-size: 1.2em; padding: 6px 0; line-height: 1.5em}
ul.nobullet li {clear: left; list-style:none; margin: 12px 0; border-bottom: 1px dotted #bbb}
ul.nobullet {margin-bottom: 48px}
#main{padding: 0 0; clear: left}
.maincontent{width: 599px; float: left; clear: left}
.rightcol{width: 236px; margin-left: 70%; padding: 42px 0 0 24px}
.internal #intro {margin: 0 0 14px 0;  }
.internal #intro .primary{height: 60px; background: none}

ul.servlinks{margin: 0 0 0 0; padding: 0px 0 24px 6px; background-color: #fff; border: none}
ul.servlinks li{list-style: none;  }
ul.servlinks li a{text-decoration: none; display: block; padding: 2px 0 2px 16px; color:#695d00 ; background: url('../images/green-arr.jpg') no-repeat center left}
ul.servlinks li.activeserv{font-weight: bold; /*url('../images/icons/big-bullet.gif') no-repeat center left*/}
ul.servlinks li.title{border-bottom: none; padding: 6px 0; color: #A31F00; font-size: 1.4em}
ul.servlinks li.activeserv a:hover{}
ul.servlinks li.activeserv a{text-decoration: none; color: #A31F00; background: url('../images/icons/big-bullet.gif') no-repeat center left }
ul.servlinks li a:hover{text-decoration: underline; }

a.pagelink {display: block; 
background: url('../images/icons/big-bullet.gif') no-repeat 0 4px;
			color: #A31F00;
			display: block;
			font-size: 1.2em;
			font-weight: normal;
			padding: 0 0 5px 16px;
			text-decoration: none;
			}
a.pagelink:hover{text-decoration: underline}
/*images*/
img.headimage{margin-bottom:12px}
.imgblock{margin: 12px 12px 12px 0; display: block}
.imgright {float: right; margin: 0 0 12px 12px; border: 1px solid #666 }
.imgrightnobord {float: right; margin: 0 0 12px 12px; padding: 4px; }
.imgleftnobord {float: left; margin: 0 12px 12px 0; padding: 4px; }
.headimg{padding-top:12px}
ul.nobullet li img{float: left; margin-bottom: 30px}
p.location{line-height: 1.4em}
img.practices{margin-top: -4px}
/*general*/
em.bigger{font-size: 150%; letter-spacing: -1px}
.quickcontact{background: url('../images/grey-repeat.jpg') repeat-x bottom left; padding: 4px}
.questions{padding-bottom: 42px}
.questions a{display: block; background: url('../images/icons/big-bullet.gif') no-repeat 0 4px; padding-left: 20px; line-height: 1.6em}
.questions a:hover{color: #000; text-decoration: underline;  }
a.totop{font-size: .9em; color:#333; background-color: #eee; padding: 0 4px 0 4px; border: 1px solid #999; text-decoration: none; display: block; width: 120px; margin-top: 12px}
a.totop:hover{background-color: #ddd; color:#222}
.answers p{padding-bottom: 24px; margin-bottom: 12px; border-bottom: 1px dotted #ccc}
.map {float: right; margin: 0 0 48px 24px}
p.contactus{font-size: 1.5em; margin-bottom: 24px}
img.emailicon{margin-left: 24px}
ul.address{padding: 0; margin: 0; font-size: .8em; }
ul.address li{list-style: none; padding: 0; margin: 0;}
#footer p{font-size: 1em; color: #fff; line-height: 1.5em}

/*table*/
table.hours{border-collapse: collapse; text-align: left;  border: 1px dotted #ccc}
table caption{text-align:left;font-size: 1.4em; color: #a31f00}
table.hours tr.alt, table.hours tr.alt td{background-color: #f4f4f4;}
table.hours tr{border-bottom: 1px dotted #bbb}
.whatnow{padding: 12px 120px 0 12px; margin: 24px 0 12px 0; background: #f4f4f4 url('../images/glasses-eyechart.jpg') no-repeat bottom right; border: 1px dashed #ccc}
.whatnow a.nounder{text-decoration: none}
.whatnow a.nounder:hover{text-decoration: underline}
/*forms*/
form p{margin-bottom: 4px}
form.contact {background-color: #eee; border-top: 18px solid #f4f4f4; border-bottom: 18px solid #f4f4f4; padding: 20px}
form.contact input{width: 260px}
form.contact #exemption, form.contact #exemption2{width: 360px}
form.contact input.gobook{width: 120px}

/*font switcher*/
#fontchange{clear: right; float: right; padding:0; margin: 3px 0 0 0}
#fontchange li{display: inline}
