@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 116px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	color: #FFFFFF;
	font-size: 24px;
	text-align: right;
	margin: 0;
	padding: 0px;
	padding-top: 8px;
}
.twoColFixLtHdr #header h2 {
	color: #FFFFFF;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 9px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #Accordion1 {
	margin-bottom: 20px;
}

.AccordionPanelContent a,
.AccordionPanelContent a:link,
.AccordionPanelContent a:visited {
	display: block;
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	/*letter-spacing: .07em;*/
}

.AccordionPanelContent a:hover {
	display: block;
	color: #cc3333;
	font-style: italic;
	font-style: bold;
	text-decoration:none;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	/*letter-spacing: .07em;*/
}

a.AccordionTabLink {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
}
a:hover.AccordionTabLink {
	color: #cc3333;
	text-decoration:none;
	font-size: 11px;
}



.twoColFixLtHdr #sidebar1 p {
	color: #777777;
	font-size: 10px;
}
.twoColFixLtHdr #sidebar1 .AccordionPanelOpen .AccordionPanelTab .highlightRFQ {
	background-color: #cc3333;
	color: #FFFFFF;
	text-transform: uppercase;
}
.twoColFixLtHdr #sidebar1 .highlightRFQ {
	background-color: #cc3333;
	color: #FFFFFF;
	text-transform: uppercase;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 195px;
	padding: 0;
}

.twoColFixLtHdr #mainContent h1,
.twoColFixLtHdr #mainContent h2,
.twoColFixLtHdr #mainContent h3 {
	color: #cc3333;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #mainContent h4 {
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #mainContent p {
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContent ul,
.twoColFixLtHdr #mainContent ol {
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: -5px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 12px;
}

.twoColFixLtHdr #mainContent a,
.twoColFixLtHdr #mainContent a:link {
	color: #cc3333;
	/*font-style: italic;*/
}
/*
.twoColFixLtHdr #mainContent a:visited {
	color: #333333;
	font-style: italic;
}
*/
.twoColFixLtHdr #mainContent a:hover {
	color: #333333;
	font-style: italic;
}

.twoColFixLtHdr #footer {
	background-color: #cc3333;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: .1em;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	/*word-spacing: .3em;*/
	text-align: center;
}
.twoColFixLtHdr #footer a,
.twoColFixLtHdr #footer a:link,
.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 37.5%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 60%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********** table styles ***********/

form {
	padding: 0;
	margin: 0;
}
.requiredtext {
	color: #000;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #rfq h3 {
	padding-top: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}


table  {
	border: 1px solid #660000;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
caption {
	caption-side:top;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc3333;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100%;
}
th {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	text-align: right;
}
td {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
}

#rfq table,
#contactUs table {
	border: 1px solid #660000;
	width: 441px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#rfq caption,
#contactUs caption,
.contactUs caption {
	width: 441px;
	caption-side:top;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc3333;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent .attachment table,
#mainContent .attachment caption {
	width: 275px;
}


#rfq tr {
	padding-bottom: 3px;
}
#rfq th,
#contactUs th {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#rfq td,
#contactUs td {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
#rfq textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#rfq .questionNote {
	font-size: 10px;
	color: #777777;
}

#rfq input:focus,
#rfq textarea:focus,
#contactUs input:focus,
#contactUs textarea:focus {
	/*background-color: #ffffe1;*/
	border: 2px solid #cc3333;
}

.twoColFixLtHdr #container #mainContent #loginForm #login {
	width: 441px;
}
.twoColFixLtHdr #container #mainContent #loginForm #login caption {
	width: 441px;
}
.twoColFixLtHdr #container #mainContent #loginForm #login input {
	width: 150px;
}
/*
.tableHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
*/

/*
caption.contactUs {
	caption-side:top;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc3333;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
*/
.twoColFixLtHdr #Accordion1 #highlightRFQ {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #cc3333;
}
.twoColFixLtHdr #Accordion1 #highlightRFQ .AccordionPanelOpen .AccordionPanelTabHover  {
	color: #cc3333;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffffff;
	border: #cc3333 1px solid;
}
.twoColFixLtHdr #container #header .logoPrint {
	display: none;
	visibility: hidden;
}
.showError {
	color: #3300FF;
	font-weight: bold;
	font-style: italic;
	font-size:110%;
	padding-top: 2px;
	padding-bottom: 2px;
	/*background-color: #ffffee;
	border: 1px solid #cc3333;
	padding: 4px;
	margin-top: 3px;*/
}
#errorDisplay
{
	display: none;
}

.twoColFixLtHdr #rfq h4 {
	color: #777777;
	padding-top: 0px;
	padding-bottom: 6px;
}

/*********** notes styles ***********/

#rfq .notes {
/*
05-May-09 Hide notes
*/
	display: none;
	visibility: hidden;
/*
05-May-09 Hide notes
*/
	/*float: right;*/
	width: 210px;
	padding: 5px;
	background-color: #ffffe1;
	color: #333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #777777;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#rfq .notes h4 {
	color: #333;
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #777777;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 27px;
}

#rfq .notes h5 {
	color: #333;
	font-size: 12px;
	display: run-in;
	padding-right: 6px;
	margin-top: 6px;
}

#rfq .notes p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 6px;
}

#rfq .notes p.last {
  margin: 0em;
}

#rfq label.textGroup,
#rfq input.textGroup {
	display: block;
	margin-bottom: 5px;
}

#rfq label.textGroup130 {
	float: left;
	width: 130px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup140 {
	float: left;
	width: 140px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup165 {
	float: left;
	width: 165px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup175 {
	float: left;
	width: 175px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup200 {
	float: left;
	width: 200px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup220 {
	float: left;
	width: 220px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.textGroup260 {
	float: left;
	width: 260px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}

#rfq label.comboGroup130 {
	float: left;
	width: 130px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.comboGroup140 {
	float: left;
	width: 140px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.comboGroup165 {
	float: left;
	width: 165px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.comboGroup200 {
	float: left;
	width: 200px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.comboGroup220 {
	float: left;
	width: 220px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}
#rfq label.comboGroup260 {
	float: left;
	width: 260px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	white-space: nowrap;
}

input.rfq {
	/*float: right;
	text-align: left;*/
}
.twoColFixLtHdr #container #mainContent #rfqArrows form {
	display: inline-block;
}
.twoColFixLtHdr #container #mainContent #rfqArrows #formReview1,
.twoColFixLtHdr #container #mainContent #rfqArrows #formReview2,
.twoColFixLtHdr #container #mainContent #rfqArrows #formReview3,
.twoColFixLtHdr #container #mainContent #rfqArrows #formReview4,
.twoColFixLtHdr #container #mainContent #rfqArrows #formReview5 {
	display: inline;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.twoColFixLtHdr #container #mainContent #rfqArrows .hf {
	display: none;
	visibility: hidden;
	white-space:nowrap;
}

/*********** RFQ button styles ***********/

#rfq #goto1,
#rfq #goto2,
#rfq #goto3,
#rfq #goto4,
#rfq #goto5,
#rfq #back,
#rfq #next,
#rfq #reviewBtn,
.editButton,
.submit,
.formButton {
    border: 1px solid #000000;
    background: #cc3333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	cursor: default;
}
#rfq #goto1:hover,
#rfq #goto2:hover,
#rfq #goto3:hover,
#rfq #goto4:hover,
#rfq #goto5:hover,
#rfq #back:hover,
#rfq #next:hover,
#rfq #reviewBtn:hover,
.editButton:hover,
.submit:hover,
.formButton:hover {
    border: 1px solid #cc3333;
    background: #eeeeee;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	cursor: pointer;
}

#rfq #goto1[disabled],
#rfq #goto2[disabled],
#rfq #goto3[disabled],
#rfq #goto4[disabled],
#rfq #goto5[disabled],
#rfq #back[disabled],
#rfq #next[disabled] {
    border: 1px solid  #999999;
    background: #eeeeee;
	color: #999999;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	cursor: default;
}
#rfq #reviewBtn {
	margin-top: 20px;
	margin-left: 130px;
	width: 185px;
	text-align: center;
	cursor: pointer;
}
.twoColFixLtHdr #container #mainContent .editButton {
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 11px;
	text-align: center;
	/*width: 441px;*/
	cursor: pointer;
}
.twoColFixLtHdr #mainContent table.toolbar {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent table.toolbar a {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent .toolbar a img,
.twoColFixLtHdr #mainContent .toolbar a:link img,
.twoColFixLtHdr #mainContent .toolbar a:visited img {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	/*border: 1px solid #FFFFFF;*/
}
.twoColFixLtHdr #mainContent .toolbar a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	/*border: 1px solid #005250;*/
}
.twoColFixLtHdr #container #mainContent #rfq #section1 #sec1 .section1 {
	padding: 10px;
}
input, textarea, select {
	background: #eee url(../images/backgroundInput.jpg) no-repeat;
	padding: 1px;
}
#formReview1 input,
#formReview2 input,
#formReview3 input,
#formReview4 input,
#formReview5 input,
#duplicateQuote input {
	background-color: #FFFFFF;
	background-image: none;
}

.rfqHighlight {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #cc3333;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: #cc3333 1px solid;
}