/* Content Box */

#content-outter
{
  width: 810px;
  background-image: url(../images/bg-main.gif);
  background-repeat: repeat-y;
  margin: 0px auto;
  padding: 0px;
}

#content-inner
{
  margin-left: 5px;
}


/* Header */

h1#header
{
  width: 800px;
  height: 114px;
  background-image: url(../images/head.gif);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
}

#header a
{
  display: block;
  text-indent: -2000px;
  text-decoration: none;
}


/* Menu */

#menu-bar
{
  position: relative;
  margin-left: 0px;
  width: 800px;
  height: 25px;
  clear: both;
  border-top: 1px #ccc solid;
  border-left: 0px;
  border-right: 0px;
}

#menu-bar-inner
{
  border-top: 1px #fff solid;
  background-image: url(../images/bg-menubar.gif);
  background-repeat: repeat-x;
  background-position: top bottom;
  height: 25px;
}

#menu
{
  position: static;
  margin-top: 2px;
  margin-left: 2px;
}

#menu ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li 
{ 
	float: left; padding-left: 10px;
}

#menu ul li a
{
  display: block;
  text-indent: -2000px;
  height: 20px;
  text-decoration: none;
}

a#nav-home, a#nav-home-active { width: 85px; }

a#nav-home:link, a#nav-home:visited, a#nav-home:active
{
  background-image: url(../images/nav-home.gif);
}

a#nav-home:hover
{
  background-image: url(../images/nav-home-hover.gif);
}

a#nav-home-active
{
  background-image: url(../images/nav-home-active.gif);
}

a#nav-profile, a#nav-profile-active { width: 85px; }

a#nav-profile:link, a#nav-profile:visited, a#nav-profile:active
{
  background-image: url(../images/nav-profile.gif);
}

a#nav-profile:hover
{
  background-image: url(../images/nav-profile-hover.gif);
}

a#nav-profile-active
{
  background-image: url(../images/nav-profile-active.gif);
}

a#nav-solutions, a#nav-solutions-active { width: 85px; }

a#nav-solutions:link, a#nav-solutions:visited, a#nav-solutions:active
{
  background-image: url(../images/nav-solutions.gif);
}

a#nav-solutions:hover
{
  background-image: url(../images/nav-solutions-hover.gif);
}

a#nav-solutions-active
{
  background-image: url(../images/nav-solutions-active.gif);
}

a#nav-clients, a#nav-clients-active { width: 85px; }

a#nav-clients:link, a#nav-clients:visited, a#nav-clients:active
{
  background-image: url(../images/nav-clients.gif);
}

a#nav-clients:hover
{
  background-image: url(../images/nav-clients-hover.gif);
}

a#nav-clients-active
{
  background-image: url(../images/nav-clients-active.gif);
}

a#nav-partners, a#nav-partners-active { width: 85px; }

a#nav-partners:link, a#nav-partners:visited, a#nav-partners:active
{
  background-image: url(../images/nav-partners.gif);
}

a#nav-partners:hover
{
  background-image: url(../images/nav-partners-hover.gif);
}

a#nav-partners-active
{
  background-image: url(../images/nav-partners-active.gif);
}

a#nav-contactus, a#nav-contactus-active { width: 85px; }

a#nav-contactus:link, a#nav-contactus:visited, a#nav-contactus:active
{
  background-image: url(../images/nav-contactus.gif);
}

a#nav-contactus:hover
{
  background-image: url(../images/nav-contactus-hover.gif);
}

a#nav-contactus-active
{
  background-image: url(../images/nav-contactus-active.gif);
}

a#nav-careers, a#nav-careers-active { width: 85px; }

a#nav-careers:link, a#nav-careers:visited, a#nav-careers:active
{
  background-image: url(../images/nav-careers.gif);
}

a#nav-careers:hover
{
  background-image: url(../images/nav-careers-hover.gif);
}

a#nav-careers-active
{
  background-image: url(../images/nav-careers-active.gif);
}

a#nav-download, a#nav-download-active { width: 85px; }

a#nav-download:link, a#nav-download:visited, a#nav-download:active
{
  background-image: url(../images/nav-download.gif);
}

a#nav-download:hover
{
  background-image: url(../images/nav-download-hover.gif);
}

a#nav-download-active
{
  background-image: url(../images/nav-download-active.gif);
}


/* Link */

a:visited
{
  color: #66c666;
}

a:hover, a:active
{
  color: #00C000;
}


/* Body */
body
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px; 
  padding-top: 0px;
  background-color: #FFFFFF;
  text-align: center;
}

body, html, input {
  font-family: verdana, arial, helvetica;
  font-size:11px;
  color: #333333;
}

#left-image
{
	float: left;
}

h2
{
  font-size: 12px;
  color: #339933;
  text-transform: uppercase;
}

img
{
	border: 0px;
}

#summary
{
	float: left;
	font-size: 10px;
	text-align: left;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
}

#summary-separator
{
  float: left;
  width: 9px;
  height: 300px;
  background-image: url(../images/summ-sep.gif);
  background-repeat: repeat-y;
}

#full-content
{
	float: left;
	text-align: left;
	margin-left: 40px;
	margin-right: 10px;
}

#full-content-image
{
	float: left;
	text-align: left;
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
}

#full-content-menu
{
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 605px;
}

strong
{
  color: #000000;
}

#full-content ul
{
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  text-indent: 0px;
}

#full-content ul li
{
  list-style-image: url(../images/bt.gif);
  list-style-type: square;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  padding-bottom: 3px;
}

#full-content-image ul
{
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  text-indent: 0px;
}

#full-content-image ul li
{
  list-style-image: url(../images/bt.gif);
  list-style-type: square;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  padding-bottom: 3px;
}

#full-content-menu ul
{
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  text-indent: 0px;
}

#full-content-menu ul li
{
  list-style-image: url(../images/bt.gif);
  list-style-type: square;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  padding-bottom: 3px;
}


/* Footer */

#footer
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 10px 10px;
	background-color: #ededed;
	width: 780px;
	text-align: left;
}
#footer a
{
	font-family: Arial;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}

#closer
{
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 810px;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}

#solutions-head
{
  background-image: url(../images/bg-hd.gif);
  background-repeat: repeat-x;
  height: 20px;
  width: 158px;
}

#solutions-head h2
{
  margin: 0px;
  padding: 3px 0px 3px 30px;
  text-transform: uppercase;
  color: white;
}

#nav-top
{
  position: relative;
  width: 158px;
}

#nav-top ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#nav-top a:link, #nav-top a:visited
{ color: #333333; }

#nav-top a:active, #nav-top a:hover
{ color: #009000; }


.nav:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}

ul.nav-lvl1
{
  border-bottom: 1px #ffffff solid;
}

ul.nav-lvl1 li
{
  width: 158px;
  background-image: url(../images/bg-nav.gif);
  background-repeat: no-repeat;
  border-top: 1px #ffffff solid;
  text-indent: 0px;
  text-transform: uppercase;
  text-align: left;
}

ul.nav-lvl1 li a
{
  display: block;
  width: 134px;
  margin: 4px 12px 4px 12px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right;
}

ul.nav-lvl1 li a.collapsed
{
  background-image: url(../images/ic-collapsed.gif);
}

ul.nav-lvl1 li a.expanded
{
  background-image: url(../images/ic-expanded.gif);
}

ul.nav-item
{ 
  display: none; 
  background-color: #fefefe;
}

ul.nav-item li
{
  margin: 6px 8px 6px 12px;
  padding: 0px;
  padding-left: 12px;
  text-transform: none;
  width: 120px;
  font-weight: normal;
  border: none;
  background-image: url(../images/bt.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

ul.nav-item li a
{
  margin: 0px;
  width: 120px;
}

ul.nav-item li.active { font-weight: bold; }
