/*----------------------------------------
Name: global.css
Date Created: 10-03-2011
Last Updated: N/A
----------------------------------------*/


/* Elements
----------------------------------------*/
body
{
	background: #000 url(../images/repeat-bg.jpg) repeat-y;
	margin: 0;
}
#map {
    height: 400px;
    margin: 0 10px;
    width: 420px;
	border: 2px solid #A9A9A9;
}
body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#000000;
	font-size:.875em;
}
sup
{
	position: relative;
	/*bottom: -5px;*/
    font-size: 0.6em;
}
sub 
{
	position: relative;
	bottom: 1px;
	font-size: 0.8em;
}
#mainContainer
{
	width:940px;
	margin: 0px auto;
}

p
{
	margin: 0 0 1em 0;
}
.blue 
{
	color: #176dab;
	font-weight: bold;
}

/*--- Link Styles ---*/
a, a:link, a:visited
{
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active
{
	color:#cc0000;
	text-decoration:none;
}

h1
{
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	margin:.825em 0 .5em 0;
	font-size:2em;
}

h3
{
	margin:.825em 0 .5em 0;
	font-size:1.9em;
}

h4
{
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:0px;
	list-style: url(../images/bull.png);
	padding-bottom: 5px;
}

ul li ul
{
	margin-left:0px;
	list-style: url(../images/o-bull.png);
}

ol
{
	margin-left:25px;
	
}
img 
{
	padding: 0 14px;
}
.arrow-list
{
	list-style: url(../images/small-box-arrow.png);
	padding: 0;
	margin: 0 40px;
}
.arrow-list li 
{
	padding-bottom: 5px;
}
blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}
.small { font-size: 11px!important;}
.neg-top20 
{
	position: relative;
	top: -20px;
}
/*--- Table Styles ---*/
.no-l-pad
{
	margin-left: 0;
}
table {
	border-collapse: collapse;
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 14px;
}
table th {
	color: #ce1010;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
}
table th span {
	font-size: 14px;
	font-style: italic;
	color: #333333;
	display: block;
}
table tbody {
	background: #DCDCDC ;
}
table .top-left {
	border: none;
}
table .top-right {
	border: none;
}
table tfoot {
	font-size: 11px;
	font-style: italic;
	height: 24px;
}
table tfoot ul {
	list-style: disc;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
}

table .tr-header {
	background: #e5b701;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 16px;
}
table .tr-header td {
	border-right: 1px #fff solid;
}
table .tr-header.top-border td, table .tr-header .top-border td {
	border-top: 1px #fff solid;
}
table tbody tr td.top-border {
	border-top: 1px #fff solid;
}
table .tr-header td.no-r-border {
	border-right: none!important;
}
table .no-t-border
{
	border-top: none!important;
}
table tbody td {
	padding: 4px;
	text-align: center;
}
table tbody .td-border-right {
	border-right: 1px solid #d4d4d4;
}
table tbody .on, table tbody .on td {
	background: #e8e8e8;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.no-float   {float:none!important;}
.center     {display: block; margin-left: auto; margin-right: auto;}

/* Header
----------------------------------------*/
#header
{
	width:100%;
	height:117px;
	background: #0f0f0f;
	border-bottom: #cc0000 3px solid;
	overflow: hidden;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);*/
}
h1#logo
{
	float: left;
	padding: 0;
	margin: 17px 0;
}
h1#logo a img 
{
	border: 0;
	padding: 0;
}
h1#logo a {
	width: 500px !important;
	height: 95px !important;
	overflow: hidden !important;
	font-size: 0px;
	display: block;
}
	/* Language 
	----------------------------------------*/
	ul#lang
	{
		float: right;
		list-style: none;
		margin: 18px 0;
    	padding: 0;
	}
	ul#lang li 
	{
		float: left;
		display: block;
		margin-right: 10px;
	}
	ul#lang a 
	{
		width: 28px;
		height: 28px;
		display: block;
		text-indent: -9999px;
	}
	/* French 
	----------------------------------------*/
	ul#lang li a.frg
	{
		background: url(../images/lang/french.png) no-repeat top;
	}
	ul#lang li a.fr:hover
	{
		background-position: bottom;

	}
	/* English 
	----------------------------------------*/
	ul#lang li a.en
	{
		background: url(../images/lang/en.png) no-repeat top;
	}
	ul#lang li a.en:hover 
	{
		background-position: bottom;
	}
	/* Spanish 
	----------------------------------------*/
	ul#lang li.last
	{
		margin-right: 0;
	}
	ul#lang li a.spg
	{
		background: url(../images/lang/spanish.png) no-repeat top;
	}
	ul#lang li a.sp:hover
	{
		background-position: bottom;
	}
	/* Nav
	----------------------------------------*/
	ul#nav
	{
		float: right;
		list-style: none;
		font-size: 24px;
		margin: -60px 0 0 0;
    	padding: 0;
		clear: both;
	}
	
	ul#nav li
	{
	float:left;
	list-style-type:none;
	margin-left:20px;
	}
	
	ul#nav li a
	{
	color: #fff;
	}
	ul#nav li a:hover
	{
	color: #cc0000;
	}
	
	
/* Container
----------------------------------------*/
.container 
{
	width:950px;
	margin: 0 auto;
}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:940px;
}
/* Original and Python
----------------------------------------*/
h2.original 
{
	text-align: right;
	width: 480px;
	padding: 0;
	margin: 20px 0 0 0;
}
#python-intro 
{
	background: url(../images/trans-python-box.png) no-repeat;
	width: 444px;
	height: 131px;
	float: right;
	margin-top: 10px;
	margin-right: -2px;
}
#python-intro h3 
{
	font-size: 30px;
	text-transform: uppercase;
	margin: 10px 0 0 0px;
	padding: 0;
	width: 230px;
	float: left;
}
#python-intro h4 
{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0;
	width: 230px;
	float: left;
}
#python-intro p
{
	margin: 0 0 0 10px;
	color: #bb0303;
	width: 230px;
	font-size: 14px;
	float: left;
	line-height: 18px;
}
#python-intro img
{
	float: right;
	padding: 0;
	margin: -55px 15px 0 0;
	border: none;
}
.intro-paragraph
{
	width: 435px;
	float: right;
	margin-right: 6px;
}
.intro-paragraph p
{
	font-size: 14px;
	color: #fff;
	text-align: justify;
	position: relative;
	z-index: 999;
}
/* Wide Homepage Intro
----------------------------------------*/
#wide-intro
{
	clear: both;
	background: #8d8d8d url(../images/home-wide-intro-bg.jpg) center no-repeat;
	width: 100%;
	height: 312px;
	box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);*/
}
#home-products 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -60px;
}
/* Wide Homepage Intro
----------------------------------------*/
#inside-title h2
{
	margin-top: 80px;
	padding: 0;
}
#inside-title h2 img
{
	padding: 0;
}
/* Wide Inside Page Feature
----------------------------------------*/
#wide-feature
{
	clear: both;
	background: #8d8d8d url(../images/feature-wide-intro-bg.jpg) center no-repeat;
	width: 100%;
	height: 112px;
	box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);*/
}
#feature-products 
{
	display: block;
	position: relative;
	left: 500px;
	top: -190px;
	padding: 0;
}
#inside-img
{
    margin-bottom: -60px;
    position: relative;
    top: -60px;
	left: 10px;
}
.globe
{
	top: -220px!important;
}
#wide-feature h3
{
	font-size: 36px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 40px;
}
/* Wide Inside Page Feature
----------------------------------------*/
#home-content 
{
	clear: both;
}
#home-content h3
{
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	padding-left: 0!important;
}
#home-content p, h1, h2, h3, h4, h5
{
	padding: 0!important;
}
/* Polyvalve Homepage Intro
----------------------------------------*/
#polyvalve-home-intro
{
	background: url(../images/home-polyvalve.png) no-repeat;
	height: 283px;
	width: 544px;
	float: left;
}
#polyvalve-home-intro h4
{
	font-size: 30px;
	color: #ffcb01;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	width: 255px;
}
#polyvalve-home-intro h5
{
	font-size: 22px;
	color: #fff;
	margin: 8px 0 0 10px;
	width: 255px;
	float: left;
}
#polycovers 
{
	float: right;
	margin: -50px 5px 0 0;
	padding: 0;
	width: 265px;
	list-style: none;
}
#polycovers li
{
	float: right;
	padding-right: 7px;
	padding-bottom: 3px;
}
#polycovers li img
{
	border: none;
	padding: 0;
}
/* Python Homepage Intro
----------------------------------------*/
#python-home-intro
{
	background: url(../images/home-python.png) no-repeat;
	height: 281px;
	width: 383px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
#python-home-intro h4
{
	font-size: 30px;
	color: #ffcb01;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	width: 330px;
}
#python-home-intro h5
{
	font-size: 22px;
	color: #fff;
	margin: 8px 0 0 10px;
	width: 255px;
	float: left;
}
#pythoncovers 
{
	float: left;
	margin: 20px 0 0 10px;
	padding: 0;
	width: 265px;
	list-style: none;
}
#pythoncovers li img
{
	border: none;
}

/* Inside Page Content BG
----------------------------------------*/
#trans-bg 
{
	background: url(../images/black-repeat-trans-bg.png) repeat-y;
	clear: both;
	width: 947px;
	padding-left: 6px;
	margin: 20px 0;
	padding: 12px 0;
}
#trans-bg #content
{
	background: #e8e8e8;
	width: 917px;
    min-height: 400px;
	margin-left: 12px;
}
#nilcor #trans-bg #content
{
	background: none;
}
#trans-bg #content p, ul, ol
{
	font-size: 14px;
	padding-right: 10px;
}
#trans-bg #content p, h1, h2, h3, h4, h5, table
{
	padding-left: 14px!important;
	padding-top: 6px;
	padding-right: 14px;
}
#nilcor #trans-bg #content p
{
	padding-left: 0!important;
	padding-top: 0!important;
}
.content-title
{
	background: #e5b701;
	width: 100%;
	height: 40px;
}

.content-title h3
{
	line-height: 30px;
	padding: 0 0 0 5px!important;
	margin: 0;
	float: left;
}
#nilcor .content-title h3 
{
	position: relative;
	right: -430px;
}
.DL-PDF a
{
	float: right;
	width: 96px;
	height: 32px;
	background: url(../images/pdf.jpg) no-repeat right;
	margin: 4px 4px 0 0;
	text-align: right;
	padding-right: 36px;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	z-index: 800;
	display: block;
}
.DL-PDF a 
{
	color: #333333;
}
.DL-PDF a:hover
{
	color: #cc0000;
}
.pdf1
{
    margin: 0;
    position: absolute;
    top: -13px;
    z-index: 9999;
}
.pdf2
{
    margin: 0;
    position: absolute;
    top: 824px;
    z-index: 9999;
}
.pdf3
{
    margin: 0;
    position: absolute;
    top: 276px;
    z-index: 9999;
}
.cad
{
    margin: 0;
    position: absolute;
    top: 1033px;
    z-index: 9999;
}
.ppt
{
    margin: 0;
    position: absolute;
    top: 1198px;
    z-index: 9999;
}
.design-box
{
	background: #cdcdcd;
	margin-left: 10px;
	width: 240px;
}
.design-box p
{
	font-size: 11px!important;
	margin-top: -75px;
}
.design-box address
{
	padding: 0 10px;
}
.p-gas
{
	position: relative;
	top: -60px;
	padding: 0;
}
.for-use {
    margin-bottom: 0;
    margin-top: 0;
}
/* Columns
----------------------------------------*/
.leftColumn
{
	float: left;
	width: 430px;
}
.rightColumn
{
	float: left;
	width: 430px;
	padding-left: 40px;
}
.leftWide
{
	width: 530px;
	float: left;
}
.leftNarrow 
{
	width: 330px;
	float: left;
}
.rightColumn img
{
	padding: 0;
}
.pg-apps
{
	margin-top: -30px;
}
/* Special Image Captions
----------------------------------------*/
.pic-caption
{
	background: #e5b701;
	width: 420px;
	line-height: 1.8em;
	padding: 0 0 0 10px!important;
	margin: 0;
	position: relative;
	top: -33px;
	overflow: hidden;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.wide-pic-caption
{
	background: #e5b701;
	width: 883px;
	line-height: 1.8em;
	padding: 0 0 0 10px!important;
	margin: 0;
	position: relative;
	top: -34px;
	left: 14px;
	overflow: hidden;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* Address
----------------------------------------*/
#address
{
	background: url(../images/map.png) no-repeat left top;
	padding-left: 50px;
	width: 210px;
	height: 100px;
	margin-left: 5px;
}
#phone
{
	background: url(../images/phone.png) no-repeat left top;
	padding-left: 50px;
	width: 210px;
	height: 60px;
	margin-left: 5px;
}

/* Nilcor Products
----------------------------------------*/
h3.home-nil-title 
{
	padding-top: 14px!important;
	clear: both;
	text-align: right!important;
	margin-right: 12px;
}
#nilcor-products 
{
	/*height: 1173px;*/
	width: 917px;
	position: relative;
	left: 0;
}
#nilcor-products h3
{
	text-align: right;
	padding: 0px 20px 0 0!important;
	margin: 0;
	font-size: 30px;
	letter-spacing: normal;
}
#nilcor-products .column
{
	width: 450px;
	float: left;
	margin: 12px 0px 6px 0px;
/*	height: auto;*/
}
#nilcor-products .lastCol 
{
	margin-left: 16px;
}
#nilcor-products .column img 
{
	padding: 0;
	border: none;
}
#nilcor-products .yellow-box
{
	width: auto;
	background: #ffd01b url(../images/yellow-box-gradient.jpg) repeat-x top;
	margin-bottom: 10px;
}
/* Yellow Box Positions
-----------------------------------------*/
.box
{
	position: relative;
	top: 10px;
}
.box2
{
	position: relative;
	top: 20px;
}
/* End Yellow Box Positions
-----------------------------------------*/



/* Nilcor Home Products
-----------------------------------------*/
#home-content #nilcor-home
{
	background: url(../images/nilcor-home-bg.jpg) no-repeat;
	width: 947px;
	height: 331px;
	margin: 20px 0;
	cursor: pointer;
}
#home-content #nilcor-home h3
{
	position: relative;
	top: 95px;
	text-align: left;
	left: 10px;
}
#home-content #nilcor-home p
{
	position: relative;
	top: 85px;
	left: 10px;
	width: 350px;
	color: #fff;
	font-size: 16px;
}
#home-content #nilcor-home .big-link
{
	font-size: 24px;
	color: #ffcb01;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	top: 75px;
	left: 10px;
	width: 200px;
	display: block;
}
#nilcor-feature
{
	position: relative;
	top: 0;
	left: 500px;
}
#nilcor-products .pad-top-bot-100
{
	margin: 100px 0;
}
/*#nilcor-products .pad-bot
{
	margin-bottom: 18px;
}*/
#nilcor-products .last
{
	position: relative;
    top: 1px;
}
#nilcor-products div div div
{
    float: none;
	background: none;
    height: 40px;
}
#nilcor-products div h4 
{
	text-align: right;
	padding: 0;
	margin: 0px 13px 0 0;
	font-size: 21px;
	color: #1c1c1c;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
#nilcor-products div h5 
{
	padding: 0;
	margin: 0 13px 0 0;
	font-size: 16px;
	color: #1c1c1c;
	letter-spacing: -1px;
	text-align: right;
	position: relative;
	top: 3px;
}
#nilcor-products .bv-icon
{
    display: block;
    height: auto;
    left: -25px;
    position: relative;
    top: -35px;
    width: auto;
	z-index: 9999;
}
#nilcor-products .bvte-icon
{
    display: block;
    height: auto;
    left: -25px;
    position: relative;
    top: 20px;
    width: auto;
	z-index: 9999;
	overflow: hidden;
}
#nilcor-products .bfv-icon
{
    display: block;
    height: auto;
    left: -25px;
    position: relative;
    top: -80px;
    width: auto;
}
#nilcor-products .scv-icon
{
    display: block;
    height: auto;
    left: -15px;
    position: relative;
    top: 10px;
    width: auto;
	z-index: 9999;
}
#nilcor-products .bfv {
	position: relative;
	right: 10px;
    top: -5px;
	z-index: 9999;
}
#nilcor-products .icon-pad
{
	margin-top: 30px;
}
#nilcor-products ul
{
	padding: 0 0 3px 0;
	margin: 5px 0 0 0;
	list-style: none;
	clear: both;
}
#nilcor-products ul li 
{
	width: 430px;
	height: 36px;
	background: #fff url(../images/box-list-bg.jpg) repeat-x;
	margin: 0 0 5px 6px;
	padding: 3px;
}
#nilcor-products ul li .nTitle 
{
	padding: 0!important;
	margin: 0 0 -4px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
#nilcor-products ul li .nTitle a 
{
	color: #cc0000;
	text-decoration: none;
}
#nilcor-products ul li .nTitle a:hover 
{
	color: #1d1d1d;
}
#nilcor-products ul li .nTitle img
{
	vertical-align: text-top;
	padding: 0 2px 0 0;
}
#nilcor-products .nilcor-brochures h5
{
	text-align: left;
}
#nilcor-products .nilcor-brochures
{
    background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 0 5px 6px;
    padding: 3px;
    width: 430px;
	height: 218px;
}

#nilcor-products .lit li
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 95px;
    line-height: 16px;
    padding-right: 10px;
    text-align: center;
    width: 120px;
}
#nilcor-products .iom 
{
	margin-left: 16px;
}
#nilcor-products .iom li
{
	background: url(../images/document_down.png) no-repeat left;
	padding: 0 0 0 34px;
	margin: 0;
	line-height: 38px;
	height: 38px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}
/* Poly-Chem Page Styles
----------------------------------------*/
.poly-chem-pipes ul, .poly-water-pipes ul
{
	margin-top: -10px!important;
}
/* ---Poly-Chem Pipe details--- */
.poly-chem-pipes {
	background: url(../images/poly-chem-pipes.jpg) top no-repeat;
	width: 922px;
	height: auto;
}
h5.metal-system {
	padding-top: 220px!important;
}
h5.pipe-metal {
	padding-top: 180px!important;
}
h5.all-poly {
	padding-top: 200px!important;
}
.large-caption {
    border-top: 1px solid #999999;
    display: block;
    font-size: 14px;
    font-style: oblique;
    font-weight: bold;
    text-align: center;
	margin-left: 14px;
}
/* ---Poly-Water Pipe details--- */
.poly-water-pipes {
	background: url(../images/poly-water-pipes.jpg) top no-repeat;
	width: 892px;
	height: 1040px;
	padding-left: 24px;
}
.poly-water-pipes h5.metal-system {
	padding-top: 250px!important;
}
.poly-water-pipes h5.pipe-metal {
	padding-top: 250px!important;
}
.poly-water-pipes h5.all-poly {
	padding-top: 265px!important;
}
/* Footer
----------------------------------------*/
#footer
{
	width:100%;
	background: #0f0f0f;
	border-top: #cc0000 3px solid;
	box-shadow: 0px -3px 5px #000;
	-webkit-box-shadow: 0px -3px 5px #000;
	-moz-box-shadow: 0px -3px 5px #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=35, Strength=3);*/
}

#footer h6
{
	margin-top: 19px;
	float: left;
}
#footer ul
{
	float: right;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 28px 0 0 0;
}
#footer ul li 
{
	float: left;
	margin-right: 100px;
}
#footer ul li.last
{
	margin-right: 0;
}
#footer ul li a 
{
	color: #fff;
}
#footer .container {
	position:relative;
	top:0;
}
#footer ul li a:hover 
{
	color: #cc0000;
}
#footer .copyright 
{
	font-size: 12px;
	color: #fff;
	float: right;
	clear: both;
	padding: 0;
	margin: 0;
}

/* Contact Form
----------------------------------------*/
#contactform
{
padding-left: 14px;
}
#contactform .radio p
{
	padding: 0;
	margin: 0 0 0 -14px;
}
#contactform .radio input
{
	width: auto;
	border: none;
	background: none;
	margin-bottom: 0;
}
textarea, input
{
	background: #fff;
	border: 2px solid #A9A9A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 380px;
	
}
input
{
	margin-bottom: 10px;
}
.formbutton
{
	width: 110px;
	background: #E5B701;
	border: 2px solid #e59701;
	text-align: center;
}
/* Sticky Footer
------------------------------------------*/
* {
margin: 0;
}

html, body {
height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px;
}

.footer, .push {
height: 90px;
}

/* Webkit fixes
------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#nilcor-products .column
{
	margin-bottom: 0px;
}
.pic-caption
{
	top: -38px;
}
.wide-pic-caption
{
	top: -38px;
}

}



