/*======================================
  POWDERVALVES.CO.UK STYLESHEET
  --------------------------------------
  Copyright : Image+ Ltd
  Author    : Emily Smith, Nick Clements, James merrix
  Revision  : 3
  Date      : 10 June 2011
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|

   Red      : #B83026
   Blue     : #1E1D59
 
\**************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
color: #B83026;
}


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
    background: transparent url(http://www.powdervalve.co.uk/public/themes/processl/img/bg.jpg) repeat-x 0 0;
    font-family: Verdana, Arial;
    font-size: 12px;
}
#wrapper {
    width: 916px;
    margin: 0 auto;
}
#header {
    height: 87px;
}
#navigation {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/nav-bg.png") repeat-x scroll 0 0 transparent;
    height: 48px;
    position: relative;
    z-index: 1000;
    width: 916px;
}
#main {
    background: transparent url(http://www.powdervalve.co.uk/public/themes/processl/img/main-bg.png) repeat-x 0 0;
    padding: 20px 10px;
    color: #000000;
    line-height: 18px;
}
#main p {
    padding: 10px 10px 12px 12px;
}
#main a {
    color: #BC2C27;
    font-weight: bold;
}
#main h1{
font-size: 16px;
color: #1E1D59;
font-weight: bold;
margin-top: 0px;
margin-left: 12px;
}
#main h3 {
    font-size: 16px;
    color: #1A1F5A;
    font-weight: bold;
    padding: 0 0 10px 0;
}
#main h4 {
    font-size: 12px;
    color: #B83026;
    font-weight: bold;
margin-left: 12px;
}
#main2 {
    background: transparent url(http://www.powdervalve.co.uk/public/themes/processl/img/main2-bg.png) repeat-x 0 0;
    padding: 20px 10px;
    color: #000000;
    line-height: 18px;
}
#main2 p {
    padding: 10px 0px 0px 0px;
}
#main2 a {
    color: #BC2C27;
    font-weight: bold;
}
#main2 h1{
font-size: 16px;
color: #1E1D59;
font-weight: bold;
margin-top: 0px;
margin-left: 0px;
}
#main2 h3 {
    font-size: 16px;
    color: #1A1F5A;
    font-weight: bold;
    padding: 0 0 10px 0;
}
#main2 h4 {
    font-size: 12px;
    color: #B83026;
    font-weight: bold;
margin-left: 12px;
}
#footer {
    border-top: 1px dotted #666666;
    clear: both;
    color: #1A1F5A;
    height: 80px;
    line-height: 22px;
    margin: 0 0 0 10px;
    padding: 12px 0 0;
    width: 900px;
}
#footerpdf {
    border-top: 1px dotted #666666;
    clear: both;
    color: #1A1F5A;
    height: 80px;
    line-height: 42px;
    margin: 0 0 0 10px;
    padding: 12px 0 0;
    width: 900px;
}
/**************************************/
/*              HEADER                */
/**************************************/
#logo {
    color: #B83026;
    float: left;
    padding: 20px 10px 0;
    width: 600px;
}
#logo img {
    float: left;
    padding: 0 10px 0 0;
}
#logo h1 {
    font-size: 28px;
    padding: 0 0 5px;
}
#logo h2 {
    font-size: 18px;
    color: #1E1D59;
}
#blurb {
    color: #B83026;
    float: right;
    font-size: 18px;
    padding: 23px 10px 0;
    text-align: right;
}

#blurb strong {
    color: #1E1D59;
    font-size: 27px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation ul {
    padding: 0 0 0 10px;
}

#navigation li {
    float: left;
    position: relative;
}
#navigation li:after {
    content: '|';
}

#navigation li:last-child:after {
    content: '';
}


#navigation li a {
    color: #1E1D59;
    font-size: 12px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 16px;
    text-decoration: none;
}

#navigation li ul {
    position: absolute;
    left: -9999px;
    top: 48px;
}

#navigation li:hover ul {
    display: block;
    width: 150px;
    left: 0; 
    padding: 0;
    margin: 0;
}
#navigation li ul li {
    background: transparent;
    padding: 0;
    margin: 0;
}

#navigation li ul li a {
    color: #1E1D59;
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/sub-nav-bg.jpg") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 10px;
    width: 150px;
    height: 31px;
    display: block;
    text-align: center;
}
#navigation li ul li a:hover {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/sub-nav-bg-hover.jpg") no-repeat scroll 0 0 transparent;
    color: #FFF;
}

#navigation li ul li:after {
    content: '';
}
    
/**************************************/
/*             BANNERS                */
/**************************************/

.valve-installation-kits .main-banner .image, .valve-optional-extras .main-banner .image, #process-benefits .main-banner .image , .valve-principles .main-banner .image {
    height: 240px;
}

.valve-installation-kits .main-banner, .valve-optional-extras .main-banner, #process-benefits .main-banner, .valve-principles .main-banner {
    padding-top: 25px;
}

#banners {
    

   
}
.main-banner {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/widebanner-bg.png") repeat-y scroll 0 0 transparent;
    height: 224px;
    padding: 12px 22px;
    position: relative;
    width: 864px;
}

.main-banner .content {
    color: #444444;
    font-size: 14px;
    line-height: 10px;
    position: relative;
    width: 174px;
    z-index: 101;
    height: 200px;
}

.main-banner .wide {
	width: 315px !important;
    padding: 0;
}

.main-banner .content h2 {
    color: #1E1D59;
    font-size: 18px;
    margin: 0 0 px;
}
.main-banner .content h3 {
    color: #1E1D59;
    font-size: 18px;
    margin: 0 0 px;
}

.main-banner .content p {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
 margin-top: -9px;
}

.main-banner .content a {
    color: #B83026;
}

.main-banner .image {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/banner-btm.png") no-repeat scroll center bottom transparent;
    height: 260px;
    left: 0;
    padding: 0 0 8px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 916px;
    z-index: 100;
}



.text-banner {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/text-banner-bg.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 54px;
    line-height: 56px;
    margin: 11px 0 0;
    text-align: center;
    width: 916px;
    overflow: hidden;
}

.product-banners div {
    float: left;
    height: 203px;
    padding: 8px;
    width: 210px;
valign: top;
    position: relative;
}
.product-banners h3 {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 6px 9px 8px;
    position: absolute;
    z-index: 102;
}
.product-banners p {
    bottom: 40px;
    clear: both;
    color: #FFFFFF;
    line-height: 18px;
    position: absolute;
    width: 210px;
    font-size: 12px;
}

.product-banners img {
    left: 0px;
    position: absolute;
    top: 20px;
    z-index: 101;
}
.product-banners a {
    color:#FFF;
}
.product-banners a:hover {
    color:#FFF;
    text-decoration: none;
}

.product-banners {
    padding: 10px 0 0 5px;
    height: 203px;
}

.product-banners .manual {
    background: url("/uploads/images/red_prod_banner.jpg") no-repeat scroll 0 0 transparent;
}

.product-banners .manual h3 {
    background: #B83026;
}

.product-banners .manual h3 a, .product-banners .automatic h3 a, .product-banners .rapid h3  a{
    text-decoration: none;
}

.product-banners .automatic {
    background: url("/uploads/images/blue_prod_banner.jpg") no-repeat scroll 0 0 transparent;
    margin: 0 0px;
}

.product-banners .automatic h3 {

}

.product-banners .rapid {
    background: url("/uploads/images/grey_prod_banner.jpg") no-repeat scroll 0 0 transparent;
}


.product-banners .rapid h3 {
margin-top: 150px;
}
.product-inflatable-banners div {
    float: left;
    height: 203px;
    padding: 8px;
    width: 210px;
valign: top;
    position: relative;
}
.product-inflatable-banners p {
    margin-top: 140px;
    clear: both;
    color: #FFFFFF;
    line-height: 16px;
    position: absolute;
    width: 210px;
    font-size: 12px;
}
.product-inflatable-banners h1 {
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 9px 8px;
margin-left: 8px;
margin-top: 10px;
    position: absolute;
    z-index: 1000;
}

.product-inflatable-banners img {
    left: 8px;
    position: absolute;
    top: 5px;
    z-index: 101;
}
.product-inflatable-banners a {
    color:#FFF;
}
.product-inflatable-banners a:hover {
    color:#FFF;
    text-decoration: none;
}

.product-inflatable-banners {
    padding: 10px 0 0 5px;
    height: 203px;
}

.product-inflatable-banners .manual {
    background: url("/uploads/images/red_prod_banner.jpg") no-repeat scroll 0 0 transparent;
}

.product-inflatable-banners .manual h3 {
    background: #B83026;
}

.product-inflatable-banners .manual h3 a, .product-inflatable-banners .automatic h3 a, .product-inflatable-banners .rapid h3  a{
    text-decoration: none;
}

.product-inflatable-banners .automatic {
    background: url("/uploads/images/blue_prod_banner.jpg") no-repeat scroll 0 0 transparent;
    margin: 0 0px;
}

.product-inflatable-banners .automatic h3 {
    background: #1E1D59;
}

.product-inflatable-banners .rapid {
    background: url("/uploads/images/grey_prod_banner.jpg") no-repeat scroll 0 0 transparent;
}


.product-inflatable-banners .rapid h3 {
    background: #666666;
}
.producthome-banners div {
    float: left;
    height: 175px;
    padding-bottom: 12px;
padding-left: 0px;
    width: 160px;
valign: top;
    position: relative;
}
.producthome-banners h3 {
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 2px 4px 2px;
margin-top: 5px;
font-weight: bold;
    position: relative;
    z-index: 102;
}
.producthome-banners p {
    bottom: 30px;
    clear: both;
    color: #FFFFFF;
    line-height: 18px;
    position: absolute;
    width: 160px;
    font-size: 12px;
}

.producthome-banners img {
    left: 22px;
    position: absolute;
    top: 42px;
    z-index: 101;
}
.producthome-banners a {
    color:#FFF;
}
.producthome-banners a:hover {
    color:#FFF;
    text-decoration: none;
float: center;
}

.producthome-banners {
    padding: 5px 0 0 5px;
    height: 350px;

}

.producthome-banners .manual {
    background: url("/uploads/images/red_home_banner.png") no-repeat scroll 0 0 transparent;
margin-left: 0px;
}

.producthome-banners .manual h3 {
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;
}

.producthome-banners .manual h3 a, .producthome-banners .automatic h3 a, .producthome-banners .rapid h3  a{
    text-decoration: none;
color: #FFFFFF;
 font-size: 10px;
font-weight: bold;
text-align: center;
}

.producthome-banners .automatic {
    background: url("/uploads/images/blue_home_banner.png") no-repeat scroll 0 0 transparent;
    margin-left: 88px;
}

.producthome-banners .automatic h3 {
color: #FFFFFF;
 font-size: 10px;
font-weight: bold;
text-align: center;
}

.producthome-banners .rapid {
    background: url("/uploads/images/red_home_banner.png") no-repeat scroll 0 0 transparent;
margin-left: 88px;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;

}


.producthome-banners .rapid h3 {
color: #FFFFFF;
    font-size: 10px;
font-weight: bold;
text-align: center;

}
/* Correct valve */

.text-banner2 {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/text-banner-bg2.png") no-repeat scroll center center transparent;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    margin: 24px 0 0 29px;
    position: absolute;
    text-align: left;
    top: 203px;
    width: 582px;
    z-index: 9999;
}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.content {
    float: left;
    padding: 0px 10px 10px 0px;
    width: 910px;
}




/**************************************/
/*            PAGES            */
/**************************************/

/* News */

.news-container {
    clear: both;
    margin-left: 10px;
    overflow: hidden;
    width: 900px;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 20px 0;
}

.news-container  h2 {
    padding: 20px 0 0;
}

.news-container .item {
    padding: 10px 0;
}

.linkbin-container {
    clear: both;
    margin-left: 10px;
    overflow: hidden;
    width: 900px;
height: 350px;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 20px 0;
}

.linkbin-container  h2 {
    padding: 20px 0 0;
}

.linkbin-container .item {
    padding: 10px 0;
}

/* Process Benefits */

#benefits {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 0px 0 0 31px;
    width: 500px;
}

#benefits div.benefit-text {
    border-bottom: 1px dotted #666666;
    height: 210px;
    padding: 20px 150px 20px 0;
}

.control {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/control.png") no-repeat scroll center right transparent;
	height: 120px;
}

.shut-off {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/shut-off.png") no-repeat scroll center right transparent;
	height: 120px;
}


.benefits-list {
    float: right;
    width: 360px;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
margin-top: 20px;

}
.benefits-list h3 {
float: left;
    color: #B83026;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
    padding: 0px 0 0 0;
}
.benefits-list p {
    padding: 0 0 0 0px;
float: left;
}
.benefits-list ul {
    padding: 0px 30px 20px 0px;
float: left;
}
.benefits-list li {
    list-style: disc;
float: left;
}

.benefitsis-list {
    float: right;
    width: 230px;
    color: #444444;
    font-size: 12px;
    line-height: 18px;
margin-top: 12px;

}
.benefitsis-list h3 {
float: left;
   font-size: 18px;
    color: #1E1D59;
    margin-bottom: 14px;
    padding: 0px 0 0 0;
}
.benefitsis-list p {
    padding: 0 0 0 0px;
float: left;
}
.benefitsis-list ul {
    padding: 0px 40px 20px 0px;
float: left;
}
.benefitsis-list li {
    list-style: disc;
float: left;
}
.benefitsflex-list {
    float: right;
    width: 240px;
    color: #444444;
    font-size: 12px;
    line-height: 16px;
margin-top: 10px;
margin-left: 700px;

}
.benefitsflex-list h3 {
float: left;
    font-size: 18px;
    color: #1E1D59;
    margin-bottom: 14px;
    padding: 0px 0 0 0;
}
.benefitsflex-list p {
    padding: 0 0 0 0px;
float: left;
}
.benefitsflex-list ul {
    padding: 0px 20px 20px 0px;
float: left;
}
.benefitsflex-list li {
    list-style: disc;
float: left;
}

.benefitsvft-list {
    float: right;
    width: 230px;
    color: #444444;
    font-size: 12px;
    line-height: 16px;
margin-top: 10px;

}

.benefitsvft-list p {
    padding: 0 0 0 0px;
float: left;
}
.benefitsvft-list ul {
    padding: 10px 30px 20px 0px;
float: left;
}
.benefitsvft-list li {
    list-style: disc;
float: left;
}
/* Valve Optional Extras page */

#extra-valve-content {
	width: 902px;
	overflow: hidden;
    padding-top: 30px;
}

#extra-valve-content .left {
	float: left;
        padding: 10px 15px 20px 10px;
        width: 370px;

}

#extra-valve-content .right {
	float: right;
	width: 506px;
        font-family: verdana;
        font-size: 12px;
}

.right h1 {
        font-size: 16px;
        color: #1E1D59;
        margin-bottom: 10px;
        margin-top:25px;
}

/* Manual Slide Valves */


h2 {
   font-size: 18px;
   color: #1E1D59; 
   margin-bottom: 14px;   
}

#process-benefits .main-banner .content p.banner-text  {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 5px;
}

.main-banner .content p.banner-text  {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 5px;
}

.scroll-to-buttons {
    overflow: hidden;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 900px;
}

.installation-items {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    width: 440px;
}

.installation-itemsvt {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    width: 410px;
margin-left: 22px;
margin-bottom: 14px;
}

.instructions {
    float: left;
    width: 450px;
    border-right: 1px dotted #000000;
    margin-top: 20px;
}

.instructions .valves {
    margin-left: 30px;
 margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 0;
    width: 377px;
}
.instructions .packing {
    border-right: 1px dotted #666666;
    margin-left: 30px;
 margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 0;
    width: 430px;
}

.instructionspo {
    float: left;
    width: 490px;
    border-right: 1px dotted #000000;
    margin-top: 12px;
margin-bottom: 12px;
margin-left: 20px;
}

.instructionspo .valves {
    margin-left: 30px;
 margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 0;
    width: 440px;
}
.instructionspo .packing {
    border-right: 1px dotted #666666;
    margin-left: 30px;
 margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 0;
    width: 430px;
}
.kits {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0 0;
    padding: 0 0 0 20px;
    width: 436px;
    margin-top: 51px;
}

.kitspo {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0 0;
    padding: 0 0 0 20px;
    width: 380px;
    margin-top: 12px;
}

.kitspo h1 {
    color: #1E1D59;
    margin-bottom: 14px;
    font-size: 18px;
}

.kitspo h2 {
    color: #B83026;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 12px;
}

.kitspo h4 {
    font-weight: bold;
}

.kitspo p {
padding: 20 20 10px;
line-height: 18px;
}

.kitsvtf {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0 0;
    padding: 0 0 0 20px;
    width: 436px;
    margin-top: 20px;
}

.kits h1 {
    color: #1E1D59;
    margin-bottom: 14px;
    font-size: 18px;
}

.kits h2 {
    color: #B83026;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 12px;
}

.kits h4 {
    font-weight: bold;
}

.kits p {
padding: 0 0 10px;
}

.scroll-to-button {
    background: none repeat scroll 0 0 #BC2C27;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 0 10px;  
}

.main-banner .content .scroll-to-button p {
    text-align: left;
    padding: 5px 0px;
}

.main-banner .content .scroll-to-button a {
    color: #fff;
    text-decoration: none;
}

.valves p {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}

.valves h3 {
    color: #B83026;
    font-weight: bold;
    margin-bottom: 14px;
}
.valves ul {
    padding: 0 0 25px 0;
}
.valves ul li { 
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    list-style: disc outside none;
    margin-left: 20px;
}

.valves {
    border-bottom: 1px dotted #666666;
    margin-left: 30px;
    overflow: hidden;
    padding: 30px 0;
    width: 878px;
}

#valve-last {
    border-bottom: none;
}

.valves .valve-content-left {
    float: left;
    width: 440px;
}


.valves .valve-content-right {
    float: right;
    width: 390px;
}

.pdf-download {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/fitting-bg.png") repeat scroll 0 0 transparent;
    overflow: hidden;
    padding: 10px 0 0 15px;
    width: 378px;
}

.download-link {
    background: url('http://www.powdervalve.co.uk/public/themes/processl/img/download-icon.gif') no-repeat;
    display: block;
    height: 20px;
    padding-left: 30px;    
}

.download-link a {
    color: #B83026;
}

/* About us */

#about-us-container {
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
    overflow: hidden;
    width: 900px; 
}                

#about-us-container p {
    margin-bottom: 14px;
    line-height: 16px;                
}

#about-us-top-container {
    border-bottom: 1px dotted #666666;
    overflow: hidden;                    
    width: 100%;
    margin-bottom: 20px;                
}

#about-us-bottom-container {
    background: url('http://www.powdervalve.co.uk/public/themes/processl/img/dust-tight-logo.jpg') no-repeat bottom right;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;                
}

#about-us-bottom-left {
    float: left;
    width: 376px;                
}

#about-us-bottom-right {
    float: left;
    width: 400px; 
    padding-top: 80px;           
}

#about-us-left {
    color: #000000;
    float: left;
    font-size: 12px;
    width: 404px;               
}

#about-us-right{
    float: right;
    width: 404px;            
}

/* Enquiry page */

#enquiry-container {
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 900px; 
}
#enquiry-container p {
    margin-bottom: 14px; 
    line-height: 16px;               
}
#enquiry-left {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/dust-tight-logo.jpg") no-repeat scroll left bottom transparent;
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0 95px;
    width: 242px;              
}
#enquiry-right{
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/fitting-bg.png") repeat scroll 0 0 transparent;
    float: right;
    padding: 15px 20px;
    width: 595px;               
}
#enquiry-right h2.red-text {
    color: #B83026;
    margin-bottom: 20px;                
}
.enquiry-label {    color: #1E1D59;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
   } 
#enquiry-right form textarea {
    width: 470px;
}
p#enquiry-submit {
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;   
    font-size: 12px; 
}

/* fitting instructions */

.fitting-instructions {
	float: left;
	height: 500px;
	margin: 50px 20px 0 10px;
	width: 400px;
}

.fitting-box {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/fitting-bg.png") repeat-y;
	float: left;
	margin: 50px 0 0 70px;
	width: 370px;

}

.fitting-box2 {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/fitting-bg.png") repeat-y;
	float: left;
	margin: 5px 0 0 70px;
	width: 370px;

}

.fitting-text {
	float: left;
	font-family: Verdana, sans-serif;
	padding: 20px;
}

.fitting-text  h1 {
	float: left;
	font-family: Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
	padding: 20px;
        color: #1E1D59;
}

.arrow {
	float: left;
	padding-top: 16px;
	
}

.fitting-text-link {
	float: left;
	font-family: Verdana, sans-serif;
	padding-left: 6px;
	padding-top: 19px;
}

.fitting-text-link a{
	color: #B83026;
	
}



/* case study */

.case-study-wrapper {

}

.case-study-wrapper .case-study {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 100px;	
}

.case-study-pic {
	float: left;
	margin: 20px 0 20px 70px;
	width: 720px;
	
}
	
.case-study a {
	color: #B83026;
	
}

/* MAIN IMAGE PIC */

.image2 {
    left: 0;
    padding: 10px 0px 0px 300px;
    position: absolute;
    top: 0px;
    width: 320px;
    z-index: 100;
}
.image2po {
    left: 0;
    padding: 10px 0px 0px 465px;
    position: absolute;
    top: 0px;
    width: 230px;
    z-index: 100;
}
.image2por {
    left: 0;
    padding: 10px 0px 0px 728px;
    position: absolute;
    top: 0px;
    width: 194px;
    z-index: 100;
}

.image2r {
    left: 0;
    padding: 10px 0px 0px 688px;
    position: absolute;
    top: 0px;
    width: 194px;
    z-index: 100;
}
.image2rdc {
    left: 0;
    padding: 10px 0px 0px 668px;
    position: absolute;
    top: 0px;
    width: 194px;
    z-index: 100;
}
#problem-box {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/problem-box1.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 475px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 10px;
    width: 660px;
}

.problem-text {
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    padding: 24px 0 0 10px;
	
}

.problem-box {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/problem-box1.png") no-repeat scroll 0 0 #DDDDE5;
	height: 123px;
    padding: 0 100px 0 0;
    width: 535px;
}

.problem-box2 {
	background: url("http://www.powdervalve.co.uk/public/themes/processl/img/problem-box2.png") no-repeat scroll 0 0 #DDDDE5;
	height: 140px;
	margin-bottom: 5px;
    padding: 0 100px 0 0;
    width: 535px;
}

.problem-box3 {
    background: url("http://www.powdervalve.co.uk/public/themes/processl/img/problem-box3.png") no-repeat scroll 0 0 #DDDDE5;
    height: 188px;
    margin-bottom: 5px;
    padding: 0 100px 0 0;
    width: 535px;
}

p.red-text {
	color: #B83026;
	font-weight: bold;
	
}

p.blue-text {
	color: #1E1D59;
	font-weight: bold;
	
}
p.blue-text2 {
	color: #1E1D59;
	
}
.related-links {
    color: #000000;
    float: left;
    font-size: 12px;
    padding: 17px 0 0;
    padding-bottom: 20px;
    width: 215px;
}

.related-links p {
    line-height: 18px;
    margin-bottom: 14px;
}

.related-links a {
    color: #B83026;
}

#logo-correct-valve {
	float: left;
	margin-bottom: 20px;
    margin-left: 55px;
}




/* auto */

.image3 {
    left: 0;
    padding: 7px 0 0 278px;
    position: absolute;
    top: 0;
    width: 916px;
    z-index: 100;
}

.main-banner .wide2 {
	width: 540px !important;
}

/* Design */



/* Testimonials */



/**************************************/
/*             PORTFOLIO              */
/**************************************/


/**************************************/
/*              SIDEBAR               */
/**************************************/

.home-news {
    float: left;
    width: 280px;
    padding-bottom: 20px;
}



/**************************************/
/*               FOOTER               */
/**************************************/

#footer a {
    color: #1A1F5A;
}

#footer li {
    float: left;
}

#footer li a  {
    padding: 0 5px;
}
#footer li:after {
    content: '|';
}

#footer li:last-child:after {
    content: '';
}


.links {
    float: left;
}

address {
    float:right;
    text-align: right;
}

pdf {
    float:left;
    text-align: left;
}

/**************************************/
/*               OTHER                */
/**************************************/

.error, .success {
    background: none repeat scroll 0 0 #FBE6F2;
    border: 1px solid #D893A1;
    color: #000000;
    margin: 10px 0 5px;
    padding: 10px;
}

.success {
    background: none repeat scroll 0 0 #BEEFB6;
    border: 1px solid #93D69D;
    color: #000000;
}

.banner-text-2{
    width: 250px;
}

.banner-text-3{
    width: 430px;
}

/**************************************/
/*               VALVES                */
/**************************************/
.valves-bottom {
    float: left;
    padding-bottom: 20px;
}
.valvesa-gif {
    float: left;
    width: 204px;
padding-left: 0px;
padding-right: 0px;
    padding-bottom: 20px;
 color: #000000;
    font-size: 12px;
}
.valvesb-gif {
    float: left;
    width: 188px;
padding-left: 32px;
padding-right: 0px;
    padding-bottom: 20px;
 color: #000000;
    font-size: 12px;
}
.valvesc-gif {
    float: left;
    width: 230px;
padding-left: 32px;
padding-right: 0px;
    padding-bottom: 20px;
 color: #000000;
    font-size: 12px;
}
.valvesd-gif {
    float: left;
    width: 170px;
padding-left: 32px;
padding-right: 0px;
    padding-bottom: 20px;
 color: #000000;
    font-size: 12px;
}
.button
{
height: 28px;
width: 89px;
background-image: url(/uploads/images/submit.png);
cursor: pointer;
border:none;
text-decoration:none;
text-align:center;
display:inline-block;
line-height:1;
}
/* Stylesheet: HolyGrail : hg-00 layout Modified On 2013-02-28 09:49:34 */
/* based on "Navigation: CSSMenu - Horizontal" by Alexander Endresen and mark and Nuno */
#menu_hor {
width: 910px;
	margin: 0;
	padding: 0;
	font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial;
color: #010065;
}
.clearb {
	clear: both;
}
#menu_hor #menuwrapper {
/* set the background color for the menu here */
	background: url(http://www.sjidesign.com/process/cms/nav-bg.jpg);
	width: auto;
	padding-left: 10px;

}
#menu_hor ul#primary-nav,
#menu_hor ul#primary-nav ul {
/* remove any default bullets */
	margin: 0;
	padding: 0px;
}

#menu_hor ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;

}
#menu_hor ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
#menu_hor ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#menu_hor #primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 195px;
font-size: 12px;
font-family: Verdana, Arial;
color: #010065;
/* removes any left margin it may have picked up from the first li */
	margin-left: -10px; /* dropdown link spacing
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
#menu_hor ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #010065;

/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 12px 20px 15px 0px;
	display: block;

/* sets no underline on links */
	text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial;
color: #010065;
}
#menu_hor ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
#menu_hor ul#primary-nav li li a:hover {
/* this is set to #FFFFFF, black, below so hover will be white text */
font-size: 11px;
font-family: Verdana, Arial;
color: #FFFFFF;
font-weight: bold;
background: url(http://www.sjidesign.com/process/cms/nav-bg1.jpg);
}
#menu_hor ul#primary-nav li a.menuactive {
	color: #010065;
	background: url(http://www.sjidesign.com/process/cms/nav-bg.jpg);
}
#menu_hor ul#primary-nav li a.menuactive:hover {
	
font-size: 12px;
/* keep it the same */

}
#menu_hor #primary-nav li li a.menuparent span {
/* makes it hold a shape */

	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(/process/cms/uploads/HolyGrail/parent.png) no-repeat 98% center;
}

#menu_hor ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 9px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
background: url(http://www.sjidesign.com/process/cms/nav-bg2.jpg);
        font-size: 11px;
       font-family: Verdana, Arial;	
font-weight: bold;
        color: #010065;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
#menu_hor ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: url(http://www.sjidesign.com/process/cms/nav-bg2.jpg);
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
}
#menu_hor ul#primary-nav li ul ul {
}
/* Styling the appearance of menu items on hover */
#menu_hor #primary-nav li:hover,
#menu_hor #primary-nav li.menuh,
#menu_hor #primary-nav li.menuparenth,
#menu_hor #primary-nav li.menuactiveh {
background: url(http://www.sjidesign.com/process/cms/nav-bg.jpg);
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#menu_hor #primary-nav li:hover ul ul ul,
#menu_hor #primary-nav li.menuparenth ul ul ul,
*/
#menu_hor #primary-nav ul,
#menu_hor #primary-nav li:hover ul,
#menu_hor #primary-nav li:hover ul ul,
#menu_hor #primary-nav li.menuparenth ul,
#menu_hor #primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#menu_hor #primary-nav ul ul ul li:hover ul,
#menu_hor #primary-nav ul ul ul li.menuparenth ul,
*/
#menu_hor #primary-nav li:hover ul,
#menu_hor #primary-nav ul li:hover ul,
#menu_hor #primary-nav ul ul li:hover ul,
#menu_hor #primary-nav li.menuparenth ul,
#menu_hor #primary-nav ul li.menuparenth ul,
#menu_hor #primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* Stylesheet: HolyGrail : hg-05 CSSmenu horizontal Modified On 2013-02-01 15:29:08 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(/process/cms/uploads/HolyGrail/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(/process/cms/uploads/HolyGrail/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(/process/cms/uploads/HolyGrail/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: HolyGrail : hg-19 accessibility + crossbrowser Modified On 2013-01-18 14:38:54 */
