@charset "utf-8";
body {
	padding: 0px;
	margin:0;
	font-family:Candara, "Trebuchet MS", Tahoma, sans-serif;
	background:#fff;
	color:#000;
	font-size:.9em;
	line-height:1.34;
}
#wrap {
	width:968px;
	margin:0 auto;
}
#theme {
	font-weight:bold;
	font-size:1.28em;
	padding:14px 68px;
}
#main {
	background:url(/images/bg_main.jpg) top right no-repeat;
	min-height:614px;
	position:relative;
}
#upper, #contnt, #txt_nav { padding-left:68px; }
#upper {
	background:url(/images/bg_upper.jpg) top left no-repeat;
	padding-top:164px;
}
#contnt {
	width:520px;
	clear:left;
}
#contnt img {
	float:left;
	margin:0px 10px 20px 0px;
}
#txt_nav {
	margin: 20px 0px 15px;
	color:#CBDCD6;
	clear:both;
}

/* styles */
h2, h3, p {
	margin:0em 0em 1.15em;
}
h1 {
	color:#74484d;
	font-size:1.7em;
}
h1 span {
	font-size:.8em;
	font-style:italic;
}
h2 { font-size:1.35em; }
h3 { font-size:1.05em; }
#main a, #txt_nav a {
	color:#5F897A;
	text-decoration:none;
	border-bottom:1px dotted #5f897a;
}
#main a:hover { color:#f55f44; border-color:#f55f44; }
#main strong a { border:none; font-weight: 900; }
#upper ul, #upper li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#upper ul {
	background:url(/images/nav.png) top left no-repeat;
	width:420px;
	height:24px;
	margin-bottom:25px;
}
#upper li { display:inline; }
#upper a {
	display:block;
	float:left;
	margin-right:5px;
	height:24px;
	border:none;
}
#upper a:hover { background:url(/images/nav_hov.png) top left no-repeat; }
#pghm #lkhm a, #pghm #lkhm a:hover, #pgserv #lkserv a, #pgserv #lkserv a:hover, #pgknow #lkknow a, #pgknow #lkknow a:hover, #pgwhy #lkwhy a, #pgwhy #lkwhy a:hover, #pgtest #lktest a, #pgtest #lktest a:hover, #pgcomm #lkcomm a, #pgcomm #lkcomm a:hover {
	cursor:default;
	background:url(/images/nav_hov.png) top left no-repeat;
}
#lkhm a { width:42px; }
#lkserv a { width:58px; }
#lkserv a:hover, #pgserv #lkserv a, #pgserv #lkserv a:hover { background-position:-47px 0px; }
#lkknow a, #lkwhy a { width:74px; }
#lkknow a:hover, #pgknow #lkknow a, #pgknow #lkknow a:hover { background-position:-110px 0px; }
#lkwhy a:hover, #pgwhy #lkwhy a, #pgwhy #lkwhy a:hover { background-position:-189px 0px; }
#lktest a { width:86px; }
#lktest a:hover, #pgtest #lktest a, #pgtest #lktest a:hover { background-position:-268px 0px; }
#lkcomm a { width:53px; }
#lkcomm a:hover, #pgcomm #lkcomm a, #pgcomm #lkcomm a:hover { background-position:-359px 0px; }
#txt_nav ul, #txt_nav li { list-style-type:none; margin:0; padding:0; display:inline; }
#txt_nav a {
	border:none;
	margin:0px 8px;
}
#txt_nav .first a { margin-left:0;}
#txt_nav a:hover { color:#000; }
a#credit {
	position:absolute;
	display:block;
	top:439px;
/*	left:645px; */
	right:300px;
	width:20px;
	height:163px;
	border:none;
}
a#credit:hover { border:1px dotted #fff; }
/* form */
.mystp { display:none; }
input[type='text'], textarea {
	border:1px solid #B7B3A4;
	margin:0px 4px 3px 0px;
}
textarea { width:408px; height:130px; overflow:auto; }
