@charset "UTF-8";
/* CSS Document */
.outer-container {
	position: absolute;
	height: inherit;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	background-color: #fffdf7;
	left: 0px;
	padding-bottom: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	right: 0px;
	top: 0;
}


.topbar {
	position:absolute;
	height: 25px;
	width: 100%;
	margin:0px;
	background-color:#c6d8e6;
	top: 0;
	left: 0px;
	text-align:left;
}

.header {
	
	height: 145px;
	width: 960px;
	top: 25px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top:20px;
	

}
.header .logo
{
	width:266px;
	height:99px;
	margin-top:30px;
	background-image:url(images/logowatan.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.header .logo .info
{
	width:592px;
	height:99px;
	background-color:#fff;
	top:0px;
	margin-left:368px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 1.5em;
	color: #06C;
	padding-top: 42px;
	text-align: center;
	}
.outer-container .menu
{
	position:absolute;
	width:100%;
	height:40px;
	top:135px;
	background-color:#06C;
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	
	
	
}


.outer-container .banner {
	position:absolute;
	height: 257px;
	width: 960px;
	top: 175px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/banner-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

.outer-container .banner #photo {
	width:960px;
	height:240px;
	margin-top:20px;
	background-image:url(images/woman.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

.outer-container .banner .messages
{
	width:584px;
	height:145px;
	padding-top: 5px;
	
	}
	
	.outer-container .banner .messages #bg
{
	width:300px;
	height:155px;
	background-image:url(images/teaserbg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	top:10px;
}
.outer-container .banner .messages .title
{
	font-family: Helvetica, sans-serif;
	font-size:2em;
	color:#C4491D;
	padding-top:40px;
	margin-top: 34px;
	top: 45px;
	vertical-align: bottom;
	font-weight: bold;
	letter-spacing: -0.1em;
	}
	.outer-container .banner .messages .subtitle
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	letter-spacing:-0.01em;
	color:#fff;
	height:119px;
	padding:10px;
	
	}
	
	.outer-container .banner .messages2
{
	width:364px;
	height:145px;
	padding-top: 5px;
	margin-left:580px;
	margin-top:-130px;
	}
.outer-container .banner .messages2 .title2
{
	font-family: Helvetica, sans-serif;
	font-size:2em;
	color:#144C7e;
	padding-top:40px;
	margin-top: 34px;
	top: 45px;
	vertical-align: bottom;
	font-weight: bold;
	letter-spacing: -0.1em;
	}
	.outer-container .banner .messages2 .subtitle2
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	letter-spacing:-0.01em;
	color:#135198;
	background-image:url(images/teaserbg.png);
	height:119px;
	
	}

.outer-container .banner .messages .bullets
{}
.banner #signup
{
	position:relative;
	width:230px;
	height:33px;
	background-image:url(images/signupbutton.png);
	left:700px;
	top:5px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	display:block;
	background-repeat:no-repeat;
	}


.main {
	position:absolute;
	height: 205px;
	width: 100%;
	top: 433px;
	margin:0px;
	left: 0px;
	background-color:#CC0;
	background-image:url(images/main-bg.png);
	background-repeat:repeat-x;
	border-top-color:#FFF5D7;
	border-top-style:solid;
	border-top-width:thick;
}
.main .box
{
	width:960px;
	height:205px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
.main .box .products
{
	width:484px;
	height:245px;
	margin-top: 10px;
	padding-left: 53px;
	background-repeat: no-repeat;
	background-position:top left;
	
	}
.main .box .icon
{
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	z-index:3000;
	height:158px;
	margin-left:0px;}
.main .box .products .productTitle
{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #003159;
	padding-left: 20px;
	
	}
.main .products .description
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	letter-spacing:-0.02em;
	color:#fff;
	line-height: 1em;
	padding-left: 20px;
	margin-bottom:20px;
	}
.main .box .features
{
	position:relative;
	top:-275px;
	width:356px;
	height:25px;
	margin-left:484px;
	vertical-align:middle;

	background-repeat:no-repeat;
	background-position:left;
	padding-left: 100px;
	}

.outer-container .submain
{
	position:absolute;
	height: 440px;
	width: 100%;
	top: 645px;
	margin:0px;
	left: 0px;
	background-color:#FFF;	
}
.outer-container .submain .box
{
	width:960px;
	height:439px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	
	}
.outer-container .submain .box .testimonials
{
	width:405px;
	height:439px;
	background-image:url(images/testimonials-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
.outer-container .submain .box .testimonials .content1
{
	width:289px;
	height:138px;
	margin-left:67px;
	padding-top:55px;
	margin-right:20px;
	top:25px;

	}
	.submain .box .testimonials .content2
{
	width:289px;
	height:138px;
	margin-left:67px;
	padding-top:55px;

	}
	
.outer-container .submain .box .testimonials .subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	letter-spacing:-0.02em;
	color:#FFF;
	line-height: 2em;
	}

.outer-container .submain .box .testimonials .rates
{
	position:relative;
	top:-386px;
	width:555px;
	height:439px;
	background-color:#FFF;
	margin-top:0px;
	margin-left:405px;
	}
.outer-container .submain .box .testimonials .content1
{
	width:289px;
	height:138px;
	margin-left:67px;
	padding-top:55px;
	top:25px;
}
.submain .box .testimonials  .content2
{width:289px;
	height:138px;
	margin-left:67px;
	padding-top:55px;
}
.submain .box .testimonials .title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	letter-spacing:-0.04em;
	color:#FFF;
	font-weight: normal;
	line-height: 0.9em;
}
.main .box .features .subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	letter-spacing:-0.02em;
	color:#153159;
	line-height: 1.4em;
	}
	.main .box .features .title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	letter-spacing:-0.1em;
	color:#C30;
	line-height: 1em;
	font-weight:bold;
	}
	
	.submain .box .ratetable
{
	
	color:#153159;
	width:405px;
	height:439px;
	background-color:#FFF;
	margin-top:-439px;
	margin-left:450px;
	
	}
	.submain .box .ratetable .title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	letter-spacing:-0.1em;
	color:#C30;
	line-height: 1em;
	font-weight:bold;
	margin-top:10px;
	}
.footer{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 1080px;
	margin:0px;
	left: 0px;
	background-color:#F0Ef9A;
	text-align:center;
}

