@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#E2CC81;
	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:#000005;



}

/* <div class="clear">&nbsp;</div> */
/* pound sign (#) is an id=; dot (.) is a class=... */
.clear {font-size: 1px; height: 1px}


#TimelineOfFirst25Years {
background:#F5E49E;	
}

#html_banner_box {
	position:relative;
	width:994px;
	height:520px;
	background:#7a7a7a;		/* #4DAFDF;			/* #5FBAE7;		 #1B6194;	*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#FFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
	
#made_in_usa_animation {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}

#Services_Demo_Animations {
background:#F5E49E;		
}
.homepage_mini_animations {
width:435px;
height:280px;
text-align:center;
border-style:groove;
margin: 4px 4px 4px 4px;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#All_About_Pumps_Inner_Box {
	text-align:left;
}

#customPumpContainer {
width:800px;
margin-left:auto;
margin-right:auto;
position:relative;
height:100%;
}
#asco_header { 
	position: absolute;
/**	z-index: 400; */
	height: 520px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-color:transparent;
	padding: 0;
	margin: 0;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #asco_header instead of text, you may want to remove the padding. */
}
#se_header { 
	position: absolute;
/**	z-index: 400; */
	height: 120px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-color:transparent;
	padding: 0;
	margin: 0;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #asco_header instead of text, you may want to remove the padding. */
} 
.thrColAbsHdr #asco_header h1 {
	position: absolute;
	padding: 0;
	margin: 0; /* zeroing the margin of the last element in the #asco_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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	position: absolute;
/**	z-index: 50; */

	width: 188px; /* 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:#2F5D74;		 /* #7b005e;    /* was 99CCDD; the background color will be displayed for the length of the content in the column, but no further */
background-image:url('/r/media/images/asco-banner_thin_line.gif');
background-position:left top;
background-repeat:repeat-y;
	padding: 0px 0px 0px 0px; /* trbl padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;	/* margin is outside the div */	
	color:#F7EB06;
	text-align:center;
	top: 520px;
	left:  0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFfDa4;
	
}
#se_sg_sidebar1 {
	position: absolute;
/**	z-index: 50; */

	width: 188px; /* 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:#2F5D74;		 /* #7b005e;    /* was 99CCDD; the background color will be displayed for the length of the content in the column, but no further */
background-image:url('/r/media/images/asco-banner_thin_line.gif');
background-position:left top;
background-repeat:repeat-y;
	padding: 6px 0px 6px 0px; /* trbl padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;	/* margin is outside the div */	
	color:#F7EB06;
	text-align:center;
	top: 120px;
	left:  0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFfDa4;
	
}
#sidebar1_inner_div {
	padding: 6px 4px 0px 6px; /* trbl padding keeps the content of the div away from the edges */	
	margin: 0px 0px 0px 0px;	/* margin is outside the div */
}

#sidebar1 p {
	font-size: small;
	margin-top: 12px;
		padding: 0px 10px 0px 10px; /*t-r-b-l padding keeps the content of the div away from the edges */	
}

#sidebar2 {
/**	z-index: 51; */
background-image:url('/r/media/images/asco-banner_thin_line.gif');
/*	background:#2F5D74; */
background-position:right top;
background-repeat:repeat-y;
	
	width: 183px; /* 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:#fcb102; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 0px; /*t-r-b-l margin keeps the outside edge of the div away from stuff */
	padding: 0px 0px 0px 0px; /*t-r-b-l padding keeps the content of the div away from the edges */
	position: absolute;
	top: 520px;
	left: 811px;

	
}
#se_sg_sidebar2 {
/**	z-index: 51; */
background-image:url('/r/media/images/asco-banner_thin_line.gif');
/*	background:#2F5D74; */
background-position:right top;
background-repeat:repeat-y;
	
	width: 183px; /* 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:#fcb102; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 0px; /*t-r-b-l margin keeps the outside edge of the div away from stuff */
	padding: 0px 0px 0px 0px; /*t-r-b-l padding keeps the content of the div away from the edges */
	position: absolute;
	top: 120px;
	left: 811px;

	
}
#sidebar2_inner_div {
	padding: 0px 5px 0px 5px; /*t-r-b-l padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 0px;	/* margin is outside the div */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0F1015;
}

#free_passwords_animation {
	padding: 0px 0px 0px 1px; /*t-r-b-l padding keeps the content of the div away from the edges */	
	margin: 0px 0px 0px 0px;	/* margin is outside the div */
}

#random_dots_animation {
	padding: 0px 0px 0px 0px; /*t-r-b-l padding keeps the content of the div away from the edges */		
	margin: 0px 0px 0px 0px;	/* margin is outside the div */
}
#PPVerificationAnimation {
	margin: 0;
	padding: 0px 0px 0px 0px; /*t-r-b-l padding keeps the content of the div away from the edges */	
}

#for_questions_call_us {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0F1015;
	margin: 0;
	padding: 0px 0px 0px 0px; /*t-r-b-l padding keeps the content of the div away from the edges */	
}

#Contact_toptext {
	position: relative;
	font-size: small;
	text-align:left;
	padding: 0px 20px 0px 20px;	/* padding keeps the div's contents away from the div's edges... */
	margin: 0px 0px 0px 0px;	/* margin is outside the div */
}
#Contact_address {
	position: relative;
padding: 0px 20px 0px 20px;	/* padding keeps the div's contents away from the div's edges... */				  
}

#Contact_mailing_address {
	position:relative;
	float:right;
padding: 8px 15px 8px 15px;	/* padding keeps the div's contents away from the div's edges... */				  
background:#FFFFC6;
font-size:12px;
/* line-height:1.4; */
margin: 0px 155px 0px 0px;
width:160px;
font:"Arial Black", Gadget, sans-serif;
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid black;
  border-left: 2px solid #bbbbbb;
  border-right: 2px solid black;
}

#Contact_bullet_choices {
	position: relative;
padding: 8px 100px 8px 100px;	/* padding keeps the div's contents away from the div's edges... */				  
}

.contact_form_input_box {
	background:#C4FFFE;						 
}

#outerMainContent { 
	position: absolute;
	top: 565px;  /* this is like the 520 ones so change this accordingly! */
	left:188px;
	width: 622px;
/*	margin-left: 180px; */
/*	margin-right: 170px; */
/**	z-index: 64; */
	
	
/*	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#E2cC81;
}
#mainContent { 
	position: relative;
	top: 0px;
/**	z-index: 63; */
	margin: 0px;
/*	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* t-r-b-l /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E2CC81;

}

.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;
}

/* Modifications have been made to the css above but the remaining css is custom for ASCo */

#FlashContainer	{
	position: relative;
/**	z-index: 80; */
	margin: 0;
	border:none;
	background-color:transparent;
	padding: 0;

}


#buyButtons	{
	margin-top: 400px;
}
.aceHoffmanTinyURLxsmall {
	font-size: x-small;
}
.footer {
	clear:both;
	background: #9CD;
	font-size: small;
	text-align:center;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#customFullContainer { 
	width: 994px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
	position: relative;
/**	z-index:2; */
	padding: 0;


}
#LinksTable { 
	position: relative;
	margin: 5px;
/*	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#999;
	border:thin;
}

#Center_Outermost_Box {
	background:#E2CC81;
}
.Center_Outer_Box {
      position: relative;
	  padding: 0px 6px 0px 6px;
	  margin: 0px 0px 0px 0px;
    
	  border:thin; 
	
}
	  
#Center_Title {
background:#E2cc81;
color:#003;
}

#apt_title_shrinker {
}

.Center_Title_Box h4 {
	

	}

.Center_Title_Box {
      position: relative;
	  padding: 4px 20px 0px 20px;
	  margin: 0px 0px 0px 0px;
/**	  z-index:90;	  */
	  text-align:center;
	top: 521px;	  /* this is like the 520 ones so change this accordingly! */
	left: 188px;
	width: 584px;
    height: 40px; 
	  border:thin;
}

.Center_Main_Square {
      position: relative;
	  padding: 10px 10px 10px 10px;
	  margin: 0px 0px 0px 0px;
	  border:thin; 
	
	
}


#flashdropdn_products {
	left: 320px;
/**	z-index:1000; */
}

#flashdropdn_downloads {
	left: 338px;
/**	 z-index:1001; */
}
#flashdropdn_buynow {
	left: 238px;
/**	 z-index:1002; */
}

.flashdropdown_area {
	     position: absolute;
//      width: 1004px;
//	  height: 58px;
z-index:1024;
		 
	top: 120px;
//	left: 140px;
		 
		 
		 
}

#flashdropdown_products_box {
	     position: relative;
/**		 z-index:110; */
		 
	top: 50px;
	left: 140px;
	 
      width: 20px;
	  height: 28px;
	background:#CC0;		 
		 
}


/* ************************* CODE FOR DROPDOWNS FROM THE WEB....*****************************  */

#ascobanner_submenus
{	margin: 0;
	padding: 0;
/**	z-index: 550; */
	}

#ascobanner_submenus li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#ascobanner_submenus li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#ascobanner_submenus li a:hover
{	background: #49A3FF}

#ascobanner_submenus div
{	position: relative;
top:520;
	visibility: visible;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#ascobanner_submenus div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#ascobanner_submenus div a:hover
	{	background: #49A3FF;
		color: #FFF}

/*  *********************** EBD IF COPIED CODE ****************************  */
