@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;  /* To keep all of the browsers happy */
	}

body	{
	margin: 0px;
	background-image:url(../Images/gifs/bkgrd2_2.gif);  /* background image */
	background-repeat: repeat-y;  /* repeats the background image vertically on the page */
	}
	
form	{
	padding:0px;  /* Necessary so the form remains its proper size */
	margin:0px;
	}

#wrapper {
	width: 800px;
	position: relative;
	margin: 0 0 0 0;
	background-color: #fff;
/*	border-left: 1px solid #336699; */
	border-right: 1px solid #eeeece;
	}

#header {
	width: 800px;
	height: 204px;
	background-color: #FFC;
	}

#breadcrumb {
	background-color: #336699;
	height: 20px;
	width: 800px;
	}

#sidebar {
	float: left;
	height: 572px;
	width: 150px;
	text-align: center;
	padding-top: 30px;
	background-color: #eeeece;
	}

#sidebar2 {		/* For the Res-CarbonComp.htm Page */
	float: left;
	height: 602px;
	width: 150px;
	text-align: center;
	background-color: #eeeece;
	}
	
#sidebarLong {  /* For pages that have more links */
	float: left;
	height: 872px;
	width: 150px;
	text-align: center;
	padding-top: 30px;
	background-color: #eeeece;
	}

#title {
	float: right;
	height: 50px;
	width: 626px;
	border-bottom: 1px solid #eeeece;	
}

#ColumnOne {
	float: left;
	height: 550px;
	width: 311px;
	margin-left: 24px;
	border-right: 1px solid #eeeece;
	}

#ColumnOneLong {  /* For pages that have more links */
	float: left;
	height: 850px;
	width: 311px;
	margin-left: 24px;
	border-right: 1px solid #eeeece;
	}
	
#ColumnOne2	{	/* For single column pages */
	float: left;
	height: 550px;
	width: 622px;
	margin-left: 24px;
	}

#ColumnOne2 a:link, #ColumnOne2 a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}
	
#ColumnOne2 a:hover	{
	color: #1a1919;  /* The color of the links */
	text-decoration: none;	/* No underline */
	}	

#ColumnTwo {
	float: right;
	height: 550px;
	width: 311px;
	}

#ColumnTwoLong {  /* For pages that have more links */
	float: right;
	height: 850px;
	width: 311px;
	}

#pagelinks	{
	margin-top: 20px;  /* Offset from the top of the div */
	margin-left: 30px;  /* Offset from the left of the div */
	padding: 0;
	}

#pagelinks ul	{
	list-style: none;  /* Eliminates the Bullets */
	margin: 0;
	padding: 0;
	border: none;	
}

#pagelinks li	{  /* Styles the links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;  /* Use this instead of padding bottom because IE7 sucks a giant boner */
	list-style: none;
	background-image: url(../Images/gifs/bullet.gif);
	background-repeat: no-repeat;
	background-position: .125em .45em;  /* Positions the bullet.gif */
	padding-left: 12px;
	}

#pagelinks a:link, #pagelinks a:visited	{  /* Styles the links */
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}

#pagelinks a:hover	{  /* Styles the hover */
	color: #1a1919;  /* The color of the links when mouse over */
	text-decoration: none;  /* No underline */
	}

#footer {
	background-color: #CFF;
	height: 100px;
	width: 800px;
	clear: both;
	}

/* *********************** SPECIAL STYLES ************** */

#notice {  /* Discount box for the Capacitor Pages */
	position:absolute;
	left:286px;
	top:560px;
	width:400px;
	height:200px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #eeeece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#notice2 {  /*For Potentiometer Pages */
	position:absolute;
	left:286px;
	top:680px;
	width:400px;
	height:70px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 8px;
}

#notice3 {  /*For HVAC Pages */
	position:absolute;
	left:286px;
	top:740px;
	width:400px;
	height:40px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 8px;
}

#notice3 a:link, #notice3 a:visited	{
	text-decoration: none;
	color: #929090;	
	}

#notice3 a:hover	{
	text-decoration: none;
	color: #1a1919;
	}



/* *********************** CLASSES ********************* */	

.breadhead	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #FFFF66;
	padding-top: 2px;
	padding-left: 160px;
}

.breadhead a	{
	background: transparent url(../Images/gifs/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 18px; /*adjust bullet image padding*/
	color: white;
/*	margin-left: 30px; */
	}
	
.breadhead a:hover	{
	text-decoration: underline;	
}

.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 5px;
}

.redheadermed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 5px;
}

.text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 8px;
	}

.lighttext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e2727;
	padding-top: 4px;
	}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: yellow;
	border: 1px solid #000;
	text-align: center;
	width: 450px;
	margin-left: 50px;
	}

.boldtextltbkgrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFC;
	border: 1px solid #808080;
	text-align: center;
	width: 500px;
	margin-left: 10px;
	padding: 8px;
	}

.related	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: underline;	
}

hr {  /* Allow some space between the images and text in the Sidebar */
	margin-top: 15px;
	margin-bottom: 15px;
}

.tableborders	{
	border-top: 1px solid #eeeece;
	border-bottom: 1px solid #eeeece;	
}

.tablecellborders	{
	border-bottom: 1px solid #eeeece;	
}

/* *********************** STYLES FOR INDEX PAGES ********************* */	

#content {
	background-color: #fff;
	background-image: url(../Images/gifs/index-pages-bkgrd2.gif);
	background-repeat: repeat-y;
	}


#sidebar-index {
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 30px;
	height: 100%;
	}
	
#ColumnOne-index {
	float: left;
	width: 261px;
	margin-top: 15px;
/*	border-right: 1px solid #eeeece; */
	}

#ColumnTwo-index {
	float: left;
	width: 261px;
	margin-top: 15px;
/*	border-right: 1px solid #eeeece; */
	}

#ColumnThree-index {
	float: right;
	width: 150px;
	margin-top: 25px;
	text-align: center;
	min-height: 680px;  /* This is so the shorter alphabetical listing pages aren't scrunched together */
	}

#pagelinks-index	{
	margin-top: 20px;  /* Offset from the top of the div */
	margin-left: 20px;  /* Offset from the left of the div */
	padding: 0;
	}

#pagelinks-index ul	{
	list-style: none;  /* Eliminates the Bullets */
	margin: 0;
	padding: 0;
	border: none;	
}

#pagelinks-index li	{  /* Styles the links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;  /* Use this instead of padding bottom because IE7 sucks a giant boner */
	list-style: none;
	background-image: url(../Images/gifs/bullet2.gif);
	background-repeat: no-repeat;
	background-position: .325em .45em;  /* Positions the bullet.gif */
	padding-left: 12px;
	}

#pagelinks-index a:link, #pagelinks-index a:visited	{  /* Styles the links */
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}

#pagelinks-index a:hover	{  /* Styles the hover */
	color: #1a1919;  /* The color of the links when mouse over */
	text-decoration: none;  /* No underline */
	}

	
/***** CLASSES FOR INDEX PAGES *****/

#sidebar-index .bigletter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
}

#pagelinks-index div {
	font-weight: bold;
	text-decoration: underline;	
}

#pagelinks-index span	{
	font-style: italic;
}

