/*	DEVELOPMENT NOTE */
/* 
	Rather than using IE hacks, the IE overrides have been placed in a separate
	stylesheet, which are imported into the page using a <link> tag inside a
	conditional comment (see HTML for example). If you make changes to any of 
	the styles in this stylesheet, be sure to check that one for overrides.
*/

/*	GLOBAL STYLES */

body {
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.checked-box {
    font-weight: bold;
}

a.unchecked-box {
    font-weight: normal;
}

select, input {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

form {
    margin: 0;
    padding: 0;
}

.required, .required-star {
    color: #f00;
}

.required-star {
    font-size: 130%;
}

/*	BANNER STYLES */

#banner {
    width: 100%;
    min-width: 800px;
    background: #006000 url( a_banner-top.gif ) top right no-repeat;
    color: #ffffff; /*	height: 102px;*/
    font-size: 11px;
}

#banner a {
    color: #fff;
}

#banner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#banner li {
    float: left;
    width: auto;
}

#bannertop {
    padding: 0 10px 0 30px;
    height: 40px;
    min-width: 550px;
}

#aslogo {
    float: left;
    background: url( aslogo.gif ) top right no-repeat;
    width: 5101px;
    height: 38px;
    margin-left: -4995px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#utilitymenu {
    float: right;
    width: auto;
    margin-right: 10px;
}

#utilitymenu li {
    margin-left: 8px;
    margin-top: 4px;
}

#utilitymenu a {
    text-decoration: underline;
}

#utilitymenu a:hover {
    text-decoration: none;
}

/*-- blue menu --*/
#mainmenudiv {
/* sets the background and keeps the list items from wrapping */
    background: url( a_top-nav-background.gif ) bottom left repeat-x;
    height: 25px;
    clear: both;
    border-bottom: 5px solid #006000;
    padding-left: 5px;
}

#mainmenu {
    padding-left: 12px;
    min-width: 800px;
}

#mainmenu a {
    text-decoration: none;
    display: block;
    padding: 6px 16px 10px 16px;
}

#mainmenu li {
    background: url( a_top-nav-inactive-right.gif ) right top no-repeat;
}

#mainmenu li.active, #mainmenu li:hover {
    background: url( a_top-nav-active-right.gif ) right top no-repeat;
}

#mainmenu li.active a, #mainmenu li:hover a {
    background: url( a_top-nav-active-left.gif ) left top no-repeat;
    padding: 6px 16px 10px 17px;
    margin-left: -1px;
}

/*-- dropdown submenus --*/
#mainmenu li ul {
    position: absolute;
    left: -999em;
    z-index: 1000;
    width: auto;
    background-color: #006000;
    border: 1px solid #20438a;
}

#mainmenu li:hover ul {
    left: auto;
    margin-top: -5px;
    margin-left: 3px;
}

#mainmenu li:hover ul li {
    float: none;
    background: url( a_top-nav-inactive-right.gif ) -5000px 5px no-repeat;
}

#mainmenu li.active ul li a, #mainmenu li:hover ul li a {
    background: url( a_top-nav-active-left.gif ) -5000px 5px no-repeat;
    padding: 4px 6px 4px 6px;
    margin-left: -1px;
}

#mainmenu li.active ul li a:hover, #mainmenu li:hover ul li a:hover {
    background-color: #48B04A;
}

/*-- active horizontal submenu --*/
#sectionmenudiv {
/* sets the background and keeps the list items from wrapping */
    clear: both;
    height: 26px;
    background: url( a_sub-nav-background.gif ) 0 0 repeat-x;
    padding-left: 7px;
}

#sectionmenu {
    padding-left: 11px;
    min-width: 800px;
}

#sectionmenu a {
    display: block;
    text-decoration: none;
    color: #504d44;
    padding: 10px 14px 4px 14px;
}

#sectionmenu a:hover {
    text-decoration: underline;
}

#sectionmenu li {
    background: url( a_sub-nav-inactive-right.gif ) right top no-repeat;
}

#sectionmenu li.subactive {
    background: url( a_sub-nav-active-right.gif ) right 5px no-repeat;
}

#sectionmenu li.subactive a {
    background: url( a_sub-nav-active-left.gif ) left 5px no-repeat;
    margin-left: -1px;
}

/*	CONTENT SECTION STYLE */

#content {
    clear: both;
    min-width: 770px; /* This handles the min-width for IE. No other browser will even recognize it. */
    width: expression( document . body . clientWidth < 900 ? "770px": "auto" );
}

.fixed {
    width: 770px;
}

#contentheader, #content, #footer {
    margin: 0 20px;
}

#contentheader {
    margin: 18px 0 14px 0;
    height: 24px;
}

#contentheader p, #contentheader form {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#contentheader select {
    font: 12px "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

#contentheader #pagename {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #eb8b12;
}

#contentheader #printlink {
    float: right;
    margin: 5px 5px 0 0;
    /* sets  correct value for Safari
                             must be reset for Moz and IE */
}

html:

lang

(
en

)
#contentheader #printlink {
/* My first Safari filter!! */
    float: right;
    margin: -15px 5px 0 0;
    /* resets top margin for FF
                               IE gets reset in ie-overrides.css */
}

#content a {
    color: #52524B;
}

#contentmain, .secondary-content {
    font-size: 11px;
    line-height: 1.5;
}

.ct-dark #contentmain, .ct-dark .secondary-content {
    background-color: #F2F2DF;
    border: 1px solid #d2cfb0;
    font-size: 11px;
    padding: 10px;
}

#contentmain h1, .secondary-content h1 {
    color: #42413C;
    font-size: 14px;
    margin: 0;
    padding-bottom: 0;
}

#contentmain h1.upper, .secondary-content h1.upper {
    text-transform: uppercase;
}

#contentmain p, .secondary-content p {
    margin: 0 0 10px 0;
    padding: 0;
}

.secondary-content {
    margin-top: 20px;
}

#contentside {
    clear: right;
    float: right;
    width: auto;
    font-size: 11px;
}

#contentside div.box {
    padding: 10px 10px 0px 10px;
    background-color: #f2f2e8;
    border: 1px solid #d2cfb0;
    font-size: 11px;
    width: 175px;
    margin-bottom: 10px;
}

#contentside ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#contentside li {
    margin-bottom: 5px;
}

#contentside p {
    margin-top: 0;
}

#contentside h3 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 11px;
}

#contentside img {
    margin-bottom: 10px;
}

.subcontentleft, .subcontentright, .subcontentfull {
    margin-bottom: 10px;
}

#content .subcontentleft a {
    color: #42413c;
}

/* these three are primarily for the dark content area */

.subcontentleft {
    float: left;
    width: 50%;
    min-width: 180px;
}

.subcontentright {
    float: left;
    width: 50%;
    min-width: 180px;
}

.subcontentfull {
}

/* these two are for white content area */

.subcontentnarrow {
    float: left;
    width: 130px;
    background-color: #f2f2e8;
    padding: 10px 12px;
}

.subcontentwide {
    margin-left: 170px;
}

.subcontentwide p {
    margin: 0;
    padding-bottom: 8px;
}

.subcontentwide h2 {
    color: #504d44;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}

.subcontentleft ul, .subcontentright ul {
    margin: 0;
    padding: 0;
    line-height: 130%;
    list-style-type: none;
}

.subcontentleft ul li, .subcontentright ul li {
    padding-left: 12px;
    background: url( bullet-grey-white-arrow.gif ) left center no-repeat;
}

.subcontentleft ul.linklist li {
    background-image: none;
    padding-left: 0;
}

.subcontentleft ul.linklist li a {
    padding-left: 12px;
    background: url( bullet-blue-white-arrow.gif ) left center no-repeat;
}

.subcontentbanner {
    background-color: #afad96;
    border-top: 1px solid #9c9c82;
    border-bottom: 1px solid #9c9c82;
    padding: 3px 6px;
    color: #fefefe;
    position: relative;
    line-height: 1;
}

.subcontentbanner h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.subcontentbanner h2 span {
    font-size: 11px;
    font-weight: normal;
}

.subcontentbanner p {
    position: absolute;
    top: 3px;
    right: 6px;
    margin: 0;
    padding: 0;
}

#content .subcontentbanner a {
    color: #fefefe;
    text-decoration: underline;
}

#content .subcontentbanner a:hover {
    text-decoration: none;
}

.subcontentcontent {
    padding: 6px 10px;
    background-color: #e5e3d6;
    border-bottom: 1px solid #cfcebc;
}

.subcontentleft .subcontentbanner, .subcontentleft .subcontentcontent {
    margin-right: 5px;
}

.subcontentright .subcontentbanner, .subcontentright .subcontentcontent {
    margin-left: 5px;
}

.subcontentfull iframe {
    border: 0;
    border-bottom: 1px solid #cfcebc;
    padding: 0;
    width: 100%;
}

#contentbuttons, #contentbuttons-top {
    text-align: right;
    margin: 10px 0 10px 0;
    color: #444;
    font-size: 11px;
}

#contentbuttons p.required {
    float: left;
}

.has-menu #contentheader,
    .has-menu #contentmain,
    .has-menu .secondary-content,
    .has-menu #contentbuttons {
    margin-right: 150px;
}

#transferfrom, #transferto {
    width: 45%;
}

#transferfrom select, #transferto select {
    width: 150px;
}

#transferbuttons {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

#transferbuttons input {
    margin-top: 10px;
}

#transferbuttons #moveleftdbl {
    margin-top: 20px;
}

/*-- form element widths --*/

.ten {
    width: 10%;
}

.fifteen {
    width: 15%;
}

.quarter {
    width: 25%;
}

.third {
    width: 33%;
}

.half {
    width: 50%;
}

.ninety {
    width: 90%;
}

.hundred {
    width: 100%;
}

/*-- small warranty search form --*/

#warrantysearch fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#warrantysearch legend {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#warrantysearch #serialnumber,
    #warrantysearch #partnumber {
    width: 129px;
    margin-bottom: 6px;
}

#warrantysearch label {
    display: block;
    color: #666;
}

#warrantysearch .image-button {
    margin-top: 2px;
    text-align: right;
}

#contentside fieldset,
    .subcontentnarrow fieldset {
    margin: 0 0 6px 0;
    padding: 0;
    border: 0;
}

#contentside legend,
    .subcontentnarrow legend {
    font-weight: bold;
    padding: 0;
    margin: 0 0 6px 0;
}

#contentside label,
    .subcontentnarrow label {
    display: block;
    color: #666;
    margin-bottom: 3px;
}

#contentside .image-button,
    .subcontentnarrow .image-button {
    margin-top: 2px;
    text-align: right;
    margin-bottom: 9px;
}

#contentside input.long-text {
    width: 110px;
    margin-bottom: 6px;
}

#contentside input.short-text {
    width: 46px;
    margin-bottom: 6px;
}

.warrantyimage {
    float: left;
    margin: 0 16px 0 0;
}

.warrantydata {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.2;
}

.warrantydata p {
    margin: 0;
    padding: 0;
}

.warrantydata span {
    color: #666;
}

/*-- data tables --*/

td span.sorted-asc {
    padding-right: 10px;
    background: url( icon-sort-arrow-asc.gif ) right center no-repeat;
}

td span.sorted-desc {
    padding-right: 10px;
    background: url( icon-sort-arrow-desc.gif ) right center no-repeat;
}

table.data {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1%;
}

table.data td a {
    color: #0066ca;
}

table.data th, table.data td {
    border-bottom: 1px solid #f2f2e8;
    text-align: left;
    padding: 3px 0 3px 8px;
    padding-right: 3px;
    font-size: 11px;
}

table.data th {
    background-color: #d6d4c5;
}

table.data td {
    background-color: #e5e3d6;
    vertical-align: top;
}

table.data td.check-cell {
    text-align: center;
    width: 40px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.data td.description {
    width: 210px;
}

table.data td.currency, table.data td.hours {
    text-align: right;
}

.ct-light table.data {
    border-bottom: 1px solid #d6d4c5;
}

.ct-light table.data td {
    background-color: #F2F2E8;
}

.ct-light table.data th, .ct-light table.data td {
    border-bottom: 1px solid #ffffff;
}

tr.tableColHeading td, .ct-light tr.tableColHeading td {
    background-color: #d6d4c5;
    font-weight: bold;
    white-space: nowrap;
}

table.vertical-data {
    width: 640px;
    margin-left: 50px;
}

table.vertical-data td {
    background-color: #e5e3d6;
    border-bottom: 1px solid #f2f2e8;
    border-right: 1px solid #f2f2e8;
    padding: 3px 8px;
}

table.vertical-data td.vertical-header {
    font-weight: bold;
    background-color: #d6d4c5;
    text-align: right;
    width: 175px;
}

table.vertical-data td.vertical-value {
    width: 145px;
    text-align: right;
}

table.vertical-form {
    width: 100%;
}

table.vertical-form td {
    background-color: #f2f2e8;
    padding: 6px 8px 4px 5px;
    vertical-align: top;
}

table.vertical-form td.field-title {
    background-color: #fff;
    text-align: right;
    color: #666;
    width: 1%;
    white-space: nowrap;
}

td.check-radio {
    width: 1%;
}

table.vertical-form tr.last-row td {
    padding-bottom: 10px;
}

table.vertical-form div.horizontal-field {
    float: left;
    width: auto;
    margin-right: 5px;
}

table.vertical-form div.horizontal-field label {
    display: block;
}

/* Find a System */

.nobanner {
    border-top: 1px solid #cfcebc;
}

#findsystem p {
    font-weight: bold;
    margin-bottom: 5px;
}

#findsystem #findsystembutton {
    margin: 0 0 -6px 5px;
}

/*-- ORDERING --*/

.process-steps {
    margin: 0 0 20px 0;
    padding: 8px 0 0 0;
    list-style-type: none;
    font-size: 11px;
}

.process-steps li {
    display: inline;
    margin-right: 20px;
}

.process-steps li.active {
    font-weight: bold;
}

.process-steps li img {
    margin-right: 5px;
}

.process-steps li.active img {
    margin-top: 1px;
}

html:

lang

(
en

)
.process-steps li.active img {
    margin-top: 0;
}

.currency-total {
    text-transform: uppercase;
    font-weight: bold;
}

.currency-total .total-amount {
    font-size: 130%;
}

.order-instructions {
    font-size: 11px;
}

#add-to-cart {
    float: right;
}

#add-to-cart label {
    float: left;
    margin: 5px 5px 0 0;
}

#add-to-cart a {
    margin-left: 5px;
}

#add-to-cart #add-to-cart-select {
    float: left;
    text-align: left;
    margin-right: 5px;
}

.shipment-actions {
    text-align: right;
    margin: -20px 0 10px 0;
}

.duplicate-shipment {
    padding-left: 14px;
    background: url( icon-duplicate-shipment.gif ) 0 center no-repeat;
}

.delete-shipment {
    padding-left: 14px;
    background: url( icon-delete-shipment.gif ) 0 center no-repeat;
    margin-left: 5px;
}

/* Work order */

.communitsearch-results {
    background-color: #e5e3d6;
    border: 1px solid #d2cfb0;
    font-size: 11px;
    padding: 20px 20px 23px 20px;
    margin-bottom: 10px;
}

table#repaircart {
    margin-top: 14px;
}

table#repaircart td.hours {
    padding-right: 10px;
    padding-left: 10px;
}

.date-format {
    color: #666;
    font-size: x-small;
    margin-left: 10px;
}

p#work-order-number-header {
    font-weight: bold;
    font-size: 11px;
}

h1#work-order-number-header {
    text-transform: none;
    margin-bottom: 10px;
}

#work-order-metrics input,
    #work-order-positioning input,
    #work-order-positioning select,
    #work-order-verification label,
    #work-order-reason-returned label {
    margin-right: 14px;
}

table#work-order-details td, .communitsearch-results td {
    background-color: #e5e3d6;
    font-weight: bold;
}

table#work-order-details td.long-text {
    font-weight: normal;
}

table#work-order-details td.field-title, .communitsearch-results td.field-title {
    font-weight: normal;
    color: #666;
    background-color: #e5e3d6;
    padding-right: 0;
    text-align: right;
}

span.additional {
    margin-left: 20px;
}

td.edit-links {
    white-space: nowrap;
    width: 100px;
}

td.edit-links a {
    margin-right: 16px;
}

table#standard-replacement td.hours {
    padding-right: 6px;
}

span.field-title, label.field-title {
    font-weight: normal;
    color: #666;
    padding-right: 0;
}

p.item-name, a.item-name {
    font-weight: bold;
}

table.vertical-form td#work-order-add-to-cart {
    background-color: #fff;
    padding: 14px 0 16px 0;
}

/*-- INVOICES --*/

table#pay-invoices-table td.amount-to-pay {
    text-align: right;
    padding-right: 26px;
    white-space: nowrap;
}

table#pay-invoices-table tr.tableColHeading td.amount-to-pay {
    padding-right: 40px;
}

#invoice-filter {
    background-color: #e5e3d6;
    border-top: 1px solid #cfcebc;
    border-bottom: 1px solid #cfcebc;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#invoice-filter p {
    margin-bottom: 3px;
}

#invoice-filter select {
    margin-right: 10px;
}

#invoices-calculate-total {
    text-align: right;
    background-color: #d6d4c5;
    font-weight: bold;
    padding: 5px 26px;
}

#invoices-calculate-total input {
    background-color: #d6d4c5;
}

#pay-invoices-button {
    padding-left: 12px;
    margin-bottom: 10px;
}

#pay-invoices-button input {
    margin: 0 5px 0 5px;
}

/*-- PRODUCT SEARCH --*/

#simple-search {
    font-size: 11px;
    margin-bottom: 18px;
}

#simple-search a {
    margin-left: 5px;
}

#product-search-results-header, #product-search-results-footer {
    background-color: #f2f2e8;
    border-top: 1px solid #d2cfb0;
    border-bottom: 1px solid #d2cfb0;
    float: left;
    width: 100%;
}

#product-search-results-header p {
    float: left;
    width: auto;
    margin: 0 8px;
    font-size: 13px;
    font-weight: bold;
}

#product-search-results-header p.count {
    float: right;
    width: auto;
    font-size: 11px;
    font-weight: normal;
    margin-top: 2px;
}

#product-search-results-footer {
    float: none;
    text-align: center;
}

#product-search-results-footer a {
    margin: 0 2px;
}

#product-search-results-footer a.pagenumber {
    text-decoration: underline;
}

#product-search-results-footer a.pagenumber:hover {
    text-decoration: none;
}

#search-results-filter {
    padding: 5px 8px;
    float: left;
    width: auto;
}

#search-results-filter p {
    float: left;
    width: auto;
}

#search-results-filter ul {
    list-style-type: none;
    float: left;
    width: auto;
    margin: 0 0 0 5px;
    padding: 0;
}

#search-results-filter li {
    float: left;
    width: auto;
    margin-right: 10px;
}

#product-search-results {
    clear: left;
    padding: 0 8px;
}

.product-search-result {
    width: 475px;
    margin-bottom: 14px;
}

#contentmain .product-search-result p {
    margin: 0;
}

/*-- ERRORS --*/

#main-error-message {
    padding: 0 18px;
    color: #f00;
    font-size: 11px;
    background-color: #ffc;
    border: 1px solid #f00;
}

.inline-error-message {
    color: #f00;
}

input.input-error,
    textarea.input-error,
    select.input-error {
    background-color: #ffc;
}

/*-- FOOTER STYLES --*/

#footer {
    vertical-align:bottom;
    margin: 0 0 10px 0;
    padding: 40px 0 10px 22px;
    font-size: 11px;
    color: #666;
    clear: both;
    min-width: 800px;
}

#footer a {
    color: #666;
}

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    float: left;
    border-left: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 9px;
}

#footer ul li.first {
    padding-left: 0;
    border-left: 0;
}
#splash{
	position:absolute;
	top:340px;
	left:50px;
	/*z-index:-15;*/
}

#regionquery {
	float:left;
    margin:0px
}

#regionmap {
	margin-left:20px;
}
