/* page layout styles */
*{
    margin:0;
    padding:0;
}
body {
   
    background-color: #e3e3e3;
    color:#fff;
    font:13px/1.3 trebuchet MS,sans-serif;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size: 22px;
    font-weight: normal;
    left: 40%;
    margin-left: -300px;
    padding: 22px 0;
    position: absolute;
    width: 1000px;
}
header a.stuts,a.stuts:visited{
    border: none;
    color: #FCFCFC;
    font-size: 14px;
    left: 50%;
    line-height: 31px;
    margin: 23px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

/* demo */
.container {
    background: url("../images/toolpic.png") no-repeat scroll center top transparent;
    color: #000000;
    height: 720px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.dialog {
    background-color: rgba(0, 166, 231, 0.9);
    color: #000;
    display: none;
    height: 210px;
    left: 300px;
    line-height: 18px;
    padding: 100px 30px;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 360px;
    z-index: 10;
    font-size: 16px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    -webkit-border-radius: 170px;
    border-radius: 1000px;
}
.dialog .close {
    background-color: rgba(0, 166, 231, 1);
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 36px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.labels p {
    display: none;
}
.labels a {background-color: rgba(0, 166, 231, 0.8);
   color:#000;
    display: none;
    height: 60px;
    padding: 10px;
    position: absolute !important;
    text-align: center;
    text-decoration: none;
    width: 200px;

    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sumb{
	cursor:pointer;
	text-decoration:underline;
color:blue;
	
	}

.labels > a {background-color: rgba(0, 166, 231, 0.8);

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover {
    background-color: rgba(128, 128, 128, 0.8);
}
.labels a span {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid  rgba(0, 166, 231, 0.8);
    bottom: -14px;
    height: 0;
    left: 100px;
    position: absolute;
    width: 0;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover span {
    border-top: 15px solid rgba(128, 128, 128, 0.8);
}
#label1 {
		left:400px; top:30px;
}
#label2 {
		left:690px; top:120px;
}
#label3 {
		left:740px; top:270px;
}
#label4 {
		left:690px;top: 420px;
}
#label5 {
		left:100px; top: 120px; 
}
#label6 {
		left:50px; top: 270px; 
}
#label7 {
		left:100px; top: 420px; 
}
#label8 {
		left:100px; top: 400px; 
}
.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 200px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
.sumb1{
	cursor:pointer;
	text-decoration:none;
        color:blue;
}

.umb1{
		text-align: center;
}
