body {
  cursor: default;
  font-family: arial;
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

form {
  margin: 0 0 0 0;
}

img {
	border: 0px;
}

a {
  color: rgb(36,70,110);
}

a:hover {
  text-decoration: none;
}

tr {
  vertical-align: top;
}

td {
  font-size: 12px;
}

p {
	text-align: justify;
}

#body {
  padding: 10 10 10 10;
  height: 60%;
}

.body2 {
  background: #fff url('/images/left_top21.jpg') no-repeat left top;
}

html>body #body {
  padding: 10 10 10 2;
}

.color_button {
  float: left;
  margin-left: 13px;
  width: 27px;
  height: 26px;
  background: #fff url('/images/color_bg.gif') no-repeat left top;
  margin-top: 13px;
  cursor: hand;
  cursor: pointer;
}

#gazel {
  padding-top: 70px;
}

#search_div {
  float: left;
  margin-right: 3px;
  margin-left: 10px;
  width: 130px;
  height: 20px;
  background: transparent url('/images/search.gif') no-repeat left top;
}

#search_div #input {
  margin: 1px 0px 0px -8px;
  border-width: 0px;
  width: 126px;
  height: 16px;
}

#search_button {
  cursor: hand;
}

html>body #search_div {
  margin-left: 20px;
  margin-right: 7px;
}

html>body #search_div #input {
  margin: 2px 0px 0px 2px;
}

.color_row {
  padding-left: 23px;
}

html>body .color_row {
  padding-left: 36px;
}

#section {
/*  border-bottom: 1px rgb(230, 30, 10) solid;*/
  color: rgb(230, 30, 10);
  font-weight: bold;
  padding-bottom: 1px;
  text-decoration: underline;
}

.blue_box {
  background-color: rgb(170,220,255);
  width: 20px;
  height: 6px;
  line-height: 6px;
  float: left;
  margin-top: 5px;
  margin-right: 11px;
}

html>body .blue_box {
  margin-right: 14px;
}

#blue_line {
  background-color: rgb(170,220,255);
  width: 1px;
  height: 80px;
  line-height: 80px;
  float: left;
  margin-top: 5px;
}

#bottom_blue_line {
  margin-top: 3px;
  margin-bottom: -3px;
  border: 1px rgb(170,220,255) solid;
  background-color: rgb(40,130,200);
  width: 998px;
  height: 1px;
  line-height: 1px;
}

html>body #bottom_blue_line {
  margin-bottom: 1px;
  width: 997px;
}

#select_model_div {
  float: left;
  margin-right: 0px;
  margin-left: 10px;
  width: 160px;
  height: 19px;
  background: transparent url('/images/select_model.gif') no-repeat left top;
}

#select_model_div #inputModel {
  margin: 1px 0px 0px -8px;
  border-width: 0px;
  width: 156px;
  height: 16px;
}

#select_button {
  cursor: pointer;
  cursor: hand;
}

html>body #select_model_div {
  margin-left: 20px;
  margin-right: 3px;
}

html>body #select_model_div #inputModel {
  margin: 2px 0px 0px 2px;
}

#floatModel {
  /*border: 1px black solid;*/
  position: absolute;
  margin-left: 20px;
  width: 200px;
  height: 130px;
  display: none;
  
}

#banner {
  position: absolute;
  margin-top: -25px;
  margin-left: 250px;
  text-align: right;
}

.head {
 font-size: 12px;
 color: rgb(50,60,80);
 font-weight: bold;
}

.zebra {
  background-color: rgb(230,245,255);
}

.zebra td {
 border-top: 1px rgb(125,170,190) dashed;
 border-bottom: 1px rgb(125,170,190) dashed;
}

#mites {
  font-weight: bold;
  padding-bottom: 7px;
}

#head {
	font-size: 14px;
	font-weight: bold;
	border-left: 14px rgb(130,145,155) solid;
	padding-left: 5px;
	margin-left: 20px;
}




ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 158px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
		margin-top: -1px;
}

ul#nav li {
	position: relative;
	line-height: 8px;
	list-style: none;
		margin-top: 1px;
}
	
li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
		margin-top: -1px;
}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid rgb(125,170,190);
}

ul#nav li ul li a:hover {
	border: 1px solid rgb(36,70,110);
}


/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { color:white; background: rgb(125,170,190); } /* Hover Styles */

/*ul#nav li a:visited {color:white; border-bottom:0px;}*/
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li ul li a:hover { border-bottom: 0px; } /* Sub Menu Styles */

li ul li { width: 150px; }
		
li.menu:hover ul, li.over ul { display: block; } /* The magic */
