/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		EST
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	03May06		MS			Created

*/

#siteContent .welcomeText {
	position: relative;
	overflow: hidden;
	background-color: #569dd3;
	width : 760px;
}

#siteContent .welcomeText .teHTML {
	position: relative;
	overflow: hidden;
	padding: 21px 21px 21px 21px;
	
}

#siteContent .technologies {
	position: relative;
	overflow: hidden;
	width : 760px;
	height: 190px;
	background-color: #569dd3;
}

#siteContent .technologies .headerBar {
	position: relative;
	overflow: hidden;
	width : 760px;
	height: 38px;
	z-index: 100;
}

#siteContent .technologies .headerBar .left {
	position: relative;
	overflow: hidden;
	float: left;
	width: 15px;
	height: 40px;
	background: transparent url(/images/curves/left_curve.png) no-repeat left top;
}

* html #siteContent .technologies .headerBar .left {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/curves/left_curve.png', sizingMethod='crop');
}

#siteContent .technologies .headerBar .middle {
	position: relative;
	overflow: hidden;
	float: left;
	width: 730px;
	height: 25px;
	background-color: #99ccff;
}

#siteContent .technologies .headerBar .middle .text{
	position: relative;
	overflow: hidden;
	padding: 4px 6px 0px 6px;
	font-size: 1.3em;
	font-weight: bold;
	color: #428dc6;
}

#siteContent .technologies .headerBar .right {
	position: relative;
	overflow: hidden;
	z-index: 100;
	float: right;
	width: 15px;
	height: 40px;
	background: transparent url(/images/curves/right_curve.png) no-repeat left top;
}

* html #siteContent .technologies .headerBar .right {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/curves/right_curve.png', sizingMethod='crop');
}