@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	background-image:url(../_images/newbg.jpg);
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	color: #000066;
}

#jesus {
	width: 780px;
	background-color: #FFF;
	text-align: left;	
	
}

#header {
	width: 780px;
	height: 115px;
	background-image:url(../_images/header_logo.jpg);
	background-repeat: no-repeat;
}
	
	#header span {
		display: none;
		width: 372px;
		height: 58px;
	}
	
	#header .contact-information {
	}

#header-plumbing-supply-lines{
	background-image:url(../_images/headers/header-manufacturer-lines.jpg);
	background-repeat:no-repeat;
	height: 145px;
	border:1px solid #EEEEEE;
	margin: 0;
}

#header-sales-territories{
	background-image:url(../_images/headers/header-sales-territories.jpg);
	background-repeat:no-repeat;
	height: 145px;
	border:1px solid #EEEEEE;
	margin: 0;
}

#header-about-our-company{
	background-image:url(../_images/headers/header-about-our-company.jpg);
	background-repeat:no-repeat;
	height: 145px;
	border:1px solid #EEEEEE;
	margin: 0;
}

#header-contact-us{
	background-image:url(../_images/headers/header-contact-us.jpg);
	background-repeat:no-repeat;
	height: 145px;
	border:1px solid #EEEEEE;
	margin: 0;
}

#main-content {
	background-color: #CCCCCC;

}

#content {

}

	#content p {
	}

	form label { 
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 85px; 
		padding: 0; 
		margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
		text-align: left; 
	}
	
	form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
		width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
		margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	}

	form br {
		clear:left;
	}


textarea { overflow: auto; }

#menu {
	background: url(../_images/menu_bg.jpg) 0 0 no-repeat;
	width: 780px;		/* Width of entire image */ 
	height: 40px;		/* Height of buttons */
	margin: 0;
}

#menu span {
	display: none;
}

#menu li, #menu a {
	height: 40px;		/* Each button must have the same height, define it here */ 
	display: block;
}

#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home	 			{ width: 200px; }
#menu-about-us 			{ width: 140px; }
#menu-manufacturers 	{ width: 180px; }
#menu-sales-territories { width: 150px; }
#menu-contact-us 		{ width: 110px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover					{ background: transparent url(../_images/menu.jpg) 0px -40px no-repeat; }
#menu-about-us a:hover				{ background: transparent url(../_images/menu.jpg) -200px -40px no-repeat; }
#menu-manufacturers a:hover			{ background: transparent url(../_images/menu.jpg) -340px -40px no-repeat; }
#menu-sales-territories a:hover		{ background: transparent url(../_images/menu.jpg) -520px -40px no-repeat; }
#menu-contact-us a:hover			{ background: transparent url(../_images/menu.jpg) -670px -40px no-repeat; }

	#menu li {
		float: left;
	}
	
	#menu li a {
		display: block;
		width: 185px;
		padding: 5px;
		text-align: center;
		color: #333;
	}
	
	#menu li a:hover{
		color: #EEE;
	}
	
	#menu-home span {
		display: none;
		width: 200px;
	}
	
	#menu-about-us span {
		display: none;
		width: 140px;
	}
	
	#menu-manufacturer span{
		display: none;
		width: 180px;
	}
	
	#menu-sales-territories span{
		display: none;
		width: 150px;
	}
	
	#menu-contact-us span{
		display: none;
		width: 110px;
	}

	
#submenu-left {
	padding: 5px;
	float: left;
	width: 170px;
}


#submenu-right {
	padding: 10px;
	border-right: 1px solid #EEE;
	width: 200px;
	height: 500px;
	float: right;
	background-image: url(../_images/submenu_right.jpg);
	background-repeat: no-repeat;
}


#main-contact{
	background-image:url(../_images/right-contact-us.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
	width: 200px;
	float: left;
	margin: 20px 20px 20px 0;

}

#main-contact a {
	width: 200px;
	height: 125px;
	float: left;
	margin: 15px 15px 15px 0;
	top: 0;
	left: 0;
}

#main-contact a span {
	display: none;
}

#main-line-card{
	background-image:url(../_images/right-manufacturer-lines.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
	width: 200px;
	float: left;
	margin: 20px 20px 20px 20px;

}

#main-line-card span {
	display: none;
		width: 200px;
		height: 125px;
}

#main-download{
	background-image:url(../_images/right-download.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
	width: 200px;
	float: left;
	margin: 20px 20px 20px 0;

}

#main-download a {
	width: 200px;
	height: 125px;
	float: left;
	margin: 15px 15px 15px 0;
	top: 0;
	left: 0;
}

#main-download a span {
	display: none;
}

#main-company{
	background-image: url(../_images/right-contact-us.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
	width: 200px;
		float: left;
	margin: 20px 20px 20px 0;

}

#main-company span {
	display: none;
		width: 200px;
		height: 125px;
			float: left;
	margin: 15px 15px 15px 0;

}

#main-manufacturer-lines{
	background-image:url(../_images/main-manufacturer-lines.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
	width: 335px;
	float: left;
	margin: 20px 0 20px 0;

}

#main-manufacturer-lines a {
	width: 335px;
	height: 135px;
	float: left;
	margin: 20px 0 20px 0;
	top: 0;
	left: 0;
}

#main-manufacturer-lines a span {
	display: none;
}

#submenu-right {
	padding: 10px;
	border-right: 1px solid #EEE;
	width: 200px;
	height: 500px;
	float: right;
	background-image: url(../_images/submenu_right.jpg);
	background-repeat: no-repeat;
}

#submenu-right-contact{
	background-image:url(../_images/right-contact-us.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
}

#submenu-right-contact span {
	display: none;
		width: 200px;
		height: 125px;
}

#submenu-right-line-card{
	background-image:url(../_images/right-manufacturer-lines.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
}

#submenu-right-line-card span {
	display: none;
		width: 200px;
		height: 125px;
}

#submenu-download{
	background-image:url(../_images/right-download.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #EEE;
	height: 135px;
}

#submenu-download span {
	display: none;
		width: 200px;
		height: 125px;
}

#mainsubcontent {
	padding: 0;
	float: left;
	width: 780px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}


#subcontent {
	padding: 10px 7px 10px 10px;
	float: left;
	width: 760px;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

#subcontentwithsidebar {
	padding: 0 15px 15px 15px;
	float: left;
	width: 520px;
			background-image: url(../_images/leftshadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 500px;
}

#subheader{
	
}

#footer {
	background-image:url(../_images/footer_bg.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
	height: 100px;
	margin: 0;
	padding: 50;
}
	
	#footer .menu {
		margin: 0 0 0 150px;
		padding: 55px 0 0 20px;
		text-align: center;
	}
		
		#footer .menu ul {
			text-align: center;
		}
		
		#footer .menu li {
			float: left;
			padding: 0 3px 0 3px;
		}
		
		#footer .menu li a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#footer	.menu li a:hover{
			text-decoration: underline;
		}
	
		#footer .info {
			color: #3333333;
			text-align: center;
			padding: 35px 0 35px 0;
		}
		
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.copyright {
		color: #CCCCCC;
	}
	
	.contact-information {
		color: #CCCCCC;}
		
.box-manufacturer {
	height: 165px;
	width: 165px;
	border: 1px solid #FFFFFF;
	margin: 7px;
	float: left;
	vertical-align: middle;
	text-align: center;
	padding:3px;
}

input, textarea {
	font-family: Arial Verdana, Tahoma;
	font-size: 11px;
	color: #333333;
	width: 190px;
	padding: 2px;
}

.nopicture {
	background-image:url(../_images/no_picture.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 150px;
	margin: 15px 15px 0 0;
	float: left;
}