@charset "UTF-8";

html,body
	{
	overflow:hidden;
	height:290px;		
	}
/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.grey {color: #aaa;}

/*  City Info   */
.city_detail_container { display: none; }
.city_detail_container .city_detail { width: 300px; border: 1px solid #ccc; }

/*  Interactive Map Container */
.map_contianer {
	background-image: url(images/template/map1.jpg);
	border-color:#CCCCCC;
	top:-10px;
	border-width:2px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	width: 1070px;
	position: absolute;
	color: #2b2b2b;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.map_contianer .clear_both { clear: both; line-height: 1px; }

.map_contianer h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}
.map_contianer h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2b2b2b;
}
.map_contianer p { margin: 0px 0px 12px 0px; }

.map_contianer a, a:visited { color: #AA0000; margin: 0px 0px 0px 0px; }


.map_contianer a.dot {
	background-repeat: no-repeat;
	background-position: 125px 40px;
	height: 90px;
	width: 210px;
	display: block;
	position:absolute;
	cursor: pointer;
}
.map_contianer a.dot:hover {
	background-image:url(images/template/na.png);
	background-repeat:no-repeat;
	background-position: 0px -3px ;
	width:210px;
	height:90px;
	position:absolute;
}

.map_contianer a.dot.selected {
	background-image:url(images/template/na.png);
	background-position: 0px -3px;
	background-repeat:no-repeat;
}

.map_contianer a.dot-2 {
	background-repeat: no-repeat;
	background-position: -5px 0px ;
	height: 84px;
	width: 308px;
	display: block;
	position:absolute;
	cursor: pointer;
}
.map_contianer a.dot-2:hover {
	background-image:url(images/template/europe.png);
	background-repeat:no-repeat;
	background-position: -5px 0px ;
	width:309px;
	height:84px;
	position:absolute;
}

.map_contianer a.dot-2.selected {
	background-image:url(images/template/europe.png);
background-position: -5px 0px ;
	background-repeat:no-repeat;
}

.map_contianer a.dot-3 {
	background-repeat: no-repeat;
	background-position: -55px 90px;
	height: 210px;
	width: 230px;
	display: block;
	position:absolute;
	cursor: pointer;
}
.map_contianer a.dot-3:hover {
	background-image:url(images/template/asia.png);
	background-repeat:no-repeat;
	background-position: -5px -7px ;
	height: 220px;
	width: 230px;
	position:absolute;
}

.map_contianer a.dot-3.selected {
	background-image:url(images/template/asia.png);
	background-position: -5px -7px ;
	background-repeat:no-repeat;
}

.map_contianer a.dot-4 {
	background-repeat: no-repeat;
	background-position: -55px 60px;
	height: 105px;
	width: 140px;
	display: block;
	position:absolute;
	cursor: pointer;
}
.map_contianer a.dot-4:hover {
	background-image:url(images/template/australia.png);
	background-repeat:no-repeat;
		background-position: 1px 0px ;
	height: 105px;
	width: 140px;
	position:absolute;
}

.map_contianer a.dot-4.selected {
	background-image:url(images/template/australia.png);
	background-position: 1px 0px ;
	background-repeat:no-repeat;
}


.map_contianer a.dot-5 {
	background-repeat: no-repeat;
	background-position: -55px 60px;
	height: 105px;
	width: 140px;
	display: block;
	position:absolute;
	cursor: pointer;
}
.map_contianer a.dot-5:hover {
	background-image:url(images/template/africa.png);
	background-repeat:no-repeat;
		background-position: 1px 0px ;
	height: 105px;
	width: 140px;
	position:absolute;
}

.map_contianer a.dot-5.selected {
	background-image:url(images/template/africa.png);
	background-position: 1px 0px ;
	background-repeat:no-repeat;
}

.map_contianer a.dot-6 {
	background-repeat: no-repeat;
	background-position: -55px 60px;
	height: 189px;
	width: 165px;
	display: block;
	position:absolute;
	cursor: pointer;
}

.map_contianer a.dot-6:hover {
	background-image:url(images/template/brazil.png);
	background-repeat:no-repeat;
		background-position: 1px 0px ;
	height: 189px;
	width: 165px;
	position:absolute;
}

.map_contianer a.dot-6.selected {
	background-image:url(images/template/brazil.png);
	background-position: 1px 0px ;
	background-repeat:no-repeat;
}


.map_contianer .detail_container {
	position: absolute;
	top: 135px;
	left: 300px;
	width: 370px;
	height: 270px;
}

.map_contianer .city_detail {
	position: absolute;
	top: -40px;
	height:145px;
	width: 270px;
	padding: 10px 0px 0px 12px;
	border-left: 1px solid #ee334e;
	border-top: 1px solid #ee334e;
	border-bottom: 1px solid #ee334e;
	border-right: 1px solid #ee334e;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#f0f0f0;
	overflow:auto;
}

.map_contianer .city_detail .city_info {
	width: 230px;
	float: left;
}