﻿
.HomePageTopMargin
{
	height: 35px;
	width: 100%;
	/*background-color: Fuchsia;*/
}

.HomePageRow
{
    height: 60px;
	width: 100%;
	position: relative;
	/*background-color: Silver;*/
}
.HomePageRow a:hover
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.HomePageBottomMargin
{
	height: 35px;
	width: 100%;
	/*background-color: Teal;*/
}

.HomePageRowSep
{
	height: 8px;
	width: 100%;
	/*background-color: Green;*/
}

.HomePageActiveArea 
{
	height: 100%;
	position: absolute;
	left: 0px;
}

.HomePagePassiveArea 
{
	height: 100%;
	position: absolute;
	left: 351px;
}
/*************/
/* WORLDWIDE */
/*************/

.CountrySelection
{
	width: 165px;
}

#WorldwideContent
{
	position: relative;
	width: 100%;
	height: 510px;
}
#NorthAmericaDiv
{
	position: absolute;
	left: 20px;
	top: 100px;
}

#CentralAmericaDiv
{
	position: absolute;
	left: 20px;
	top:  140px;
}

#SouthAmericaDiv
{
	position: absolute;
	left: 20px;
	top:  180px;
}

#EuropeDiv
{
	position: absolute;
	left: 20px;
	top:  220px;
}

#MiddleEastDiv
{
	position: absolute;
	left: 20px;
	top:  260px;
}

#AfricaDiv
{
	position: absolute;
	left: 20px;
	top:  300px;
}

#AsiaDiv
{
	position: absolute;
	left: 20px;
	top:  340px;
}

#AustraliaDiv
{
	position: absolute;
	left: 20px;
	top:  380px;
}

#WorldwideImgDiv
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}
#WorldWidePoint
{
    width: 10px;
    height: 10px;
    background: url('images/Point.png') center right no-repeat;
    position: relative;
    left: -15px;
    top: 19px;
    z-index: 1000;
}
#WorldWideWelcome
{
    position: absolute;
    top: -12px;
    left: 1px;
    z-index: 1000;
}

