﻿@charset "utf-8";
		*html .PNG24 {tmp:expression(setPNG24(this));}
			.image_wrap {
					/* dimensions */
					margin:10px;
					padding:0px 0;	
					text-align:center;	
					/* some "skinning" */
					background-color:black;

			}
* {margin:0px; padding:0px;}
html {margin:0px; padding:0px; background:#a9b5bd; font-size:12px; font-family:Arial Narrow,"Lucida Sans Unicode","Lucida Grande",Helvetica,Verdana,sans-serif, Malgun Gothic;}
img { border:0;}
TABLE {text-align:left;}
#container {
	width:1140px;
	height:auto;
	margin:0.253in auto;
	text-align: center;
}
#tb_main_area
{
	width:1130px;
	margin:5px auto;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#4c4c4c;
//	background:#f2f2f2;
	 font-family:Arial narrow;
}
.sub_title {
	height:40px;
}
.td_header{	
//	background:-moz-linear-gradient(top, #F2F2F2, #E2E2E2) !important;
//	background:-webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#E2E2E2)) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#F2F2F2') !important;	
}
.sp_header
{
	width:100%;
	height:100%;
	padding-left:46px;
	padding-bottom:0px;
	margin:0px;
	font-size : 22px;
	color:#808080;
	font-family:Arial Narrow;	
}

.sp_header div {
	height:100%;
}

.sp_info
{
	padding-top:10px;
	padding-right:50px;
	font-size : 12px;
	color:#878787;
	font-family:Arial Narrow;	
	
//	background:-moz-linear-gradient(top, #F2F2F2, #E2E2E2) !important;
//	background:-webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#E2E2E2)) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#F2F2F2') !important;	
}
.head_liner
{
	border-top:1px solid #cccccc;
}
.main_content_area
{
	margin-top:30px;
}

.content_detail
{
	padding-top:0;vertical-align:top;padding-left:20px;
	
}
.spcontent-header
{
	font-size:24px ;font-weight:bold;color:#333333;
}
.spcontent-subheader
{
	font-size:18px;
	color:#9f9f9f; 
	padding-top:10px;padding-left:10px
}
.spcontent-description
{
	font-size:14px;font-weight:normal;
	color:#797979;
	padding-top:10px;padding-left:10px;
	word-spacing:2px;
	line-height:25px;
	

}
.sub_image_container
{
	color:red;
	text-align:center;
	vertical-align:middle;
	padding-left:20px;
	
}
.sp_bottom_item
{
	font-size:12px;font-weight:normal;
	padding-left:15px;
}
#footer {
	font-family:Arial Narrow;
}
#footer a {
	color:#878787;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:none;
}
#wrapper {
	float:left;
	width:1100px;	
	background:white;
}

/* position and dimensions of the navigator */
.navi {
	margin-left:560px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../images/navigator.png) 0 0 no-repeat;
//	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1140px;
	height:150px;
	padding-left:50px;

	
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	margin-left:35px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 3px 20px 5px;
	cursor:pointer;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:pointer;
}


/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:none;
	width:730px;
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:silver;
/*	width:675px;	*/
	min-height:200px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:100px 100px 90px 5px #000;
	-webkit-box-shadow: 100px 100px 90px #000;	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
*html .overlay .close {
	background:url("../../images/blank.gif") no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/close.png", sizingMethod="scale");
}

.titlename {color:#515151; font-family:Arial; font-weight:500; padding-left:10px;}

