/* Layout boxes START*/
#container {
	width: auto;
	margin: 2px;
	border: none;
	background-image: none !important;
}
#masthead {
	height: auto; 
}
#mastheadl {
	width: auto;
	float: none;
}
#mastheadr {
	width: auto;
	float: none;
}
#navhoriz {
	height: auto;
	width: auto;
}
#navlocator {
	display: none;
}
#midleft {
	width: auto;
	float: none;
	padding: 30px 2px 0 2px;
}
#midcenter {
	width: auto;
	float: none;
	padding: 40px 10px 0 20px; 
}
#midright {
	width: auto;
	float: none;
	overflow: hidden;
}
#midcenterplusright {
	width: auto;
	float: none;
	padding: 40px 0 0 20px;
}
/* Layout Boxes END */

/* Navigation START */
/* Pull-down horizontal navigation. */
#navpd, #navpd ul {
	border: none;
	line-height: 1.3em;
	text-transform: uppercase;
}
#navpd a {
	display: inline;
	width: auto;
	color: #4265A5;
	font-size: 0.90em;
	font-weight: normal;
	text-decoration: underline;
}
#navpd a:hover {
	color: red !important;
	background-color: inherit;
}
#navpd li {
	width: auto;
	float: none;
	border: none;
}
#navpd li ul {
	width: auto;
	position: relative;
	left: 0;
	margin: 0;
	border: none;
	background: white;
	text-transform: none;
}
#navpd li li {
	width: auto;
	margin: 0 0 0 15px;

}
#navpd li ul a {
	width: auto;
}
#navpd li:hover, #navpd li.sfhover {
	background: white;
	color: red;
}
#navpd li:hover a, #navpd li.sfhover a {
	color: #4265A5;
}

/* Vertical navigation - left column */
#navvert {
	width: auto;
}
#navvert a {
	font-weight: normal;
	text-decoration: underline;
}
#navvert li {
	border-top: none;
}

/* Navigation END */

/* Elements */

#footer li {
	display: block;
	width: 100%;
	float: none;
}
input, textarea {
	max-width: 100%;
}
.invisible-handheld {
	display: none;
}

/* Miscellaneous IDs */
#skipnav {
	display: block;
	margin: 3px auto;
	padding-right: 3px;
	font-size: .9em;
	text-align: right;
}

/* RFQ Form */

.rfqform .fieldCell, .rfqform .fieldAlert {
	margin-left: 100px;
}
.rfqform label {
	width: 96px;
}
