@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

html, body.index{
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #FEFEFE;
	scrollbar-face-color: #E1E1E1;
	scrollbar-shadow-color: #D0D0D0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #F5F5F5;
	background-color:#B0C7C7;	
	background-image:url(../images/bg_Index.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	height:100%;
}
.layoutBorder{
	text-align:center;
	width:100%;
}
div.layoutBorder div.borderArea{
	margin-left:auto;
	margin-right:auto;
	width:903px;
	text-align: left; /* overrule inheritance */
}
.borderArea{
	display: block;
	width: 903px;
	text-align:center;
}
.topBorder, .bottomBorder{
	display: block;
	width: 903px;
	height: 5px;
	float: left;
}
.leftBorder{
	display:block;
	float:left;
	background-repeat: repeat-y;
	background-image: url(../../images/index/border_Left.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/index/border_Left.png');
	_background-image:none;
	width: 5px;
}
.middleContent{
	display:block;
	float:left;
	width: 893px;
}
.rightBorder{
	display:block;
	float:left;
	background-repeat: repeat-y;
	background-image: url(../../images/index/border_Right.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/index/border_Right.png');
	_background-image:none;
	width: 5px;
}
.indexHilight{
	background-image:url(../../images/index/bg_Hilight.jpg);
	background-repeat:no-repeat;
	width: 893px;
	height: 117px;
}
.contentHilight, .hilightLine{
	float:left;
}
.contentHilight{
	display:block;
	width: 297px;
	height: 117px;
}
div.contentHilight div{
	padding:22px 15px 22px 10px;
	text-align: left; /* overrule inheritance */
}
.hilightLine{
	display:block;
	width: 1px;
	height: 100px;
	margin-top:17px;
	background-color:#37383C;
}
.hilightPic{
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
}
.indexServices{
	background-color:#434343;
	width: 893px;
	height: 68px;
}
.contentServices, .servicesLine{
	float:left;
}
.contentServices{
	display:block;
	width: 177px;
	height: 68px;
}
div.contentServices div{
	padding:15px 15px 10px 15px;
	text-align: left; /* overrule inheritance */
}
.servicesLine{
	background-image:url(../../images/index/img_ServicesLine.gif);
	background-repeat:no-repeat;
	background-position:0;
	display:block;
	width: 2px;
	height: 68px;
}
.layoutIndexFooter{
	display:block;
	float:left;
	text-align:center;
	width:976px;
	margin:15px 0px 15px 0px;
}