
BODY {
  background-color: #a1a1a1; 
  background-image: url("/images/background.png");
  margin: 0px;
  padding: 0px;
}
#content_middle {
	padding-top:5px;
}
#border_top {
  background-color: #000000;
  height: 20px;
  margin-bottom: 20px;
}

#border_bottom {
  margin-top: 20px;
  background-color: #000000;
  height: 40px;
}

#canvas {
  background-color: #FFFFFF;
  width: 760px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -380px;
  border-top: 20px solid black;
  border-bottom: 40px solid black;
}

#hidden {
  color: #ffffff;
}

#content {
  padding: 5px;
  background-color: #e5e5e5 !important;
  margin: 0px 20px 20px 20px;

}

html>body #content { /*All but IE6*/
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e5e5e5 !important;
  margin: 0px 20px 20px 20px;

}

#inner {
  margin: -10px 1px 5px 1px;
  background-color: #f8f8f8 !important;
}

#inner .content {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background-color: #f8f8f8 !important;
}

#inner .rounding {
  height: 10px;
  margin-top: 0px;
}

#inner .rounding .left {
  width: 10px;
  height: 10px;
  float: left;
}

#inner .rounding .right {
  width: 10px;
  height: 10px;
  float: right;
}

#header {
  height: 90px;
  padding-right: 5px;
}

#header #tagline b {
  font-size: 13pt;
}

#header #logo {
  float: left;
}

#header #tagline {
  height: 65px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  padding-top: 25px;
  font-weight: bold;
  color: #89014d;
}

#footer_menu {
  text-align: center;
  color: #444444;
}

#markets {
  height: 200px;
}

#markets #market_list {
  float: left;
  width: 230px;
}

#markets #management_diagram {
  float: right;
  width: 416px;
  height: 192px;
}

#market_places {
  padding-top: 10px;
  padding-bottom: 10px;
}
#login_features {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#login {
  width: 197px;
  height: 0px;
}

#login .top {
  background-color: #FFFFFF;
  background-image: url("/images/login_top.png");
  width: 197px;
  height: 104px;
  padding: 0px;
  margin: 0px;
}

#login .top form .login_form {
  width: 189px;
  height: 100px;
  padding: 2px 4px;
}

#login .bottom {
  width: 197px;
  padding: 0px;
  margin: 0px;
}

#login .top form {
  padding: 0px;
  margin: 0px;
}

#login .top input[type="text"], #login .top input[type="password"] {
  border: 1px solid #cbcbcb;
  width: 98px;
  height: 18px;
}

#login .bottom a img {
  border: none;
}


#features {
  margin-left: 10px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 700px;
  line-height: 18px;
}

#features ul {
  list-style-type: disc;
  list-style-image: url("/images/dot.png");
}

#free_trial {
  border: 0px;
  float: right;
}

* {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}

a {
  color: #89014d;
  text-decoration: underline;
}
a img {
  border: none;
}
h1,h2 {
  color: #89014d;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

hr {
  color: #eeeeee;
  height: 1px; 
}

#bannerimage {
  margin-left:20px;
}
/** navbar + menu **/

#navbar {
  margin-left: 20px;
  margin-right: auto;
  width: 721px;
}

#nav_login, #nav_login_hover {
  width: 109px;
  height: 45px;
}

#nav_home, #nav_home_hover {
  width: 109px;
  height: 45px;
}
#nav_company, #nav_company_hover {
  width: 133px;
  height: 45px;
}

#nav_solutions, #nav_solutions_hover {
  width: 132px;
  height: 45px;
}

#nav_partners, #nav_partners_hover {
  width: 126px;
  height: 45px;
}

#nav_support, #nav_support_hover {
  width: 122px;
  height: 45px;
}

#nav_faq, #nav_faq_hover {
  width: 98px;
  height: 45px;
}

#menus {
  position: absolute;
  left: 20px;
  z-index: 100
}

.menu {
  position: absolute;
  visibility: hidden;
  background-color: transparent;
}

.menu .listmargin {
  margin-top: -2px;
}


.menu li{
  display: block;
  width: 155px;  
  line-height: 14px;
  height: 19px;
  margin-left: 13px
}
.menu a{  
  color: #666666;
  text-decoration: none;

}

  
.menu a:hover{
  text-decoration: none;
  color: #000000;
}

.menu ul {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  list-style: none;
  padding: 3px;
  margin: 0px;
  height: 148px;
}

.menu img {
  border: 0px;
}

#menu_login {
  left: 0px;
}

#menu_home {
  left: 0px;
}
#menu_company {
  left: 109px;
}

#menu_solutions {
  left: 242px;
}

#menu_partners {
  left: 374px;
}

#menu_support {
  left: 500px;
}

#menu_faq {
  left: 622px;
}

/* company: press room */

.press_releases dl dd {
  margin-left: 20px;
  font-weight: bold;
}

.press_releases dl dt {
  margin-left: 20px;  
  margin-bottom: 20px;
  display: list-item;
  list-style-position: inside;
  list-style-type: circle;
}

li { list-style-position: inside; }

/* solutions */

.fineprint {
  font-size: 7pt;
  color: #555555;
  font-weight: bold;
}

table.table {
  border: 2px solid #444444;
  background-color: #f8f8f8;
  border-collapse: collapse;
  margin: 10px;
}

table.table td, table.table th {
  border: 1px solid #444444;
  padding: 1px;
}

table.table th, table th {
  font-weight: bold;
  text-align: left;
}

table.table td.section {
  text-align: center;
}

table.table td.numeric {
  text-align: right;
}

.alert {
       color: red;
       font-weight: bold;
	   border: 1px solid black;
	   padding: 5px;
	   font-size: 120%;
}
