/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:90%;
	font-family: times, verdana, arial, sans-serif;
}

#wrapper {
	width: 1027px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/RepeatingBackground.png) repeat-y;
}

#wrapper_Inside {
	width: 1027px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/RepeatingBackground_Inside.png) repeat-y;
}

#content {
	padding-top: 97px;
	position: relative;
	margin-left: 252px;
	margin-right: 105px;
}

#inner_content {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content_home {
	padding-top: 97px;
	position: relative;
	margin-left: 252px;
	margin-right: 252px;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:0;
	width:1027px;
	height:97px;
	color: #000000;
	background: url(../images/Header.png) no-repeat left top;
	z-index: 0;
}

#left {
	margin-top: 97px;
	width: 252px;
	float: left;
	z-index: 5;
	min-height: 570px;
	background: url(../images/LeftBackground.png) no-repeat left top;
}

#right {
	float: right;
	margin-top: 97px;
	width: 105px;
	background: url(../images/RightBackground_Inside.png) no-repeat;
	z-index: 6;
	min-height: 570px;
}

#right_home {
	float: right;
	margin-top: 97px;
	width: 252px;
	background: url(../images/RightBackground.png) no-repeat;
	z-index: 6;
	min-height: 570px;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	background: url(../images/Footer.png) no-repeat;
	height: 84px;
	width: 1027px;
}

#footer p {
	color: white;
	text-align:center;
	font-weight: bold;
	padding-top: 62px;
}

#home_page_photo{
	position: absolute;
	bottom: 79px;
	right: 252px;
	z-index: 5;
}

#home_page_photo img{
	width:524px;
}

#online_refills{
	position: absolute;
	top: 0px;
	right: 100px;
	z-index: 5;
}



#left ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5.5em;
	z-index: 10;
	
}

#left ul.nav li {
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	z-index: 10;
	width: 154px;
	border-bottom: 1px solid white;
}

#left ul.nav li a {
	color: white;
	text-decoration: none;
	z-index: 10;
}

#left ul.nav li a:hover {
	text-decoration: underline;
}

#left ul.nav, #left ul.nav li {
	position: relative;
	list-style: none;
	z-index: 10;
}

#left ul.nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #0059BD;
	color: white;
	border: 2px solid #00309D;
	z-index: 10;
}

#left ul.nav li ul li, #left ul.nav li ul li a {
	z-index: 10;
}

#left ul.nav li.hover ul {
	top: 0px;
	left: 11.1em;
	z-index: 10;
}

#left ul.nav li { z-index: 1; } #left ul.nav li.hover { z-index: 10; }

#left ul.nav li ul {
	width: 17.9em;
}

#left ul.nav li ul li {
	width: 19em;
	margin: 0;
	padding: 0.5em;
	border-bottom: none;
	z-index: 10;
}

#left ul.nav li ul li a {
	color: white;
	z-index: 10;
}




p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 1em;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	margin-bottom: 1.25em;
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-family: times;
	color: #00309D;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-family: times;
	color: #00309D;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-family: times;
	color: #00309D;
	padding-bottom: 10px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: times;
	color: #00309D;
}

#contact_us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #00309D;
}

a:visited {
	color: #D9002E;
}

a:hover {
	color: #D9002E;
}

.price {
	float: right;
	font-weight: bold;
	margin-left: 1em;
}

ul.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form label {
	font-size: .8em;
	padding-top: .25em;
	float: left;
	color: #02632E;    
}

ul.checklist {
	margin-top: 25px;
}

ul.checklist input {
	margin-left: -2em;
	padding-left: 0;
}

.error {
	color: red;
	font-weight: bold;
}

td.quote_label {
	text-align: right;
}

#counter {
	text-align: center;
	color: black;
	font-size: .75em;
	padding-top: 5px;
	padding-left: 0px;
	font-family: arial;
}
