@charset "utf-8";
/* CSS Document */

		div#feature_list {
			width: 994px;
			height: 301px;
			overflow: hidden;
			position: relative;
			background-image:url(images/header-bg_03.png);
			margin-top:10px;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 185px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			padding:0;
			margin:0;
		}
		
		ul#tabs li img {
			padding:0;
			border: none;
			margin:0;
		}

		ul#tabs li a.tab01 {
			color: #636363;
			text-decoration: none;	
			display: block;
			padding: 4px 0 0 10px;
			outline: none;
			background-image:url(images/header-tab_06.png);
			background-position:top;
			background-repeat:no-repeat;
			height:49px;
			font-family:Calibri;
			font-size:14px;
			line-height:12px;
		}
		
		ul#tabs li a.tab02 {
			color: #636363;
			text-decoration: none;	
			display: block;
			padding: 0 0 0 10px;
			outline: none;
			background-image:url(images/header-tab_07.png);
			background-position:top;
			background-repeat:no-repeat;
			height:49px;
			font-family:Calibri;
			font-size:14px;
			line-height:12px;
		}
		
		ul#tabs li a.tab03 {
			color: #636363;
			text-decoration: none;	
			display: block;
			padding: 0 0 0 10px;
			outline: none;
			background-image:url(images/header-tab_08.png);
			background-position:top;
			background-repeat:no-repeat;
			height:49px;
			font-family:Calibri;
			font-size:14px;
			line-height:12px;
		}
		
		ul#tabs li a.tab04 {
			color: #636363;
			text-decoration: none;	
			display: block;
			padding: 0 0 0 10px;
			outline: none;
			background-image:url(images/header-tab_09.png);
			background-position:top;
			background-repeat:no-repeat;
			height:53px;
			font-family:Calibri;
			font-size:14px;
			line-height:12px;
		}
		
		ul#tabs li a.tab01.current {
			background-image:url(images/header-tab-ovr_06.png);
			color: #000;
		}

		ul#tabs li a.tab02.current {
			background-image:url(images/header-tab-ovr_07.png);
			color: #000;
		}

		ul#tabs li a.tab03.current {
			background-image:url(images/header-tab-ovr_08.png);
			color: #000;
		}

		ul#tabs li a.tab04.current {
			background-image:url(images/header-tab-ovr_09.png);
			color: #000;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		
		ul#tabs li span {
			display:block;
			padding:12px 0 0 40px;
		}

		ul#output {
			right: 0;
			width: 809px;
			height: 301px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 508px;
			height: 245px;
		}

		ul#output li span {
	position: absolute;
	top: 54px;
	left: 38px;
	padding: 0;
	text-decoration: none;
	color: #000;
	width: 280px;
	font-size: 13px;
		}
		
		.slide-title {
			font-size:20px; padding-bottom:6px; letter-spacing:-0.5px; font-family:Arial, Helvetica, sans-serif; color:#393939; line-height:20px;
		}
		.slide-text {
			width:280px; padding-bottom:8px; font-size:15px;
		}
		.slide-text02 {
			width:280px; padding-bottom:8px; font-size:15px;
		}
		.slide-text03 {
			width:280px; padding-bottom:8px; font-size:15px;
		}
		.slide-text04 {
			width:320px; padding-bottom:8px; font-size:15px;
		}
		.slide-pricing-container {
		padding-top:10px; width:180px; border-top:solid 1px #a9d7f5
		}
