@charset "utf-8";
/* CSS Document */

#main {
	background-image: url(../../img/usabkl.jpg);
	height: 500px;
}


.point {
	background-image: url(../../img/point.gif);
	width: 14px;
	height: 13px;
	cursor:pointer;
	position: absolute;
	margin: 30px;
	z-index: 3;
}

.point:hover {
	background-image: url(../../img/pointover.gif);
}

#titl {
	font-size: 24px;
	margin-bottom: 10px;
}

#intro {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 500px;
	height: 170px;
	padding: 15px;
}

#vign {
	position: absolute;
	top: 0px;
	top: 1px\9;
	left: 610px;
	width: 420px;
	height: 560px;
	background-color: white;
	background-repeat:no-repeat;
	display: none;
	/*transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;*/
}

#steps, .step, #steparea {
	position: absolute;
	top: 262px;
	left: 242px;
	width: 270px;
	height: 160px;
}

#steps {
	background-image: url(../../img/usasteps/steps.gif);
}

.step {
	display: none;
}

#steparea {
	z-index: 2;
}

#steparea img {
	border: 0;
	width: 270px;
	height: 160px;
}

.area {
	position: relative;
	background-color:#3333CC;
}

#step1 { background-image: url(../../img/usasteps/step1.gif);}
#step2 { background-image: url(../../img/usasteps/step2.gif);}
#step3 { background-image: url(../../img/usasteps/step3.gif);}
#step4 { background-image: url(../../img/usasteps/step4.gif);}
#step5 { background-image: url(../../img/usasteps/step5.gif);}
#step6 { background-image: url(../../img/usasteps/step6.gif);}
#step7 { background-image: url(../../img/usasteps/step7.gif);}
#step8 { background-image: url(../../img/usasteps/step8.gif);}
#step9 { background-image: url(../../img/usasteps/step9.gif);}
#step10 { background-image: url(../../img/usasteps/step10.gif);}
#step11 { background-image: url(../../img/usasteps/step11.gif);}

#point1 {top: 380px; left: 390px;}
#point2 {top: 335px; left: 400px;}
#point3 {top: 315px; left: 435px;}
#point4 {top: 300px; left: 445px;}
#point5 {top: 265px; left: 455px;}
#point6 {top: 280px; left: 405px;}
#point7 {top: 285px; left: 385px;}
#point8 {top: 305px; left: 345px;}
#point9 {top: 250px; left: 280px;}
#point10 {top: 260px; left: 265px;}
#point11 {top: 240px; left: 225px;}

