/* CSS created for Espar of Michigan */
/* Created by Lisa Ortiz - METROPINk DESIGN - metropink@gmail.com */

/* Last updated: 021909|22:54 */


/* colors
F3F0EA - text background
74B23D - green bars
3399CC - blue (web)
218EC2 - blue
006699 - dark blue (rollovers only)
598527 - dark green (rollovers only)
B1B0AF - div/hr
333333 - page background / body text
999999 - light text
EBE6DC - footer background
*/


/* --- HTML STYLES --- */
* {
	margin: 0;
	padding: 0;
}

* html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	background-color: #333;
  font: 72%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #FFF;
  text-align: center; /*attempted ie fix */
}

img {
	/* float: left; */
}

#subContWrap img {
	border: 1px solid #B1B0AF;
}

form * {
	margin: 5px 0;
}

label {
	color: #999;
	font-size: 1em;
}

/* --- TEXT STYLES --- */
p {
	margin-bottom: 10px;
	text-align: left; /*attempted ie fix */
}

#slogan {
	font-family: "Rockwell","Arial","Tahoma",sans-serif;
	font-size: 2.2em;
	letter-spacing: .03em;
	float: right;
	margin: 120px 125px 0 0;
	display: ; /* activate if using the header dynamically */
}

h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
}

h5 {
	color: #3399CC;
	font-size: 1.0em;
	font-weight: normal;
	float: left;
	display: inline;
}

/* --- MAIN DIVs --- */
#outer_wrapper {
	background: url(../images/common/bg.jpg) repeat-y top left;
	width: 1024px;
	margin: 0 auto;
	/*attempted ie fix */
}

#inner_wrapper {
	background: #F3F0EA url(../images/common/header_bg.jpg) no-repeat top left;
	width: 930px;
	margin: 0 auto;
}

#header {
	vertical-align: bottom;
	padding: 15px 5px 0 5px;
}

#nav {
	height: 160px;
	text-align: left;
	clear: both;
	margin: 0 5px;
}

#content {
	color: #333;
	margin: 0 auto;
}

#main {
	text-align: left;
}

#footer {
	background-color: #EBE6DC;
	text-align: left;
	font-size: .8em;
	color: #999;
	margin: 5px;
	padding: 10px;
	border-top: 2px solid #999;
	clear: both;
}

/* --- STYLE DETAIL --- */

#content ul {
	list-style-type: none;
	list-style-image: url(../images/common/bullet2.gif);
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 95%;
}

/*#nav ul li {
	display: inline;
}*/

#nav a {
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	line-height: 4.5em;
	margin-left: 30px;
	padding-bottom: 30px; /* 30px needed to show the selected page - space between nav/subnav */
	background-color: transparent;
}

/*#nav .subNav {
	list-style-type: none;
	height: 100%;
	position: relative;
	top: -10px;
	left: -10px;
	background-color: #F3F0EA;
	border-left: 1px solid #74B23D;
	border-right: 1px solid #74B23D;
	padding: 5px 0;
	float: left;
}*/

/*#nav .subNav {
	display: block;
}*/

/*#nav .subNav li a {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #74B23D !important;
	margin: 0 10px;
	display: none;
}*/

#nav a:hover {
	color: #74B23D;
}

#nav .selected {
	background: transparent url(../images/common/pageMarker.gif) no-repeat top center;
}

#nav span {
	border-bottom: 48px solid #74B23D;
	display: block;
}

#searchBox {
	float: right;
}

#homeContWrap {
	width: 90%;
	margin: 0 auto 20px auto;
}

#homeContWrap, #content, #main {
	height: 100%;
}

#subContWrap {
	width: 80%;
	margin-bottom: 20px;
	margin-left: 50px;
}

.indented p {
	text-indent: 15px;
}

#content a:link, #footer a:link, #content a:visited, #footer a:visited {
	color: #74B23D;
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	color: #336600;
	text-decoration: underline;
}

#content h1 {
	color: #218EC2;
	background: transparent url(../images/common/bullet.gif) no-repeat 0 4px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	padding-left: 16px;
}

#col1, #col2, #col3 {
	width: 30%;
	height: 100%;
	margin: 0 10px;
	float: left;
	display: inline;
}

#col1, #col2 {
	border-right: 1px solid #999;
	padding-right: 10px;
}

#col1 p, #col2 p, #col3 p {
	text-indent: 0;
}

#footer img {
	position: relative;
	top: 6px;
	border: none;
	float: left;
	display: inline;
	padding-left: 10px;
}

#copyright, #address, #phone {
	margin: 0 10px;
	float: left;
	display: inline;
}

#copyright, #address {
	padding-right: 20px;
	border-right: 1px solid #999;
}

.instructions {
	border: 3px solid #000;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	margin: 25px
}

.floatLeft {
	float: left;
	display: inline;
}

.productWrapper {
	/* remove width 100% */
	border-bottom: 3px solid #EBE6DC;
	padding: 5px 0;
}

.productInfo {
	width: 530px;
	float: right;
	display: inline;
}

.clear {
	clear: both;
	display: block;
}

/* NAVIGATION Styles */

.anylinkcss {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #F3F0EA;
	border-left: 1px solid #74B23D;
	border-right: 1px solid #74B23D;
	height: 60px;
}

#nav .anylinkcss a {	
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.3em;
	color: #74B23D !important;
	margin: 0 10px;
}

#nav .anylinkcss a:hover { /*hover background color*/
	color: #336600 !important;
}

#phoneNum {
	position: relative;
	top: -25px;
	left: 25px;
	color: #FFF;
	font-weight: bold;
}
