html,
body {
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,
#foot {
	background-color: #1a1a1a;
}
#icopy,
#foot,
.push {
	height: 54px;
}
#padd {
	padding-right: 18px;
	padding-left: 18px;
	min-height: 100%;
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px;
}
#wrap,
#foot {
	width: 99.99%;
	max-width: 1260px;
	min-width: 924px;
}
#wrap,
#round2 {
	background-color: #666;
}
#foot {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#round1 {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #666;
	margin-top: -2px;
}
#round2 {
	height: 18px;
	width: 100%;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	position: absolute;
	top: 0px;
}
#main {
	position: relative;
	padding-top:70px;
	min-height: 500px;
	height: auto !important;
	height: 1px;
	-webkit-box-shadow: inset 0px 12px 12px -6px #4a4a4a;
	-moz-box-shadow: inset 0px 12px 12px -6px #4a4a4a;
	box-shadow: inset 0px 12px 12px -6px #4a4a4a;
}
#head {
	/*	position: relative;*/
	top: 0px;
	background-color: #333;
	height: 42px;
	font-size: 24px;
	text-align: center;
	color: #aaa;
	padding-top: 15px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 1px;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	margin-right: 0px;
	margin-left: 0px;
}
#head a {
	color: #aaa;
	text-decoration: none;
}
#head a:hover {
	color: #888;
/*	border-bottom: 1px dotted #aaa;*/
}

#col1 {
	height: 30px;
	width: 136px;
	position: absolute;
	left: 24px;
	top: 84px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
	overflow: hidden;
}
#col1 {
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
#col1:hover {
	height: 250px;
	color: #aaa;
}
#col1:hover a {
	color: #bbb;
}
#col1 p {
	margin-top: 0px;
}
#col1 a {
	color: #999;
	text-decoration: none;
}
#col1 a:hover {
	border-bottom: 1px dotted #CCC;
}
#col2 {
	position: relative;
	margin-left: 119px;
	margin-right: 119px;
	min-width: 686px;
	text-align: center;
}
#col2 img {
}
#col3 {
	position: absolute;
	height: 400px;
	width: 148px;
	top: 96px;
	right: 24px;
}
#icopy {
	width: 100%;
	border: 0;
	margin-top: 18px;
	background-color: #1a1a1a;
}

#copy {
	width: 80%;
	max-width: 840px;
	padding-right: 0;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #888;
	text-align: center;
	padding-top: 38px;
}
#copy a {
	font-weight: bold;
	text-decoration: none;
	color: #777;
}
#copy a:hover {
	border-bottom: 1px solid #555555;
	color: #999;
}

#image {
	margin-top: -18px;
}
#ima {
	height: 436px;
	/*	width: 536px;*/
	text-align: center;
	vertical-align: middle;
	background-image: url(../graphics/loading-port.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.holder {
	width: 630px;
	height: 458px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.holder img {
	border: 8px solid #f8f8f8;
	box-shadow:0px 8px 10px #444;
}
.jswarn {
	height: 80px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
.crop {
	text-align: left;
	height: 80px;
	width: 80px;
	overflow: hidden;
	background-position: center center;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	float:left;
	opacity:0.9;
	filter:alpha(opacity=90)
}
.crop:hover {
	border-color: #fff;
	opacity:1.0;
	filter:alpha(opacity=100)
}
#intro {
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:12px;
	font-size: 0.8em;
	line-height: 20px;
	color: #ccc;
	text-align: justify;
	padding-left:1px;
	padding-right: 1px;
}
#intro p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#intro a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#intro a:hover {
	color: #CC3333;
	border-bottom: 1px dotted #CC3333;
}
.nobreak {
	white-space: nowrap;
}
.notbold {
	font-weight: normal;
}
.redbold {
	font-weight: bold;
	color: #CC3333;
}
