#nav {
	width:810px;
	height:74px;
	position:relative;
	float:left;
}

#nav ul {
	position:absolute;
	bottom:0px;
	left:9px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

#nav a {
	color:#B8BAB9;
	font-weight:bold;
	text-decoration:none;
	padding:3px 6px 0 6px;
	margin-right:23px;
	margin-bottom:2px;
	border:none;
	display:block;
}

#nav ul li ul li a.fst:hover {
	border-left:1px solid #fb884c;
}

#nav a.hover,
#nav a:hover {
	color:#000;
	border-left:1px solid #fb884c;
	padding-left:5px;
}

#nav a.fst {
	background:url(images/logo_fst.gif) no-repeat top right;
	border:none;
	height:14px;
	width:28px;
	margin-top:2px;
	padding:0;
	padding-left:10px;
	overflow:hidden;
}

#nav a.fst:hover {
	background-position: 0 -14px;
	padding-left:9px;
	border-left:none;
}

#nav a.fst.hover {
	background-position: 0 -14px;
	border-left:none;
}

#nav ul li { 
	position:relative;
	display:block;
	float:left;
	z-index:10;
}

#nav ul li ul {
	display:none;
	width:200px;
	bottom:auto;
	position:absolute;
	top:100%;
	border-top:2px solid #fff;
	left:-9px;
	background:#7E8887;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	width:200px;
	display:block;
}

#nav ul li ul li {
	float:none;
	padding:3px 9px;
	margin:0 15px;
	border-top:1px solid #8C9793;
	position:relative;
	height:25px;
}

#nav ul li ul li a {
	width:100%;
	position:relative;
	left:-15px;
}

#nav ul li ul li a.fst {
	width:100%;
	padding-left:7px;
	background-position:7px 0;
	margin-top:7px;
}

#nav ul li ul li a.fst.hover,
#nav ul li ul li a.fst:hover {
	background-position:7px -14px;
}

.index #body {
	background:url(images/index.jpg) no-repeat bottom right;
	min-height:495px;
	height:auto !important;
	height:495px;
}

.index #body h2 {
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#footer .links{
	position:relative;
	left:15px;
}

#footer .links a {
	display:block;
	float:left;
	margin-right:11px;
}

#body img.title {
	margin-bottom:38px;
}

.body_col {
	width:49.99%;
	overflow:hidden;
	float:left;
}

#body .body_col img.title {
	margin-bottom:13px;
}

.body_col .img {
	float:right;
	font-size:10pt;
	line-height:13pt;
}
.body_col .img .text_col {
	width:100%;
}

.body_col .img .text_col b {
	display:inline;
}

.text_col p.padding_alt {
	margin-bottom:7px;
}

.text_col img.padding_alt {
	margin-bottom:35px;
}

.clients {
	width:1000px;
}

.clients .client_col {
	padding-right:5%;
	float:left;
}

.clients .client_col span {
	display:block;
	padding:0 0 8px 0;
	font-weight:bold;
}

 .text_col {
	width:45%;
	padding-right:5%;
	float:left;
	display:block;
}

.text_col b {
	display:block;
	padding: 0 0 2px 0;
}

 .text_col.inline b {
	display:inline;
 }

.accredtiations {
	width:1000px;
}

.accredtiations_bg {
	background:#fff url(images/accreditations_bg.gif) repeat-y 0 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.accredtiations_col {
	width:20%;
	float:left;
	margin-bottom:20px;
}

.accredtiations_col_wider {
	width:25% !important;
}

.accredtiations.no_pad {
	position: relative;
	top: -50px;
}

.accredtiations.no_pad .accredtiations_col {
	margin-bottom:0;
}

.accredtiations_col.last { border-right:none; }

.accredtiations_col div.p,
.accredtiations_col p {
	padding-right:20px;
	margin:0;
}

.accredtiations_col div.p {
	height: 60px;
}

.accredtiations_col b {
	display:block;
}

.accredtiations_col .img {
	width:50%;
	float:left;
}

.download_pdf {
	width:50%;
	padding-top:35px;
	font-size:10pt;
	text-align:center;
	background: url(images/pdf.gif) no-repeat top center;
	float:right;
	display:block;
}

a.download_pdf, a.download_pdf:active, a.download_pdf:visited {
	color: #7E8887;
	text-decoration:none;
}

#contact_left {
	width:154px;
	padding-right:15px;
	float:left;
}

#contact_right {
	padding-left:36px;
	border-left:2px solid #E1E1E1;
	float:left;
}

#contact_right p {
	margin:0;
	padding:0;
	padding-bottom:17px;
}

#contact_right .contact_pad {
	margin-bottom:5px;
	width:310px;
}

#contact_right .form_item {
	padding-bottom:5px;
}

#contact_right #dropdown_box {
	padding-bottom:5px;
	position:relative;
}

#contact_right .form_item.no_label {
	padding-left:80px;
}

#contact_right #dropdown_box label,
#contact_right .form_item label {
	width:80px;
	display:block;
	float:left;
}

#contact_right #dropdown_box input,
#contact_right #dropdown_box textarea,
#contact_right #dropdown_box select,
#contact_right .form_item input,
#contact_right .form_item textarea {
	width:208px;
	padding: 2px 5px;
	margin:0;
	background:#B8BAB9;
	border:1px solid #B8BAB9;
	float:left;
	position:relative;
}

#contact_right #dropdown_box input.selectbox,
#contact_right .form_item input.selectbox {
  background:#B8BAB9 url(images/expand_arrow.gif) no-repeat 198px 2px;
}

#contact_right .form_item.checkbox input {
	width:auto;
	padding:0;
	margin-top:5px;
}

#contact_right .form_item textarea {
	height:60px;
	z-index:1;
}

#contact_right .form_item input:focus,
#contact_right .form_item textarea:focus {
	background:#fff;
}

#contact_right .form_item .submit_form:focus,
#contact_right .form_item .submit_form {
	background:#fff url(images/contact_button.gif) no-repeat 0 12px;
	width:75px;
	height: 40px;
	cursor: pointer;
	font-wight:bold;
	color:#fff;
	text-align:left;
	padding:0;
	white-space:normal;
	text-indent:0;
	border:none;
	padding:none;
	margin-top:-10px;
}

#product_box {
	height:187px;
	width:1000px;
	margin-top:210px;
	overflow:hidden;
}

#product_box a {
	float:left;
	display:block;
	margin-right:5px;
	height:187px;
	overflow:hidden;
	position:relative;
}

#product_box a img {
	border:none;
	position:relative;
	top:0;
}

#product_box a:hover img {
	top:-187px;
}

.fst_img {
	margin:0 auto 20px auto;
	display:block;
}

#large_image {
	width:485px;
	float:right;
	background:url(images/ajax-loader.gif) no-repeat 20px 20px;
}

#image_thumbs {
	margin-top:3px;
	width:485px;
	float:right;
}

#image_thumbs a {
	display:block;
	position:relative;
	height:68px;
	width:75px;
	overflow:hidden;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

#image_thumbs a.last {
	margin-right:0;
}

#image_thumbs a img {
	position:relative;
	width:75px;
	top:0;
}
#image_thumbs a.hover img,
#image_thumbs a:hover img {
	top:-68px;
}