@charset "iso-8859-1";

/* //////////////////////////////////////// */

div#wrapper {
	background-color: #f2f2f2;
	color: #cecece;
	border: solid 1px #dedede;
	/* border: none 1px #0078C0; */
	/* margin: 50px 100px; *//* dynamic size windows (floating) */
	width: 900px;
	margin: 22px auto 42px auto;
	padding: 0px;
	position: relative; /* IE ugly display bug-fix when windows smaller than static width */
}

/* //////////////////////////////////////// */

div#head {
	/* border: none 1px #333;
	width: 100%; dynamic size windows (floating)
	width: 800px; */
}

div#head_logo {
	background-image: url('domain/plantek_logo_small.gif');
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-color: #0078C0;
	width: 100%;
	height: 110px;
	position: relative;
}

div#head_menu {
	background-image: url('domain/tabrightE_glossy.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	/* background-color: #26A12C; *//* color from image now */
	/* border-bottom: solid 1px #0078C0; */
	width : 100%;
	margin: 0px auto; */
}

div#head_note {
	color: #fff;
	position: absolute; /* div#logo must be pos:relative to FX pos:absolute */
	top: 15px;
	right: 15px;
	text-align: right;
}

/* //////////////////////////////////////// */
/*
Caution:
when the body_right containing DIV box width is larger than the overall frame width
the box gets aligned below body_left
*/

/*
<!--[if IE6] >
div#body {
	display: inline-block;
	margin-left: -300px;
}
<![endif]-->
*/

div#body {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/* margin: 0px auto 0px auto;
	position: relative; */
}

div#body_left_right {
	border: none;
	margin: 0px;
	padding: 0px;
	/* position: relative;
	overflow: hidden; */
}

div#body_left {
	border: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	/* position: relative;
	overflow: hidden; */
	float: left;
	/* IE6 floating bug */
	height: 100%;
}

div#body_right {
	border: none;
	/* margin: 0px 0px 0px 220px; */
	padding: 0px;
	overflow: hidden;
	/* remember that if overflow:hidden is not set,
	div-body_right is aligned below div-body_left:height
	because of the line break when
	div-body_right:width > than (wrapper:width - div-body_left:width)
	alternatively give div-body_right static width

	position: relative;
	width: 535px;
	float: left; */
	/* IE6 floating bug */
	height: 100%;
}

/* //////////////////////////////////////// */

div#foot {
	width: 100%;
	height: 0px;
	margin: 0px;
	position: relative;
}

div#subnote {
	position: relative;
	bottom: -15px;
	text-align: center;
	/* left: 0px;
	width: 100%;
	height: 22px; 
	text-align: center;
	z-index: 100; */
}

/* obsolete but kept for google cache */
div#foot_browser {
	color: #ffffff;
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 9px;
	font-style: normal;
	letter-spacing: 0.01em;
}

/* //////////////////////////////////////// */

div#_design {
	background-image: url('domain/opaque.png');
	background-repeat: repeat;
	background-position: 0px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 161px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

/* //////////////////////////////////////// */
