@charset "utf-8";
/* CSS Document */

html { height: 100%; }

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/main-background.png) top repeat-x #142535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img {border: none;}

#props {
  background: url(images/props-background.png) center 0px no-repeat;
  height: 749px;
}

#container {
  margin: 0px auto;
  width: 885px;
}

#logo-nav img.logo {
  float: left;
}

#logo-nav ul {
  float: right;
  background: url(images/menu-background.png) no-repeat;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  width: 575px;
  height: 45px;
  position: relative;
  top: 65px;
}

#logo-nav ul li {
  display: inline;
}

#logo-nav ul li a {
  color: #70848f;
  text-decoration: none;
  display: inline-block;
  padding: 12px 23px;
}

#logo-nav ul li a:hover {
  color: #FFFFFF;
}

#logo-nav ul li a.current {
  color: #f8c606;
}

#navigation {
  list-style: none;
}

#navigation a {
  color: #306389;
  text-decoration: none;
}

#navigation a:hover {
  color: #e96c00;
}

#navigation li { /* main list items */
	float: left;
	position: relative;
}

#navigation li ul { /* second-level lists */
	display: none;
	padding: 0px;
	position: absolute;
	top: 1em;
	left: 0;
	list-style: none;
	background-color: #FFF;
}

#navigation li ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}

#navigation li>ul {
	top: auto;
	left: auto;
}

/* \*/
* html #navigation li ul {
    top: 16px;
	left: 9px; /* equivalent to padding main list item */
}
/* */

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
	width: 170px;
	margin-top: 10px;
}

#benefits {
  clear: both;
}

#wrapper {
  clear: both;
  background: url(images/content-background.png) repeat-y;
}

#left-content {
  float: left;
  width: 670px;
  height: 333px;
  background: url(images/product-background.png) no-repeat;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 10px;
}

#left-content img.text-benefits {
  padding: 16px 0px 10px 0px;
}

#left-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  line-height: 1.5em;
}

#left-content ul li {
  float: left;
  margin: 0px 25px;
  width: 175px;
}

#left-content ul li.center {
  border: none;
  margin: 0px 10px 0px 21px;
}

#left-content ul li img.learn {
  padding-top: 6px;
}

#left-content-inside {
  float: left;
  width: 670px;
  text-align: left;
  margin-top: 0px;
  padding-bottom: 10px;
  line-height: 1.5em;
  color: #fbe9cc;
}

#left-content-inside h1 {
  font-size: 16px;
  color: #f8c606;
  margin: 0px;
}

#left-content-inside p {
  margin: 0px;
}

#left-content-inside ul {
  clear: both;
  list-style-type: none;
  padding-top: 30px;
  margin-top: 0px;
}

#left-content-inside li {
  display: block;
  clear: both;
  vertical-align: top;
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: url(images/bar.gif) bottom no-repeat;
}

#left-content-inside li.anchor a {
  text-decoration: none;
  color: #fbe9cc;
}

#left-content-inside li.anchor a:hover {
  color: #f8c606;
  text-decoration: underline;  
}

#left-content-inside img {
  float: left;
  vertical-align: text-top;
  margin-right: 20px;
  padding: 0px;
}

#sidebar {
  float: right;
  width: 178px;
  margin-top: 30px;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.4em;
}

#sidebar p {
  margin: 0px;
}

#sidebar img {
  margin-top: 6px;
}

#sidebar h1 {
  font-size: 15px;
  font-weight: bold;
  color: #f8c606;
  margin: 0px;
}

#footer {
  margin-top: 20px;
  font-size: 11px;
}


#copyright {
  float: left;
  color: #616f7a;
}

#footlinks {
  float: right;
  color: #a9c0d3;
  text-align: right;
}

#footlinks a {
  color: #fbe9cc;
  text-decoration: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

