﻿@import url("../Fintrax/fintrax.css");


.home_welcome
{
	background-image: url("../Fintrax168/welcome.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:758px;
	height:40px;
}

.contactform_submitform
{
	display:block;
	background-image: url("../Fintrax168/btn_submit.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width:61px;
	height:15px;
}

a.contactform_submitform:hover
{
	background-position: left bottom;
}
/*************************************/
/*			HEADER					 */
/*************************************/
.header_languagebar
{
	position:absolute;
	top:20px;
	left:350px;
}

.header_text
{
	float:right;
	padding-top:2px;
	padding-right:20px;
	font-family:Arial;
	font-size:11px;
	color:#014785;
	text-decoration:none;
}

a.header_text:hover
{
	color:#87cbf0;
	text-decoration:underline;
}

.header_languageselector 
{
	float:right;
	padding-right:20px;
}

.header_languageselector select
{
	width:140px;
	font-size:10px;
	color:#014785;
	border:1px solid #ff9814;
}

.header_menubar
{
	width:516px;
	position:absolute;
	top:70px;
	left:240px;
}

.header_menubar ul li
{
    display: inline;
}

.header_menubar ul li a
{
	float:left;
	display:block;
}

.header_menubar span
{
	display:none;
}

.header_menubar #Home a
{
	background-image:url("../Fintrax/btn_home.gif");
	background-position: left top;
	width:56px;
	height:26px;
}

.header_menubar #Home a:hover
{
	background-position: left center;
}

.header_menubar #Home .AspNet-Menu-Selected
{
	background-position: left bottom;
}

.header_menubar #OurCompany a
{
	background-image:url("../Fintrax/btn_ourcompany.gif");
	background-position: left top;
	width:105px;
	height:26px;
}

.header_menubar #OurCompany a:hover
{
	background-position: left center;
}

.header_menubar #OurCompany .AspNet-Menu-Selected
{
	background-position: left bottom;
}

.header_menubar #OurServices a
{
	background-image:url("../Fintrax/btn_services.gif");
	background-position: left top;
	width:102px;
	height:26px;
}

.header_menubar #OurServices a:hover
{
	background-position: left center;
}

.header_menubar #OurServices .AspNet-Menu-Selected
{
	background-position: left bottom;
}

.header_menubar #FintraxWorldwide a
{
	background-image:url("../Fintrax/btn_worldwide.gif");
	background-position: left top;
	width:130px;
	height:26px;
}

.header_menubar #FintraxWorldwide a:hover
{
	background-position: left center;
}

.header_menubar #FintraxWorldwide .AspNet-Menu-Selected
{
	background-position: left bottom;
}

.header_menubar #FintraxPartners a
{
	background-image:url("../Fintrax/btn_partners.gif");
	background-position: left top;
	width:123px;
	height:26px;
} 

.header_menubar #FintraxPartners a:hover
{
	background-position: left center;
}

.header_menubar #FintraxPartners .AspNet-Menu-Selected
{
	background-position: left bottom;
}

