@charset "UTF-8";
body  {
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #1F5079;
}
* {
	margin: 0;
	padding: 0;

}

.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/background_blue-gray.gif) repeat-y;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-bottom-color: #333333;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 1000px;
	float: left;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 197px; /* 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: #467096;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 223px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 715px;
}
.twoColFixLtHdr #copyrightAboveFooter {
	float: left;
	width: 195px;
	clear: both;
	padding-left: 15px;
	font-size: 0.75em;
	padding-bottom: 15px;
	color: #CCE959;
}
 
.twoColFixLtHdr #footer {
	background:#FFFFFF;
	font-size: 12px;
	color: #003D6E;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	clear: both;
} 
.twoColFixLtHdr #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 */
}
.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;
}
#banner_nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
}
#container #header #banner_logo {
	background: url(../images/banner_images/logo-w-name.jpg);
	float: left;
	width: 920px;
	height: 130px;
}

#container #header #banner_logo img {
	float: left;
}

#container #sidebar1 ul {
	text-decoration: none;
	list-style-type: none;
	margin-left: 8px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container #sidebar1 li {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#container #header #banner_logo p {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-size: 12px;
	color: #333333;
}
#header #banner_logo #phone-fax-email {
	float: left;
	width: 250px;
	padding-top: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
#home #container #mainContent p {
	margin-top: 40px;
}

#container #footer ul li{
	display: inline;
	list-style-type: none;
}
/**********bottom Nav***********/

#footer a {
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}
#footer a:link {
	color: #003D6E;
	
}
#footer a:visited {
	color: #003D6E;
	
}
#footer a:hover {
	color: #003D6E;
	background: #B2CE3B;
}
#footer a:active {
	color: #003D6E;
}
/**********End of bottom Nav***********/
/**********Beg of Copyright Nav***********/
#copyrightAboveFooter a {
	color: #CCE959;
	text-decoration: none;
}
#copyrightAboveFooter a:link {
	color: #CCE959;
	
}
#copyrightAboveFooter a:visited {
	color: #CCE959;
	
}
#copyrightAboveFooter a:hover {
	color: #003D6E;
	background: #B2CE3B;
}
#copyrightAboveFooter a:active {
	color: #CCE959;
}
/**********End of Copyright Nav***********/
/**********Beg of Sidebar Nav***********/
#container #sidebar1 #vertical_nav a {
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	
}
#container #sidebar1 #vertical_nav a:link {
	color: #FFFFFF;
	
}
#container #sidebar1 #vertical_nav a:visited {
	color: #FFFFFF;
	
}
#container #sidebar1 #vertical_nav a:hover {
	color: #003D6E;
	background: #B2CE3B;
}
#container #sidebar1 #vertical_nav a:active {
	color: #FFFFFF;
}
/**********End of Sidebar Nav***********/
#container #sidebar1 #vertical_nav .deadlink {
	color: #B2CE3B;
	padding-left: 7px;
	font-weight: bold;
}
#container #sidebar1 #vertical_nav {
	margin-top: 0px;	
}
#container #mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 50px;
}
#container #mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 50px;
}
#container #mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 50px;
}
#container #mainContent h4 {
	font-size: .8em;
	font-weight: bold;
	padding-top: 50px;
}
#terms #container #mainContent p {
	margin-bottom: 11px;
	line-height: 1.4em;
	margin-top: 11px;
}
#terms #container #mainContent #justifyTerms {
	width: 675px;
	text-align: justify;
}
.bold {
	font-weight: bold;
}
#container #mainContent p {
	margin-bottom: 13px;
	line-height: 1.4em;
	margin-top: 11px;
}

#contact #container #mainContent #LeftCenter {
	float: left;
	width: 250px;
}

#contact #container #mainContent #RightCenter {
	float: right;
	width: 420px;
}

/*****Product Line AKA: line.html starts here*******/
#line #container #mainContent #LeftCenter {
	float: left;
	width: 200px;
	margin-right: 0px;
	padding-right: 0px;
}

#line #container #mainContent #RightCenter {
	float: left;
	width: 350px;
}
.twoColFixLtHdr #container #mainContent .topMargin-1 h1 {
	padding: 0px;
	margin: 0px;
	}
/*************Retailers Page Begins****************/
#retailers #container #mainContent #LeftCenter {
	float: left;
	width: 350px;
}

#retailers #container #mainContent #RightCenter {
	float: left;
	width: 350px;
}
#retailers #container #mainContent a:link {
	color: #1F2EE8;
}
#retailers #container #mainContent a:visited {
	color: #1F2EE8;
}
#retailers #container #mainContent a:hover {
	color: #0000FF;
	background: #B2CE3B;
}
#retailers #container #mainContent a:active {
	color: #0000FF;
	background: #B2CE3B;
}
/*********Banner-Nav***********/
#banner_logo #phone-fax-email a:link {
	color: #1F2EE8;
}#banner_logo #phone-fax-email a:visited {
	color: #1F2EE8;
}
#banner_logo #phone-fax-email a:hover {
	color: #0000FF;
	background: #B2CE3B;
}
#banner_logo #phone-fax-email a:active {
	color: #0000FF;
	background: #B2CE3B;
}/*********END of Banner-Nav***********/

/*********Product Line-Nav***********/
#line #container #mainContent a:link {
	color: #1F2EE8;}
#line #container #mainContent a:visited {
	color: #1F2EE8;}
#line #container #mainContent a:hover {
	color: #0000FF;
	background: #B2CE3B;}
#line #container #mainContent a:active {
	color: #0000FF;
	background: #B2CE3B;}
	
/*********Technical-Nav***********/
#technical #mainContent a {
	color: #1F2EE8;
	font-size: 90%;
}#technical #mainContent a:link {
	color: #1F2EE8;
	
}
#technical #mainContent a:visited {
}
#technical #mainContent a:hover {
	color: #0000FF;
	background: #B2CE3B;}
#technical #mainContent a:active {
	color: #0000FF;
	background: #B2CE3B;}
#coffee {
}

#coffee {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}

