/*////////////////////////////////////////////////////////*/
/* MAIN */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #094022;
	background-image: url(images/layout/background_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #0e6334;
	background-attachment: scroll;
	margin: 0 0 10px 0;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
}
a:link {
	color: #009900;
}
h1 {
	font-weight: bold;
	font-size:small;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #C7C7C7;
	line-height: normal;
	height: 1px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}

/*////////////////////////////////////////////////////////*/
/* BOXES */
.borderedBoxBright {
	background-color: #a6dba6;
	border: #009900 1px solid;
	padding: 10px;
}
.borderedBoxDark {
	background-color: #094022;
	border: #C7C7C7 1px solid;
	padding: 10px;
}
.borderedBoxWhite {
	background-color: #FFFFFF;
	border: #C7C7C7 1px solid;
	padding: 10px;
}
.noteBordered {
	background-color: #a6dba6;
	border: #009900 1px solid;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
/*////////////////////////////////////////////////////////*/
/* LAYOUT */
.5px_hSpace {
	height: 5px;
}
.10px_hSpace {
	height: 10px;
}
.bordersLR {
	background-color: #FFFFFF;
	border-left: #C7C7C7 1px solid;
	border-right: #C7C7C7 1px solid;
}
.borderPlain {
	border: #C7C7C7 1px solid;
}
.faqFloat {
	float: right;
	margin: 10px;
	vertical-align: middle;
	background-image: url(images/icons/faq.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	height: 20px;
}
.faqTable {
	color: #636363;
	font-size: smaller;
}
.imgWrappedLeft {
	border: #C7C7C7 1px solid;
	margin-left: 10px;
}

/*////////////////////////////////////////////////////////*/
/* MAIN NAVIGATION */
.nav {
	display: block;
	float: left;
	height: 25px;
	background: no-repeat 0 0;
}
div.nav {
	background-position: 0 -25px;
}
.nav:hover {
  background-position: 0 -25px;
}
.nav span {
  display: none;
}
.nav#home {
  width: 72px;
	background-image: url(images/buttons/btn_home.png);
}
.nav#layout {
  width: 132px;
	background-image: url(images/buttons/btn_layout.gif);
}
.nav#prototyping {
  width: 103px;
	background-image: url(images/buttons/btn_prototyping.gif);
}
.nav#procurement {
  width: 114px;
	background-image: url(images/buttons/btn_procurement.gif);
}
.nav#assembly {
  width: 90px;
	background-image: url(images/buttons/btn_assembly.gif);
}
.nav#leadFree {
  width: 92px;
	background-image: url(images/buttons/btn_leadFree.gif);
}
.nav#testing {
  width: 113px;
	background-image: url(images/buttons/btn_testing.gif);
}
.nav#contact {
  width: 84px;
	background-image: url(images/buttons/btn_contact.png);
}
/* HOMEPAGE NAVIGATION */
.hpnav {
	display: block;
	width: 65px;
	height: 69px;
	background: no-repeat 0 0;
}
.hpnav:hover {
  background-position: 0 -69px;
}
.hpnav span {
  display: none;
}

/*////////////////////////////////////////////////////////*/
/* INFO BARS - 25H */
.infoBar25 {
	font-size: x-small;
	color: #636363;
	height: 25px;
	padding: 0 10px 0 10px;
}
.infoBar25 td {
	vertical-align: middle;
	text-align: left;
}
.infoBar25#BT200  {
	background: url(images/layout/bar_200x25.png) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
.infoBar25#BT300  {
	background: url(images/layout/bar_300x25.png) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
.infoBar25#BT490  {
	background: url(images/layout/bar_490x25.png) no-repeat;
}
.infoBar25#BT590  {
	background: url(images/layout/bar_590x25.png) no-repeat;
}
.infoBar25#BT800  {
	background: url(images/layout/bar_800x25.png) no-repeat;
}
/* INFO BARS - 38H */
.infoBar38 {
	font-size: x-small;
	color: #636363;
	height: 38px;
	padding: 0 10px 0 10px;
}
.infoBar38 td {
	vertical-align: middle;
	text-align: left;
}
.infoBar38#BB490 {
  background: url(images/layout/bar_490x38.png) no-repeat;
}
.infoBar38#BB590 {
  background: url(images/layout/bar_590x38.png) no-repeat;
}
.infoBar38#BB800 {
  background: url(images/layout/bar_800x38.png) no-repeat;
}

/*////////////////////////////////////////////////////////*/
/* LISTS */
ul.iconList {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
.iconList li {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 23px;
	line-height: 1.6;
}
.iconList li#email {
	background-image: url(images/icons/email.gif);
}
.iconList li#faq {
	background-image: url(images/icons/faq.gif);
}
.iconList li#link {
	background-image: url(images/icons/link.gif);
}
.iconList li#phone {
	background-image: url(images/icons/phone.gif);
}
.iconList li#pdf {
	background-image: url(images/icons/pdf.gif);
}
.iconList li#web {
	background-image: url(images/icons/web.gif);
}