/* 
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Getstarted Pty Ltd

*/


/***** Global Settings *****/

	body {
	background:#d9f1fd url(../images/background-pattern.jpg) no-repeat scroll right top;
	font: 75% Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	}

    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
       
/***** Headings *****/

    #logo h1 {
	background:#FFF;
    	}

    #logo h1 a {
	position:absolute;
	overflow:hidden;
	background: #FFF url(../images/logo.gif);
	width:188px;
	height:73px;
	top:20px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	cursor:pointer;
	margin-left:5px;
	display:block;
	}

    h1 {
	font-size: 1.667em;
        line-height: 0.9em;
	margin-top: 0;
 	margin-bottom: 0.9em;		
	color: #FFF;
	background:#231f20;
	margin:-20px -18px 0 -20px;
	padding:15px 20px;
    }


    h2 {
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.3em;
	margin-bottom: 1em;
	color: black;
    }
	
	#news-list ul li h2 {
	margin-top: 0;
	}
	
	#products #chunk h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: black;
	text-align:left;
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	}
	
	#products #chunk h2.blue {
	color:#0060a9;
	}
	
	#products #chunk h2.red {
	color:#c21904;
	}
	
	#products #chunk h2.green {
	color:#35c202;
	margin-top:18px;
	}
	
	#products #chunk h2.yellow {
	color:#c29204;
	margin-top:18px;
	}
	
    h3 {
	margin-top: 1.286em;
	margin-bottom: 0.5em;
	color: #0060a9;
	font-size: 1.167em;
	line-height: 1.286em;
    }
	
	h3.red, #contentcolumn h3 {
	color: #c21904;
    }
	
	#rightcolumn h3 {
	font: 1.5em/1.286em Georgia, "Times New Roman", Times, serif;
	margin-top: 1.286em;
 	margin-bottom: 0.5em; 	
	color: #212328;
    }
	
    h4 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 1.5em;
 	margin-bottom: 1.5em; 		
    color: #2f343d;
    }
	
    h5 {
	font-size: 0.917em;
    line-height: 1.636em;
	margin-top: 1.636em;
 	margin-bottom: 1.636em; 		
    color: black;
    }
	
    h6 {
	font-size: 0.833em;
    line-height: 1.8em;
	margin-top: 1.8em;
 	margin-bottom: 1.8em; 		
    color: black;
    }

/***** Common Formatting *****/

    p {
	font-size: 1em;
	line-height: 1.5em; 
 	margin-top: 1.5em;
 	margin-bottom: 1.5em; 
    }
	
	p.red {
	color:#c21904;
	margin-top: 0.5em;
	}
	
	#main-banner #sidebar #about p {
	color:#cbe2fb;
	font-weight:bold;
	margin-top:1em;
	}
	
    blockquote {
    margin-left: 10px;
    border-left: 10px solid #ddd;
    }
	
	strong, b {
    font-weight: bold;
    }
	
    em, i {
    font-style:italic;
    }
	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }
	
	br {
	margin:0;
	padding:0;
	line-height:-5px;
	}
	
	
/* Links */	

    a,
    a:link,
    a:active {
    text-decoration: none;
    background-color: #d9f1fd;
	color:#0060a9;
	cursor:pointer;
	padding:1px 5px;
    }

    a:hover {
    background-color: #212328;
	color: white;		
    }
	
	#main-banner #sidebar #about a{
	background:#8bbddf;
	border:1px solid #a8e3f5;
	color:#FFF;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	}
	
	#main-banner #sidebar #about a:hover{
	background:#FFF;
	border:1px solid #a8e3f5;
	color:#0060a9;
	}
	
	a.download{
	background: url(../images/btn_download-catalogue.png) no-repeat;
	width:211px;
	height:39px;
	position:absolute;
	top:5px;
	right:225px;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	padding:0;
	margin:0;
	}
	
	.innertube a.download{
	background: url(../images/btn_download-catalogue.png) no-repeat;
	width:211px;
	height:39px;
	position:static;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	margin:10px 0;
	padding:0;
	}
	
	a.download:hover{
	background: url(../images/btn_download-catalogue.png) no-repeat left -39px;
	}
	
	a.browse{
	background: url(../images/btn_browse-catalogue.png) no-repeat;
	width:211px;
	height:39px;
	position:absolute;
	top:5px;
	right:10px;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	padding:0;
	margin:0;
	}
	
	.innertube a.browse{
	background: url(../images/btn_browse-catalogue.png) no-repeat;
	width:211px;
	height:39px;
	position:static;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	}
	
	a.browse:hover{
	background: url(../images/btn_browse-catalogue.png) no-repeat left -39px;
	}
	
	#footer a {
    text-decoration: none;
    background-color: transparent;
	color:#000;
	cursor:pointer;
	font-size:0.917em;
	line-height:2em;
    }

    #footer a:hover {
	color: #FFF;		
    }


h3 a:link, h3 a:active; h3 a:visited {
	background: none;
	text-decoration: none;
}

h3 a:hover {
	background: none;
	color:#0060a9;
	text-decoration: underline;
}


    
/* Lists */

    ul {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    }
	
    ul li {
    line-height:1.5em;
    margin-bottom: 1em;
    }
	
    ol {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    }
	
    ol li {
    line-height:1.5em;
	margin-bottom: 1.5em;
    }
	
	#utilities ul{
	margin:0;
	padding:0;
	list-style-type: none;
	white-space: nowrap;
	position:absolute;
	right:210px;
	top:74px;
	font-weight:bold;
	font-size:1.083em;
	}
	
	#utilities ul li{
	padding: 0 4px;
	margin: 0;
	display: inline;
	float: left;
	border-right:1px solid #b8d2e5;
    line-height:1em;
	}
	
	#utilities ul li a {
	text-decoration:none;
	padding:3px 6px;
	color:#232021;
	display:block;
	background-color: transparent;
	}
	
	#utilities ul li a:hover, #utilities ul li.CMSListMenuHighlightedLI a {
	background:#0060a9;
	color:#FFF;
	}
	
	#products #chunk ul {
	margin:0;
	padding:0;
	white-space: nowrap;
	font-weight:bold;
	font-size: 1.167em;
	width:170px;
	overflow:hidden;
	text-align:left;
	}
	
	#products #chunk li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
    line-height:1.5em;
	width:200px;
	}
	
	#products #chunk li.view{
	background: url(../images/ico_view.png) no-repeat 5px center;
	}
	
	#products #chunk li.pdf{
	background: url(../images/ico_pdf.png) no-repeat 5px center;
	}
	
	#products #chunk li.flash{
	background: url(../images/ico_flash.png) no-repeat 5px center;
	}
	
	#products #chunk ul li a {
	text-decoration:none;
	padding: 2px 5px 2px 28px;
	color:#232021;
	width:100%;
	display: block;
	color:#232021;
	background:transparent;
	margin:0;
	}
	
	#products #chunk ul li.view a:hover {
	background:#0060a9 url(../images/ico_view.png) no-repeat 5px center;
	color:#FFF;
	}
	
	#products #chunk ul li.pdf a:hover {
	background:#0060a9 url(../images/ico_pdf.png) no-repeat 5px center;
	color:#FFF;
	}
	
	#products #chunk ul li.flash a:hover {
	background:#0060a9 url(../images/ico_flash.png) no-repeat 5px center;
	color:#FFF;
	}
	
	#products-list ul{
	float:left;
	margin:0 -12px 0 0;
	list-style-type: none;
	white-space: nowrap;
	font-weight:bold;
	font-size:1.083em;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccdff0;
	padding:30px 0 20px 0;
	}
	
	#products-list ul li {
	float:left;
	width:226px;
	height:100%;
	margin-right:12px;
	text-align:center;
	margin:0 auto;
	text-transform: capitalize;
	position:relative;
	}
	
	#products-list ul li a.imghold {
	background: none;
	padding: 0;
	}
	#products-list ul li a.details, #products-list ul li a.label {
	position:relative;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#231f20;
	text-decoration:none;
	background:url(../images/link_text-box.png) no-repeat center top;
	height:35px;
	overflow:hidden;
	padding:0;
	margin:0;
	}
	
	#products-list ul li a span {
	display:block; 
	float:left; 
	background:url(../images/link_text-box.png) no-repeat center top; 
	height:23px; 
	padding-top:11px; 
	margin-left:0; 
	cursor:pointer;
	padding-bottom:10px;
	}
	
	#products-list .text-link {
	display:inline; 
	margin:0;
	padding:0;
	height:0;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding-top:4px;
	padding-right:10px; 
	padding-left:10px; 
	padding-bottom:10px;
	}
	

	#products-list ul li:hover a.label {
	background-position:center 35px; 
	color:#FFF;
	}
	
	#products-list ul li:hover a span{
	background-position:center -35px
	}
	
	#products-list li:hover a .text-link {
	border:none;
	margin:auto 1px;
	}
	
	#products-list ul li a.details{
	background:none;
	font-size:0.833em;
	font-weight:normal;
	text-decoration:none;
	border:none;
	text-transform: none;
    line-height:3em;
	color:#231f20;
	clear:left;
	text-align:center;
	}
	
	#products-list ul li a.details:hover {
	color:#0060a9;
	background:none;
	}
	
	#news-list ul li{
	float:none;
	list-style-type: none;
	font-weight:bold;
	font-size:1.083em;
	padding:20px 0 20px 0;
	margin:0;
	color:#0060a9;
	border-bottom:1px solid #ccdff0;
	}
	
	#news-list ul .date {
	float:left;
	width:161px;
	height:41px;
	background-image: url(../images/date.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	margin:0;
	padding:0;
	line-height:41px;
	}
	
	#news-list ul .news-item {
	margin-left:201px;
	padding-right:120px;
	color:#212328;
	font-weight:normal;
	}
	
	#news-list ul .date .day {
	position:absolute;
	left:10px;
	top:0px;
	font-size:2.8em;
	margin:0;
	padding:0;
	}
	
	#news-list ul .date .month {
	position:absolute;
	left:60px;
	top:-7px;
	font-size:1.083em;
	margin:0;
	padding:0;
	}
	
	#news-list ul .date .year {
	position:absolute;
	left:60px;
	top:7px;
	font-size:1.083em;
	margin:0;
	padding:0;
	}
	
	
	#rightcolumn ul.red {
	margin:0;
	padding:0;
	white-space: nowrap;
	font-weight:normal;
	font-size: 1em;
	overflow:hidden;
	border-top:1px solid #ccdff0;
	}
	
	#rightcolumn ul.red li {
	padding: 0;
	margin: 0;
	display: block;
	width:100%;
	float:left;
    line-height:1.5em;
	}
	
	#rightcolumn ul.red li a{
	padding: 5px 5px 5px 25px;
	border-bottom:1px solid #ccdff0;
	border-top:1px solid #FFF;
	margin: 0;
	display: block;
	height:1%;
	background: url(../images/ico_file.gif) no-repeat 5px center;
	color:#c21904;
	text-decoration:none;
	}
	
	#rightcolumn ul.red li a:hover{
	color:#212328;
	}
	
	
	#footer ul{
	margin:0 0 0 -5px;
	padding:0;
	list-style-type: none;
	white-space: nowrap;
	font-weight:bold;
	font-size:0.917em;
	}
	
	#footer ul li{
	padding: 0 5px;
	margin: 0;
	display: inline;
	border-right:1px solid #FFF;
    line-height:1em;
	}
	
	#footer ul li a {
	text-decoration:none;
	padding:0;
	color:#FFF;
	}
	
	#footer ul li a:hover {
	background:none;
	color:#231f20;
	}

	
	
/* Menu */
	
	div#navcontainer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	height:40px;
	line-height:40px;	
	}

	div#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	}

	div#navcontainer ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	}

	div#navcontainer ul li a {
	font-size: 1.5em;
	font-weight:bold;
  	color: #FFF;
	line-height:40px;
	padding:0;
	margin: 0;
	display: block;
  	text-decoration: none; 
  	background: transparent;
	}
	
	div#navcontainer ul li.filters a {
	width:267px;
	}
	
	div#navcontainer ul li.filters a:hover, div#navcontainer ul li.filters a.CMSListMenuLinkHighlighted {
	color:FFF;
	background:url(../images/filter_background-hover.jpg) repeat-x left top;
	}
	
	div#navcontainer ul li.valves a {
	width:211px;
	}
	
	div#navcontainer ul li.valves a:hover, div#navcontainer ul li.valves a.CMSListMenuLinkHighlighted {
	color:FFF;
	background:url(../images/valves_background-hover.jpg) repeat-x left top;
	}
	
	div#navcontainer ul li.copper a {
	width:186px;
	}
	
	div#navcontainer ul li.copper a:hover, div#navcontainer ul li.copper a.CMSListMenuLinkHighlighted {
	color:FFF;
	background:url(../images/copper_background-hover.jpg) repeat-x left top;
	}
	
	div#navcontainer ul li.brass a {
	width:316px;
	}
	
	div#navcontainer ul li.brass a:hover, div#navcontainer ul li.brass a.CMSListMenuLinkHighlighted  {
	color:FFF;
	background: url(../images/brass_background-hover.jpg) repeat-x left top;

	}

	#tech-docs.innertube ul {
	margin-left: 10px;
	}


	<!-- submenu styles -->

	div#navcontainer > ul a {
	width: auto;
	}

	div#navcontainer ul ul {
	position: absolute; 
  	border: 1px solid #d1e3db;
	border-bottom:none;
	width: 11em;
	z-index:500;
	}

	div#navcontainer ul ul li{
	float: left;
	display:block;
	width: 100%;
	white-space: nowrap;
	}

	div#navcontainer ul ul li a{
	font-size: 1em;
	line-height:18px;
	padding:5px 0;
	color:#232021;
  	border: 1px solid #d1e3db;
	border-left:none;
	border-top:none;
	border-right:none;
	background:#FFF;
	}

	div#navcontainer ul ul,
	div#navcontainer ul li:hover ul ul,
	div#navcontainer ul ul li:hover ul ul{
	display: none;
	}

	div#navcontainer ul li:hover ul,
	div#navcontainer ul ul li:hover ul,
	div#navcontainer ul ul ul li:hover ul{
	display: block;
	}
	
	
/* Forms */

	#search .go{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_go.gif) no-repeat;
	width:28px;
	height:22px;
	border: none;
	cursor:hand;
	cursor:pointer;
	font-size: 0px;
	display:block;
	line-height: 0px;
	}

	#search .go:hover{background-position:0 -22px;}

	.contact-form .FormButton{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/btn_submit.gif) no-repeat;
	width:60px;
	height:22px;
	border: none;
	cursor:hand;
	cursor:pointer;
	font-size: 0px;
	display:block;
	line-height: 0px;
	margin: 0 5px;
	}

	.contact-form .FormButton:hover{background-position:0 -22px;}

/* Issuu PDF Viewer */

.issuu-viewer div div {
	display: none;
}


/* Sitemap */

li.CMSSiteMapListItem {
width:185px;
display:block;
float:left;
margin-bottom:1em;
}

a.CMSSiteMapLink {
color:#000;
background:transparent;
font-weight:bold;
}

a.CMSSiteMapLink:hover {
text-decoration:underline;
}

ul ul.CMSSiteMapList li a.CMSSiteMapLink {
color:#0060A9;
font-weight:normal;
}

li.CMSSiteMapListItem span {
font-weight:bold;
padding-left:4px;
}

ul.CMSSiteMapList {
margin:0.5em 0 0 0;
}


h3 a:link, h3 a:active, h3 a:visited {
	background: none;
	text-decoration: none;
}

h3 a:hover {
	background: none;
	color:#0060a9;
	text-decoration: underline;
}
