#header_left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 160px;
  width: 170px;
}

#header_right {
  position: absolute;
  top: 30px;
  left: 170px;
}

.header_row {
  height: 40px;
  width: 620px;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #0099CC;
}

#menu{
  position: absolute;
  top: 165px;
  left: 1px;
  width: 700px;
}

#menu ul{
	list-style: none;
}

#menu li{
  list-style: none;
  display: block;
  float: left;
  line-height: 51px;
  border: solid #636363;
  border-width: 0 2px 0 2px;
  background: url(images/menu_005_bg.jpg) repeat-x;
  height: 51px;
  margin: 0 1px 0 0;
}

#menu li a{
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 25px;
	height: 51px;
}

#menu li a:hover{
  color: #0099CC;
  background: url(images/menu_005_h.jpg) repeat-x;
}

#menu li a.current{
	display: block;
	float: left;
	background:url(images/menu_005_h.jpg) repeat-x;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding:0 25px;
}

#menu li a:hover.current{
  color: #fff;
}

#main_body {
  position: absolute;
  top: 250px;
  left: 40px;
  width: 600px;
}

#main_body_footer {
  font-family: Verdana;
  font-size: 10px;
}

#clients a{
	text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #0099CC;
}

#clients a:hover{
  color: #808080;
}

body {
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 13px;
  /* color: #808080; */
  color: #666666;
  font-weight: normal;
}

p {

}

h1 {
  font-size: 20px;
  color: #0099CC;
  text-align: center;
  height: 350px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #0099CC;
}

form {
	width: 550px;
	font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background-color: #B0C4DE;
}

.col2 {
	width: 380px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background-color: #B0C4DE;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 150px;
	float: left;
	display: block;
	margin-right: 2px;
  background-color: #B0C4DE;
}

.col2comment {
	width: 380px;
	height: 150px;
	margin: 0;
	display: block;
	float: left;
  background-color: #B0C4DE;
}

div.row {
	clear: both;
	width: 550px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
}

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}


