* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	font: 90% arial, helvetica, sans-serif;
	}
	
p { 
	margin: 1em 0;
	font-size: 95%;
	line-height: 1.3;
	}

h1 {
	clear: both;
	height: 130px;
	width: 400px;
	position: relative; left: 500px;
	font-size: 100%;
	}
	
h2 {
	font: 120% verdana,helvetica,sans-serif;
	color: #363;
	}
	
.imgLeft { float: left; margin: 0 10px 5px 0; }
.imgRight { float: right; margin: 0 0 5px 10px; }

a { color: #900; }

a:hover, #leftpane a:hover { color: #c00; }

#main {
	position: relative;
	width: 800px;
	background-color: #fff;
	margin: auto;
	}

.HeadBg {
	background: url(images/kiuistyle/kiui-head.jpg) 50% 17px no-repeat #fff;
	height: 220px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	}
	
#Banner_tabs,  #SiteHeader_tabs {
	margin-left: 120px;
	background: url(images/kiuistyle/tab-bgd.jpg) 0 4px no-repeat transparent;
	width: 678px;
	}
#SiteHeader_tabs { margin-left: 300px; font-size: 80%; }

#Banner_tabs td, #SiteHeader_tabs #TopMenu ul {
	font-size: 90%;
	}
	
#Banner_tabs a, #SiteHeader_tabs a {
	display: block;
	height: 18px;
	background: url(images/kiuistyle/kiui_tab.jpg) top right no-repeat;
	padding: 8px 18px 3px 4px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	}

// #Banner_tabs a { font-size: 80%; }

#Banner_tabs a:hover,  #SiteHeader_tabs a:hover {
	background: url(images/kiuistyle/kiui_tab-down.jpg) top right no-repeat;
	color: #ccc;
	}

#Banner_tabs .SelectedTab,  #SiteHeader_tabs .SelectedTab {
	display: block;
	background: url(images/kiuistyle/kiui_tab-down.jpg) top right no-repeat;
	height: 18px;
	padding: 8px 18px 3px 4px;
	color: #cff;
	font-weight: bold;
	}

#TopMenu ul { list-style: none; }

#TopMenu li { float: right; padding: 2px 4px; }

.SiteLink { color: #fff; font-size: 90%;}

#TopMenu li a {
	color: #ffc;
	text-decoration: none;
	}

#TopMenu li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#TopMenu {
	background-color: #638eac;
	height: 17px;
	}
	
#LeftPane {
	position: absolute; left: 0; top: 174px;
	z-index: 30;
	width: 147px;
	padding: 0 6px 3px;
	margin-top: 44px;
	font-size: 95%;
	background: url(images/kiuistyle/kiui-tablet.jpg) repeat-y #fff;
	}

// #LeftPane { position: absolute; left: 2px; top: 174px; }
	
#LeftPane h2 { color: #900; }
	
#LeftPane input {
	font-size: 75%;
	border: 1px solid #363;
	}
	
#LeftPane fieldset {
	padding: 6px 3px 6px;
	font: 90% verdana, helvetica, sans-serif;
	}
	
#LeftPane fieldset div {
	font-size: 90%;
	margin-bottom: 0.5em;
	line-height: 1.2;
	color: #300;
	}
	
#LeftPane legend { color: #900; font-weight: bold; }

#LeftPane table, #LeftPane table td { border-style: none;}

#LeftPane td { padding-bottom: 0.5em; }

#LeftPane a { color: #fff; }

#LeftPane a:hover { color: #ddd; }

#LeftPane a.OtherTabs {
	background: url(images/kiuistyle/leftPaneButton.jpg) no-repeat;
	display: block;
	width: 141px;
	height: 21px;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
	font-weight: bold;
	}
	
#LeftPane a.OtherTabs:hover {
	background: url(images/kiuistyle/leftPaneButtonDown.jpg) no-repeat;
	}
	
#ContentPane {
	position: relative;
	z-index: 20;
	top: 0;
	padding-left: 170px;
	padding-right: 180px;
	width: 450px;
	}

#ContentPane h1,
#ContentPane h2,
#ContentPane h3 { 
	margin: 1em 1em 1em 0;
	clear: both;
	}
	
#RightPane {
	position: absolute; top: 0; right: 0;
	padding-right: 10px;
	width: 160px;
	}
