* {
	cursor : pointer;
	list-style-type : none;
	margin : 0;
}
html, body {
	width : 100%;
	height : 100%;
	background-color : #ffffff;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 0.9em;
	color : #111;
	overflow : hidden;
	cursor : pointer;
}
#bg, #bg table, #bg td, #wrap {
	height : 100%;
	width : 100%;
	overflow : hidden;
}
#bg div {
	height : 200%;
	left : -50%;
	position : absolute;
	top : -50%;
	width : 200%;
}
#bg td {
	text-align : center;
	vertical-align : middle;
}
#bg img {
	margin : 0 auto;
	min-height : 50%;
	min-width : 50%;
}
#wrap {
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	overflow:auto;
}
#cont, #cont-sitemap {
	width : 470px;
	z-index:5;
	padding : 35px 35px 25px 35px;
	margin : 30px 30px 1px auto;
	background : #fff;
	overflow:hidden;
}

.pic {
	float:left;
	margin:0 10px 10px 0;
}
#cont a{
	text-decoration : none;
	color : #5998ff;
}
#cont q{
	text-decoration:none;
	font-style:italic;
	color : #666;
}
#cont p{
	margin:0 0 20px 0;
}
#cont a:hover, #cont a:focus, #cont a:active, a.cur {
	color : #111;
	background : #5998ff;
}
#cont-sitemap a {
	text-decoration : none;
	color : #111;
}
#cont-sitemap a:hover, #cont-sitemap a:focus, #cont-sitemap a:active {
	color : #111;
	background : #5998ff;
}
#close {
	position:absolute;
	width:9px;
	height:9px;
	top:67px;
	right:67px;
	background-image:url(../images/open.png);
	display:none;
}
#open {
	position:absolute;
	z-index:20;
	width:9px;
	height:9px;
	top:67px;
	right:67px;
	background-image:url(../images/close.png);
	display:none;
}
#footer {
	width : 470px;
	height : 130px;
	padding : 30px 35px 25px 35px;
	margin : 0 30px 30px auto;
	background : url(../images/bg/footer.png) repeat 0 0;
}
#footer-left{
	float : left;
}
#footer-middle, #footer-right {
	float : right;
	width:120px;
}
#footer a {
	text-decoration : none;
	color : #444;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color : #5998ff;
}
h1 a, h1 a:hover, h1 a:focus {
	position : absolute;
	top : 30px;
	left : 39px;
	background : url(../images/logo.png);
	width : 67px;
	height : 101px;
	z-index : 99999;
	text-indent : -9999px;
}
h2 {
	color : #5998ff;
	font-size : 1.8em;
	line-height : 0.9em;
}
.strong {
	color : #666;
	font-size : 1.3em;
	line-height : 2em;
}
h3 {
	color : #666;
	font-size : 1.15em;
	line-height : 2em;
}
p {
	padding-bottom : 0.5em;
}
#menubox {
	position : absolute;
	z-index : 998;
	top:167px;
	left:0;
	width : auto;
	height : auto;
}
.menu a {
	background : #5998ff none repeat scroll 0 0;
	clear : both;
	color : #111111;
	float : left;
	font-size : 20px;
	line-height : 24px;
	margin-bottom : 1px;
	padding : 0 5px;
	text-decoration : none;
}
.menu a:hover {
	background : #fff;
}
li a {
	display : block;
}
#tooltip {
	padding : 2px;
	background-color : #444;
	color : #fff;
	z-index : 999;
	display : none;
	position : absolute;
}

fieldset {
	padding:0;
	margin:0;
	border: none;
}

#formLeft {
	width: 180px;
	float: left;
}

#formLeft input {
	width: 180px;
	background: none;
	border: 1px solid #CCC;
	margin:0 0 10px 0;
	outline:none;
}

#formRight {
	width: 250px;
	margin:0 0 0 20px;
	float: left;
}

#formRight textarea {
	width: 246px;
	height: 90px;
	border: 1px solid #CCC;
	background: none;
	margin:0 0 10px 0;
	overflow: auto;
}

#formRight input{
	float: right;
}

#formLeft input:focus, #formRight textarea:focus {
	border: 1px solid #5998ff;
}

#flash-bg {
	position:absolute;
	height: 100%;
	width: 100%;
	top:0px;
	left:0px;
	z-index:0;
}

button {
	background: transparent;
	border:0;
	margin:0;
	background:none;
}