html {
	width: 100%;
	height: 100%;
}

body {
	behavior:url("app/layout/css/csshover.htc");
	margin: 0px;
	padding: 0px;
	background-color: #121212;
	font-size: 12px;
	font-family: arial, sans-serif;
	background-image: url('../images/background.png'); background-position: top left; background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#top {
}

.page_top {
	position: relative;
	left: 45px;
	width: 901px;
	height: 46px;
	min-height: 46px;
	background-color: #181818;
	background-image: url('../images/page_top.jpg');
}

.pkmb_logo {
	width: 200px;
	height: 170px;
	min-height: 170px;
	background-image: url('../images/pkmb.png');
	float: left;
}

.machine1 {
	width: 380px;
	height: 170px;
	min-height: 170px;
	background-image: url('../images/machine1.jpg');
	float: left;	
}

.machine2 {
	width: 366px;
	height: 170px;
	min-height: 170px;
	background-image: url('../images/machine2.jpg');
	float: left;
	clear: right;	
}

.machine3 {
	position: relative;
	left: 45px;
	width: 901px;
	height: 23px;
	min-height: 23px;
	background-image: url('../images/machine3.jpg');
	clear: both;	
}

#menu {
	padding-left: 7px;
	position: relative;
	left: 45px;
	width: 894px;
	height: 53px;
	min-height: 53px;
	background-image: url('../images/menu.png');
}

.menuItem
{
	line-height: 53px;
	float: left;
	color: #eee;
	padding-left: 20px;
	padding-right: 20px;
}

.menuItem:hover
{
	background-image: url('../images/hover.png');
}

#submenu {
	background-image: url('../images/subm.png');	
	margin-top: 31px;
	line-height: 32px;
	margin-right: 100px;
	float: right;
	height: 32px;
	min-height: 32px;
}

#submenu .submenu_l {
	float: left;
	width: 9px;
	height: 32px;
	min-height: 32px;
	background-image: url('../images/subl.png');		
}

#submenu .submenuItem {
	float: left;
	height: 32px;
	min-height: 32px;
	color: #eee;
	padding-left: 10px;
	padding-right: 10px;
}

#submenu .submenuItem:hover {
	background-image: url('../images/shover.png');
	color: #444;		
}

#submenu .submenu_r {
	float: left;
	width: 9px;
	height: 32px;
	min-height: 32px;
	background-image: url('../images/subr.png');		
}

.orange {
	position: relative;
	left: 45px;
	width: 901px;
	height: 16px;
	min-height: 16px;
	background-image: url('../images/orange.png');
}

#header .title
{
	float: left;
	color: #fff;
	line-height: 63px;
	text-indent: 20px;
	font-size: 18px;
	font-weight: bold;
}

#header {
	position: relative;
	left: 45px;
	width: 901px;
	height: 63px;
	min-height: 63px;
	background-image: url('../images/header.png');
}

.white_start {
	position: relative;
	left: 45px;
	width: 901px;
	height: 8px;
	min-height: 8px;
	background-image: url('../images/white_start.png');
}

.layout
{
	position: relative;
	left: 45px;
	width: 901px;	
	background-image: url('../images/layout.png');
}

.page
{
	width: 901px;
	background-image: url('../images/decorator.png');
	background-position: 860px 0px; 
	background-repeat: no-repeat;
}



#content {
	width: 780px;
	min-height: 190px;
	background-image: url('../images/content.png');
	float: left;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}

.decorator {
	float: right;
	width: 41px;
    height: 100%;
}

#footer {
	color: #ccc;
	line-height: 26px;
	font-size: 10px;
	padding-left: 20px;
	clear: both;
	position: relative;
	left: 45px;
	width: 881px;
	height: 28px;
	min-height: 28px;
	background-image: url('../images/footer.png');
}

h1 {
		font-size: 18px;
		padding: 0px;
		margin: 10px;
		margin-left: 0px;
		color: #fff;
		background-color: #666;
		padding: 3px;
		padding-left: 10px;
		border: 1px solid #444;
		-moz-border-radius: 10px;
}

h2 {
		font-size: 16px;
		padding: 0px;
		margin: 10px;
		margin-left: 0px;
		color: #fff;
		background-color: #666;
		padding: 3px;
		padding-left: 10px;
		border: 1px solid #444;
		-moz-border-radius: 10px;
}

h3 {
		font-size: 14px;
		padding: 0px;
		margin: 10px;
		margin-left: 0px;
		color: #fff;
		background-color: #666;
		padding: 3px;
		padding-left: 10px;
		border: 1px solid #444;
		-moz-border-radius: 10px;
}

a {
	text-decoration: none;
	color: #555;
}

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

a img
{
	border: 0px;
}

table {
	border: 1px solid #999;
	width: 100%
}

table th {
	color: #fff;
	background-color: #444;
	text-align: center;
	height: 25px;
	padding: 0px;
	line-height: 25px;
	}
	
table td {
	text-align: center;
	}

fieldset {
	
	width: 760px;
	margin : 0px;
	border: 0px;
	
}

fieldset div {
	display: block;
	clear: both;
	}

fieldset div div.error {

	margin-left: 175px;
	font-size: 9px;
	color: #a00;
	
}

legend {
		font-size: 16px;
}

label {
  float: left;
  margin: 5px;
  width: 160px;;
  padding-top:6px;
  text-align:right;
  font-weight:bold;
}

input, select, textarea {
	
	border: 1px solid #999;
	padding: 3px;
	width: 500px;
	margin: 5px;	
	background-image: url('../images/input.png');

}

textarea {
	
	border: 1px solid #999;
	padding: 3px;
	width: 500px;
	margin: 5px;	
	background-image: none;
	height: 200px;
}

input.submit {
	
	background-image: url('../images/button.png');		
	border: 0px;
	padding: 1px;
	height: 26px;
	margin-right: 19px;
	line-height: 12px;
	font-size: 9px;
	width: 140px
}

input.submit:hover {
	
	background-image: url('../images/button-hover.png');		
}

#content p
{
	padding: 10px;
}	
