/* 
    Document   : main.css
    Created on : 15-Dec-2009, 16:07:07
    Author     : Damian Dawber at Marketecture
    Description:
        The main stylesheet for BOC's Gas 2010 Website
*/

body {
    background: #fff url('../images/sky3.jpg') top no-repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
}

/*some generic styles*/

a {
    text-decoration: none;
    color: #007baa;
}

a:hover {
    color: #eb0d15;
}

img {
    border: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

.blue-text {
    color: #007baa;
}

.red-text {
    color: #eb0d15;
}

.black-text {
    color: #000 !important;
}

p.disclaimer-type-text  {
    font-size: 11px;
    color: #777;
}

.align-right {
    text-align: right;
}

img#refresh-image {
    vertical-align: middle;
    padding-right: 5px;
}

a#refresh-product-selector {
    cursor: pointer;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    color: #007baa;
}

h4 {
    font-size: 13px;
}


/*style page containing DIVs*/

#page-wrap {
    background: #fff url('../images/top_curve.jpg') no-repeat;
    width: 960px;
    margin: auto;
}

#page-content-wrap {
    width: 933px;
    margin: auto;
}

/*style the banner*/

#banner {
    width: 100%;
    margin: 15px 0 12px 0;
    overflow: hidden;
    height: 110px;
}

    #banner div#BOC-logo, #banner div#HRP-logo {
        text-indent: -3000px;
        height: 67px;
    }

    #logos-wrap {
        overflow: hidden;
        height: 67px;
		margin-top :15px;
}

    #banner div#BOC-logo {
        float: left;
        width: 197px;
        background: #fff url('../images/boc_logo.jpg') no-repeat;
    }

        #banner a#BOC-logo-link {
            width: 197px;
            height: 67px;
            display: block;
        }

    #banner div#HRP-logo {
        float: right;
        width: 140px;
        background: #fff url('../images/hrp_logo.jpg') no-repeat;
    }

        #banner a#HRP-logo-link {
            width: 140px;
            height: 67px;
            display: block;
        }

    #external-links-wrap {
        overflow: hidden;
        padding: 0 13px;
        margin: 0 !important;
        width: 907px;
}

    #banner #BOC-external-link {
        float: left;
        font-size: 12px;
    }

    #banner #HRP-external-link {
        float: right;
        font-size: 12px;
    }

#main-nav {
    width: 933px;
    height: 41px;
    background: #fff url('../images/hor_nav_strip2.jpg') no-repeat;
    font-weight: bold;
    overflow: hidden;
}

    #main-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;        
    }

        #main-nav ul li {
            display: inline;
            text-align: center;
            line-height: 44px;
            float: left;
            margin: 0;
            padding: 0;
        }
        
        /*style the individual links by setting (varying) widths relevant for each*/

        #main-nav ul li.first-child {
            width: 123px;
        }

        #main-nav ul li.second-child {
            width: 152px;
        }

        #main-nav ul li.third-child {
            width: 173px;
        }

        #main-nav ul li.fourth-child {
            width: 206px;
        }

        #main-nav ul li.fifth-child {
            width: 158px;
        }

        #main-nav ul li.sixth-child {
            width: 121px;
        }

            #main-nav ul li a {
                color: #3b3b3b;
            }

            #main-nav ul li a:hover, #main-nav ul li a.current {
                color: #eb0d15;
            }

/*style the flash banner for the home page*/

#flash-banner-home {
    overflow: hidden;
}

    #flash-banner-home img {
        float: left;
    }

/*style the content wrap (which wraps 3-column floats)*/

#content-wrap {
    overflow: hidden;
    margin-top: 13px;
}

* html #content-wrap {
    padding-top: 13px;
}

    /*style the left sidebar*/

    #left-sidebar {
        float: left;
        width: 164px;
        margin-right: 7px;
    }

        #left-sidebar ul {
            list-style: none;
        }

            #left-sidebar ul li {
                margin-bottom: 16px;
            }

        #left-sidebar ul.vertical-navigation {
            margin-bottom: 16px;
        }

            #left-sidebar ul.vertical-navigation li {
                margin: 0;
                border-bottom: 1px solid #e2e2e2;
                line-height: 20px;
            }

                #left-sidebar ul.vertical-navigation li a {
                    display: block;
                    padding: 0 6px;
                    font-weight: bold;
                }

                #left-sidebar #nav-wrap {
                    position: relative;
                    z-index: 100;
                }

    /*style the main pane*/

    #main {
        float: left;
        margin-left: 9px;
        padding-right: 16px;
        padding-bottom: 20px;
        width: 461px;
        border-right: 1px solid #e2e2e2;
    }

        #main ul {
            margin-left: 25px;
            list-style-image: url('../images/red_arrow_bullet.jpg');
        }

            #main ul li {
                line-height: 1.7em;
            }

                #main ul li ul {
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                    #main ul li ul li {
                        margin-top: 5px;
                    }


        #main p {
            line-height: 1.4em;
        }

            #main p.heading-description {
                color: #007baa;
                font-size: 16px;
            }

            /*used with particular affinity to h3 headings*/

            #main p.small-heading-description {
                color: #007baa;
                font-size: 14px;
            }

                #main p.small-heading-description a {
                    color: #007baa;
                }

                #main p.small-heading-description a:hover {
                    color: #007baa;
                }

                #main h4 a {
                    color: #3b3b3b;
                }

            #main p.intro-paragraph {
                font-size: 14px;
            }

        #main h1 {
            margin-top: 0;
            color: #eb0d15;
            font-weight: normal;
            padding-bottom: 7px;
            border-bottom: 2px solid #f4797d;
        }

        #main h4 {
            font-weight: bold;
            margin-bottom: 0;
        }

        #main h3 {
            margin-bottom: 1em;
        }

            #main h3 a {
                color: #007baa;
            }

        #main img.float-right {
            float: right;
            padding: 15px;
        }

        #main table {
            color: #0068A5;
            width: 100%;
            table-layout: fixed;
            clear: both;
        }

            #main table td {
                background: #fff; /*background: #d5e8fc;*/
                font-size: 11px;
                border: 1px solid #ddd;
            }

            #main table td.pdf {
                width: 18%;
            }

                #main table td a {
                    color: #0068A5;
                    text-decoration: underline;
                }

                #main table td a:hover {
                    color: #eb0d15;
                }

        #main img.pdf-image {
            vertical-align: middle;
            padding-right: 7px;
        }

    /*style the right sidebar*/

    #right-sidebar {
        float: left;
        padding-left: 14px;
        padding-bottom: 15px;
        width: 259px;
    }

        #right-sidebar h2 {
            margin-top: 0;
            color: #eb0d15;
            font-weight: normal;
            padding-bottom: 11px;
            border-bottom: 2px solid #f4797d;
        }

        #right-sidebar h4 {
            margin-bottom: 0;
            color: #eb0d15;
            padding-bottom: 9px;
            border-bottom: 2px solid #f4797d;
        }

        #right-sidebar ul {
            margin-left: 25px;
        }

        #right-sidebar select {
            width: 100%;
            padding: 2px;
        }

        #right-sidebar p.question-header {
            font-weight: bold;
        }

        #right-sidebar ul.recommended-gases-links-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #right-sidebar ul.recommended-gases-links-list li a {
                font-weight: bold;
            }

        #right-sidebar div.barry-cartoon-overview {
            height: 85px;
            padding-left: 75px;
            margin: 0;
            background: url('../images/barry_cartoon.jpg') no-repeat;
        }

        #right-sidebar div.barry-cartoon-overview p {
            color: #007baa;
            font-size: 16px;
            position: relative;
            top: 13px;
            padding: 0;
        }

        #right-sidebar div.textarea-wrap {
            background: transparent url('../images/textarea.jpg') no-repeat;
            width: 259px;
            height: 130px;
            margin-bottom: 1em;
        }

        #right-sidebar textarea {
            width: 243px;
            border: 0;
            padding: 10px 8px;
            height: 110px;
            color: #333;
            background: transparent;
            font-family: arial, helvetica, sans-serif;
            font-size: 12px;
        }

        #right-sidebar input.textbox {
            background: transparent url('../images/text_box.jpg') no-repeat top right;
            width: 249px;
            height: 25px;
            border: 0;
            font-family: arial, helvetica, sans-serif;
            font-size: 12px;
            padding: 5px 5px 0 5px;
        }

        #right-sidebar input.submit-btn {
            background: transparent url('../images/submit_btn.jpg');
            width: 110px;
            height: 25px;
            border: none;
            line-height: 150px; /* Set it higher than your image height */
overflow: hidden; /* Hide the text */
font-size: 0; /* FF2 doesn’t like the above */
            text-transform: capitalize;
            cursor: pointer;
        }

/*style the footer*/


#nav-wrap {
    position: relative;
    z-index: 10;
}

#footer {
    overflow: hidden;
    color: #777;
    border-top: 1px solid #e2e2e2;
    padding: 19px 13px 13px;
    font-size: 11px;
    position: absolute;
    background: #fff;
    z-index: 100;
    width: 933px;
}

    #footer a {
        color: #777;
    }

    /*style terms and copyright*/

    #footer #terms-and-copyright {
        float: left;
    }

        #footer #terms-and-copyright ul {
            list-style: none;
        }

            #footer #terms-and-copyright ul li {
                line-height: 1.5em;
            }

                #footer #terms-and-copyright ul li a {
                    text-decoration: underline;
                }

    /*style  acr news link container*/

    #footer #acr-news {
        float: left;
        margin-left: 190px;
    }

        #footer #acr-news p {
            margin-top: 0;
        }

            #footer #acr-news p a {
                text-decoration: none;
            }

    /*style the awards and affiliates images*/

    #footer #affiliates-images {
        float: right;
    }

        #footer #affiliates-images ul {
            list-style: none;

        }

        #footer #affiliates-images ul li {
            display: inline;
        }

        #footer #affiliates-images ul li img {
            vertical-align: top;
        }


        a.underlined {
            text-decoration: underline;
}

/* the flash*/


#flash-wrap {
    height: 194px;
    overflow: hidden;
}

ul.lower-alpha {
    list-style-type: lower-alpha !important;
    list-style-image: none !important;
}

/*validation styling*/

label.error {
    color: #bf1e2e;
    margin-left: 0px;
    padding-left: 23px;
    min-height: 16px;
    background: transparent url('../images/invalid.png') 3px 3px no-repeat;
    margin-top: 8px;
    border: 1px solid #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}

label.valid {
    color: green !important;
    background: transparent url('../images/valid.png') 3px 3px no-repeat;
    margin-left: 0px;
    padding-left: 23px;
    min-height: 16px;
    margin-top: 8px;
    border: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}