/**************************************/
/*               home                 */
/**************************************/	
	#page_wrapper {
		padding: 10px 0;
		display: block;
		overflow: hidden;
	}
	
	#home_focal_div{
		position: relative;
		overflow: hidden;
		display: block;
		height: 310px;
		width: 940px;
	}	
	#home_focal_list_holder li{
		display: none;
		position: absolute;
		width: 940px;
		overflow: hidden;
	}
	#home_focal_list_holder li.active{
		display: block;
	}	
	
	.home_focal_holder {		
		height: 302px;
		display: block;
		overflow: hidden;
		position: relative;	
	}
		#img_loading_home {
			position: absolute;
			left: 10px;
			top: 10px;
		}
		.home_focal_holder_img {
			float: left;
		}
		.home_focal {
			float: right;
			margin-right:5px;
			width: 440px;
		}
			.home_focal_title {
				letter-spacing: 2px;
				font-size: 70px !important;
				color: #ADD136;
				text-transform: uppercase;
			}
			.home_focal_subtitle {
				letter-spacing: 1px;
				font-size: 18px !important;
				line-height:30px;	
				color: #EB6224;	
				display: block;
				text-transform: uppercase;
			}
				.home_focal_subtitle_1 {
					margin: 0 0 0 30px;
				}
				.home_focal_subtitle_2 {
					margin: 0 0 0 45px;
				}
				.home_focal_subtitle_3 {
					margin: 0 0 10px 60px;
				}
			
			.home_focal_description {
				letter-spacing: 1px;
				font-size: 17px;
				color: #000;
				line-height:25px;	
				display: block;
			}
				.home_focal_description_1 {
					margin: 0 0 0 60px;
				}
				.home_focal_description_2 {
					margin: 0 0 0 45px;
				}
				.home_focal_description_3 {
					margin: 0 0 0 30px;
				}
				.home_focal_description_4 {
					margin: 0 0 0 15px;
				}
				.home_focal_description_5 {
					margin: 0 0 0 0px;
				}
	#home_body {
		margin:30px 0 10px 0;
		display: block;
		overflow: hidden;	
	}
		#home_body_content {
			display: block;
			overflow: hidden;
		}
			.home_body_title {
				letter-spacing: 1px;
				font-size: 16px !important;
				color: #EB6224;	
				margin: 5px 0 0 0;
				font-weight: bold;
			}
			.home_body_description{
				letter-spacing: 1px;
				font-size: 11px;
				color: #414042;	
				line-height: 15px;
				margin-top: 5px;
			}
			#home_body_content img {
				border: 1px solid #999;
			}
				.home_body_more {
					background:url("/Site/Design/Application/Main_Layout/main/images/arrow.gif") right center transparent no-repeat;
					border: none !important;
					position: absolute;
					bottom: 0;
					right: 0;
					padding-right: 20px;
					font-size: 11px;
					letter-spacing: 1px;
				}
				.home_body_more:hover{
					text-decoration: none !important;
				}
			#home_body_content li {
				float: left;
				width: 192px;
				margin: 0 57px 0 0;
				height: 250px;
				position: relative;
			}
			#home_body_content li.last {
				margin: 0 !important;
			}