* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "tahoma"
}

h1, h2, h3 {
	font-family: verdana;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #0262B0;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #9A9A9A;
}

img {
	border: none;
}

/* Container */

.container {
	padding-top: 2px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 5px;
}

/* Logo */


#logo {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background:url(images/kowamas.bmp) bottom right no-repeat;

}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 2em;
}

#logo h2 {
	float: left;
	letter-spacing: -3px;
	width: 800px;
	height: 30px;
	font-size: 3em;
}

#logo a {
	text-decoration: none;
	text-transform: normal;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 680px;
	height: 30px;
	margin: 50px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: 0.7em;
	font-family: tahoma;

}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 680px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y;
}

/* Column One */

#col-one {
	float: left;
	width: 180px;
	padding-top: 10px;
	background: url(images/img02.gif) no-repeat;
}

#col-one .image {
	height: 150px;
}

#col-one .container {
	background: url(images/img04.gif) repeat-x;
}

#col-one .boxed {
}

#col-one .boxed .title {
	color: #A92030;
}

#col-one .boxed .content {
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
}

#col-one .boxed .content .textfield {
}

#col-one .boxed .content .button {
}

#col-one .boxed .content .tiny {
}

#col-one .boxed .content .tiny a {
}

/* Column Two */

#col-two {
	float: right;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img08.gif) no-repeat;
}

#col-two-costume {
	float: right;
	width: 678px;
	margin-left: 0px;
	padding-top: 10px;
	background: url(images/shadow.png) top repeat-x;
	background-color:#FFFFCC;
	border:#FFFF00 solid 1px;
}

#col-two {
	float: right;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img08.gif) no-repeat;
}

#col-two-check {
	float: right;
	width: 490px;
	margin-left: 0px;
	padding-top: 10px;
	background: url(images/shadow.png) top repeat-x;
	background-color:#FFFFCC;
	border:#FFFF00 solid 1px;
}

#col-two .image {
	height: 150px;
}

#col-two .container {
	background: url(images/img10.gif) repeat-x;
}

#col-two .boxed {
}

#col-two .boxed .title {
	color: #4DAB50;
}

#col-two .boxed .content {
}

/* Column Three */

#col-three {
	float: left;	
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(images/img05.gif) no-repeat;
}

#col-three .image {
	height: 150px;
}

#col-three .container {
	background: url(images/img07.gif) repeat-x;
}

#col-three .boxed {
}

#col-three .boxed .title {
	color: #404040;
}

#col-three .boxed .content {
}

/* Extra */

#extra {
	height: 4px;
	background: url(images/img11.gif) top no-repeat;
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: x-small;
}
div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;

	background-image:url(honey.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='honey.png');
}


div.dimming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	
	border-style: solid;
	border-color: #999999;
	border-width: 1px;

}

table.floatingHeader
{
	background-color: #0000ff;
	color:#ffffff;
}
