@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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: #000000;
}

#container {
	width: 890px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-image:url("../images/headerbg.gif");
	height: 75px;
	padding: 0 0 0 15px;  /* 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. */
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	padding:3px 0 0 0;
}
#phone {
	padding:15px 0 0 500px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
}
#corp_links {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	padding: 1px 25px 2px 0;
}
#corp_links a{
	color: #666;
	text-decoration: none;
}

#corp_links a:hover{
	color: #000000;
}
#tabs {
	float:right;
	height:35px;
	width:500px;
	font-size:14px;
	padding:23px 15px 0 0;
  }
#tabs ul {
  float:right;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:right;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
	float:right;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #current {
  background-image:url("../images/left_on.gif");
  }
#tabs #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
}

/* Page title bars */

#title {
	color:#FFFFFF;
	font-size:36px;
	padding:5px 0 0 0;
	width: 330px;
}

#indexTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/blackbanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#articlesTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/articleheader.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#environmentTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/skybanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#aboutTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/redbanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#locationTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/locationbanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#sentryfileTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/sentryfilebanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
#productTitle {
	background-color:#000000;
	padding: 0 0 0 40px;
	border-bottom: #000000 2px;
	background-image: url("../images/productbanner.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	height: 84px;
}
/***  breadcrumbs  ***/

#breadcrumbs {
	font-size:12px;
	text-decoration:none;
	color:#CCCCCC;
	padding:5px 5px 5px 0;
	height:15px;
}
#breadcrumbs a{
	text-decoration:none;
	color:#999999;
}
#breadcrumbs a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

/***  sidebar  ***/

#sidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
}

#menu {
}
dl#menu {
	width: 180px;
}
dl#menu dt {
	cursor: pointer;
	margin: 0;
	height: 20px;
	line-height: 20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-color: #0066FF;
}
dl#menu dd {
	background-color: #00CCFF;
	font-size: 12px;
}
dl#menu li {
	text-align:left;
}
dl#menu li a, dl#menu dt a {
	color:#000;
	text-decoration:none;
	display:block;
	height: 100%;
	border: 0 none;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background-color: #990099;

}
#mainContent {
	background-color:#FFFFFF;
	font-size:12px;
	min-height: 400px;
}

#productContent {
	background-color:#FFFFFF;
	font-size:12px;
}

#specials {
	float: left;
	background-color:#FFFFFF;
	text-align:center;
}

#footer {
	padding: 7px 5px 8px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url("../images/footer.gif");
	font-size:12px;
	text-decoration:none;
	color:#CCCCCC;
	background-repeat: no-repeat;
} 
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration:none;
	color:#CCCCCC;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
