/* ----------------
// Standard Elements
// ---------------- */

body {
	margin:                 0;
	padding:                0;
  font:                   10pt Arial, Helvetica, sans-serif;
	color:                  #333333;
  background:             url(page_bg.gif) repeat-x;
}

a {
  color:                  #335c8d;
}

a:hover {
	text-decoration:        none;
}

img {
	border:                 0px;
}

p {
  margin:                 0 0 20px 0;
  padding:                0;
}

form {
	margin:                 0;
	padding:                0;
}

label.form {
	display:                block;
	min-width:              150px;
	font-weight:            bold;
	margin:                 4px 0 2px 0;
}

input.input,
select.input,
textarea.input,
iframe.input {
	color:                  #505050;
	padding:                4px !important;
	border:                 1px solid #cccccc;
	border-top:             2px groove #dddddd;
	margin-bottom:          2px;
	letter-spacing:         0px;
}

.indent {
	margin-left:            20px;
}

.clear {
  clear:                  both;
}

/* ----------------
// Page
// ---------------- */

#page {
  width:                  960px;
  margin:                 0 auto;
}

/* ----------------
// Header
// ---------------- */

#header {
  width:                  960px;
  height:                 70px;
  margin:                 0 auto;
}

.frontpage_header a {
  color:                  #ffffff;
}

/* ----------------
// Headers
// ---------------- */

h1 {
  float:                  left;
  width:                  110px;
  height:                 33px;
  margin:                 18px 0 0 0;
  padding:                0;
}

h1 a {
  display:                block;
  height:                 100%;
  font-size:              0pt;
  text-indent:            -999em;
  background:             url(logo.gif) no-repeat;
  overflow:               hidden;  
}

h2 {
  padding:                0 0 58px 0;
  margin:                 0;
  font-size:              2.4em;
  font-weight:            normal;
  letter-spacing:         -1px;
  /*line-height:            26pt;*/
  color:                  #ffffff;
  text-shadow:            1px 1px #555555;
}

h3 {
  margin:                 0 0 10px 0;
  padding:                0;
  font-size:              1.4em;
  font-weight:            normal;
  letter-spacing:         -1px;
  color:                  #333333;
/*  color:                  #3b6aa4;*/
}

/* ----------------
// Main menu
// ---------------- */

ul#main_menu {
  float:                  right;
  margin:                 32px 0 0 0;
  padding:                0;
  list-style-type:        none;
}

ul#main_menu li {
  float:                  left;
  margin-left:            20px;
}

ul#main_menu li a {
  display:                block;
  color:                  #ffffff;
  font-weight:            bold;
  font-size:              1em;
/*  text-transform:         uppercase;*/
  text-decoration:        none;
  text-shadow:            1px 1px #000000;
}

ul#main_menu li a.highlight {
  color:                  #acc4e0;
}

ul#main_menu li.open a {
  text-decoration:        underline;
}

/* ----------------
// Content
// ---------------- */

#main .content {
  padding-top:            30px;
}

#main .content .left {
  float:                  left;
  width:                  450px;
}

#main .content .left p {
  padding:                10px 0;
  /*font:                   12pt Georgia, Serif;*/
  font-size:              1.3em;
  color:                  #ffffff;
}

#main .content .right {
  float:                  left;
  width:                  510px;
  text-align:             right;
}

#main .content .right img {
  margin-top:             -15px;
  margin-right:           -15px;
}

#main .content .right .presentation {
  width:                  432px;
  height:                 240px;
  margin-left:            50px;
  margin-top:             10px;
  padding:                20px;
  background:             url(presentation_bg.png);
}

/*#main .content .left .buttons a {*/
.buttons a {
  width:                  210px;
  height:                 30px;
  padding-top:            11px;
  font-size:              1.1em;
  font-weight:            bold;
  text-align:             center;
  text-decoration:        none;
}

/*#main .content .left .buttons a.green {*/
.buttons a.green {
  float:                  left;
  color:                  #ffffff;
  background:             url(button_green.png) no-repeat;
}

/*#main .content .left .buttons a.white {*/
.buttons a.white {
  float:                  right;
  color:                  #333333;
  text-align:             left;
  background:             url(button_white.png) no-repeat;
}

.buttons a.white div {
  height: 30px;
  padding-left: 53px;
  background: url(livechat.gif) no-repeat 20px 0px;
}

/* ----------------
// Product Information
// ---------------- */

#main .information {
  clear:                  both;
  padding-top:            60px;
}

#main .information .left {
  float:                  left;
  width:                  609px;
  border-right:           1px solid #cccccc;
}

#main .information .right {
  float:                  right;
  width:                  350px;
}

#main .information .left ul {
  padding:                0;
  margin:                 0;
  list-style-type:        none;
}

#main .information .left ul li {
  float:                  left;
  width:                  180px;
  height:                 175px;
  margin-right:           20px;
}

#main .information .left ul li img {
  float:                  left;
  margin-right:           10px;
  margin-top:             -3px;
}

#main .information .left ul li.bottom {
  height:                 125px;
}

/* ----------------
// Testimonial
// ---------------- */

#main .information .right .testimonial {
  float:                  right;
  display:                block;
  width:                  272px;
  height:                 112px;
  padding:                25px;
  margin-bottom:          20px;
  color:                  #555555;
  background:             url(testimonial_bg.png) no-repeat;
  text-decoration:        none;
}

#main .information .right .testimonial p {
  font:                   1em Georgia, Serif;
  font-style:             italic;
  line-height:            1.5em;
  margin:                 0;
}

#main .information .right .testimonial p img.qleft {
  margin-right:           5px;
}

#main .information .right .testimonial p img.qright {
  margin-left:            5px;
}

#main .information .right .testimonial .name {
  padding-top:            10px;
  font-weight:            bold;
}

/* ----------------
// Customers
// ---------------- */

table.customers {
  float:                  right;
  width:                  330px;
  margin:                 10px 0;
  border-collapse:        collapse;
  border:                 none;
}

table.customers td {
  width:                  15%;
  height:                 50px;
  text-align:             center;
}

table.customers td img {
  margin:                 auto;
}

/* ----------------
// Footer
// ---------------- */

#footer {
  clear:                  both;
  background:             #191919;
  overflow:               hidden;
}

#footer .content {
  width:                  960px;
  padding-top:            30px;
  padding-bottom:         10px;
  margin:                 0 auto;
  color:                  #888888;
}

#footer .content a {
  color:                  #eeeeee;
}

#footer .content h3 {
  font-weight:            bold;
  color:                  #74a02b;
}

#footer .content ul {
  padding:                0;
  margin:                 0;
  list-style-type:        none;
}

#footer .content ul li {
  float:                  left;
  width:                  300px;
  margin-right:           20px;
}

#footer .bottom {
  width:                  960px;
  margin:                 0 auto;
  padding:                10px 0;
  border-top:             1px solid #474747;
}

#footer .left {
  float:                  left;
}

#footer .right {
  float:                  right;
  text-align:             right;
}

#footer .right ul {
  height:                 25px;
  padding:                0;
  margin:                 0;
  list-style-type:        none;
}

#footer .right ul li {
  float:                  left;
  display:                block;
  margin-left:            20px;
}

#footer .poweredby {
  display:                none !important;
}

/* ----------------
// Sticky footer
// ---------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#page {
  padding-bottom: 290px;
}

#footer {
  position: relative;
	margin-top: -290px;
	height: 290px;
	clear: both;
	overflow: hidden;
}

.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ----------------
// Shadow
// ---------------- */

/*.shadow  {
  position: relative;
  display: block;
}

.shadow span {
  position: absolute;
  display: block;
  top: 0px;
}

.shadow:before {
  display: block;
  padding: 2px;
  content: attr(title);
  color: #000;
}*/