/***
	BRUCE SUPPLY STYLESHEET
	VERSION 1.2
	9.10.08
***/

body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/***
	DROPDOWN MENU
***/

.menu_bg {
	background: #ccc url('css_images/topnavgradient.gif') repeat-x;
}

.ddmx {
	height: 35px;
	width: 945px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1e3e69;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-repeat: repeat-x;
	float: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: arial;
	font-size: 12px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	color: #1e3e69;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ddmx .item2 {
	background-color: #e2e1d5;
	height: 15px;
	text-align: left;
	padding-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: transparent;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #e2e1d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	padding-top: 5px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
	border: transparent;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	margin: 1px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.on_page {	
	color:#1F3E6A;
}

/***
	BACKGROUNDS
***/

.left_grad_bg {
	background: #fff url('css_images/left_grad_bg.gif') repeat-y;
}

.right_grad_bg {
	background: #fff url('css_images/right_grad_bg.gif') repeat-y;
}

.index_body {
	background: #EBEAE0 url('css_images/grey_bg.gif') repeat-y;
}

.page_body {
	background: #EBEAE0 url('css_images/page_bg.gif') repeat-y;
}

.page_bottom {
	background: #fff url('css_images/page_bottom_bg.gif') bottom repeat-x;
}

/***
	FOOTER
***/

.footer_phone {
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #000;
}

.footer_text {
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #3B78C4;
}

/***
	ACCORDIAN MENU
***/

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 131px;
  text-align: left;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
  background: #E2E1D5;
  color: #1E3E69;
}

ul.menu li.title {
  margin-top: 1px;
  background: #E2E1D5;
  color: #1E3E69;
  padding: 0.5em;
  font-weight: bold;
}

ul.menu li a {
  background: #E2E1D5;
  color: #1E3E69;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #E2E1D5;
}

ul.menu li ul li a {
  background: #fff;
  color: #1E3E69;
  padding-left: 15px;
  padding-right: 0.3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: -1px;
}

ul.menu li ul li a:hover {
  background: #fff;
  padding-left: 15px;
  color: #FA8B15;
}

ul.menu li ul li a.current_page {
  background: #fff;
  padding-left: 15px;
  color: #FA8B15;
  font-weight: bold;
}

/***
	LINKS
***/

a.text:link, a.text:visited {
	text-decoration : none;
	color: #336699;
	font-size: 12px;
	font-weight:bold;
}

a.text:hover {
	text-decoration : underline;
	color: #336699;
	font-size: 12px;
	font-weight:bold;
}

a.tab:link, a.tab:visited {
	text-decoration : none;
	color: #666666;
	font-size: 12px;
}

a.tab:hover {
	text-decoration : none;
	color: #666666;
	font-size: 12px;
}



/***
	TABS
***/

.plumbing_tab{
	background: #EBEBDF url('css_images/plumbing_bg.gif');
}

.heating_tab{
	background: #EBEBDF url('css_images/heating_bg.gif');
}

.pipe_tab{
	background: #EBEBDF url('css_images/pipe_bg.gif');
}

.specialty_tab{
	background: #EBEBDF url('css_images/specialty_bg.gif');
}

.other_tab{
	background: #EBEBDF url('css_images/other_bg.gif');
}

/***
	TEXT FORMATTING
***/

.blue_title {
	color:#1E3E69;
	font-weight: bold;
}

/***
	CMS
***/

.cms {
	background: #fff url('css_images/cms_home_bg.gif') no-repeat;
}

.cms_header {
	height: 53px;
	color: #fff;
	font-size: 20pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
	padding-left: 30px;
	text-align: left;
}

.cms_description {
	height: 53px;
	color: #000;
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
	padding-left: 30px;
	text-align: left;
}

.cms_image {
	padding-left: 30px;
	text-align: left;
}

.cms_link{
	height: 35px;
	color: red;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	padding-left: 30px;
	text-align: left;
}

.cms_link a{
	color: red;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.cms_contact {
	height:35px;
	color: #000;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	padding-left: 30px;
	text-align: left;
}

.error {
	color: red;
	font-size: 9pt;
	font-family: Arial, Helvetica;
}

#navigation ul a:link, #navBar ul a:visited {
	display: block;
}

#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #ccc;
}

html>body #navigation li {
	border-bottom: none;
}


#navigation a {
	display: block;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #555;
}

#navigation a:hover{
	background-color: #fff;
	color: #555;
}
