﻿/*Reset the default styles of applicable styles */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

ul, ol{
	list-style: none;
}

/*end of style reset*/

body{
	background: #D5D5D5;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
}

a{
	text-decoration: underline;
	color: #46C43B;
}

a.noformatting{
	text-decoration: none!important;
}

a.noformattingwhite{
	text-decoration: none!important;
	color: #FFFFFF;
}

a.noformattingblack{
	text-decoration: none!important;
	color: #000000;
}

a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #176C3D;
}

h3{
	color: #46C43B;
	font-family: "Lucida Sans";
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

p{
	font-size: 11px;
	text-indent: 10px;
}

#content_frame ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 10px;
}

#content_frame ul li{
	list-style: disc outside;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.containershadow{
	background: url('../images/style_elements/container_background.png') repeat-y;
	width: 1000px;
	margin: 0 auto;
}

.container{
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}
.containershadow_bottom{
	background: url('../images/style_elements/container_background_bottom.png') no-repeat center;
	overflow: hidden;
	height: 50px;
	width: 1000px;
	margin: 0 auto;
}

#top_menu{
	height: 50px;
	background: url("../images/style_elements/top_menu.png") repeat-x;
	border-bottom: 2px #FFFFFF solid;
	margin: 0px;
	padding: 0px 40px 0px 40px;
}

#top_menu ul{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#top_menu ul li{
	float: left;
	display: inline;
	width: 134px;
	line-height: 50px;
	vertical-align: middle;
	background: url("../images/style_elements/top_menu_li.png") no-repeat left;
	padding-left: 30px;
}

#top_menu ul li a{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#top_menu ul li a:hover{
	text-decoration: underline;
}

#banner{
	height: 300px;
	background-image: url('../images/style_elements/banner.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#banner #pipe_and_tubes_logo{
	background-image: url('../images/style_elements/pipeandtubeslogo.png');
	background-repeat: no-repeat;
	overflow: hidden;
	width: 325px;
	height: 90px;
	top: 10px;
	left: 30px;
	position: absolute;
	z-index: 99;
}

#banner #psp_logo{
	width: 175px;
	height: 100px;
	overflow: hidden;
	background-image: url('../images/psp.png');
	top: 20px;
	right: 30px;
	position: absolute;
	float: right;
	z-index: 98;
}

#banner #sidelinks{
	background: #222a2d;
	height: 200px;
	bottom: 0px;
	left: 0px;
	width: 180px;
	padding:0px 0px 0px 20px;
	position: absolute;
	z-index: 97;
}

#banner #sidelinks p{
	line-height: 21px;
	font-size: 21px;
}

#banner #sidelinks ul li{
	background: url('../images/style_elements/greentheme/side_links_li.png') no-repeat left;
	border-bottom: #283234 1px solid;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

#content_frame_2{
	height: 100%;
	overflow: hidden;
	border-bottom: 2px #FFFFFF solid;
	background-color: #174c6c;
	width: 700px;
}

#content_frame{
	background-color: #1a2020;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#content_left_frame{
	margin: 10px 0px 10px 0px;
	width: 180px;
	background: #1a2020;
	float: left;
	min-height: 402px;
	overflow: hidden;
	padding: 10px;
	height: 100%;
}

#content_left_frame p.subheading{
	font-family: "Lucida Sans";
	font-size: 12px;
	font-style:italic;
}

#content_left_frame p{
	font-size: 11px;
}

#content_left_frame div{
	width: 160px;
	padding: 10px 10px 0px 10px;
}

#content_frame2 .content_right_frame_odd{
	background: #222a2d;
	overflow: hidden;
	border-bottom: 2px solid #FFFFFF;
	min-height: 200px;
	height: 100%;
	padding: 10px;
}

#content_frame2 .content_right_frame_even{
	background:#176C3D url('../images/style_elements/content_right_frame_even_background.png') repeat-x;
	min-height: 200px;
	height: 100%;
	overflow: hidden;	
	padding: 10px;
}

#content_frame2 .content_right_frame_even div.one{
	width: 40%; 
	float: left; 
	background: url('../images/FormingPipe.jpg') no-repeat center center;
	padding: 10px 30px 10px 30px;
	height: 186px;
}

#content_frame2 .content_right_frame_even div.two{
	width: 40%;
	float: left;
	background: url('../images/Pipe.jpg') no-repeat center center;
	padding: 10px 30px 10px 30px;
	height: 186px;
}

#footer{
	background: #222a2d;
	height: 55px;
	overflow: hidden;
}

#footer #menu{
	width: 610px;
	float: left;
	margin-left: 40px;
}

#footer #menu ul{
	float: left;
}

#footer #menu ul li{
	float: left;
}

#footer #menu ul li a{
	color: #46C43B;
	text-decoration: none;
	line-height: 55px;
	vertical-align: middle;
	border-right: #46C43B solid 2px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}

#footer #copyright{
	width: 250px;
	float: right;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	color: #989da0;
	font-size: 12px;

}

#footeraddress{
	background: #222a2d;
	height: 20px;
	color: #989da0;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
















