body{
  margin: 0 auto;
  padding: 0px;
  font-size: 1em;
  font-family: "Arial", "Verdana";
  background-image: url('images/bg.png');
}

img{
  border: 0px;
}

h1, h2, p{
  padding: 0;
  margin: 0;
  font-size: 1em;
}

a{
  text-decoration: none;
  color: #223493;
}


#container{
  width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  border-left: 2px solid #8890b2;
  border-right: 2px solid #8890b2;
  border-bottom: 2px solid #8890b2;
}

#top{
  height: 90px;
  overflow: hidden;
  width: 780px;
  background-image: url('images/top-bg.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 20px;
}

#top div{
 float: left;
}

#logo{
  margin-left: 45px;
}


#main-menu{
  margin-left: 20px;
  margin-top: 20px;
  color: #223493;
}

#main-menu a{
  margin-right: 12px;
  margin-left: 12px;
  font-family: "Arial", "Verdana";
  font-size: 0.9em;
  color: #223493;
  text-decoration: none;
}

#main-menu a:hover{
  color: #D66F07;
}

#carousel{
  height: 160px;
  width: 780px;
}


#bottom-strip{
  width: 780px;
  background-image: url('images/bottom-bg.gif');
  background-repeat: repeat-x;
  height: 40px;
}

#home-boxes{
  width: 780px;
  height: 300px;
  background-image: url('images/home-boxes.gif');
  background-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
}

#home-boxes div{
  width: 190px;
  height: 190px;
  margin-left: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  margin-top: 40px;
}

#home-boxes h2 a{
  color: #FFFFFF;
  font-size: 1em;
}


#home-boxes p{
  font-size: 0.72em;
  color: #FFFFFF;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

#home-boxes .more-info{
  font-size: 0.72em;
  color: #FFFFFF;
  margin-left: 110px;
}

#clients{
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  margin-top: 20px;
}

#clients li{
  width: 100%;
	text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}

#clients li img{
	margin: 10px;
}

.home{
  font-size: 1.1em;
  color: #F89938;
  text-align: center;
  margin-top: 15px;
}

/*  WEB HOSTED SOLUTIONS PAGE */

#content{
  width: 650px;
  margin: 0 auto;
  font-size: 0.8em;
  overflow: hidden;
}

#content p{
  margin-bottom: 10px;
}


#content h1{
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.2em;
  color: #223493;
}

#content h1 a{
  color: #223493;
}

#content h2{
  margin-bottom: 5px;
  margin-top: 15px;
  color: #F89938;
  font-size: 1.1em;
}

#description{
  float: left;
  width: 300px;
}

#screenshot{
  float: left;
  width: 350px;
}

.screenshot{
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.example{
  background: transparent url(images/new-window.gif) no-repeat scroll right bottom;
  padding: 0 15px 0 0;
  color: #2e3f99;
}

#solutions{
  margin: 0px;
  padding: 0px;
}


#solutions li{
  list-style: none;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 15px;
}

#solutions li img{
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

#solutions li img.big{
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 10px;
}

#solutions li div{
  float: left;
  width: 500px;
}


#solutions li a{
  color: #223493;
}

#solutions li a:visited{
  color: #7E88B8;
}

#solutions li p{
  font-style: normal;
}

.nav-back{
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.nav-back a{
  color: #223493;
}


/* SOLUTIONS PAGES */

#content-solutions{
  overflow: hidden;
  width: 660px;
  margin: 0 auto;
  font-size: 0.8em;
  margin-bottom: 25px;
}

#content-solutions h1{
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.2em;
  color: #223493;
}


#content-solutions div h2{
  font-size: 1.1em;
}


#content-solutions div{
  float: left;
  width: 185px;
  margin-right: 18px;
  padding-left: 7px;
  padding-right: 7px;
}

#content-solutions div.top{
  width: 204px;
  height: 14px;
  background-repeat: no-repeat;
}

#content-solutions div.bottom{
  width: 204px;
  height: 14px;
  background-repeat: no-repeat;
}

#content-solutions-web div.top{
  background-image: url('images/web-top.gif');
}

#content-solutions-custom div.top{
  background-image: url('images/custom-top.gif');
}

#content-solutions-investor div.top{
  background-image: url('images/investor-top.gif');
}

#content-solutions-web div.bottom{
  background-image: url('images/web-bottom.gif');
}

#content-solutions-custom div.bottom{
  background-image: url('images/custom-bottom.gif');
}

#content-solutions-investor div.bottom{
  background-image: url('images/investor-bottom.gif');
}

#content-solutions-web div.middle{
  border-right: 2px solid #FF2C00;
  border-left: 2px solid #FF2C00;
}

#content-solutions-custom div.middle{
  border-right: 2px solid #FF9F00;
  border-left: 2px solid #FF9F00;
}

#content-solutions-investor div.middle{
  border-right: 2px solid #0e9e89;
  border-left: 2px solid #0e9e89;
}

#content-solutions div ul {
  margin: 0px;
  padding-left: 15px;
  margin-top: 15px;
}

#content-solutions div ul li {
  list-style: circle;
}

#content-solutions div h2{
  margin-bottom: 15px;
}


#solutions-web a{
  color: #ff2c00;
}

#solutions-integrated a{
  color: #ff9f00;
}

#solutions-investor a{
  color: #0e9e89;
}

.icon{
  vertical-align: middle;
  margin-right: 5px;
}


#sitemap li a{
  color: #223493;
}

#sitemap li a:visited{
  color: #7E88B8;
}

#contacts{
  overflow: hidden;
}


#contacts div{
  float: left;
  width: 300px;
}

#contact-form input.field{
  width: 250px;
  padding: 3px;
  margin-bottom: 7px;
  margin-top: 2px;
  border: 1px solid Black;
}

#contact-form #number.field{
  width: 50px;
}

#contact-form textarea{
  border: 1px solid Black;
  margin-bottom: 7px;
  margin-top: 2px;
}

#captcha{
  vertical-align: middle;
}


#message-sent{
  color: #006600;
}

#message-failed{
  color: #CC0000;
}


#footer{
  border-top: 1px solid #6774b5;
  padding-top: 5px;
  width: 580px;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
}


#footer a{
  font-size: 0.7em;
  color: #6774b5;
  margin-right: 30px;
}















