﻿@charset "utf-8";
body {
	margin: 0;
	background: #886A4E url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
/************************* GLOBALS */
.left { float: left }
.right { float: right }
.clear { clear: both }
.no-border { border: none; }
.icon { vertical-align: middle; }
.float-shield { position: relative; }
.hidden{ 
  display: none;
}
/************************* LAYOUT */
#bounds {
	z-index: 1;
	position: relative;
	width: 930px;
	margin: 0 auto 30px;
	background: #FFFFFF url(../images/footer-bg.gif) no-repeat bottom;
	padding-bottom: 82px;
}

#bounds #header {
	background: url(../images/header-top.gif) no-repeat top;
	height: 145px;
	width: 930px;
	position: relative;
}

#bounds #topnav {
	background-color: #06A28C;
	height: 30px;
}

#bounds #footer {
	position: absolute;	
	bottom: -10px;
}

#bounds #panel {
	position: relative;
	background: url(../images/panel-dropshadow.jpg) no-repeat bottom;	
	padding-bottom: 17px;
}

/************************* FOOTER */
#bounds #footer {
	font-size: 70%;
	color: #fff;
}
#bounds #footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

#bounds #footer ul li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}

#bounds #footer ul li a {
	color: #fff;
	text-decoration: none;
}

/************************* HEADER */
#header #find-product {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 531px;
	height: 56px;
	background: url(../images/find-a-product.gif) no-repeat;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 80px;
}

#header #find-product #product-selection {
	position: absolute;
	top: 16px;
	right: 50px;
}

/************************* FORMS */
.form-item {
	margin-bottom: 10px;
}
table.form td {
	vertical-align: top;
}
label {
	text-transform: uppercase;
	font-size: x-small;
}
#boafooter {
	width: 165px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: auto;
}