

@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
* {
margin:0;
padding:0;
}
h1 {
Font-family:Arial, Helvetica, sans-serif 30px #333333;

}

h2 {
Font-family:Arial, Helvetica, sans-serif 20px #333333;
}

h3 {
Font-family:Arial, Helvetica, sans-serif 15px #333333;
}
.newsheader  {
Font-family:Arial, Helvetica, sans-serif 13px #72acd1;
background-color:#669900;


}
.clearboth {clear:both;}
.floatright {float: right;}
.floatleft {float: left;}
/*main container div for all content on page*/
.ContainerMain {
	/*position: absolute;
	min-height: 100%;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	padding:0;
}


/*end of main container div*/
/*begining of header css*/
.HeaderMainContainer {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;


	/*position: fixed;
	left: 0px;
	top: 0px;*/
}



.HeaderBackground {
	background-image:url(images/firae_header_slice.png);
	background-repeat: repeat-x;
	width: 100%;
	height:133px;	/*position: fixed;
	margin: auto;*/
}
.FIRAELogo {
/*	background-color: #72ACD1;*/
	display: inline;
	float: left;
	/*position: absolute;
	z-index: 2;*/
	width: 294px;
	height: 72px;
	margin-top: 20px;
}

.smallwhite {color: #fff;font-size: 9px;}
#usercontent {color: #fff;font-size: 11px;}
#usercontent a {color: #fff;font-size: 11px;}
/* begin of navigation portion of header*/

#headermiddle {display:inline;width: 480px;margin: 15px 0px 0px 0px; padding:0px;float:left;height: 123px;text-align: right;}
#translate {float: right;width: 165px;font-size: 8px;}
.NavigationMainContainer {
	/*display: inline;
	float: left;*/
	height: auto;
	width: 880px;
	/*position: absolute;
	z-index: 4;
	margin-left: 225px;*/
	margin-top: 9px;
	margin-left:50px;
	border-bottom:#7dbde7 1px solid;
	
}

.jquerycssmenu{
font: 14px Arial;
font-weight: bold;
/*border-bottom: 1px solid black;*/
padding-left: 7px; /*offset of tabs relative to browser left edge*/


}



.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	background-image: url(images/firae_tab.gif); /*background of tabs (default state)*/
	background-repeat:no-repeat;
	width:168px;
	height:auto;
	padding: 2px 0px 5px 0px;
	margin-right: 6px; /*spacing between tabs*/
	border:0px;
/*	border-bottom-width: 0px;*/
	color: #ffffff;
	letter-spacing:1px;
	text-decoration: none;
	text-align:center;
}

.jquerycssmenu ul li a:hover{
	background-image:url(images/firae_tab_off.gif); /*tab link background during hover state*/
	background-repeat:no-repeat;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index:5;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
background: #d0edff;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #b8da72;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}*/

/* end of navigation portion of header*/

#login_globallinks {display: inline;float:right;margin-left: 0px;width: 190px;}
/** html #login_globallinks {margin: 0px 0px 0px 0px;width: 230px}*/
#LoginGroup {
float:left;
/*width:100px;*/
height:50px;
/*position:relative;
z-index:2;
margin-left:785px;*/
display:inline;
margin-top:20px;

}

#LoginGroup input{
background-color:#c1e2fb;

}

#LoginGroup .TopRowLogin {
margin-bottom:-3px;
}
#LoginGroup table{
/*float:right;*/
display:inline;
}

.LoginRightHandLinks {
	/*font:arial;
	float: right;
	height: 105px;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	position: relative;
	z-index: 4;*/
	/*margin-left: 900px;*/
	/*margin-top: 10px;*/	
}
.LoginRightHandLinks ul {
	/*color: #FFFFFF;
	padding-left:1em;
	font-size: 0.7em;
	font:arial;
	list-style-type: none;
	margin:0;
	line-height: 1.3em;*/

}
.LoginRightHandLinks ul a{
	/*text-decoration:none;
	color:#FFFFFF;*/
}
/*end of header css*/
/*beining of content area css*/
.ContentMainContainer {
	clear:both;
	padding-top: 20px;
	/*position: abslute;*/
	/*height:100%;*/
	width: 990px;
	/*padding-left: 10px;*/
	display: block;
	/*float: left;*/
	margin: 0px auto 0px auto;
	/*margin-top: 132px;*/
	z-index:1;
}
.RightHandContent {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	height: 100%;
	width: 28%;

	display: inline;
	padding-left: 10px;
}
.LeftHandContent {

	border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	min-height: 450px;
	_height: 450px; /* hack for ie6*/
	width: 70%;
	display: inline;
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:20px;
}
/*end of content area css*/


/* begin of footer css*/
.FooterMainContainer {width: 100%; display:block; text-align:center; color:#ffffff; z-index:10;margin:0px; padding: 0px;}
.footerlinksdiv {margin: 0px auto 4px auto; display: block;width: 100%;clear:both;}
.footerlinks li {list-style:none; display:inline; margin:0px 5px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.footerlinks li a {color: #ffffff;}
.footerlinks ul li {position: relative;}
#footerbarcontent {width: 990px;margin: 0px auto; height:20px;}
.footerbar {background-color: #a3c266;height: 39px;width: 100%;color: #ffffff;font-size: 10px; vertical-align: middle;margin: 0px; padding: 0px;}
#footerlogo {float: left}
#footerlogo a img{border: 0px;vertical-align: middle;}
#footer_myplaces {float: left}
#footercopy{float: right; text-align: right; margin-top: 6px;}
#footercopy2{float: left; text-align: left; display:inline; margin-top: 20px; color:#ffffff;}
#myplaceslinks {display: block;text-align: center;margin: 0px auto;width: 400px}
/* end of footer css*/

/*Begin Calendar CSS*/
/*#container { margin: 3em auto 0 3em; padding-bottom: 3em; background-color: #fff; display:inline;}
#month { border-collapse: collapse; margin-left: 2em; }
#month th, #month td { border: 1px dotted #dddddd; }
#month thead { background-color:#72abd0; color:ffffff; }
#month td { width: 7em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; }
td .day { width: 7em; height: 6em; overflow:auto; margin-top: 0; }
#month tbody .weekend { background-color:#ded; }
#month tbody .next, #month tbody .previous { background-color:#ddd9c4; }
.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #666666; }
#month th { font: 1em bold Arial, Helvetica, sans-serif; color:#fff; }
p {margin-top: 0; color:#333333; font-size:10px;}
.date { color:#666666;}
th {height:25px;}*/

/*End Calendar CSS*/
/*begin Homepage CSS*/

.HomepageContainer
{
clear:both;
	padding-top: 20px;
	padding-bottom:20px;
	/*position: abslute;*/
	/*height:100%;*/
	width: 990px;
	/*padding-left: 10px;*/
	display: block;
	/*float: left;*/
	margin: 0px auto 0px auto;
	/*margin-top: 132px;*/
}

.LeftContainer
{

width:59%;
/*border-right:#33ddaa thin*/
double;
height:500px;
display:block;
float:left;
overflow:hidden;

}
 
.TopLeftContainer
{
/*height:39%;*/
double;
width:97%;
display:inline;
float:left;
padding: 40px 10px 10px
30px;
margin:0px;



}
.TopLeftContainer p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:1.3em;
letter-spacing:1px;

}
.BottomLeftContainer {
/*height:49%;*/
width:97%;
display:inline;
float:left;
padding-left:30px;


}

.BottomLeftContainer td{
}
.RSStable {
background-image:url(images/RSS_Gradient.png);
background-repeat:no-repeat;
height:204px;
width:490px;
line-height:25px;
margin-bottom:20px;
}

.RSSoutput hr {
border:dotted thin #DDDDDD;
width:300px;

}

.RSSoutput a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#333333;
text-decoration:none;
line-height:25px;

}
.RSSoutput a:hover{
color:#b8da72;
text-decoration:underline;

}

.RightContainer {
width:39%;
height:auto;
display:block;
float:left;
}

.HomepageRightContainer {
width:212px;
height:435px;
border:#999999 thin solid;
float:left;
margin:30px 15px 15px 50px;
padding: 5px 5px 5px 5px;
z-index:1;
}

/*.HomepageRightContainer img {
padding: 10px 10px 10px 10px;


}*/
/*clear:left;*/



/*begin
rss css*/


td{vertical-align:top;padding:5px 5px 5px 5px;}
/*end rsscss*/

/*end homepage css*/
/*begin widget css*/

.SmartbriefWidget {
width:160;
height:300;
display:inline;
float:left;
margin-left:10px;
margin-top:20px;

}

#SmartbriefWidgetTable {


}

/*end widget css*/



/*begin directory css*/
.MainContent  {
height:auto;
width:900px;
display:block;
margin:auto;
}

.CountriesList {
	float:left;
	display:block;
	width:900px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	line-height:30px;
	text-align:center;
	/*padding-bottom:20px;*/

}

.CompaniesList{
	float:left;
	display:block;
	width:900px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	line-height:30px;
	text-align:center;
	padding-bottom:30px;

}



.CountriesList a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	

}
.CompaniesList a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	

}

.CountriesList a:hover {
text-decoration:underline;
color:#72acd1;
font-size:15px;


}

.CompaniesList a:hover {
text-decoration:underline;
color:#72acd1;
font-size:15px;


}
.CompanyFullEntryContainer {
float:left;
display:block;
width:900px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
border-top:dotted #999999 thin;
margin-top:15px;


}
.CompanyFullEntryContainer a{
color:#333333;
text-decoration:none;

}
.CompanyFullEntryContainer a:hover{
color:#72acd1;
text-decoration:none;

}
.HeaderDirectory1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#336699;
font-weight:bold;
letter-spacing:1px;
padding-left:10px;
padding-top:5px;
padding-bottom:3px;
text-align:left;
border-bottom:#666666 dotted thin;

}


.HeaderDirectory {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#336699;
font-weight:bold;
letter-spacing:1px;
padding-left:10px;
padding-top:10px;
padding-bottom:3px;
text-align:center;
/*border-top:#666666 dotted thin;*/

}


.CompanyContactInfo {
display:inline;
height:auto;
width:193px;
float:left;
padding-left:5px;
padding-top:15px;


}

.clearboth {
clear:both;
}

.ComapnyLogo {
display:inline;
height:auto;
width:193px;
float:left;
padding-top:5px;


}

.CompanyDescription {
display:inline;
height:auto;
width:660px;
float:left;
padding-left:30px;
padding-top: 20px;
padding-right:10px;


}

.LogoContactContainer {
height:auto;
width:200px;
display:inline;
float:left;

}
/*end directory css*/
/*begin Industry Info CSS*/

.IndustryInfoList li{
list-style:none;
margin:0px;
padding-left:15px;
line-height:25px;
}

/*end Industry Info CSS*/

.MRCheader
{
font-size:16px;
font-weight:bold;
color:#336699;
border-bottom:#999999 thin solid;
}

.MRCtable a
{
font-size:11px;
color:#333333;
text-decoration:none;
}

.MRCtable a:hover 
{
color:#0099FF;
text-decoration:underline;
}

#welcomemessage {font-size: 12px; font-weight: bold; color: #ffffff;}