@charset "utf-8";
/* CSS Document */

html{ font-size:100%; }

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	color:#666666;
	text-align:center;
	font-weight:bold;
	padding-top: 5px;
}
h3 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	color: #0066CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* -------- Main Container --------*/
#container {
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/infuseweb_title.png);
	background-repeat: repeat-x;
	height: 100px;
	margin: 0 0 10px 0;
}

/* Begin CSS Drop Down Menu */

#navbar /* main bar settings */
	{
	height: 27px;
	font-size:0.75em;
	text-align: center;
	background-image: url(../images/nav_grad.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;	
	padding-left: 30px;	 /* adjust the left position of the first tab */	
	width:928px;
	float:left;
	}
		
#navbar a /* tab and drop down settings */
	{
	height: 10px;	
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 6px 0px 10px 0px;	
	
	}
	
#navbar a:link, #navbar a:active, #navbar a:visited	/* menu at rest */
	{
	color: #FFF;
	background-color: #454545;
	text-decoration:none;
	}
	
#navbar a:hover	  /* menu on mouse-over  */
	{
	color: #FFF;
	background-color: #F00000;
	text-decoration:none;
	}	
	
#navbar a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background:url("../images/button_off.jpg") no-repeat;
	}
	
#navbar a.top_parent:hover   /* hover over main buttons */
	{
	background:url("../images/button_on.jpg") no-repeat;		
	}

#navbar ul  /* box settings */
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:112px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}


#navbar ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin: 0px 0 0 5px;
	}

#navbar ul ul ul
	{
	top:0;
	left:100%;
	}

div#navbar li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

#active a.top_parent:link, #active a.top_parent:visited, #active a.top_parent:hover
{
	background:url("../images/button_on.jpg") no-repeat;
	color: #fff;
}



/*

#navbar {
	height: 30px;
	font-size:0.75em;
	text-align: center;
	background-image: url(../images/nav_grad.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin: -12px 0 0 0;
}

#navbar li {
	list-style:none;
	display:inline;
	margin: 0px;
}
#navbar li a {
	width:120px;
	color:#fff;
	text-decoration:none;
	background:url("../images/button_off.jpg") no-repeat;
	float:left;
	padding: 6px 0px 10px 0px;
	margin-left: -8px;
}
#navbar li a:hover { 
    background-position:0;
    background:url("../images/button_on.jpg") no-repeat;	
    color:#fff;
}
#active a:link, #active a:visited, #active a:hover
{
	background:url("../images/button_on.jpg") no-repeat;
	color: #fff;
}

*/

/* -------- Main Body -------- */

#pagesplash {
	background-color: #CCC;
	width: 958px;
	margin: 0px;
	float: left;
	height: 100px;
}
#sbpinfobox {
	background-color: #CCC;
	width: 907px;
	float: left;
	padding: 10px;
	border: 1px solid #999;
	background-image: url(../images/pageintrobg.png);
	margin-top: 0px;
}
#sbpinfobox h2 {
	padding-top: 0px;
	margin: 0px;
	font-size: medium;
}
#sbpinfobox ul li {
	list-style-image: url(../images/check2.gif);
	margin-left: -10px;
	margin-top: 5px;
}
#sbpintrotext {
	width: 600px;
	margin-top: 20px;
	float: left;
}
#sbpapplications {
	padding-top: 0px;
	float: left;
	width: 930px;
	margin: 0px;
	padding-bottom: 10px;
}
#sbpsidebar {
	width: 275px;
	float: right;
	margin-top: 20px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(../images/orderboxgrad.png);
	padding: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
#sbpsidebar2 {
	width: 275px;
	float: right;
	margin-top: 0px;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	background-image: url(../images/boxgradblue.png);
	padding: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
.sidebarli {
	padding-top: 10px;
	padding-left: 13px;
}


#sbpsidebar h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	color: #FFF;
	text-align: center;
}
#sbpsidebar2 h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	color: #FFF;
	text-align: center;
	font-size: medium;
}

.sbpsidebarformbutton{
	font-size: medium;
	padding: 5px;
	font-weight: bold;

}
.sbpsidebarpricing {
	font-size: large;
	padding: 5px;
	font-weight: bold;
	color: #000;
	text-align: center;
}




#main {
	float: left;
	width: 958px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#content {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 928px;
}

/* Page Bottom */

#bottomnav {
	color: #FFFFFF;
	background-color: #333;
	font-size: 0.75em;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	float: none;
	clear: both;
}

#bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #FF0000;
	text-decoration: none;
}

#footer {
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	line-height: 0.1em;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

.smalltext {
	font-size: .9em;
}
.footnotes {
	font-size: 0.8em;
	color: #000066;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-style: italic;
}
.pageintro
{
	border: 0px solid #ffffff;
	color: #000066;
	padding: 5px;
	text-align: left;
	background-color: #E4E4CB;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	width: 834px;
	background-image: url(/images/pageintrobg.png);
}
.lpageintro
{
	border: 0px solid #ffffff;
	width: 45%;
	color: #000066;
	padding: 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: url(../images/pageintrobg.png);
}
.rpageintro
{
	border: 0px solid #ffffff;
	width: 45%;
	color: #000066;
	padding: 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/pageintrobg.png);
}
.linethrough {
	color: #FF0000;
	text-decoration: line-through;
}
.redtext {
	color: #FF0000;
}
#supportnav {
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	width: 948px;
	float: left;
	padding: 8px 5px 9px 5px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma;
}
#nostyletitle {
	display: none;
}
.producttable {
	border: thin solid #CCCCCC;
	padding: 2px;
}
.producttabletd {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
}
hr {
	color: #DFDFDF;
}
