#elementsWrapper{
	width:1020px;
	height:625px;
	margin:0 auto;
	position:relative;
}
#elementsWrapper #worldMap{
	width:1020px;
	border-bottom:1px #999 solid;
	background:url(../../img/frontend_worldmap.jpg) no-repeat;
}
#elementsWrapper #worldMap #imagesSlideShow{
	width:547px;
	height:512px;
	overflow:hidden;
}
#elementsWrapper #worldMap #imagesSlideShow img{ display:none; }
#elementsWrapper #worldMap #imagesSlideShow img.firstSlideImg{ display:block; }
#elementsWrapper #joinUsLink{
	top:70px;
	right:160px;
	position:absolute;
}
#elementsWrapper #addBookmark{
	top:195px;
	right:160px;
	position:absolute;
}
#elementsWrapper #frontpageLogo{
	top:441px;
	right:205px;
	width:167px;
	height:112px;
	position:absolute;
	background:url(../../img/frontpage_logo.jpg) no-repeat;
}
#elementsWrapper #frontpagePhrase{
	top:565px;
	right:5px;
	width:369px;
	height:25px;
	position:absolute;
	background:url(../../img/frontpage_phrase.jpg) no-repeat;
}
#elementsWrapper #frontpageMenu{
	top:40px;
	right:0px;
	width:27px;
	height:381px;
	position:absolute;
	background:url(../../img/frontpage_menu.jpg) no-repeat -93px 0;
}
#elementsWrapper #frontpageMenu #MenuBtn1,
#elementsWrapper #frontpageMenu #MenuBtn2,
#elementsWrapper #frontpageMenu #MenuBtn3{ 
	top:0px;
	right:0px;
	width:26px;
	float:right;
	height:180px;
	cursor:pointer;
	position:absolute;
}
#elementsWrapper #frontpageMenu #MenuBtn2{ 
	top:165px;
	height:131px;
}
#elementsWrapper #frontpageMenu #MenuBtn3{
	top:250px;
	height:131px;
}
#elementsWrapper #joinUs{
	left:8px;
	top:533px;
	position:absolute;
}

/*** Hidden Elements in elementsWrappers ***/
#elementsWrapper #frontPageSignIn,
#elementsWrapper #flashTab{
	display:none;
	visibility:hidden;
}

/*** Sign In Form ***/
#frontPageSignIn{
	top:134px;
	width:257px;
	height:60px;
	text-align:right;
	position:absolute;
	padding:20px 20px 20px 10px;
	background:url(../../img/frontpage_login.png) no-repeat;
}
#frontPageSignIn #username{
	width:132px;
}
#frontPageSignIn #password{
	width:132px;
	margin-top:5px;
}
#frontPageSignIn #rememberMe{
	top:105px;
	left:0px;
	text-align:left;
	position:absolute;
	overflow:hidden;
}
#frontPageSignIn #rememberMe label{
	white-space:nowrap;
	padding-right:10px;
	cursor:pointer;
    display:block;
    float:left;
}
#frontPageSignIn #rememberMe input{
	vertical-align:middle;
	margin-left:3px;
}
#frontPageSignIn #rememberMe label span{
	vertical-align:middle;
	margin-left:7px;
	cursor:pointer;
}
#frontPageSignIn #rememberMe #getIn{
	display:none;
	cursor:pointer;
	vertical-align:middle;
}
#expMask{
	background:url(../../img/mask_gradient.png) no-repeat;
	background-position:340px -25px;
	background-color:#CCC;
}
/*** Flash Tab ***/
#flashTab{
	top:45px;
	width:0px;
	z-index:20;
	height:610px;
	background:#FFF;
	position:absolute;
}
#flashTab #flashTabBtn{ 
	left:0px;
	top:470px;
	width:3px;
	height:81px;
	cursor:pointer;
	position:absolute;
	background:url(../../img/frontpage_btnflash.png) no-repeat;
}
#flashTab #flashTabCtn{
	width:0px;
	overflow:hidden;
}
/*** Slide Tabs ***/
#slideTab1,
#slideTab2,
#slideTab3{
	top:85px;
	width:0px;
	z-index:16;
	height:275px;
	overflow:hidden;
	position:absolute;
}
#slideTab2{ z-index:17; height:300px; }
#slideTab3{ z-index:18; height:390px; }
#slideTab1 #slideTabContent1,
#slideTab2 #slideTabContent2,
#slideTab3 #slideTabContent3{
	width:470px;
	right:-470px;
	height:273px;
	position:absolute;
	border-left:1px #999 solid;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
}
#slideTab1 #slideTabContent1{ background:#FFF url(../../img/frontpage_tab1.jpg) no-repeat 330px 15px; }
#slideTab2 #slideTabContent2{ background:#FFF url(../../img/frontpage_tab2.jpg) no-repeat 322px 13px; height:298px; }
#slideTab3 #slideTabContent3{ background:#FFF url(../../img/frontpage_tab3.jpg) no-repeat 240px 20px; height:388px; width:500px; right:-500px;}

#slideTab1 #slideTabContent1 #slideTabBtn1,
#slideTab2 #slideTabContent2 #slideTabBtn2,
#slideTab3 #slideTabContent3 #slideTabBtn3{
	width:26px;
	left:-27px;
	display:none;
	cursor:pointer;
	position:absolute;
}
#slideTab1 #slideTabContent1 #slideTabBtn1{
	top:0px;
	height:180px;
	background:url(../../img/menubtn1.png) no-repeat;
}
#slideTab2 #slideTabContent2 #slideTabBtn2{
	top:154px;
	height:131px;
	background:url(../../img/menubtn2.png) no-repeat;
}
#slideTab3 #slideTabContent3 #slideTabBtn3{
	top:260px;
	height:131px;
	background:url(../../img/menubtn3.png) no-repeat;
}
.tabTitle{
	margin-top:40px;
}
#tabReqConteiner{
	padding:80px 0 0 20px;
}
#tabReqConteiner img{
	 margin-right:20px;
}