
body {
	margin: 0; padding: 0;
         font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
	background: url(images/webbased_background.png) repeat-x;
}

P {
	font-size: 11pt;
	font-weight: normal;
	line-height: 15pt;
}

a:link {
  color:blue;
  text-decoration:none;
  }
a:visited {
  color:purple;
  text-decoration:none;
  }
a:hover {
  color:red;
  text-decoration:underline;
  }

/***************************************************
HEADINGS
***************************************************/


H1 {
         font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 20px;
	color: #000000;
}

H2 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	color: #000000;
}

H3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #000000;
}

.footer {
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.style1 {
	font-size: 9pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

/***************************************************
LEFT MENU LIST BUTTONS
***************************************************/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 10px 2px 10px 15px;
border: 1px solid #999999;
width: 215px;
background-image: url(images/l1_down.jpg);
}

#navcontainer a:link, #navlist2 a:visited
{
color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-image: url(images/l1_over.jpg);
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-image: url(images/l1_over.jpg);
color: #FFFFFF;
}


/***************************************************
MAIN MENU BAR
***************************************************/

*{outline: none;}
img {border: 0;}
.container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#header {
	background: url(images/web_based_software_banner.jpg) no-repeat;
	width: 1000px; height: 134px;
	float: left;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
#	font-size: 1.1em;
	font-size: 11pt;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.home {
	background: url(images/web_based_software_r2_c1.png) no-repeat;
	width: 78px; 
}
ul#topnav a.tour {
	background: url(images/web_based_software_r2_c2.png) no-repeat;
	width: 232px; 
}
ul#topnav a.questions {
	background: url(images/web_based_software_r2_c3.png) no-repeat;
	width: 86px; 
}
ul#topnav a.case_study {
	background: url(images/web_based_software_r2_c4.png) no-repeat;
	width: 95px; 
}
ul#topnav a.free_trial {
	background: url(images/web_based_software_r2_c5.png) no-repeat;
	width: 153px; 
}
ul#topnav a.features {
	background: url(images/web_based_software_r2_c6.png) no-repeat;
	width: 165px; 
}
ul#topnav a.webbasedsoftware {
	background: url(images/web_based_software_r2_c7.png) no-repeat;
	width: 191px; 
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}

ul#topnav li .sub {
	position: absolute;	
	top: 44px;
	background: #FFB54C url(images/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #125B9F;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #00000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover {color: #125B9F; background-position: 5px 12px ;
}


