@charset "UTF-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #808285;
	margin: 0;
	padding: 0;
}
body {
	background: #f6cee1 url(../img/bg.gif) repeat-x;
	font-size: 12px;
	height: 100%;
}
a {
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
h3 {
	color: #d9005e;
	font-size: 14px;
	font-weight: normal;
	padding: 20px 0 20px 65px;
}	
h4 {
	color: #d9005e;
	font-size: 17px;
}	
.underline {
	text-decoration: underline;
}
.left {
	text-align: left;
}
.alignright {
	float: right;
}
.save {
	padding: 20px 65px 0 0;
}
.no-bot {
	padding: 20px 0 4px 0;
	font-weight: bold;
}
.f1 {
	color: #1f2758;
	font-size: 20px;
}
.f2 {
	color: #d9005e;
	font-size: 19px;
}
.f3 {
	color: #1f2758;
	font-size: 12px;
}
.f4 {
	color: #d9005e;
	font-size: 16px;
}
.f5 {
	color: #1f2758;
	font-size: 12px;
}
.f6 {
	font-size: 13px;
	line-height: normal;
}
select {
	color: #1f2758;
	font-size: 10px;
}
#wrapper {
	position: relative;
	background: #fff;
	width: 825px;
	margin: 0 auto;
	z-index: 0;
}
#header {
	overflow: hidden;
	height: 93px;
}
#logo {
	position: absolute;
	top: 17px;
	left: 22px;
	z-index: 15;
}
#logo-main {
	position: absolute;
	right: 150px;
	top: 25px;
}
#logo-suzan {
	position: absolute;
	right: 8px;
	top: 30px;
}
#language {
	position: absolute;
	right: 152px;
	top: 10px;
	font-size: 12px;
	text-align: right;
}
#head-link {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 9px;
	text-align: center;
}
#nav {
	background: #d9005e;
	text-align: right;
	padding: 0 80px 0 0;
}
#nav a {
	color: #fff;
	line-height: 33px;
	padding: 4px 40px;
	border-right: 1px solid #fff;
}
#nav a:hover, #nav .on {
	color: #1f2758;
	text-decoration: none;
}
#slide-copy {
	position: absolute;
	top: 248px;
	right: 85px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #21285a;
	text-align: center;
	line-height: 25px;
	background: #f953a2;
	z-index: 15;
}
#home_cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
}
#home_flash {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#content_home {
	position: relative;
	padding: 40px 60px;
	line-height: 25px;
}
#ribbon {
	position: absolute;
	left: 357px !important;
	left: 290px;
	top: 33px;
}
#benefits {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#benefits td {
	width: 33.3%;
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 25px;
	font-size: 13px;
	vertical-align: top;
}
#started {
	border-top: 2px solid #999;
	width: 770px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#started td {
	width: 50%;
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 25px;
	font-size: 13px;
	vertical-align: top;
}
#form td {
	text-align: left;
	padding: 6px 0 0 5px !important;
	padding: 4px 0 0 5px;
	line-height: normal;
	font-size: 10px;
	vertical-align: top;
	color: #1f2758;
	width: auto;
}
input:focus {
	outline: none;
}
#started-top {
	padding: 0 0 0 45px;
}
.started-fill {
	padding: 0 0 0 400px;
	color: #f953a2;
	font-size: 9px;
}
#footer {
	text-align: center;
	font-size: 9px;
	padding: 30px 0 20px 0;
}


/*slideshow*/
#slideshow {
    position: relative;
    height: 147px;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow IMG.last-active {
    z-index: 9;
}
