body {
	margin: 0px;
}

.imglogin {
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 150px;
	background-image: url(/images/sgi.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 250px;
	background-position: center center;
	transition: background-image 0.2s linear 0.0s, background-color 0.2s linear 0.0s;
}

.imglogin:hover {
	background-image: url(/images/sgi_hover.png);
	background-color: #f36f21;
	transition: background-image 0.2s linear 0.0s, background-color 0.2s linear 0.0s;
}

#wrap {
	width: 1024px;
	margin: 0px auto;
	background: #FFFFFF;
	border: 0px solid;
	border-color: #000000;
	border-radius: 10px;
}

#header {
	width: 1024px;
}

#content {
	width: 1024px;
	overflow: hidden;
}

#pathshadow {
	fill: none;
	stroke: #000000;
	stroke-width: 2;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-miterlimit: 4;
	stroke-opacity: 1;
	stroke-dasharray: none;
	filter: url(#filter3786)
}

.str0 {
	stroke: #7a7a7a;
	stroke-width: 1;
	fill: #000000;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-opacity: 1
}

.fil0 {
	fill:#ffffff;
	cursor: pointer;
	transition: fill 0.2s linear 0.0s;
}

.fil1 {
	fill:#2d6ea5;
	cursor: pointer;
	transition: fill 0.2s linear 0.0s;
}

.fil0:hover {
	fill: #323232;
	transition: fill 0.2s linear 0.0s;
}

svg {
	display: block;
	width: 640px;
	margin: 0px auto;
	margin-top: 20px;
	transition: width 0.2s linear 0s;
}

.map {
	float: left;
	width: 1000px;
}

#svg {
	width: 680px;
	transition: width 0.3s linear 0.1s;
}

.nano {
	width: 315px;
	height: 618px;
	float: left;
	box-shadow: 0px 0px 10px #b9b9b9;
	border-radius: 5px;
	margin-left: -350px;
	margin-top: 37px;
}

#nano {
	margin-left: 20px;
	transition: margin-left 0.3s linear 0.1s;
}

.nano ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 10px;
}

.nano ul li {
	nano-style: none;
}

.nano ul li:first-child a {
	margin-top: 10px;
}

.nano ul li a {
	font-family: Tahoma;
	font-size: 13px;
	padding: .5em 0em .5em 0em;
	text-decoration: none;
	color: #444;
	margin-top: 5px;
	border-radius: 3px;
	margin-left: 10px;
	text-indent: 20px;
	display: inline-block;
	width: 290px;
	background: url(/sgi/images/icon.png) no-repeat;
	background-position: 0px 8.5px;
	transition: text-indent 0.2s linear 0.0s, background 0.2s linear 0.0s;
}

.nano ul li a:hover {
	text-indent: 23px;
	background: url(/sgi/images/icon_hover.png) no-repeat;
	background-position: 3px 8.5px;
	transition: text-indent 0.2s linear 0.0s, background 0.2s linear 0.0s;
}

.nowork {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 13px;
}

body:after {
    content: url(/images/sgi_hover.png);
    display: none;
}

object[type^="application/gas-events"] { display: none; }  /* Remove space from bank API*/