/* 

    WEBSITE DESIGN BY AD STREAM, INC.
    -----------------------------------
    Ad Stream provides website design, internet marketing 
    and website hosting to Indiana businesses.
    -----------------------------------
    Elkhart, IN 46516
    
    E: info@adstreaminc.com
    P: (574) 215-1347
    W: adstreaminc.com
    
*/

/************** Yahoo Reset CSS *******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
.col-middle p {
    margin: 0 0 15px 0;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { 
    border:0;
}
/************* End Yahoo Reset CSS ***************/




/************ Elements ****************/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
a {
    color: #003366;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    /*color: #FFFFFF;*/
}
strong {
    font-weight: bold;
    font-style: inherit;
}

h1 {

}
h1 a {
    text-decoration: none;}
em {
    font-style: italic;
    font-weight: inherit;
}
hr {
    margin-bottom: 15px;
}

/********** Structure ***************/
#container {
    width: 960px;
    margin: 0 auto;
}
#header {
    background: url(/images/bg_header.jpg) 0 0 no-repeat;
    height: 132px;
    margin-top: 20px;
}
#header div#topLinks {
    position: absolute;
    margin: 5px 0 0 632px;
    width: 320px;
}
#header div#topLinks ul li {
    float: left;
    margin-right: 10px;
    color: #999;
    font-size: 10px;
}
#header div#topLinks ul li a {
    color: #fff;
}
#header div#international {
    position: absolute;
    margin: 30px 0 0 855px;
    width: 90px;
}
#header img#logo {
    margin: 23px 0 0 21px;
}
#header div#searchBox {
    position: absolute;
    width: 200px;
    margin: 28px 0 0 765px;
}
#header div#searchBox input {
    vertical-align: middle;
}
#header div#searchBox input.searchText {
    width: 130px;
    margin-right: 3px;
    font-size: 12px;
    padding: 1px 0 1px 2px;
}
#nav {
    font-size: 15px;
}
#nav ul {
    margin: 24px 0 0 15px;
}

#nav ul li {
    float: left;
    margin: 0 5px 0 0;
}
#nav ul li span {
    display: none;
}

/*******************/

#nav ul li a {
    display: block;
    height: 29px;
    line-height: 29px;
}

#nav ul li#navNews a {
    background: url(/images/nav/news.jpg) 0 0 no-repeat;
    width: 50px;
}
#nav ul li#navNews a:hover {
    background: url(/images/nav/news_on.jpg) 0 0 no-repeat;
}
#nav ul li#navProducts a {
    background: url(/images/nav/products.jpg) 0 0 no-repeat;
    width: 67px;
}
#nav ul li#navProducts a:hover {
    background: url(/images/nav/products_on.jpg) 0 0 no-repeat;
}
#nav ul li#navRTM a {
    background: url(/images/nav/lrtm.jpg) 0 0 no-repeat;
    width: 97px;
}
#nav ul li#navRTM a:hover {
    background: url(/images/nav/lrtm_on.jpg) 0 0 no-repeat;
}
#nav ul li#navAED a {
    background: url(/images/nav/filament_winding.jpg) 0 0 no-repeat;
    width: 109px;
}
#nav ul li#navAED a:hover {
    background: url(/images/nav/filament_winding_on.jpg) 0 0 no-repeat;
}
#nav ul li#navTech a {
    background: url(/images/nav/tech.jpg) 0 0 no-repeat;
    width: 92px;
}
#nav ul li#navTech a:hover {
    background: url(/images/nav/tech_on.jpg) 0 0 no-repeat;
}
#nav ul li#navEvents a {
    background: url(/images/nav/events.jpg) 0 0 no-repeat;
    width: 54px;
}
#nav ul li#navEvents a:hover {
    background: url(/images/nav/events_on.jpg) 0 0 no-repeat;
}
#nav ul li#navAbout a {
    background: url(/images/nav/about.jpg) 0 0 no-repeat;
    width: 69px;
}
#nav ul li#navAbout a:hover {
    background: url(/images/nav/about_on.jpg) 0 0 no-repeat;
}
#nav ul li#navTheTechnology a {
    background: url(/images/nav/the_technology.jpg) 0 0 no-repeat;
    width: 107px;
}
#nav ul li#navTheTechnology a:hover {
    background: url(/images/nav/the_technology_on.jpg) 0 0 no-repeat;
}
#nav ul li#navPhotos a {
    background: url(/images/nav/photos.jpg) 0 0 no-repeat;
    width: 57px;
}
#nav ul li#navPhotos a:hover {
    background: url(/images/nav/photos_on.jpg) 0 0 no-repeat;
}


/*********************/

#contactBox {
    position: absolute;
    margin: -7px 0 0 856px;
    background: url(/images/bg_contact.jpg) 0 0 no-repeat;
    width: 104px;
    height: 52px;
}
#contactBox ul {
    margin: 7px 0 0 45px;
}
#content {
    min-height: 400px;
}
#subPageContent {
    padding: 15px 35px;
}
.clear {
    clear: both;
}
#footer {
    background-color: #CCCCCC;
    border-top: 2px solid #999999;
    min-height: 50px;
    font-size: 11px;
    line-height: 12px;
    color: #666666;
}
#footer p {
    padding: 9px 0 0 20px;
    width: 705px;
}
#footerLogos {
    position: absolute;
    margin: -38px 0 0 754px;
}
#footerLogos img {
    margin: 0 15px 0 0;
}
#footer a {
    color: #006699;}

.copyRight a {
    color: #666666;
    text-decoration: none;
}

/************* Left Column Default Styles *****************/
.col-left #col-left-nav {
    position: relative;
    background: #cbcbcb url(/images/bg_colLeftNav.jpg) 0 0 repeat-x;
    padding: 0 0 45px 0;
    border-bottom: 1px solid #999999;

}
.col-left #col-left-image span.corner {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
}
.col-left #col-left-image {
    position: relative;
}
.col-left #col-left-image span.top-left {
    background: url(/images/bg_left_corner.gif) 0 0 no-repeat;
    left: 0;
}
.col-left #col-left-image span.top-right {
    right: 0;
    background: url(/images/bg_right_corner.gif) 0 0 no-repeat;
}
.col-left #col-left-nav h2 {
    font-size: 18px;
    color: #999999;
    text-align: right;
    margin-top: 10px;
    padding-right: 10px;
    width: 100px;
    float: right;
}
.col-left #col-left-nav ul {
    margin: 0 0 0 0px;
    padding-top: 15px;
    font-size: 13px;
}
.col-left #col-left-nav ul li {
    height: auto;
}
.col-left #col-left-nav ul li.techSupport {
    height: 26px;
}
.col-left #col-left-nav ul li strong {
    /*margin: 0 0 0 8px;*/
    color: #666;
    font-weight: bold;
}
.col-left #col-left-nav ul li ul li ul li strong {
    font-weight: bold;
}
.col-left #col-left-nav ul li ul {
    padding-top: 0;
    border-bottom: 1px solid #666;
    background-color: #fff;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.col-left #col-left-nav ul li ul li {
    margin: 0 0 0 0px;
    font-size: 85%;
}
.col-left #col-left-nav ul li ul li a:hover {
    color: #000000;
    text-decoration: underline;
    /*background-color: none;*/
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.col-left #col-left-nav ul li ul li ul {
    background-color:#FFFFFF;
    border: none;
    padding-top:0;
    line-height: 16px;
}
.col-left #col-left-nav ul li ul li ul li {
    margin: 0 0 0 10px;
    }
.col-left #col-left-nav ul li ul li .currentCategory {
    margin: 0 0 0 -10px;
}
.col-left #col-left-nav ul li ul li .currentItem {
    color: #000;
    background-image: url(/images/arrow-pointright.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.col-left #col-left-nav ul li ul li ul li ul li {
    font-size: 11px;
    padding: 0;
}
.col-left #col-left-nav ul li ul li ul li ul li a {
    font-weight: normal;
    line-height: 15px;
}
.col-left #col-left-nav ul li ul li ul li ul li a.currentItem {
    line-height: 20px;
}
/*.col-left #col-left-nav ul li a {
    color: #3d3d84;
    text-decoration: none;
    background: url(/images/bg_leftNav.png) 0 6px no-repeat;
    padding-left: 14px;
    line-height: 23px;
}*/

.col-left #col-left-nav ul li a {
    color: #3d3d84;
    text-decoration: none;
    border-top: 1px solid transparent;
    padding: 2px 5px 2px 7px;
    display: block;
    /*width: 176px;*/
    line-height: 20px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 1px;
}

.col-left #col-left-nav ul li a.active {
    /*background: url(/images/bg_leftNav_active.png) 0 6px no-repeat;*/
    color: #003366;
    font-weight: bold;
}
.col-left #col-left-nav ul li .currentCategory, .col-left #col-left-nav ul li .active {
    background-color: #eee;
    border-right: 1px solid #999;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #CCCCCC;
    /*background-image: url(/images/bg_leftNav_hover.png);*/
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.col-left #col-left-nav ul li .currentNavItem {
    color: #000;
    background-image: url(/images/arrow-pointright.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.col-left #col-left-nav ul li a:hover {
    color: #000;
    background-color: #FFFFFF;
    border-right: 1px solid #999;
    border-bottom: 1px solid #666666;
    /*background-image: url(/images/bg_leftNav_hover.png);*/
    background-repeat: no-repeat;
    /*background-position: 0 6px;*/
}



/************* Middle Column Default Styles *****************/


/******** 1 Column *********/
#one-column-wrapper .col-middle {
    padding: 15px;
}


/******** 3 Columns *********/
#three-column-wrapper {
    margin-top: 15px;
}
#three-column-wrapper .col-left {
    width: 190px;
    float: left;
    background: #cacaca;
}
#three-column-wrapper .col-left #col-left-nav {
    background: url(/images/bg_colLeftNav.jpg) 0 0 repeat-x;
}
#three-column-wrapper .col-middle {
    width: 520px;
    float: left;
    margin-left: 20px;
}
#three-column-wrapper .col-middle h2 {
    font-size: 18px;
    color: #666;
    margin: 25px 0 10px 0; 
}
#three-column-wrapper .col-right {
    width: 210px;
    float: right;
}
#three-column-wrapper .col-right h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin: 10px 0 5px 0; 
}
#three-column-wrapper .col-right h2 {
    font-size: 18px;
    color: #666;
    margin: 25px 0 10px 0; 
}
#three-column-wrapper .col-right h1 {
    font-size: 20px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 25px 0; 
}

/******** 2 Columns Left *********/
#two-column-left-wrapper {
    margin-top: 15px;
    background: #cacaca;
}
#two-column-left-wrapper .col-middle h1 {
    font-size: 22px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 25px 0; 
}
#two-column-left-wrapper .col-middle h2 {
    font-size: 18px;
    color: #666;
    margin: 25px 0 10px 0; 
}
#two-column-left-wrapper .col-left {
    width: 190px;
    float: left;
}
#two-column-left-wrapper .col-middle {
    width: 730px;
    float: left;
    margin-left: 20px;
}

/******** 2 Columns Right *********/
#two-column-right-wrapper {
    margin-top: 15px;
}
#two-column-right-wrapper .col-middle h1 {
    font-size: 22px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 25px 0; 
}
#two-column-right-wrapper .col-right h2 {
    font-size: 18px;
    color: #666;
    margin: 10px 0 25px 0; 
}
#two-column-right-wrapper .col-middle {
    float: left; 
    width: 600px;
    margin-left: 15px;
}
#two-column-right-wrapper .col-right {
    float: right;
    width: 300px;
}


/************* Content *****************/
#mainPhoto {
    margin: -1px 0 10px 0;
}
#main-photo {
    margin: 10px 0 10px 0;
}
.right-column {
    float: right;
}
#welcomeBox {
    background-color: #151525;
    border-radius: 10px;
    width: 610px;
    height: 180px;
    float:left;
    color: #fff;
    padding: 10px;
}
#welcomeBox h1 {
    font-size: 28px;
    color: #f67e06; /*#99FF00;*/
    line-height: 1.1em;
    margin-bottom: 8px;
}
#welcomeBox h2 {
    font-size: 14px;
    font-weight: normal;
    color: Lime;
}
#welcomeBox h3 {
    font-size: 12px;
    font-weight: normal;
}
#welcomeBox p {
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0 4px 0;
}
#welcomeBox a 
{
    color: Orange;
    text-decoration: none;
}
#welcomeBox a:hover {
    text-decoration: none;
    color: Yellow;
}
#welcomeBox div#countdownTimer
{
    width: 140px;
    height: 120px;
    background-color: Red;
    float: left;
    margin-right: 10px;
}
#welcome-box {
    background: url(/images/bg_welcome_box.jpg) 0 0 no-repeat;
    width: 320px;
    height: 245px;
    /*float: right;*/
    color: #fff;
    padding-top: 9px;
}
#welcome-box h1 {
    font-size: 17px;
    font-weight: normal;
    color: #99FF00;
    margin: 0px 0 5px 13px;
}
#welcome-box p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 12px 0 13px;
}
#welcome-box a {
    color: #FFE721;
    text-decoration: underline;
}
#welcome-box a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
#newsBox {
    float: right;
    width: 320px;
    height: 450px;
    color: #fff;
    background: url(/images/bg_newsBox.jpg) 0 0 no-repeat;
    margin: 0 0 10px 0;
}
#newsBox h1 {
    margin: 20px 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
}
#newsBox a {
    color: #FFE721;
    text-decoration: underline;
}
#newsBox a img {
    text-decoration: none;
    border: none;
}
#newsBox a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
#newsBox .newsItem {
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 20px 0 0 20px;
    padding-bottom: 20px;
    font-size: 11px;
}
#newsBox p#archiveLink {
    text-align: right;
    background: url(/images/icon_arrow.jpg) right no-repeat;
    padding-right: 20px;
    margin: 15px 20px 0 0;
}
#news-box {
    /*float: right;*/
    width: 320px;
    height: 532px;
    color: #fff;
    background: url(/images/bg_news_box.jpg) 0 0 no-repeat;
    margin: 10px 0 10px 0;
}
#news-box.news-items {
    padding: 0px;
}
#news-box h1 {
    margin: 20px 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
}
#news-box a {
    color: #FFE721;
    text-decoration: underline;
}
#news-box a img {
    text-decoration: none;
    border: none;
}
#news-box a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
#news-box .newsItem {
    border-bottom: 1px solid #ccc;
    width: 280px;
    margin: 20px 0 0 20px;
    padding-bottom: 20px;
    font-size: 11px;
}
#news-box p#archiveLink {
    text-align: right;
    background: url(/images/icon_arrow.jpg) right no-repeat;
    padding-right: 20px;
    margin: 15px 20px 0 0;
}
#homeFeatured, #homeOther {
    background: url(/images/bg_homeBox.jpg) 0 0 no-repeat;
    width: 310px;
    min-height: 300px;
    float: left;
    margin: 10px 0 10px 0;
    color: #414141;
}
#homeFeatured p, #homeFeatured ul {
    margin: 0 0 20px 20px;
}
#homeFeatured ul {
    list-style-type: disc;
    list-style-position: inside;
}
#homeFeatured a {
    text-decoration: none;
    color: #414141;
}
.featuredImage {
    float: right;
    margin-top: 25px;
}
.featuredImage img {
    width: 110px;
    margin-left: 5px;
    margin-right: 5px;
    border: #999 1px solid;
}
#homeFeatured h2, #homeOther h2 {
    color: #104C5D;
    margin: 20px 0 20px 20px;
    font-size: 18px;
}
#homeOther {
    margin : 10px 0 0 10px;
}
#homeOther h2 {
    margin: 20px 0 10px 20px}
#homeOther ul {
    margin: 0 0 10px 20px;
}
#homeOther ul li {
    height: 25px;
}
#homeOther ul li a {
    color: #414141;
    text-decoration: none;
    display: block;
    width: 250px;
    height: 25px;
    background: none;
    padding: 2px 0 0 10px;
}
#homeOther ul li a:hover {
    background: url(/images/bg_homeNav.jpg) 0 0 no-repeat;
    color: #FFE721;
}
#homeOther p {
    margin-left: 20px;
}
#homeOther p a {
    color: #1A9DB0;
}
.right {
    float: right;
    margin-left: 10px;
}
.left {
    float: left;
    margin-right: 10px;
}
.subColRight {
    background: #eee;
    padding: 10px 20px;
}
.subColRight ul {
    margin-bottom: 15px;
}
.subColRight ul li {
    margin-bottom: 10px;
}
.subColLeft {
    width: 500px;
}
#breadcrumbs {
    background-color: #eee;
    margin: 0 0 0 -4px;
    padding: 0 0 0 1px;
    font-size: 10px;
    color: #666666;}
#breadcrumbs a {
    margin: 0 3px 0 3px;
    text-decoration: none;}
#breadcrumbs a:hover {
    text-decoration: underline;}
#breadcrumbs .active {
    font-weight: bold;
    color: #000000;
    margin: 0 0 0 4px;}

/************************* News ***************************/
#three-column-wrapper .col-middle h1 {
    font-size: 22px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 25px 0; 
}
#three-column-wrapper .col-middle div.print {
    position: absolute;
    width: 60px;
    margin: 10px 0 0 455px;
}
#three-column-wrapper .col-middle div.print a {
    display: block;
    width: 55px;
    height: 18px;
    background: url(/images/icon_print.jpg) 0 0 no-repeat;
}
#three-column-wrapper .col-middle div.print a:hover {
    background: url(/images/icon_print.jpg) 0 -18px no-repeat;
}
#three-column-wrapper .col-middle div.print a span {
    display: none;
}
#three-column-wrapper .col-middle p.newsListItem {
    margin-bottom: 28px;
    color: #000;
    font-size: 11px;
}
#three-column-wrapper .col-middle p.newsListItem a {
    font-size: 14px;
    color: #003366;
}
#three-column-wrapper .col-middle p.newsListItem a.readMoreLink {
    font-size: 11px;
}
#three-column-wrapper .col-middle p.newsListItem span.newsDate {
    color: #666;
    font-size: 14px;
    padding-left: 5px;
}
#three-column-wrapper .col-middle #newsItemContent p {
    margin-bottom: 12px;
}
#three-column-wrapper .col-middle #newsItemContent ul {
    margin-left: 32px;
    list-style: outside;
    margin-bottom: 12px;
}
#three-column-wrapper .col-middle #newsItemContent ul li {
    list-style-type: disc;
}
#three-column-wrapper .col-middle #newsItemContent h1 {
    margin-bottom: 20px;
}
#three-column-wrapper .col-middle #newsItemContent h2 {
    color: #003366;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}
#three-column-wrapper .col-middle #newsItemContent h3 {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 25px;
}
#three-column-wrapper .col-middle #newsItemRight {
    width: 160px;
    background: #ebebeb;
    float: right;
    padding: 8px 0 8px 8px;
    clear: right;
    font-size: 11px;
    color: #666; 
    margin: 0 0 15px 15px;
}
#three-column-wrapper .col-middle p#newsItemDate {
    float: right;
    width: 190px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    margin: -15px 0 0 0;
    color: #666;
}
#three-column-wrapper .col-middle .newsImages {
    float: right;
    width: 160px;
    clear: right;
    text-align: center;
    margin: 0 0 0 15px;
}
#three-column-wrapper .col-middle .newsImages img {
    margin-bottom: 15px;
}
.newsMini p {
    margin-bottom: 10px;
}
.newsMini p span.date {
    font-size: 11px;
    color: #999;
}

/**************** PRODUCTS SECTION *********************************/

.categoryListContainer {
    }
.productCategory {
    clear: left;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;}
.productCategory h2 {
    padding: 5px;
    margin: 10px 0 0 0;
    border-bottom: 3px solid #658A94;
    font-size: 16px;
    color: #003366;
    font-weight: bold;
}
.productCategory h2 a {
    text-decoration: none;}

.productCategory .categoryList {
    border-right: 1px dashed #999;
    width: 150px;
    float: left;
}

.productCategory .categoryList li a{
    text-decoration: none;
    padding: 2px 2px 2px 5px;
    display: block;
    width: 140px;
    }
.productCategory .categoryList li a:hover {
    background-color: #ccc;}
.productCategory .categoryDescription {
    padding: 5px 10px 5px 10px;
    margin-left: 150px;
}
#content .productCategory .categoryDescription ul.actionPhotos li {
    float: left;
    padding-right: 10px;
    width: 160px;
    list-style: none;
}
.productCategory .categoryDescription ul.actionPhotos li img {
    border: #ccc 1px solid;
}
#three-column-wrapper .col-middle .productName {
    margin: 10px 0 15px;}
.subtitle {
    font-size: 17px;
    font-style: italic;
}
.partNumber {
    font-size: 11px;
}
.productEssentials {
    margin: 0 0 15px 0;
}
.productDetails h2 {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-top: 1px solid #ccc;
    }
.productDetails .detailItem {
    margin: 0 0 30px 0;
}
a.highslide img.mainImage {
    border-style: none;
    border-width: 0px;
}

#three-column-wrapper .col-middle ul {
    margin-left: 32px;
    list-style: outside;
    margin-bottom: 12px;
}
#three-column-wrapper .col-middle ul li {
    list-style-type: disc;
}

#two-column-left-wrapper .col-middle ul {
    margin-left: 32px;
    list-style: outside;
    margin-bottom: 12px;
}
#two-column-left-wrapper .col-middle ul li {
    list-style-type: disc;
}
#two-column-left-wrapper .col-middle .TabbedPanels ul.TabbedPanelsTabGroup {
    margin-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
#two-column-left-wrapper .col-middle .TabbedPanels ul.TabbedPanelsTabGroup li {
    list-style-type: none;
}


#three-column-wrapper .col-middle .categoryListContainer ul {
    margin: 0;
    list-style: none;
}
#three-column-wrapper .col-middle .categoryListContainer ul li {
    list-style-type: none;
}
#three-column-wrapper .col-middle ul.productList {
    list-style: none;
    margin: 0
}
#three-column-wrapper .col-middle ul.productList li {
    list-style-type: none;
    margin-bottom: 10px;
}
#two-column-left-wrapper .col-middle ul.productList {
    list-style: none;
    margin: 0
}
#two-column-left-wrapper .col-middle ul.productList li {
    list-style-type: none;
    margin-bottom: 10px;
}
#three-column-wrapper .col-middle ul.categoryList {
    list-style: none;
}
#three-column-wrapper .col-middle ul.categoryList li {
    list-style-type: none;
}
#two-column-left-wrapper .col-middle ul.categoryList {
    list-style: none;
    margin: 0;
}
#two-column-left-wrapper .col-middle ul.categoryList li {
    list-style-type: none;
}
#productMedia {
    float: right;
    padding: 0 0px 0px 10px;
    margin: 0 0px 0px 10px;
    width: 205px;
    background: #fff;
}
#productMedia #productImageThumbs ul {
    margin: 10px 0 10px 0;
    list-style-type: none;
}
#productMedia #productImageThumbs li {
    list-style-type: none;
    float: left;
    margin: 0 10px 10px 0;
    width: 55px;
}
#productMedia #productImageThumbs li img {
    padding: 1px;
    border: 1px solid #ccc;
}
.col-middle h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.relatedFile {
    font-size: 13px;}
.fileTypeIcon {
    margin: 0px 0 -3px 0;}

/**************** END PRODUCTS SECTION ****************************/

/**************** FAQ (Tech Support) SECTION *********************************/
#two-column-left-wrapper .col-middle .faqList {
    margin: 0;
    list-style: none;
}
#two-column-left-wrapper .col-middle .faqList li {
    margin: 0 0 35px 0;
    list-style-type: none;
}
.faqList .problem {
    font-size: 16px;
    margin: 0 0 10px 0;
    }
.faqList .problem span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    display: block;
    }
.faqList .possibleCauses {
    margin: 0 0 10px 20px;
    }
.faqList .possibleCauses span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    display: block;
    }
.faqList .solution {
    margin: 0 0 10px 20px;
    }
.faqList .solution span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    display: block;
    }

/**************** END FAQ (Tech Support) SECTION *********************************/
#eventsWrapper {
    margin-top: -15px;}
#eventsWrapper h2 {
    font-size: 16px;
    color: #666666;
    margin: 40px 0 10px 0;
    }
.eventsListItem {
    color: #666666;
    margin: 0 0 20px 0;
    font-size: 11px;}
.eventsListItem span.eventTitle {
    color: #000;
}
.eventsListItem a, .eventsListItem span.eventTitle {
    font-size: 13px;
    margin: 0 5px 0 0;
    font-weight: bold;
    }
.eventsListItem .eventsDate {
    color: #333;
    font-size: 13px;
    }

.categoryList .productImagePopup {
    display: none;
    position: absolute;
    margin: -1px 0 0 147px;
}

/**********CATEGORY HEADERS */

#categoryContainer {
    min-height: 250px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left top;
    }
#categoryContainer #breadcrumbs {
    background: transparent;
}
#two-column-left-wrapper .col-middle #categoryContainer h1  {
    width: 550px;
    margin: 10px 0 10px;
}
#categoryContainer p {
    width: 550px;
}
#categoryContainer .shortDescription {
    font-size: 16px;
    font-style: italic;
    width: 550px;
    margin: 5px 0 15px 0;}
.col-middle .accessories {
    background-image: url(/images/categoryHeaders/accessories.jpg);
    padding-top: 154px;
}
.col-middle .adhesive-putty-systems {
    background-image: url(/images/categoryHeaders/adhesive-putty-systems.jpg);
    padding-top: 154px;
}
.col-middle .filament-winding {
    background-image: url(/images/categoryHeaders/advanced-frp.jpg);
    padding-top: 154px;
}
.col-middle .cast-polymer {
    background-image: url(/images/categoryHeaders/cast-polymer.jpg);
    padding-top: 154px;
}
.col-middle .chopper-systems {
    background-image: url(/images/categoryHeaders/chopper-systems.jpg);
    padding-top: 154px;
}
.col-middle .epoxy-dual-component-systems {
    background-image: url(/images/categoryHeaders/epoxy-dual-component-systems.jpg);
    padding-top: 154px;
}
.col-middle .filament-winders {
    background-image: url(/images/categoryHeaders/filament-winders.jpg);
    padding-top: 154px;
}
.col-middle .gelcoaters {
    background-image: url(/images/categoryHeaders/gelcoaters.jpg);
    padding-top: 154px;
}
.col-middle .guns {
    background-image: url(/images/categoryHeaders/guns.jpg);
    padding-top: 154px;
}
.col-middle .high-volume {
    background-image: url(/images/categoryHeaders/high-volume.jpg);
    padding-top: 154px;
}
.col-middle .lrtm {
    background-image: url(/images/categoryHeaders/lrtm.jpg);
    padding-top: 154px;
}
.col-middle .specialty-systems {
    background-image: url(/images/categoryHeaders/specialty-systems.jpg);
    padding-top: 154px;
}


#categoryContainer .categoryList, #categoryContainer .productList {
    clear: both;
    font-size: 11px;
    font-weight: bold;
}
#categoryContainer .categoryList li, #categoryContainer .productList li {
    float: left;
    display: block;
    min-width: 130px;
    border: 1px solid #ccc;
    background-color: #eee;
    margin: 0 10px 10px 0;
}
#categoryContainer .categoryList li a, #categoryContainer .productList li a {
    display: block;
    min-width: 150px;
    padding: 10px 10px 3px 5px;
}
#categoryContainer .categoryList li:hover, #categoryContainer .productList li:hover {
    border: 1px solid #0066CC;
}
#categoryContainer .productList {
    clear: both;
}
#categoryContainer .productList img {
    display: none;}
#categoryContainer .productDescription {
    margin: -10px 0 0 0;
}
#categoryContainer p.categoryDescription {
    clear: left;
}


/******************* Overrides for Spry Tabs ****************************/
#three-column-wrapper .col-middle ul.TabbedPanelsTabGroup {
    margin: 0;
    list-style: none;
}
#three-column-wrapper .col-middle li.TabbedPanelsTab {
    list-style-type: none;
}



/***************** Contact Page *********************/
#contactForm td {
    padding: 4px;
}
#two-column-right-wrapper .col-middle h1, #one-column-wrapper .col-middle h1  {
    font-size: 22px;
    color: #666;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0 25px 0; 
}
#two-column-right-wrapper .col-middle h2, #one-column-wrapper .col-middle h2 {
    font-size: 20px;
    color: #666;
    margin: 25px 0 0 0;
}
#spryMerge {
    display: none;
    visibility: hidden;
}

/***************** Search *************************/
#searchContainer ol {
    list-style: outside;
    margin-left: 10px;
}
#searchContainer ol li {
    list-style-type: decimal;
    margin: 1.5em 0;
    padding: 0 10px;
}
/*#searchContainer ol li.recommended {
    padding: 10px 10px;
    margin: 0;
    background: #eee;
}*/
#searchContainer ol li a {
    color: #0000CC;
    font-size: 16px;
}
#searchContainer ol li span.resultTitlePrepend {
    color: #666;
    font-size: 16px;
}
#searchContainer ol li span {
    color: green;
}
#searchContainer #relevantResults {
    float: right;
    color: #000;
}
#searchContainer #searchPageSearch {
    margin: 0 0 15px 0;
}
#searchContainer #searchPageSearch input {
    vertical-align: middle;
    font-size: 18px;
}
#searchContainer #searchPageSearch input#searchButton {
    font-size: 14px;
    padding: 1px;
}

/***************** RTM Training Page *********************/
.rtmTrainingLink {
    margin-bottom: 4px;
    display: block;
}
#rtmTrainingSignupForm td {
    padding: 4px;
}
#rtmTrainingSignupForm {
    margin-bottom: 10px;
}


/******************** CMS Gallery ******************/
.cmsImages {
    float: right;
    width: 200px;
    margin: 65px 0 15px 15px;
    text-align: center;
}
.cmsRelatedContent {
    float: right;
    clear: right;
    width: 200px;
    margin: 0 0 15px 15px;
}
#cmsImageThumbs {
    margin-top: 5px;
}
#cmsImageThumbs .highslide-gallery ul {
    margin: 0;
    padding: 0;
}
#cmsImageThumbs .highslide-gallery ul li {
    list-style: none;
    float: left;
    margin: 0 11px 0 0;
}
#cmsImageThumbs .highslide-gallery ul li img {
    height: 50px;
}
.cmsImages .highslide-caption {
    display: none;
    visibility: hidden;
}
    
/************************* Project Gallery ******************/
.galleryProjects {
    margin: 10px 0 0 0;
}
#one-column-wrapper .col-middle div.galleryProjects ul {
    margin: 0;
}
#one-column-wrapper .col-middle div.galleryProjects ul li {
    margin: 0 0 15px 0;
    list-style: none;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
}
.projectMainImage {
    width: 160px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.projectMainImage a {
    cursor: pointer;
}
.projectMainImage img {
    border: 2px solid #999;
    width: 150px;
}
.projectMainImage .imageOverlay {
    background: #fff;
    padding: 0 3px;
    color: #003382;
    width: 45px;
    position: absolute;
    top: 71px;
    right: 3px;
    z-index: 999;
    font-size: 12px;
}
.projectMainImage .imageOverlay a {
    text-decoration: none;
    color: #003382;
}
.projectInfo {
    float: left;
    width: 650px;
    font-size: 12px;
    line-height: 18px;
}
#one-column-wrapper .col-middle .projectInfo h2 {
    margin-bottom: 5px;
}
.projectInfo h2 a {
    text-decoration: none;
    color: #003382;
}
.projectDescription {
    margin: 0 15px 20px 0px;
    border-bottom: 1px solid #ccc;
}
#one-column-wrapper .col-middle ul.galleryDisplay li {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 22px 22px 0;
    list-style: none;
}

/******* Overrides *********/
.col-right .cmsRelatedContent {
    margin: 0;
    width: auto;
    float: none;
}
#three-column-wrapper .col-middle .cmsRelatedContent {
    margin: 0 0 15px 0;
    width: auto;
    float: none;
}
/******* Tech-Support *********/
.globe {
    padding-left: 61px;
    background-image: url(/images/icon_globe.jpg);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 56px;
}

/**************** Clientcide Form Validation ******************************/
.validation-failed {
    border: #FF0000 1px dashed;
}
/*.validation-passed {
  border: 1px solid  #8DFE9B;
}*/
.validation-advice {
    color: #FF0000;
    font-weight: bold;
}

/**************** TinyMCE classes ******************************/
.ten-px-padding-horizontal {
    padding: 0px 10px 0px 10px;
}
.ten-px-margin-top {
    margin-top: 10px;
}
