@charset "utf-8";
/* CSS Document */
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:verdana, arial, sans-serif; font-size:100%;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:500;} 
#content {padding:5px 300px 20px 200px;}


body {
	background-color: #2892CC;
	}

img {
	border:0;
	
	}

#main {
	width: 800px;
	margin: 0px auto;
	z-index:200;
	position: relative;

}

.logo {
	position:relative;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: left;
	line-height: 100%;
}

/*menu start*/
.menu {
	background-image:url(../images/menuAll.png);
	background-repeat:no-repeat;
	width:600px;
	height:40px;
	position:absolute;
	top:35px;
	left:220px;
}

ul#saturday {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	/*background:transparent url(../images/menu.jpg) repeat-x top left;*/
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:0;
	border-top:0;
}
/*ul#saturday li {
display:block;
float:left;
margin:0;
padding:0;
text-align:center;
}*/
ul#saturday li.long {
display:block;
float:left;
margin:0;
padding-top:0px;
text-align:center;
width:200px;
height:40px;
background-image:url(../images/menuLong.png);
background-repeat:no-repeat;
}

ul#saturday li.mid {
display:block;
float:left;
margin:0;
padding-top:0px;
text-align:center;
width:145px;
height:40px;
background-image:url(../images/menuMid.png);
background-repeat:no-repeat;
}

ul#saturday li.short {
display:block;
float:left;
margin:0;
padding-top:0px;
text-align:center;
width:90px;
height:40px;
background-image:url(../images/menuSmall.png);
background-repeat:no-repeat;
}

/*li#long {
display:block;
float:left;
margin:0;
padding:0;
width:200px;
text-align:center;
}

li#short {
display:block;
float:left;
margin:0;
padding:0;
width:130px;
text-align:center;
} */

ul#saturday li.short a {
	display:block;
	float:left;
	color:#5B790A;
	text-decoration:none;
	padding-top:14px;
	height:40px;
	text-align:center;
	width:90px;
}

ul#saturday li.mid a {
	display:block;
	float:left;
	color:#5B790A;
	text-decoration:none;
	padding-top:14px;
	height:40px;
	text-align:center;
	width:145px;
}

ul#saturday li.long a {
	display:block;
	float:left;
	color:#5B790A;
	text-decoration:none;
	padding-top:14px;
	height:40px;
	text-align: center;
	width:200px;
}

ul#saturday li.mid a:hover {
	color:#000;	
	background-image:url(../images/menuMidHov.png);
background-repeat:no-repeat;
	}

ul#saturday li.mid a.current,ul#saturday li.mid a.current:hover {
	color:#000;
	background-image:url(../images/menuMidHov.png);
background-repeat:no-repeat;
	
}

ul#saturday li.long a:hover {
	color:#000;	
	background-image:url(../images/menuLongHov.png);
background-repeat:no-repeat;
	}

ul#saturday li.long a.current,ul#saturday li.long a.current:hover {
	color:#000;
	background-image:url(../images/menuLongHov.png);
background-repeat:no-repeat;
	
}

ul#saturday li.short a:hover {
	color:#000;	
	background-image:url(../images/menuSmallHov.png);
background-repeat:no-repeat;
	}

ul#saturday li.short a.current,ul#saturday li.short a.current:hover {
	color:#000;
	background-image:url(../images/menuSmallHov.png);
background-repeat:no-repeat;
	
}
/*menu end*/



.flash {
	position:relative;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: left;
	line-height: 100%;
}

.greenBg {
	background-image:url(../images/greenBg.png);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: left;
	line-height: 100%;
	position:relative;
	width:100%;
	height:40px;
	z-index: -1;
	}
	
.txtgreen {	
    color:#003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top:13px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:0px;
	margin-top: 0;
	position:relative;
	z-index: 200;
}
	
.mainTxtBg {
	background-image:url(../images/mainTxtBg.png);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: justify;
	line-height: 120%;
	position:relative;
	z-index: -1;
	width:440px;
	height:100%;
	}
	
	
.txtMain {	
    color:#00527F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top:5px;
	padding-left:10px;
	padding-right: 15px;
	padding-bottom:0px;;	
	margin-top: 0;
	position:relative;
	width: 400px;
	z-index: 200;
}

.txtMain a:link {
	color:#00527F;
	text-decoration:none;
	}
.txtMain a:visited {
	color:#00527F;
	text-decoration:none;
	}	
.txtMain a:hover {
	color:#FA867D;
	text-decoration:underline;
	}	


.txtLeft {	
    color:#CAE7F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:11px;
	padding-left:10px;
	padding-bottom:0px;;	
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 250%;
	position: absolute;
	top: 265px;
	left: 560px;
	width:230px;
	z-index: 400;
}

.txtLeft a:link {
	color:#CAE7F9;
	text-decoration:none;
	}
.txtLeft a:visited {
	color:#CAE7F9;
	text-decoration:none;
	}	
.txtLeft a:hover {
	color:#CAE7F9;
	text-decoration:underline;
	}	

.profi {
	background-image:url(../images/mainTxtBg.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0px;;	
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 250%;
	position: absolute;
	top: 500px;
	left: 560px;
	width:230px;
	z-index: 400;
}
.profiTxt {
	color:#00527F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:0px;
	
	margin-top: 0;
	float:left;
	display:inline;
	text-align:justify;
	line-height: 250%;
	width:230px;
	z-index: 400;
}
.logoProfi {	
    color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	padding-top:11px;
	padding-left:0px;
	padding-bottom:0px;;	
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 250%;
	
	
	width:230px;
	z-index: 400;
}
.advertise2 {
	background-image:url(../images/adTxtBg.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0px;
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 140%;
	position: absolute;
	top: 720px;
	left: 560px;
	width:230px;
	z-index: 400;
}

.txtAdvertise {
	color:#FFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	margin-top: 0;
	float:left;
	display:inline;
	text-align:justify;
	line-height: 140%;
	width:230px;
	z-index: 400;
}

.txtAdvertise a:link {
	color:#CAE7F9;
	text-decoration:none;
	}
.txtAdvertise a:visited {
	color:#CAE7F9;
	text-decoration:none;
	}	
.txtAdvertise a:hover {
	color:#CAE7F9;
	text-decoration:underline;
	}	

.advertise1 {
	background-image:url(../images/adTxtBg.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0px;
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 140%;
	position: absolute;
	top: 400px;
	left: 560px;
	width:230px;
	z-index: 400;
}

.txtLeftBenefit {
	background-image:url(../images/BgTxtLeft.png);
	background-repeat:no-repeat;
    color:#D9EFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:0px;;	
	margin-top: 0;
	float:left;
	display:inline;
	text-align: left;
	line-height: 150%;
	position: absolute;
	top: 280px;
	left: 550px;
	width:300px;
	height:350px;
	z-index: 400;
}


h1 {
	color:#003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	margin:10px 0 0 10px;
	line-height:1.2em;
	}

h1.benefits {
	color:#092F16;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
h2.benefits {
	color:#092F16;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	

h2 {
	color:#1E6D9C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.1em;
	padding:0;
	margin-bottom:5px;
	}

/*menu end*/
h2.index {
	color:#FA867D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.1em;
	padding:0;
	margin-bottom:15px;
}

h3.index {
	color:#1E6D9C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.1em;
	padding:0;
	margin-bottom:5px;
}


.picStressWoman {
	
	position:absolute;
	top: 20px;
	left: 267px;
	width:200px;
	z-index: 200;
	}
	

	
.blueButt {
	
	position:absolute;
	top: 160px;
	left: 255px;
	width:150px;
	height:40px;
	z-index: 200;
	}
	
.txtBlueButt {	
    color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0px;;	
	margin-top: 0;
	position:absolute;
	z-index: 400;
}	

.txtBlueButt a:link {
	color:#000;
	text-decoration:none;
	background-image:url(../images/blueButt.png);
	background-repeat:no-repeat;
	width:150px;
	height:40px;
	display:block;
	float:left;
	padding-top:10px;
	padding-left:10px;
	position:absolute;	
	text-align: left;
	}
.txtBlueButt a:visited {
	color:#000;
	text-decoration:none;
	background-image:url(../images/blueButt.png);
	background-repeat:no-repeat;
	width:150px;
	height:40px;
	display:block;
	float:left;
	padding-top:10px;
	padding-left:10px;
	position:absolute;	
	text-align: left;
	}	
.txtBlueButt a:hover {
	background-image:url(../images/blueButtHover.png);
	background-repeat:no-repeat;
	width:150px;
	height:40px;
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding-top:11px;
	padding-left:10px;
	position:absolute;	
	text-align: left;
	
	}	

.blueBg {
	background-image:url(../images/blueBg.png);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: left;
	line-height: 150%;
	position:relative;
	width:100%;
	height:73px;
	z-index: -1;
	}
	
.txtBlue {	
    color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:0px;;	
	margin-top: 0;
	position:relative;
	z-index: 200;
}

.greenButt {
	/*background-image:url(../images/greenBut.png);
	background-repeat:no-repeat;*/
	position:relative;
	top: -45px;
	left: 300px;
	width:200px;
	height:40px;
	z-index: 200;
	}
	
.txtGreenButt {	
    color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:0px;;	
	margin-top: 0;
	position:relative;
	z-index: 400;
}	

.txtGreenButt a:link {
	color:#000;
	text-decoration:none;
	background-image:url(../images/greenBut.png);
	background-repeat:no-repeat;
	width:100px;
	height:40px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:14px;
	position:absolute;
	text-align: left;
	}
.txtGreenButt a:visited {
	color:#000;
	text-decoration:none;
	background-image:url(../images/greenBut.png);
	background-repeat:no-repeat;
	width:100px;
	height:40px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:14px;
	position:absolute;	
	text-align: left;
	}	
.txtGreenButt a:hover {
	background-image:url(../images/greenButHover.png);
	background-repeat:no-repeat;
	width:100px;
	height:40px;
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding-top:6px;
	padding-left:14px;
	position:absolute;	
	text-align: left;
	
	}	

.bottom {
	
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: left;
	line-height: 150%;
	position:relative;
	z-index: -1;
	width:100%;
	
	}
	
.txtBottom {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top:6px;
	padding-left:0px;
	padding-bottom:0px;;	
	margin-top: 0;
	position:relative;
	z-index: 400;	
	
	}

.txtBottom a:link {
	color:#000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.txtBottom a:visited {
	color:#000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
.txtBottom a:hover {
	color:#000;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	

/*menu left start*/
.menuLeft {
	/*background-image:url(../images/menuAll.png);
	background-repeat:no-repeat;*/
	width:250px;
	position:absolute;
	top:280px;
	left:550px;
}

ul#menuLeftUL {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	width:250px;
	height:20px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	/*background:transparent url(../images/menu.jpg) repeat-x top left;*/
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:0;
	border-top:0;
}
ul#menuLeftUL li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	width:250px;
	background-image:url(../images/menuLeft.png);
	background-repeat:no-repeat;
}

ul#menuLeftUL li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding-top:14px;
	padding-left:10px;
	height:20px;
	text-align: left;
	width:250px;
}

ul#menuLeftUL li a:hover {
	color:#FA867D;
	background-image:url(../images/menuLeftHover.png);
	background-repeat:no-repeat;
	}

ul#menuLeftUL li a.current,ul#menuLeftUL li a.current:hover {
	color:#FA867D;
	background-image:url(../images/menuLeftHover.png);
	background-repeat:no-repeat;	
}
.txtMain hr {
	width: 100%;
	color: #2892CC;
	background-color: #2892CC;
	height: 2px;
}
