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

#landingpage-container #master-menu
{
  position: absolute;
  padding: 6px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  top: -52px;
  left: 0px;
  font-weight: bold;
  background: #F8FFBC;
}

#landingpage-container #master-menu ul li
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#landingpage-container #master-menu ul li a
{
  color: green;
  text-decoration: underline;
}

#landingpage-container {
	position: relative;
	width: 800px;
	margin: 0px auto 20px auto;
	}

#landingpage-header {
	position: relative;
	height: 185px;
	background-image: url(../images/pic-landingpage-woman.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#landingpage-content {
	padding: 0px;
	background-color: #FFF;
	margin: 10px 10px 10px 0;
	}
	
#landingpage-content p {
	margin-bottom: 10px;
	color: #333333;
	line-height: 1.5em;
	}
	
#landingpage-content #content-inner {
	min-height: 600px;
	padding: 10px;
	}

#landingpage-left-col {
	width: 400px;
	margin-left: 15px;
	float: left;
	}

#landingpage-right-col {
	background-color: #ecca85;
	width: 335px;
	float: right;
	}
	
#landingpage-right-col p {
	padding: 10px;
	}
	
.txt-special-offer {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	}

#landingpage-content h1 {
	font-weight: bold;
	color: #2D8FC3;
	margin-bottom: 8px;
	font-size: 18pt;
	letter-spacing: .1em;
	}

#landingpage-content h2 {
	font-weight: bold;
	color: #2D8FC3;
	margin-bottom: 8px;
	font-size: 14pt;
	letter-spacing: .1em;
	}

#landingpage-content h3 {
	font-weight: bold;
	color: #2D8FC3;
	margin-bottom: 8px;
	font-size: 11pt;
	letter-spacing: .1em;
	}

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

  .clearfix {
  	display: inline-block;
  }

  html[xmlns] .clearfix {
  	display: block;
  }

  * html .clearfix {
  	height: 1%;
  }