﻿/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}legend{color:#000}dl,dd,dt,ol,ul{list-style:none;}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #d9e9ea url(../images/background.gif) left top repeat-x;
  font: normal 62.5% FreeSans, Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

#wrap {
  width: 900px;
  margin: 0 auto;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.curve {
  z-index: 1;
}


/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  text-align: right;
  padding-bottom: 2em;
}


#header #logo {
  float: left;
}

#header #toplinks {
  padding: 9px 0;
}

#header #toplinks li {
  display: inline;
  padding: 9px 15px 9px 40px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 34px;
  color: #435050;
}

#header #toplinks li.phone {
  background: url(../images/icon-phone.gif) left top no-repeat;
}

#header #toplinks li.email {
  background: url(../images/icon-email.gif) left top no-repeat;
}

#header #toplinks li a {
  color: #435050;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  float: right;
}

#nav li {
  display: block;
  float: left;
  position: relative;
  z-index: 100;
}

#nav li a {
  display: block;
  float: left;
  background: url(../images/nav-background.gif) left top repeat-x;
  font-size: 1.2em;
  font-weight: bold;
  color: #454444;
  padding: 0 22px;
  line-height: 45px;
  border-right: 1px solid #c7c7c7;
}

#nav li.first a {
  border-left: 0 none;
  padding-left: 0;
}

#nav li.first a span {
  display: block;
  background: url(../images/nav-background-left.gif) left top no-repeat;
  padding-left: 22px;
}

#nav li.first a:hover span, #nav li.first:hover a span {
  display: block;
  background: url(../images/nav-background-left-over.gif) left top no-repeat;
}


#nav li.last a {
  border-right: 0 none;
  padding-right: 0;
}

#nav li.last a span {
  display: block;
  background: url(../images/nav-background-right.gif) right top no-repeat;
  padding-right: 22px;
}

#nav li.last a:hover span, #nav li.last:hover a span {
  display: block;
  background: url(../images/nav-background-right-over.gif) right top no-repeat;
}

#nav li a:hover, #nav li:hover a {
  background: url(../images/nav-background-over.gif) left top repeat-x;
  text-decoration: none;
}


#nav li ul {
  display: none;
}

#nav li:hover ul {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  background: #454444;
  width: 210px;
  z-index: 100;
}

#nav li ul li {
  float: none;
  background: #454444;
}

#nav li:hover ul li a {
  display: block;
  float: none;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1em;
  background: #454444;
  padding: 7px 15px;
  color: #fff;
  text-align: left;
  border: 0 none;
}

#nav li:hover ul li a:hover {
  background: #454444;
  color: #f67820;
}

#nav li:hover ul li.alt a, #nav li:hover ul li.alt a:hover {
  background: #585757;
}


/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Main----*/

#main {
  clear: both;
  border: 1px solid #c7c7c7;
  background: #c1cfd0 url(../images/home-block-background.gif) left top repeat-x;
  margin-bottom: 3em;
}

#main .pad {
  padding: 6px;
}

#main blockquote {
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  color: #435050;
  border-left: 4px solid #f67820;
  padding-left: 5px;
  margin-left: 20px;
}

#white {
  background: #fff;
  margin-bottom: 2em;
}


/*----End Main----*/
/*---------------------------------------------------------------------*/
/*----Home Block----*/

#white #left {
  padding: 15px;
  width: 334px;
  float: left;
}

#white #left h1 {
  font-size: 2.3em;
  color: #435050;
  padding-bottom: 10px;
  border-bottom: 1px solid #454444;
  margin-bottom: 10px;
}

#white #left h1 em {
  font-style: normal;
  font-weight: bold;
  color: #f67820;
}

#white #left p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #435050;
  margin-bottom: 0;
}

#white #right {
  float: left;
  padding: 15px;
  width: 490px;
}

#white #right .featured {
  float: left;
  width: 130px;
  height: 27px;
  margin: 0 13px 13px 0;
  padding: 73px 10px 0 10px;
}

#white #right .aluminum {
  background: url(../images/featured-home-aluminum.gif) left top no-repeat;
}

#white #right .silicon {
  background: url(../images/featured-home-silicon.gif) left top no-repeat;
}

#white #right .brass {
  background: url(../images/featured-home-brass.gif) left top no-repeat;
}

#white #right .copper {
  background: url(../images/featured-home-copper.gif) left top no-repeat;
}

#white #right .nickel {
  background: url(../images/featured-home-nickel.gif) left top no-repeat;
}

#white #right .pewter {
  background: url(../images/featured-home-pewter.gif) left top no-repeat;
}

#white #right .lead {
  background: url(../images/featured-home-lead.gif) left top no-repeat;
}

#white #right .zinc {
  background: url(../images/featured-home-zinc.gif) left top no-repeat;
}

#white #right .featured a {
  border-left: 4px solid #f67820;
  padding: 5px 0 5px 4px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
}

#white #right .brass a, #white #right .silicon a, #white #right .lead a, #white #right .zinc a {
  padding: 0 0 0 4px;
}

#white #right #btn-catalog {
  clear: both;
  margin: 0 auto;
  width: 209px;
  height: 41px;
}

#white #right #btn-catalog a {
  width: 209px;
  height: 41px;
  display: block;
  background: url(../images/btn-pdf-catalog.gif) left top no-repeat;
  color: #454444;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 47px;
  line-height: 41px;
}


/*----End Home Block----*/
/*---------------------------------------------------------------------*/
/*----Bottom Blocks----*/

#bottomblocks {
  background: url(../images/bottom-blocks-background.gif) center top repeat-y;
  height: 200px;
  margin-bottom: 2em;
}


#bottomblocks .block {
  background: #f5f9fa;
  width: 290px;
  height: 200px;
  float: left;
  position: relative;
}

#bottomblocks #praise {
  margin: 0 15px;
}

#bottomblocks .block div.padding {
  background: #fdfefe;
  margin: 10px 0;
  height: 135px;
  padding: 38px 7px 7px;
}

#bottomblocks .block h1 {
  font-size: 1.6em;
  color: #f77322;
  border-bottom: 2px dotted #85a2a4;
  font-weight: bold;
  line-height: 38px;
  padding: 0 0 2px 40px;
  position: absolute;
  top: 0;
  left: 7px;
  width: 236px;
}

#bottomblocks #promise h1 {
  background: url(../images/icon-block-promise.gif) left top no-repeat;
}

#bottomblocks #praise h1 {
  background: url(../images/icon-block-praise.gif) left top no-repeat;
}

#bottomblocks #help h1 {
  background: url(../images/icon-block-help.gif) left top no-repeat;
}

#bottomblocks .block ol {
  padding: 0 10px;
}

#bottomblocks .block ol li {
  font-size: 1.1em;
  padding-left: 32px;
  color: #4f4f4f;
  margin-bottom: 1em;
}

#bottomblocks .block ol li.li-1 {
  background: url(../images/bullet-01.gif) left 2px no-repeat;
}

#bottomblocks .block ol li.li-2 {
  background: url(../images/bullet-02.gif) left 2px no-repeat;
}

#bottomblocks .block ol li.li-3 {
  background: url(../images/bullet-03.gif) left 2px no-repeat;
}

#bottomblocks .block div.photo {
  float: left;
  margin-right: 10px;
}

#bottomblocks .block blockquote {
  font-size: 1.4em;
  font-weight: bold;
  color: #4f4f4f;
  margin-bottom: 1em;
}

#bottomblocks .block blockquote cite {
  font-size: .8em;
  font-weight: normal;
  font-style: normal;
  display: block;
}

#bottomblocks #praise p {
  font-size: 1.1em;
}

#bottomblocks .block a {
  color: #f77322;
  font-weight: bold;
}

#bottomblocks .block p {
  font-size: 1.5em;
  color: #4f4f4f;
  line-height: 2em;
}

#bottomblocks #help p {
  font-weight: bold;
}

#bottomblocks #help p strong {
  color: #f77322;
  font-size: 1.2em;
}


/*----End Bottom Blocks----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer #links {
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 4px 0;
  margin-bottom: 1em;
}

#footer #links div {
  padding: 10px;
  text-align: center;
  background: #cbd9da;
}

#footer #links ul li {
  display: inline;
  text-transform: uppercase;
  border-right: 1px solid #454444;
  padding: 0 5px;
}

#footer #links ul li.last {
  border: 0 none;
}

#footer #links ul li a {
  color: #454444;
}

#footer #links ul.products {
  padding-top: 5px;
}

#footer #links ul.products li {
  border-color: #777777;
}

#footer #links ul.products li a {
   color: #777777;
}

#footer p {
  font-size: 1.1em;
}

#footer p.address {
  color: #435050;
  text-align: right;
  float: right;
  font-weight: bold;
}

#footer p a {
  color: #607f82;
  font-weight: bold;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Product List----*/

#productslist {
  padding: 19px;
  width: 165px;
  float: left;
}

#productslist h1 {
  font-size: 2.3em;
  color: #435050;
  border-bottom: 1px solid #454444;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#productslist li {
  width: 132px;
  height: 26px;
  margin: 0 auto 9px;
  padding: 31px 10px 0 10px;
  display: block;
}

#productslist li.aluminum {
  background: url(../images/product-aluminum.jpg) left top no-repeat;
}

#productslist li.pewter {
  background: url(../images/product-pewter.jpg) left top no-repeat;
}

#productslist li.silicon {
  background: url(../images/product-silicon.jpg) left top no-repeat;
}

#productslist li.bronze {
  background: url(../images/product-bronze.jpg) left top no-repeat;
}

#productslist li.copper {
  background: url(../images/product-copper.jpg) left top no-repeat;
}

#productslist li.lead {
  background: url(../images/product-lead.jpg) left top no-repeat;
}

#productslist li.zinc {
  background: url(../images/product-zinc.jpg) left top no-repeat;
}

#productslist li a {
  border-left: 4px solid #f67820;
  padding: 5px 0 5px 4px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
}

#productslist li.bronze a, #productslist li.silicon a, #productslist li.lead a, #productslist li.zinc a, #productslist li.pewter a {
  padding: 0 0 0 4px;
}
/*----End Product List----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
  float: left;
  margin-left: 14px;
  padding: 19px 19px 19px 0;
  width: 650px;
  position: relative;
}

#content h1 {
  font-size: 2.3em;
  color: #f67820;
  font-weight: bold;
  border-bottom: 1px solid #454444;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

#middle {
  float: left;
  width: 470px;
  margin-right: 11px;
}

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #f67820;
  margin-bottom: 1em;
}

#content h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #f67820;
  margin-bottom: 1em;
}

#content table {
  width: 100%;
  margin-bottom: 2em;
}

#content table tr.odd {
  background: #e5f0f0;
}

#content table tr.even {
  background: #fff
}

#content table th {
  font-size: 1.2em;
  font-weight: bold;
  color: #575656;
  border-bottom: 1px solid #a2a1a1;
  padding: 5px;
  text-align: center;
}

#content table td {
  font-size: 1.1em;
  text-align: center;
  padding: 5px;
}

#content p {
  font-size: 1.2em;
  color: #575656;
  margin-bottom: 1em;
  line-height: 1.5em;
}

#content dt {
  font-size: 1.2em;
  color: #575656;
  line-height: 1.5em;
  font-weight: bold;
}


#content dd {
  font-size: 1.2em;
  color: #575656;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-left: 1em;
}

#content dl {
  margin-bottom: 1em;
  margin-left: 1em;
}


#content table caption {
  caption-side: bottom;
  font-size: 1.2em;
  padding: 1em 0;
  display: block;
  color: #575656;
}

#content #middle a {
  font-weight: bold;
  color: #575656;
  border-bottom: 1px dotted #575656;
}

#content #middle a:hover {
  border-bottom: 1px solid #575656;
  text-decoration: none;
}


#content li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #575656;
}

#content ul li {
  background: url(../images/bullet-arrow.gif) left 7px no-repeat;
  padding-left: 10px;
}


#content #btn-catalog {
  clear: both;
  width: 209px;
  height: 41px;
  margin-bottom: 1em;
}

#content #btn-catalog a {
  width: 209px;
  height: 41px;
  display: block;
  background: url(../images/btn-pdf-catalog.gif) left top no-repeat;
  color: #454444;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 47px;
  line-height: 41px;
  border: 0 none;
}

#content #btn-catalog a:hover {
  border: 0 none;
  text-decoration: underline;
}

/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Breadcrumbs----*/

#content p#breadcrumbs {
  position: absolute;
  color: #000;
  right: 19px;
  top: 0px;
  text-transform: lowercase;
  font-size: 1em;
}

#content p#breadcrumbs a {
  color: #000;
}


/*----End Breadcrumbs----*/
/*---------------------------------------------------------------------*/
/*----Sidebar----*/

#sidebar {
  float: left;
  border-left: 1px solid #bfbfbf;
  padding-left: 11px;
  width: 157px;
}

#sidebar h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #f67820;
  margin-bottom: .5em;
  border-bottom: 0 none;
  padding-bottom: 0;
}

#sidebar ul {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
}

#sidebar li {
  background: url(../images/bullet-sidebar.gif) left 7px no-repeat;
  padding-left: 7px;
  font-size: 1.1em;
  margin-bottom: 10px;
}

#sidebar li a {
  color: #464645;
}

#sidebar ul#buttons {
  margin-bottom: 1em;
  border-bottom: 0 none;
}

#sidebar ul#buttons li {
  background: none;
  display: block;
  width: 157px;
  height: 36px;
  padding: 0;
}

#sidebar ul#buttons li a {
  display: block;
  width: 110px;
  height: 32px;
  font-size: 1.2em;
  font-weight: bold;
  color: #454444;
  padding: 2px 0 2px 47px;
}

#sidebar ul#buttons li.catalog a {
  background: url(../images/btn-catalog.gif) left top no-repeat;
}

#sidebar ul#buttons li.request-info a {
  background: url(../images/btn-request-info.gif) left top no-repeat;
}

#sidebar ul#buttons li.email a {
  background: url(../images/btn-email.gif) left top no-repeat;
}


/*----End Sidebar----*/
/*---------------------------------------------------------------------*/
/*----Form----*/

#content form legend {
  font-size: 1.2em;
  color: #575656;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

#content form fieldset {
  width: 450px;
  margin-bottom: 1em;
  padding: 0 0 10px;
}

#content form label {
  font-size: 1.2em;
  color: #575656;
  line-height: 1.5em;
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 8px;
  padding: 2px;
}

#content form input.inputTxt {
  /*background: #fff;
  border: 1px solid #666;*/
  padding: 2px;
  width: 250px;
  margin-bottom: 1em;
  display: block;
  float: left;
  color: #575656;
}

#content form br {
  clear: both;
}

#content form input.inputCheck {
  margin: 2px;
}

#content form select {
  width: 256px;
  margin-bottom: 1em;
  display: block;
  float: left;
  color: #575656;
  padding: 2px;
}

#content form textarea {
  padding: 2px;
  width: 470px;
  height: 200px;
  margin-bottom: 1em;
  display: block;
  float: left;
  color: #575656;
}

#content a.photo {
  border-bottom: 0 none;
  float: right;
  margin: 0 0 10px 10px;
  display: block;
}

#content a.photo:hover {
  border: 0 none;
}

#content .required_field {
	font-size: 8pt;
	color: red;
	text-align: right;
	padding: 0px 50px 10px 0px;
}

#content .required_field1 {
	font-size: 8pt;
	color: red;
	text-align: right;
}
/*----End Form----*/
