body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background: #fff url(images/fade.jpg) repeat-y center;
	height:100%;
}

#main {
	width:1000px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left: #343434 1px solid;
	border-right: #343434 1px solid;
}

#header_top {
	width:1000px;
	height:299px;
	float:left;
}

#extra_left {
	background-image: url(images/left.jpg);
	width:200px;
	height:42px;
	float:left;
}

#extra_right{
	background-image: url(images/right.jpg);
	width:200px;
	height:42px;
	float:left;
}

#nav1
{
	padding:0px;
	margin:0px;
	float:left;
}

#nav1 li
{
  padding:0px;
  margin:0px;
  float:left;
    list-style:none;
}
#nav1 li a
{
	background: url(images/elec.jpg) 0 0 no-repeat;
  	display:block;
	padding-top:10px;
	width: 300px;
	height: 32px;
	font: bold 12px arial;
	color:#fff;
	text-decoration: none;
	text-align:center;
	float:left;
}
#nav1 a:hover { background-position: 0 -42px;	color: #fff;}
#nav1 a:active { background-position: 0 -42px;	color:#fff;}
#nav1 .selected{background-position: 0 -42px;	color:#fff;}

#nav2
{
	padding:0px;
	margin:0px;
	float:left;
}

#nav2 li
{
  padding:0px;
  margin:0px;
  float:left;
    list-style:none;
}
#nav2 li a
{
	background: url(images/rfid.jpg) 0 0 no-repeat;
  	display:block;
	padding-top:10px;
	width: 300px;
	height: 32px;
	font: bold 12px arial;
	color:#fff;
	text-decoration: none;
	text-align:center;
	float:left;
}
#nav2 a:hover { background-position: 0 -42px;	color: #fff;}
#nav2 a:active { background-position: 0 -42px;	color:#fff;}
#nav2 .selected{background-position: 0 -42px;	color:#fff;}


#header_main {
	width:1000px;
	float:left;
	background-color: #c5c5c5;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

#header_left{
	width:180px;
	height:800px;
	float:left;
	padding:10px;
	background-color:#999999;
	color:#fff;
}

#header_right{
	width:180px;
	height:800px;
	float:left;
	padding:10px;
	background-color:#999999;
	color:#fff;
}

#header_content_left {
	width:280px;
	height:800px;
	list-style-position:inside;
	float:left;
	padding:10px;
	background-color:#ffffff;
}

#header_content_right {
	width:280px;
	height:800px;
	list-style-position:inside;
	float:left;
	padding:10px;
	background-color:#ffffff;
}

#header_bottom {
	width:1000px;
	height:35px;
	float:left;
	background: #343434 url(images/header_bottom.jpg) repeat-x left;
}