@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_lp.gif);
	background-repeat: repeat;
	margin-top: 50px;
	margin-bottom: 50px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#wrap {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #EFEED2;
	border: 10px solid #FFF;
}
#wrap #header {
	height: 100px;
}
#wrap #header h2 {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#wrap #mainTop {
	background-image: url(images/lp_main_top.png);
	background-repeat: no-repeat;
	background-position: 27px top;
	height: 13px;
}
#wrap #main {
	background-image: url(images/lp_main_mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 43px;
}
#wrap #mainBtm {
	background-image: url(images/lp_main_btm.gif);
	background-repeat: no-repeat;
	background-position: 27px top;
	height:15px;
}

#wrap #main p {
	font-size: 1.4em;
}
#wrap #main .claim {
	font-size: 11px;
	color: #999;
	text-align: center;
}

#wrap #main td {
	font-size: 1.4em;
	color: #8AA88B;
	font-weight: bold;
}
#wrap #main td {
	font-size: 1.4em;
	color: #8AA88B;
	font-weight: bold;
	text-align: left;
}
#wrap #main #sup table td.odd {
	color: #000;
}

#wrap #main li {
	font-size: 1.4em;
	font-weight: bold;
}
#wrap #main #sup form {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
#wrap #main #sup form p, #wrap #main #sup p {
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

#wrap #main #col p.quote {
	padding: 10px;
	background-color: #F8F8E9;
	width: 95%;
	border: 1px solid #E0DFBD;
}


#wrap #main #col {
	float: left;
	width: 440px;
	padding: 10px;
}
#wrap #main #col h1 {
	color: #AAC03C;
	font-size: 2.7em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 27px;
	text-align: left;
}
#wrap #main #col h2 {
	font-size: 18px;
	color: #829426;
}
#wrap #main #col h2.title {
	font-size: 2.5em;
	margin-top: 0px;
}

#wrap #main #col h2.intro {
	color: #C60;
	font-size: 16px;
}
#wrap #main #col h3 {
	font-size: 1.7em;
}

#wrap #main .tooltip {
	position:relative;	
}
#wrap #main .tooltip span {
	display:none;
}
#wrap #main  .tooltip:hover span {
	display:block;
	position:absolute;
	top:1.5em;
	left:5em;
	width:300px;
	padding:10px;
	color:#000;
	background-color:#FFC;
	border:2px solid #333;
	
}


#wrap #main #col strong.highlight {
	color: #8BC53F;

}


#wrap #main #sup {
	float: left;
	width: 230px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrap #footer {
	height: 35px;
}
