@charset "utf-8";

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body  {
	font: 12px Arial, Helvetica, sans-serif; line-height:20px;
	color:#516E78;
	background-color:#516E78;
	background-image:url(images/bg.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
	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 */
}
a { text-decoration:none; color:#b9d800}

h1 { font-size:17px; margin-right:20px;}

.green_italic { font-style:italic; color:#b9d800;}

#list { width:200px; float:left; margin:-11px 0 0 -20px;}
.twoColFixLtHdr #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: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	height:562px;
} 

.twoColFixLtHdr #container li {list-style-image:url(images/dot.gif)}

.twoColFixLtHdr #header { 
position:relative;
	background: #516E78; 
	padding:0;  /* 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. */
 height:78px;
 border-bottom:#b9d800 1px solid;} 

.twoColFixLtHdr #telno { position:absolute; right:10px; top:15px;}
.twoColFixLtHdr #menu {
	padding: 0 10px 0 40px;
	margin:0;
	position:relative;
	text-align:right;
	position:absolute;
	right:0;
	bottom:-6px;
	width:800px;
	
}

.twoColFixLtHdr #menu img { margin-left:3px;border:0;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* 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 */
	margin: 10px 0px 0px 25px;
	color:#b9d800;
}
.twoColFixLtHdr #sidebar1 a { color:#516E78;}
.twoColFixLtHdr #sidebar1 a:hover { color:#b3bec2;}

.twoColFixLtHdr #mainContent {
	margin: 77px 40px 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.twoColFixLtHdr #packagingImage {
	margin: 0 0 0 167px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:445px;
	position:relative;
	
	}

.twoColFixLtHdr #packagingImage p {
	position:absolute;
	top:332px;
	width: 600px;
	font-size:0.9em;
	line-height:15px;
	left: 12px;


}
	


.twoColFixLtHdr #footer { 
	
	background:#b9d800; 
	height:25px;
	border-top:#E2E68E 1px solid;
	color:ffffff;
	position:absolute;
	bottom:0;
	width:800px;
} 
.twoColFixLtHdr #footer a { color:#ffffff;}
.twoColFixLtHdr #footer a:hover { color:#526e79;}

#copyright {font-size:9px; color:#ffffff; margin:2px 0px 0 20px; width:200px; float:left;}

.twoColFixLtHdr #footer ul {
	list-style:none;
	margin:2px 0 0 0;
	position:absolute;
	right:0;
	font-size:10px;
}
.twoColFixLtHdr #footer li { display:inline;padding:0 10px 0 0;}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

