/* 
    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/bg_body_pipes.jpg') top no-repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #3b3b3b;
	margin: 10px 0 20px 0;
}
/* .no-borderradius{
	background:#000;
	background-image:none;
}*/

/*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;
}
#startagain{
	background: #eeeeee;
	border-left: 2px solid #afafaf;
	border-right: 2px solid #afafaf;
	height: 50px;
	margin: -10px 0 0 -15px;
	padding: 10px;
	
}
#startagain a#refresh-product-selector {
    cursor: pointer;
	background:url(../images/butt_start_again.jpg);
	width: 123px;
	height: 35px;
	text-indent: -3000px;
	float: right;
}
#products{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background:#eee;
	border: 2px solid #afafaf;
	border-top: none;
	width: 251px;
	padding: 0 10px 10px 10px;
	behavior: url(/PIE.htc);
	position: relative;
}
#right-sidebar #products h4{
	margin: 0 0 10px 0;
	color: #ee1c25;
	font-size: 18px;
}
#products a{
	color: #000;
	font-weight: bold;
}
h1 {
    font-size: 22px;
}

h2 {
font-size: 15px;
	color: #007BAA;
}
h2 a:hover{
	color: #007BAA;
}

h3, .h3 {
    font-weight: bold;
    font-size: 13px;
    color: #007baa;
}

h4 {
    font-size: 13px;
}


/*style page containing DIVs*/

#page-wrap {
	
    /*background: #fff url('../images/top_curve.jpg') no-repeat;*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#FFF;
    width: 960px;
    margin: 0px auto;
	-moz-box-shadow: 0 0 3px 3px #BBBBBB;
	-webkit-box-shadow: 0 0 3px 3px #BBBBBB;
	box-shadow: 0 0 3px 3px #BBBBBB;
	behavior: url(/PIE.htc);
	position: relative;
}
#page-content-wrap{
	width: 2000px;
	display: block;
	background:#C9C;
}

.no-borderradius #page-content-wrap {
	width: 932px;
	position:relative;
	overflow:hidden;
}
page-content-wrap{
	overflow:hidden;
	border: 1px solid #ccc;
}

/*style the banner*/

#banner {
    width: 100%;
	margin:0;
    overflow: hidden;
    height: 106px;
	padding: 0 0 10px 0;
}

    #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;
		margin: 5px 0 10px 0;
    }

    #banner #HRP-external-link {
        float: right;
        font-size: 12px;
		margin: 5px 0 10px 0;
    }

#main-nav {
    width: 933px;
    height: 41px;
    background: #fff url('../images/hor_nav_strip3.jpg') no-repeat;
    font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 12px;
    overflow: hidden;
	-moz-border-radius:  5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius:  5px 5px 0 0;
	margin: 0 0 0 14px;
}
.borderradius #main-nav{
	border-bottom: 1px solid #f0f0f0;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.27, rgb(223,223,223)),
    color-stop(0.64, rgb(203,203,203))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(223,223,223) 27%,
    rgb(203,203,203) 64%
)
}

    #main-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;        
    }

        #main-nav ul li {
            display: inline;
            text-align: center;
            line-height: 24px;
            float: left;
            margin: 0;
            padding: 0;
			padding: 0 12px;
			border-left: 1px solid #eee;
			border-right: 2px solid #ccd0dc;
			margin: 10px 0 0 0;
        }
		#main-nav ul li.first-child{
			border-left: none;
		}
		#main-nav ul li.home a{
			background:url(../images/butt_home.gif) no-repeat;
			padding: 100px 0 0 0;
			display: inline-block;
			width: 19px;
			height: 19px;
			margin-top: 3px;
			overflow:hidden;
		}
		#main-nav ul li.last-child{
			border-right: none;
		}
        
        /*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: 188px;
        }

        #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 {
    margin-top: 13px;
	padding-bottom: 15px;
}

* html #content-wrap {
    padding-top: 13px;
}

    /*style the left sidebar*/

    #left-sidebar {
        float: left;
        width: 164px;
		padding: 0 7px 0 14px;
    }

        #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-bottom: 20px;
        width: 460px;
        /*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 tr.active{
			background: #eee;
		}

            #main table td {
                font-size: 11px;
                border: 1px solid #ddd;
            }

            #main table td.pdf {
                width: 18%;
            }
			#main table td.pdf a{
				display: block;
				height: 31px;
			}

                #main table td a {
                    color: #0068A5;
                    text-decoration: underline;
                }

                #main table td a:hover {
                    color: #eb0d15;
                }

		#main td.pdfimage a{
			background:url(../images/adobe_pdf_img.jpg) no-repeat 0 50%;
			padding: 0 0 0 31px;
			display: block;
			height: 31px;
			line-height: 31px;
        }
		

    /*style the right sidebar*/

    #right-sidebar {
        float: right;
        padding-right: 15px;
        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;
    padding: 19px 13px 13px;
    font-size: 11px;
    z-index: 100;
    width: 933px;
	height: 100px;
	margin: 0 auto;
}

    #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: 160px;
    }

        #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;
}

/*START OF 2011 STYLES */

#splash{
	background:url('../images/thaw_ie.jpg') no-repeat;
	width: 932px;
	height: 335px;
	position:relative;
	overflow: hidden;
	margin: 0 0 0 14px;
}
.borderradius #splash{
	background:url('../images/thaw.png') no-repeat;
}
#splashInner{
	background:url('../images/frozen_ie.png') no-repeat;
	width: 932px;
	height: 335px;
}
.borderradius #splashInner{
	background:url('../images/frozen.png') no-repeat;
}
.dial{
	position:absolute;
	width: 50px;
	height: 50px;
	cursor:pointer;
	left: 33px;
	top: 33px;
	display: block;
	/*border: 10px solid #fff;*/
}
.borderradius .dial{
	background:url('../images/dial.png') no-repeat;
}
.dialOver{
	width: 116px;
	height: 116px;
	position:absolute;
}
.dialOver.active{
	background:url(../images/dial_over.png) no-repeat;
}
.bodydial1 #over1,
.bodydial2 #over2,
.bodydial3 #over3,
.bodydial4 #over4,
.bodydial5 #over5,
.bodydial6 #over6,
.bodydial7 #over7{
	background:url(../images/dial_over.png) no-repeat;
}
#over1{
	left: 21px;
	top: -4px;
}
#over2{
	left: 195px;
	top: 224px;
}
#over3{
	left: 202px;
	top: -1px;
}
#over4{
	left: 381px;
	top: 155px;
}
#over5{
	left: 382px;
	top: 57px;
}

#over6{
	left: 529px;
	top: 22px;
}
#over7{
	left: 644px;
	top: 122px;
}
#vardiv{
	display:none;
}
#ribbon{
	 background-image:url(../images/sprite_ribbon.png);
	 width: 529px;
	 height: 117px;
	 position: absolute;
	 top: 220px;
	 left: 1000px;
	 display: none;
}
#ribbon.dial2{
	background-position:0 -120px;
}
#ribbon.dial3{
	background-position:0 -240px;
}
#ribbon.dial4{
	background-position:0 -360px;
}
#ribbon.dial5{
	background-position:0 -480px;
}
#ribbon.dial6{
	background-position:0 -600px;
}
#ribbon.dial7{
	background-position:0 -720px;
}
#ribbonText{
	padding: 30px 130px 0 80px;
	font-size: 15px;
	color:#FFF;	
	display: none;
	font-weight:normal;
}
#right-sidebar.retrofitPanel{
	background:url(../images/bg_retrofit.jpg) no-repeat;
	width: 275px;
	position:relative;
}
#right-sidebar.retrofitPanel h2{
	margin: 125px 0 10px 15px;
	color:#343434;
	border-bottom: none;
	width: 240px;
}
#right-sidebar.retrofitPanel h2 span.red{
	color:#a82330;
}
#right-sidebar.retrofitPanel p{
	width: 240px;
	margin-left: 15px;
}
#right-sidebar.retrofitPanel p.gasHTMLToken{
	margin-left: 0;
}
#right-sidebar.retrofitPanel #product-selector{
	background:url(../images/bg_retrofit_form.jpg) no-repeat;
	left: 0px;
	width: 260px;
	padding: 15px 15px 0 15px;
	color:#FFF;
	margin: 0;
}
#right-sidebar.retrofitPanel #product-selector select{
	margin: 0 0 10px 0;
	width: 200px;
}
#right-sidebar.retrofitPanel #product-selector p{
	margin: 0 0 10px 0;
}
#colourCode{
	background: #a92330;
	height: 10px;
	width: 932px;
	margin: 0 0 0 14px;
}
/*border-radius #colourCode{
	background: #8d8d8d;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8d8d8d), to(#5C5C5C));
background: -webkit-linear-gradient(#8d8d8d, #5C5C5C);
background: -moz-linear-gradient(#8d8d8d, #5C5C5C);
background: -ms-linear-gradient(#8d8d8d, #5C5C5C);
background: -o-linear-gradient(#8d8d8d, #5C5C5C);
background: linear-gradient(#8d8d8d, #5C5C5C);
-pie-background: linear-gradient(#8d8d8d, #5C5C5C);
behavior: url(/PIE.htc);
}*/
.bodydial1 #colourCode{
	background: #a92330;
}
.bodydial2 #colourCode{
	background: #ee212c;
}
.bodydial3 #colourCode{
	background: #f7941e;
}
.bodydial4 #colourCode{
	background: #39b54a;
}
.bodydial5 #colourCode{
	background: #8dc63f;
}
.bodydial6 #colourCode{
	background: #b4d488;
}
.bodydial7 #colourCode{
	background: #8ac3ea;
}
#results{
	background: #e4e4e4;
	margin: -9px 0 0 -15px;
}
#recommended-gases-heading{
	clear: both;
}
#quicklinks{
	border: 1px solid #AFAFAF;
	background: #eee;
	margin: 15px;
	margin-bottom:0;
	clear: both;
	padding: 15px;
	height: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	position: relative;
}
#quicklinks h2{
margin: 0 0 10px 0;
}
#quicklinks ul{
	margin:0;
	padding: 0;
}
#quicklinks ul li{
	float: left;
	list-style:none;
	font-weight:bold;
	width: 200px;
	line-height: 1.5em;
}
#quicklinks ul li#lastli,
#quicklinks ul li#lastli li{
	width: 270px;
}
#quicklinks ul li li{
	float: none;
	list-style:none;
	font-weight:normal;
}
