body
{
	text-align: center;
    margin:0;
    padding:0;
	background-color: #969696;
	font-family: Helvetica, Franklin Gothic Book, Verdana, Arial, sans-serif; color: #696969;
	font-size: 1em;
    scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: ##D8D6E9;
	scrollbar-darkshadow-color: #523E86;
	scrollbar-face-color: #9891C4;
	scrollbar-highlight-color: #D8D6E9;
	scrollbar-shadow-color: #523E86;
	scrollbar-track-color: #9891C4;
}
*{padding: 0; margin: 0;}
img {border: none; padding:0; margin:0;}
/* Standard hyperlinks */
a {color: #4B1F77; font-weight: bold; text-decoration: underline;}
a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #4B1F77;}
/* Horizontal Rule */
hr {
	line-height: 0;
	border: 0;
	color: #9891c4;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Main page element DIVS */
#container
{
	width: 960px;
	height: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:  auto;
	margin-top: 20px;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 0px;
}

#topbanner {
	width: 960px;
	height: 70px;
	background:transparent url(../nav_graphics/top_banner_bg.png) no-repeat;
	position: relative;
}
#maincontent {
	width: 960px;
	height: 530px;
	/* height was 530px */
	top: 10px;
	float:left;
	overflow: hidden;
	background-color: transparent;
}

#bigpicture {
	vertical-align: top;
	float:  left;
	margin:0;
	padding:0;
	background:#FFF url(../nav_graphics/side_shadow.jpg) repeat-y right;
}
#bigpicTL {
	display:block;
	width:12px;
	height:12px;
	position: absolute;
	padding:0;
	margin:0;
	top: 0;
	left: 0;
	background:transparent url(../nav_graphics/image_TL_corner.png) no-repeat;
}

#bigpicRS {
	display:block;
	width:22px;
	/*height:315px;*/
	position: absolute;
	margin:0;
	padding:0;
	top: 0;
	right: 0;
	background:transparent url(../nav_graphics/image_RH_side.png) no-repeat;
}
#flashpicture {
	display: block;
	vertical-align: top;
	width: 960px;
	/*height: 315px;*/
	float:  left;
	margin:0px;
	padding:0px;
	background: transparent;
}
#textarea {
	display: block;
	float: left;
	width: 920px;
	min-height: 215px;
	height: 215px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 5px 20px;
	background:#FFF url(../nav_graphics/side_shadow.jpg) repeat-y right;
}
#bigtextarea {
	float: left;
	width: 920px;
	min-height: 530px;
	height: auto;
	text-align: left;
	padding: 5px 20px;
	background:transparent url(../nav_graphics/flash_bg.jpg) repeat-y top right;
}
#textscroller {
	display: block;
	float:left;
	width:  650px;
	height: 175px;
	font-size: 0.9em;
	line-height: 1.3em;
	overflow: auto;
	padding:0 5px;
}
#textscroller p {
	padding-bottom: 5px;
}
#textscroller h2 {color: #4B1F77; font-size:14px; margin-bottom: 0px; margin-top: 0px;}
#bigtextscroller {
	display: block;
	float:left;
	width:  630px;
	height: 500px;
	font-size: 0.8em;
	overflow: auto;
	padding:0 5px;
}
#bottombanner {
	display: block;
	position: relative;
	float: left;
	width:960px;
	height:50px;
	margin: 0;
	background:transparent url(../nav_graphics/bot_banner_bg.png) no-repeat top;
}
.footermenu {
	display:  block;
	width: auto;
	text-align: left;
	font-size: 10px;
	position: absolute;
	left: 20px;
	bottom:15px;
}
.footermenu a {color: #696969;font-weight: normal; text-decoration: none; padding: 2px;}
.footermenu a:hover {color: #FFFFFF; font-weight: normal; text-decoration: none; background-color: #4B1F77;}

h1 {color: #4B1F77; font-size:18px; margin-bottom: 10px; margin-top: 10px;}
/* ***************************************************************** */
.menu {width:900px; height:22px; position:absolute; left: 150px; bottom: 9px; font-family:helvetica, arial, sans-serif; text-align: left; z-index: 500; list-style-type:none;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px; z-index: 500;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto; position:relative; display: inline;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 22px;
	font-size: 12px;
	text-decoration: none;
	padding-right: 16px;
	margin-right:5px;
	line-height: 22px; 
	font-weight: bold;
	text-align: left;
	background: url(../nav_graphics/menu_tab_end.png) no-repeat top right;
}

.menu a span {
	display: block;
	color: #4B1F77;
	width: auto;
	border: none;
	background: url(../nav_graphics/menu_tab_main.png) no-repeat top left; 
	padding-left: 15px;
	padding-right: 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {font-size: 12px; background:transparent url(../nav_graphics/dropmenu_top.png) no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:transparent url(arrow_white.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:transparent url(arrow_white.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {font-size: 12px; background:#4B1F77;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:22px;left:0; width:200px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:22px;}

/* position the third level flyout menu */
.menu ul ul ul{left:198px; top:-10px; width:200px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-200px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:url(../nav_graphics/dropmenu_middle.png) no-repeat; color:#fff; height:auto; font-size:12px; padding:2px 10px; width:180px; margin-top: 0px;}
.menu .menutop a, .menu .menutop a:visited {background: url(../nav_graphics/dropmenu_top.png) no-repeat;}
.menu .menubot a, .menu .menubot a:visited {background: url(../nav_graphics/dropmenu_bot.png) no-repeat -200px bottom; padding-bottom: 10px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:180px;w\idth:180px;}

/* style the top level hover */
.menu a:hover {
	color:#fff;
	background-position: right -22px;
}
.menu a:hover span {
	color:#fff;
	background-position: left -22px;
}
/* IE6 code for main dropdowns */
.menu ul ul a:hover {
	color:#4B1F77;
	background-position: 0px -50px;
}
.menu ul ul .menutop a:hover {
	color:#4B1F77;
	background-position: 0px -50px;
}
.menu ul ul .menubot a:hover {
	color:#4B1F77;
	background-position: 0px bottom;
}
/* top menu hover */
.menu :hover > a {
	color:#fff;
	background-position: right -22px;
}
.menu :hover > a span{
	color:#fff;
	background-position: left -22px;
}
/* IE7 and Firefox for main dropdowns */
.menu ul ul :hover > a {
	color:#4B1F77;
	background-position: 0px -50px;
}
.menu :hover > .menutop a {
	color:#4B1F77;
	background-position: 0px -50px;
}
.menu :hover > .menubot a {
	color:#4B1F77;
	background-position: 0px bottom;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul li {display:  inline;}
/* Search box container*/
.searcharea {
	display: block;
	font-weight: bold;
	font-size: .8em;
	color: #FFF;
	width:auto;
	height:22px;
	position:absolute;
	left: 650px;
	top: 5px;
	font-family:arial, sans-serif;
	text-align: left;
}
/* Submenu list style */
.smallmenu {
	display: block;
	width:236px;
	float:right;
	margin: 20px 10px 0px 0px;
	background: url(../nav_graphics/side_buttons_bg_top.jpg) no-repeat top;
}
.smallmenu ul{
	height: auto;
	position: relative;
	padding: 0px;
	padding-bottom:  10px;
	margin: 0px;
	list-style:  none;
	background: url(../nav_graphics/side_buttons_bg_bot.jpg) no-repeat bottom;
}
.smallmenu li{
	display: inline;
}

.smallmenu p{
	text-align: left;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration:  none;
	padding: 7px 15px 7px 10px;
	margin: 0;
}

.smallmenu a {
	text-align: left;
	color: #FFF;
	font-size: 0.8em;
	text-decoration:  none;
	padding: 5px 15px 5px 20px;
	display: block;
	background: transparent url(../nav_graphics/arrow_white.gif) no-repeat 8px 10px;
}

.smallmenu a:hover {
	font-weight: bold;
	color: #FFF;
	background: transparent url(../nav_graphics/arrow_solid.gif) no-repeat 8px 10px;
}
.setmenu a {
	border-bottom:  #FFF solid 1px;
}

/* PUMPS MENU ITEMS */
.pumpsmenu {
	display: block;
	height: auto;
	width:236px;
	float:right;
	margin: 10px 6px 0px 0px;
}
.pumpsmenu a {
	display: block;
	color: #FFF;
	font-size: .7em;
	text-decoration: none;
	width: 236px;
	height: 56px;
	margin: 0px;
	padding: 0;
	margin-bottom: 10px;
}
.pumpsmenu a:hover {
	text-decoration: underline;
	background-position: left -70px;
}
.pumpsmenu p{
	padding: 10px 10px 10px 130px;
}
.pumpsmenu .infinityreg {
	background: url(../nav_graphics/pump_logo_butn_infinity.jpg) no-repeat top left;
}

.pumpsmenu .infinityplus {
	background: url(../nav_graphics/pump_logo_butn_plus.jpg) no-repeat top left;
}
.pumpsmenu .eighthundred {
	background: url(../nav_graphics/pump_logo_butn_800.jpg) no-repeat top left;
}

/* SPAN style for top and botton of submenu */
span.submenutop{
	height:10px;
	width: 230px;
	display: block;
	padding: 0px;
	margin: 0px;
    background: transparent url(../nav_graphics/submenu_corners.png) no-repeat top;
}

span.submenubot{
	height:10px;
	width: 230px;
	display: block;
	padding: 0px;
	margin: 0px;
    background: transparent url(../nav_graphics/submenu_corners.png) no-repeat bottom;
}
/* Quote box Style */
.quoteblock {
	background: url(../nav_graphics/quotebox_top.jpg) no-repeat top;
	display: block;
	margin-top:10px;
	margin-right: 5px;
	width:236px;
	padding-top: 110px;
	height: auto;
	float:right;
}
.quoteblock span {
	color: #FFF;
	font-weight: bold;
	font-size: .8em;
	background: url(../nav_graphics/quotebox_bot.jpg) no-repeat bottom;
	display: block;
	width:236px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quotee {
	text-align: right;
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
}
.quoteblock p {
	padding-left: 10px;
	padding-right: 16px;
	margin: 0px;
}

/* News box style */
.newsblock {
	background: transparent;
	display: block;
	width:230px;
	height: auto;
	float:right;
	margin: 10px 10px 0px 0px;
}
.newsmenu {
	color: #FFF;
	font-weight: normal;
	font-size: .7em;
	background: #4B1F77;
	display: block;
	width:220px;
	height: auto;
	margin: 0;
	padding: 0px 5px 0px 5px;
}
.newsmenu h1{
	color: #FFF;
	font-size: 16px;
	margin: 0;
	
}
.newsmenu p{
	margin-top: 5px;
	margin-bottom: 0px;
}
/* Flash area code */
.flasharea {
	display: block;
	width: 960px;
	height: 530px;
	float:  left;
	margin:0px;
	padding:0px;
	background:#FFF url(../nav_graphics/side_shadow.jpg) repeat-y right;
}

.flasharea object {
	display: block;
}
/* Troubleshooting menu elements */
.troubleshoot {
	display: block;
	float: left;
	width: 30%;
	height: auto;
	margin:  0;
	padding: 0;
}
.troubleshoot a{
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin:  0;
	padding: 1px 5px 1px 20px;
	font-size: 1em;
	text-decoration: none;
	background: transparent url(../nav_graphics/arrow_purple.gif) no-repeat 5px 5px;
}
.troubleshoot a:hover {
	color: #FFF;
	text-decoration: none;
	background: #9891c4 url(../nav_graphics/arrow_white.gif) no-repeat 5px 5px;
}
/* Frequently Asked Questions menu */
.faqs a{
	display: block;
	width: auto;
	height: auto;
	margin:  0;
	padding: 1px 5px 0px 20px;
	font-size: 1.1em;
	text-decoration: none;
	background: transparent url(../nav_graphics/arrow_purple.gif) no-repeat 5px 5px;
}
.faqs a:hover {
	color: #FFF;
	text-decoration: none;
	background: #9891c4 url(../nav_graphics/arrow_white.gif) no-repeat 5px 5px;
}
/* Page Menu */
.pageblock {
	display:  block;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 1px dashed #9891c4;
	margin-top: 5px;
}
.pagemenu span{
	width: auto;
	height: 17px;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}
.pagemenu a{
	width: auto;
	height: 17px;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
}
.pagemenu a:hover {
	color: #FFF;
	text-decoration: none;
	background: #9891c4;
}
/* Document cover links */
.doclink {
	display: block;
	float: left;
	width:  auto;
	height: auto;
	margin-left:  5px;
	margin-right: 5px;
	text-align: center;
}
.doclink img{
	border:  1px #4B1F77 solid;
}
.doclink a{
	display:  block;
	font-size: .9em;
	line-height: 1em;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	color: #4B1F77;
}
.doclink a:hover {
	color: #FFF;
	text-decoration: none;
	background: #4B1F77;
}
