@charset "utf-8";
/* CSS Document */

body{
	background-color:white;
	background-image:url(../images/intro_bg.jpg);
	background-repeat:repeat-x;
}
.icon_text td
{
	font-size:13px;
	font-family:tahoma;
}
.icon_profile{
	background-image:url(../images/profile_icon.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:42px;
	width:83px;
	height:106px;
}

.icon_product{
	background-image:url(../images/products_icon.jpg);
	background-repeat:no-repeat;
	background-position:center 30px;
	padding-bottom:55px;
	width:83px;
	height:110px;
}
.icon_trading{
	background-image:url(../images/trading_icon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:83px;
	height:106px;
	background-position:center 70px;
	padding-top:20px;
}

.icon_oilgas{
	background-image:url(../images/oilgas_icon.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:83px;
	height:106px;
	padding-top:110px;
}
.icon_service{
	background-image:url(../images/service_icon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:83px;
	height:106px;
	background-position:center 70px;
	padding-top:20px;
}
.icon_member{
	background-image:url(../images/member_icon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:83px;
	height:106px;
	background-position:center 30px;
	padding-bottom:60px;
}
.icon_contact{
	background-image:url(../images/contact_icon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:83px;
	height:106px;
	background-position:top;
	padding-top:42px;
}

.injynn_intro_log
{
	background-image:url(../images/injynn_logo.jpg);
	width:337px;
	height:155px;
	background-repeat:no-repeat;
	background-position:center;
}
.injynn_intro_link:hover
{
	color:#F0CC3A;	
}
a.injynn_intro_link
{
	text-decoration:none;
	color:white;
	text-align:center;
}
