
body {
    background: repeat center center url('img/page-bg.png');
}

input, select {
    border: 1px solid rgb(225,225,225);
    border-radius: 5px;
    font-size: 14px;
}

/*=== common classes ===*/
    h2.blue-subtitle {
        font-weight: bold;
        color: rgb(78,208,236);        
        padding: 0px;
        margin: 10px 0px;
        font-size: 16px;
    }
    
    

/*=== HEADER ===*/

div.page-header {
    padding: 10px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid white;
    background: no-repeat right center url('img/header-bg.png');
}

    div.page-logo {
        background: no-repeat left top url('img/logo_usa_2.png');
        height: 100px;
        /*width: 300px;*/
    }

    div.page-header-widgets {
        padding: 10px 0px;
    }
	div.login-links {
		display: inline-block;
        margin-bottom: 5px;
	}
		div.login-links a {
			font-size: 14px;
		}
	div.lang-selection {
		display: inline-block;
        /*margin-left: 10px;*/
        margin-bottom: 5px;
	}
	div.search-widget {
		display: inline-block;
        /*margin-top: 10px;*/
	}
    div.search-widget input[type=text] {
        width: 120px;
    }
    
    
/*=== NAVIGATION bar ===*/

.navbar-default {
  background-color:teal;
  background-image: none;
  background-repeat: no-repeat;
 }
 
 
/*=== Page Content ===*/

.page-content {
    background: repeat left center url('img/page-bg-lines.png');
    margin-bottom: 50px;
}

/*
.page-content .carousel-inner .item img,
.page-content .carousel-inner .item a img {
    margin: auto;
}
*/

.carousel-rightside {
    height: 100%;
    width: 50%;
    float: right;
    border:1px solid red;
}

.page-title {
    position: relative;
    min-height: 150px;
    /*background: left top url('img/header_products_1140.png') no-repeat;*/
    margin-bottom: 15px;
}
        .page-title h1 {
                display:none;
            position: absolute;
            bottom: -5px;
            right: 0;
            
            font-size: 22px;
            padding: 5px 20px;
            margin: 0px 10px;
            background: url('img/page-bg.png');
            border-radius: 5px;
            text-align: right;
        }
        .menu-id-41 {
            background: left top url('images/page_headers/industries.png') no-repeat;
        }
        .menu-id-42 {
            background: left top url('images/page_headers/products.png') no-repeat;
        }
        .menu-id-39 {
            background: left top url('images/page_headers/news_and_events.png') no-repeat;
        }
        .menu-id-32 {
            background: left top url('images/page_headers/about_us.png') no-repeat;
        }
        .menu-id-56 {
            background: left top url('images/page_headers/contact_us.png') no-repeat;
        }

 

/*=== Footer ===*/

.footer {
    background-color: rgb(232,232,232);
    /*height: 115px;*/
}

.footer-section {
    border-left: 0px solid red;
    padding: 10px 0px;
    /*height: 115px;*/
}

        .footer-section table {
            height: 115px;
            width: 100%;
        }
        
        .footer-section table tr td {
            vertical-align: middle;
            text-shadow: 1px 1px 1px white;
        }
        
        
        
        
/*================== HOME =================*/
        
        .carousel-inner h3 {
            margin-top: 0px;
        }
        
        .carousel-inner .item p {
            text-indent: 20px;
            padding: 0px;
            margin: 0px;
            text-align: justify;
            line-height: 140%;
        }
        
        
/*================== PRODUCTS =================*/

    .product-group-banner {
        border: 1px solid lightgray;
        background-color: white;
        margin-bottom: 10px;
        height: 140px;
        overflow: hidden;
    }
            .product-group-banner .bg-primary {
                padding: 2px 5px;
                overflow-x: hidden;
                white-space: nowrap;
            }
            .product-group-banner .bg-primary a {
                color: inherit;
                text-decoration: inherit;
            }
            .product-group-banner img {
                height: 95px;
                margin: 10px;
            }
            .product-group-banner div.extra_text {
                padding: 6px 10px 6px 10px;
            }
            .product-group-banner div.extra_text * {
                padding: 0px;
                margin-top: 0px;
                margin-bottom: 0px;
            }
            .product-group-banner div.extra_text li {
                margin-left: 90px;
            }

    .product-banner {
        border: 1px solid lightgray;
        background-color: white;
        margin-bottom: 10px;
        height: 170px;
        overflow: hidden;
    }
            .product-banner .bg-primary {
                padding: 2px 5px;
                overflow-x: hidden;
                white-space: nowrap;
            }
            .product-banner .bg-primary a {
                color: inherit;
                text-decoration: inherit;
            }
            .product-banner img {
                height: 115px;
                margin: 5px;
            }
            /*
            .col-product {
                margin: 0px;
                padding: 0px;
            }
            */
            
            
/*================== ORDER FORM =================*/

    #frmOrder td, #frmOrder th {
        padding:5px;
    } 
    #frmOrder .radio, #frmOrder .checkbox {
        display: inline;
    }
    
    /*
    input[type="radio"], input[type="checkbox"]
    */