@charset "utf-8";
/* CSS Document */

#main {
	padding:				0;
	margin:					/*50px auto*/ 15px 0 0 0;
	border:					0 none;
}

.container {
	width:					550px;
	height:					232px;
	position:				relative;
}
.container .main_image {
	position:				absolute;
	top:					0;
	left:					0;
	width:					630px;
	height:					auto;
	/*z-index:				900;*/
}
.container .main_image .sliderImage {
	cursor:					pointer;
}
.container .main_image p {
	line-height:			normal;
	padding:				0 5px;
	font-family:			Verdana;
	font-size:				10px;
}
.container .main_image H2 {
	font-size:				18px;
	font-weight:			bold;
/*	font-family:			Arial, sans-serif;*/
	font-family:			Arial Black, Arial, sans-serif;
	padding:				8px 0 0 0;
	margin:					0;
	letter-spacing:			0px;
	position:				relative;
	left:					-10px;
	line-height:			20px;
}
.container .main_image H2 SPAN {
	color:					#009440;
	text-transform:			uppercase;
	letter-spacing:			-1px;
	font-size:				18px;
}
.container .main_image P A.More{
	display:				block;
	text-indent:			-999px;
	background:				url(read-more.png) left top no-repeat;
	_background:			url(read-more.gif) left top no-repeat;
	width:					116px;
	height:					37px;
	margin:					3px 0 0 0;
}
.container .main_image .desc {
	width:					auto;
	padding:				0 140px 0 0;
}
.container .main_image .block {
	background:				url(paper_out.gif) right -1px no-repeat;
	border-top:				0 none;
	color:					#000;
	padding:				0 75px 3px 215px;
}

.container .main_image a.collapse {
	display:				none;
}

.container .image_thumb {
	position:				relative;
	z-index:				400;
	background:				transparent;
	border:					0 none;
	width:					auto;
}


/*================================*/
/* HOME - LIST ITEMS */
.image_thumb ul li {
	float:					none;
	background-image:		url(list-01-off.png);
	_background-image:		url(list-01-off.gif);
	background-position:	left top;
	background-repeat:		no-repeat;
	border:					0 none;
	padding:				0;
	margin:					0;
	.margin-bottom:			-2px;
	width:					215px;
	height:					38px;
}
.image_thumb ul li,
.image_thumb ul li:HOVER,
.image_thumb ul li.active {
	background-color:		transparent !important;
}

.image_thumb ul #home-001 {
	height:					40px;
	background-image:		url(list-01-off.png);
	_background-image:		url(list-01-off.gif);
}
.image_thumb ul #home-001:HOVER,
.image_thumb ul #home-001.active {
	background-image:		url(list-01-on.png);
	_background-image:		url(list-01-on.gif);
}

.image_thumb ul #home-002 {
	background-image:		url(list-02-off.png);
	_background-image:		url(list-02-off.gif);
}
.image_thumb ul #home-002:HOVER,
.image_thumb ul #home-002.active {
	background-image:		url(list-02-on.png);
	_background-image:		url(list-02-on.gif);
}

.image_thumb ul #home-003 {
	height:					41px;
	background-image:		url(list-03-off.png);
	_background-image:		url(list-03-off.gif);
}
.image_thumb ul #home-003:HOVER,
.image_thumb ul #home-003.active {
	background-image:		url(list-03-on.png);
	_background-image:		url(list-03-on.gif);
}

.image_thumb ul #home-004 {
	background-image:		url(list-04-off.png);
	_background-image:		url(list-04-off.gif);
}
.image_thumb ul #home-004:HOVER,
.image_thumb ul #home-004.active {
	background-image:		url(list-04-on.png);
	_background-image:		url(list-04-on.gif);
}

.image_thumb ul #home-005 {
	background-image:		url(list-05-off.png);
	_background-image:		url(list-05-off.gif);
}
.image_thumb ul #home-005:HOVER,
.image_thumb ul #home-005.active {
	background-image:		url(list-05-on.png);
	_background-image:		url(list-05-on.gif);
}

.image_thumb ul #home-006 {
	background-image:		url(list-06-off.png);
	_background-image:		url(list-06-off.gif);
}
.image_thumb ul #home-006:HOVER,
.image_thumb ul #home-006.active {
	background-image:		url(list-06-on.png);
	_background-image:		url(list-06-on.gif);
}


.image_thumb ul li .block {
	display:				none;
}

