@charset "utf-8";

/*  --------------------------------------    GENERAL STYLES    --------------------------------------   */
/*  --------------------------------------    GENERAL STYLES    --------------------------------------   */
/*  --------------------------------------    GENERAL STYLES    --------------------------------------   */
/*  --------------------------------------    GENERAL STYLES    --------------------------------------   */

body {
	font: 12px  Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

h1 {
	color: #0066cc;
	font-size: 1.3em;
	text-transform:uppercase;
}

h2 {
	color: #666666;
	font-size: 1.2em;
}

h3 {
	color: #0066cc;
	font-size: 1.1em;
	text-transform:uppercase;
}

h4 {
	color: #0066cc;
	font-size: 12px;
	margin-bottom: -10px;
}

h5 {
	color: #1CA8E3;
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: -10px;
}


ul {list-style-image:url(images/Bullet.jpg);}

li {margin-bottom: 15px;}
p {
	font: 100%  Helvetica, sans-serif;
	line-height: 20px;
}

input select  textarea {  font: 10px  Helvetica, sans-serif;}

a:link {color: #0066cc; font-weight:bold; text-decoration:none}
a:hover {color: #0066cc; font-weight:bold; text-decoration: underline}
a:visited {color: #1CA8E3; font-weight:bold; text-decoration: none}

#Form div { margin-bottom: 12px}
#SiteMap li{margin-bottom: 8px;}


/*  --------------------------------------    Solutions Page    --------------------------------------   */
/*  --------------------------------------    Solutions Page    --------------------------------------   */
/*  --------------------------------------    Solutions Page    --------------------------------------   */

.SolutionsPg #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.SolutionsPg #SubNav {
	width: 800px;
	padding: 10px 0px;
}
.SolutionsPg #header {
	background: #FFF; 
	padding: 0 00px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.SolutionsPg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SolutionsPg #mainContent {
	padding-right: 15px;
	padding-left: 65px;
	background: #FFFFFF;
	width: 480px;
}
.SolutionsPg #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.SolutionsPg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  --------------------------------------    SUPPLIERS PAGE     --------------------------------------   */
/*  --------------------------------------    SUPPLIERS PAGE     --------------------------------------   */
/*  --------------------------------------    SUPPLIERS PAGE     --------------------------------------   */

.SuppliersPg #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.SuppliersPg #header {
	background: #FFF; 
	padding: 0 00px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.SuppliersPg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SuppliersPg #mainContent {
	padding-right: 15px;
	padding-left: 65px;
	background: #FFFFFF;
	width: 480px;
}
.SuppliersPg #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
.SuppliersPg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  --------------------------------------    PRODUCTS PAGE     --------------------------------------   */
/*  --------------------------------------    PRODUCTS PAGE     --------------------------------------   */
/*  --------------------------------------    PRODUCTS PAGE     --------------------------------------   */


.ProductsPg #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ProductsPg #header {
	background: #FFF; 
	padding: 0 00px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.ProductsPg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ProductsPg #mainContent {
	padding-right: 15px;
	padding-left: 20px;
	background: #FFFFFF;
	width: 420px;
	float:left;
}
.ProductsPg #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
.ProductsPg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  --------------------------------------    DISTRIBUTORS PAGE     --------------------------------------   */
/*  --------------------------------------    DISTRIBUTORS PAGE     --------------------------------------   */
/*  --------------------------------------    DISTRIBUTORS PAGE     --------------------------------------   */

.DistributorsPg #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.DistributorsPg #header {
	background: #FFF; 
	padding: 0 00px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.DistributorsPg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.DistributorsPg #mainContent {
	padding-right: 15px;
	padding-left: 65px;
	background: #FFFFFF;
	width: 480px;
}
.DistributorsPg #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
.DistributorsPg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*  --------------------------------------    COMPANY PAGE     --------------------------------------   */
/*  --------------------------------------    COMPANY PAGE     --------------------------------------   */
/*  --------------------------------------    COMPANY PAGE     --------------------------------------   */

.CompanyPg #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.CompanyPg #header {
	background: #FFF; 
	padding: 0 00px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.CompanyPg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.CompanyPg #mainContent {
	padding-right: 15px;
	padding-left: 20px;
	background: #FFFFFF;
	width: 520px;
	float:left;
}
.CompanyPg #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
.CompanyPg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}