body {
	font-family: sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a.links-general, a.links-general:hover {
	color: #5F5E5D;
	font-weight: bold;
	text-decoration: none;
}
a.links-section, a.links-section:hover {
	color: #F58A19;
	font-weight: bold;
	text-decoration: none;
}
a.links-featured, a.links-featured:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.links-credits {
	color: #D98E00;
	text-decoration: none;
}
a.links-credits:hover {
	color: #EBB000;
	text-decoration: none;
}

/**  credits / footer  **/

td.footer {
	line-height: 36px;
	background-color: #000000;
	text-align: center;
	color: #B3B3B3;
}
td.footer_left {
	width: 4px;
	text-align: left;
	background-color: #000000;
}
td.footer_right {
	width: 4px;
	text-align: right;
	background-color: #000000;
}

/**  font  **/

.bold {
	font-weight: bold;
}
.boldOrange {
	font-weight: bold;
	color: #F58A19;
}
td.errorText {
	font-weight: bold;
	color: #DC6322;
}

/**  header  **/

#changeImage, #title {
	width: 396px;
	vertical-align: top;
}
#companyLogo {
	width: 352px;
	vertical-align: top;
}
#searchFacility {
	background-color: #BFBDBA;
	border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}

/**  layout  **/

td.right {
	text-align: right;
}
td.topSpacer, td.bottomSpacer {
	line-height: 10px;
}
#bodyMain {
	padding: 13px 10px 10px 10px;
}
td.center {
	text-align: center;
}

/**  search field  **/

input.searchInput {
	width: 174px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #7F7F7F;
}

/**  section page **/

td.sectionLeft {
	width: 150px;
	background-color: #F58A19;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	border-right: 4px solid #FFFFFF;
}

/** product page  **/

#listTop {
	background-color: #F58A19;
	border-bottom: 4px solid #FFFFFF;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#listSalary {
	background-color: #F58A19;
	border-bottom: 4px solid #FFFFFF;
/**	border-left: 4px solid #FFFFFF; **/
	padding: 5px;
	color: #FFFFFF;
	text-align: right;
}
#listBottom {
	background-color: #FFFFFF;
	border-bottom: 2px solid #BFBDBA;
	padding: 5px;
}
#listCopy {
	background-color: #BFBDBA;
	padding: 5px;
	color: #6C6B69;
}

/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 180px;
	height: 18px;
	border: 1px solid #7F7F7F;
	background-color: #F0F0F0;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
textarea.messageField {
	width: 180px;
	height: 60px;
	border: 1px solid #7F7F7F;
	background-color: #F0F0F0;
	font-size: 90%;
	padding-left: 1px;
	padding-top: 2px;
	font-family: sans-serif;
}
input.button {
	width: 50px;
	height: 20px;
	border: 1px solid #7F7F7F;
	background-color: #F0F0F0;
	font-size: 80%;
}

/**  form fields  **/

input.quantity {
	padding: 1px;
	width: 20px;
	height: 14px;
	border: 1px solid #D13681;
	font-size: 80%;
}
input.searchfield {
	padding: 1px;
	width: 150px;
	height: 18px;
	border: 1px solid #D13681;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 748px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}