/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   12/18/2009	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   Vista Optical / Fred Meyer
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul, ol {
  margin: 1em 3em;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	margin: 0; 
	padding: 0;
	background: #fff;
}

.storefinderCaption {
	font-size: 16px;
	font-weight: bold;
	color: #216a9c;
	
}

.storefinderLabel {
	font-weight: bold;	
	color: #216a9c;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	width: 702px;
	margin: 0 auto;
}

#masthead {
	width: 702;
	height: 108px;
	margin: 0;
	padding: 15px 11px 0 13px;
	background: #fff;
}

#logo {
	float: left;
	height: 80px;
	width: 195px;
	margin: 0;
}

#tagline {
	float: right;
	width: 285px;
	height: 18px;
	margin: 65px 10px 0 0;
}

#offer {
	clear: both;
	width: 702px;
	height: 284px;
	margin: 0;
}

#contacts {
	clear: both;
	width: 702px;
	height: 92px;
	margin: 12px 0;
}

#resultsHeader {
	clear: both;
	width: 702px;
	height: 52px;
	margin: 19px 0 0 0;
}

#storeFinder {
	margin: 9px 0 0 0;
	text-align: center;
	width: 702px;
	height: 43px;
	background:url(/images/bg-strip.gif);background-position:top left;background-repeat:repeat-x;
}

#mainContent {
	margin: 9px 0 0 0;
	width: 702px;
	padding: 0 24px 20px 0px;
}

#footer {
	clear: both;
	margin: 0;
	width: 702px;
	padding: 1px 0 0 0;
	text-align: center;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 { 
	font-size: 24px; 
	line-height: 31px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

h2 { 
	font-size: 21px; 
	line-height: 28px;
	color: #0066a4;
	margin: 15px 0;
}

h3 {
	font-size: 18px; 
	line-height: 24px;
	margin: 0;
}

h4 {
	font-size: 16px; 
	line-height: 18px;
	margin: .5em 0 .25em;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #0066a4;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #8b0b04;
	text-decoration: underline;	
}

#footer a:link, #footer a:visited {
	color: #8b0b04;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;	
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	clear: both;
	background: url(../images/bg-nav.gif) #9b9b9b top left repeat-x; 
	width: 978px;
	height: 29px;
}

#nav {
	float: left;
	height: 29px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;	 
	font-weight: bold;
	line-height: 29px;
	background: url(../images/bg-mainNav.gif) #686868 top left repeat-x;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #333;
}

#nav a:hover, #nav a:active {
	color: #8b0e04;
	text-decoration: none;	
}

#nav li {	
	background: url(../images/bg-nav.gif) #9b9b9b top left repeat-x; 
	float: left;
	padding: 0 16px;
	margin-right: 1px;
	color: #333;
	text-align: center;
}

#nav li.end {	
	background: url(../images/bg-nav.gif) #9b9b9b top left repeat-x; 
	float: left;
	padding: 0 17px;
	margin-right: 0;
	color: #333;
	text-align: center;
}

#nav li:hover, #nav li.sfhover {
	 
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;  
  b\order: 0px solid transparent;
}

#global fieldset {
	height: 41px;  
}

.form-label {
	color: #ffffff;
}

.button {
	background: #ffcb00;
	color: #012d6b;
	font-weight: bold;
	margin: 0 0 0 5px;
	border: none;
}

textarea {
  	width: 400px;
  	height: 100px;	
}
	
input[type="submit"] {
	width: auto;
}
	
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}
