body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  color: #efefef;
  background-color: #343434;
}
#main {
  width: 1000px;
  margin: 0 auto;
  background: url(/images/back.jpg) top left repeat-y;
}
#top {
  clear: both;
  width: 1000px;
  height: 85px;
}
#topmenu {
	float: right;
	width: 400px;
	height: 20px;
	background: url(/images/top.jpg) no-repeat;
}
#topmenulinks {
	float: left;
	padding-left: 30px;
}
#topmenulinks img {
  padding: 0 3px 0 5px;
}
#topmenulangs {
	float: right;
	padding-right: 35px;
	padding-top: 2px;
}
#topmenulangs a {
  padding-left: 3px;
}
#logo {
	padding-left: 45px;
	padding-bottom: 10px;
}
#banner {
	clear: both;
	width: 1000px;
	height: 360px;
	border-top: #1f1f1f 1px solid;
	background: #262626 url(/images/ban.png);
	padding: 20px 0 20px 0;
}
#lbanner, #rbanner {
  float: left;
  width: 49px;
  height: 360px;
}
#mbanner {
  float: left;
  width: 900px;
  height: 360px;
  border: #878684 1px solid;
}
#path {
	clear: both;
	width: 900px;
	height: 22px;
	padding: 8px 50px 0 50px;
	background: #3f3f3f url(/images/menu3.png) repeat-x;
	color: #999;
}

a:link { color: #6e9791; text-decoration:none; font-family: verdana, tahoma; font-size: 11px; }
a:visited { color: #6e9791; text-decoration:none; font-family: verdana, tahoma; font-size: 11px; }
a:active { color: #6e9791; text-decoration:none; font-family: verdana, tahoma; font-size: 11px; }
a:hover { color: #cfcfcf; text-decoration:underline; font-family: verdana, tahoma; font-size: 11px; }

#menu {
	clear: both;
	width: 900px;
	height: 60px;
	padding: 0 50px 0 50px;
	background: #3f3f3f url(/images/menu.png) repeat-x;
}
div.menumain {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 100;
}
div.menumain a {
	display: block;
	float: left;
	color: #ccc;
	height: 27px;
	text-align: center;
	padding: 14px 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	border-left: 1px dotted #333;
}
div.menumain a.sub:hover {
	background: url(/images/menu2.png) top left repeat-x;
	color: #7ea7a1;
}
div.menumain a.sub2 {
	background: url(/images/menu3.png) top left repeat-x;
	color: #7ea7a1;
}
div.menumain a.sub2:hover {
	background: url(/images/menu2.png) top left repeat-x;
	color: #7ea7a1;
}
div.menutop {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 100;
}
ul.nav, ul.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
ul.nav a {
 	display: block;
	width: 125px;
	height: 27px;
	color: #ccc;
	text-align: center;
	padding: 14px 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px dotted #333;
}
ul.nav a:hover {
	background: url(/images/menu2.png) top left repeat-x;
	color: #7ea7a1;
}
ul.nav a.sub2 {
	background: url(/images/menu3.png) top left repeat-x;
	color: #7ea7a1;
}
ul.nav li {
	float: left;
	width: 135px;
}
ul.nav li ul {
	position: absolute;
	background: url(/images/menu4.png) top left repeat;
	width: 135px;
	left: -999em;
}
ul.nav li:hover ul, ul.nav li.sfhover ul {
	left: auto;
}

div#spacer
{ 
  clear: both;
  height: 0px;
  width: 1000px;
}
div#footer
{ 
  clear: both;
  background-color: #121212;
}
div#footer-design 
{
  padding: 5px 0 5px 0;
  text-align: center;
}
div#footer-design address
{
  font-style: normal;
  color: #999;
  font-size: 10px;
}
div#footer-design a
{
  text-decoration: none;
}

p {
  margin: 5px 0 5px 0;
}
img {
  border: 0;
}
input.submit {
    font-family: verdana, tahoma;
    font-size: 10px;
    font-weight: bold;
    background-color: #6e9791;
    border-color: #2f2f2f;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
input {
    font-family: verdana, tahoma;
    font-size: 10px;
    font-weight: bold;
    background-color: #161616;
    border-color: #2f2f2f;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
}
select {
    font-family: verdana, tahoma;
    font-size: 10px;
    font-weight: bold;
    background-color: #161616;
    border-color: #2f2f2f;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
}
textarea {
  width: 300px;
  height: 150px;
  font-family: verdana, tahoma;
  font-size: 10px;
  font-weight: bold;
  background-color: #161616;
  border-color: #2f2f2f;
  border-style: solid;
  border-width: 1px;
  color: #ccc;
}
div.formfield {
    padding-left: 10px;
    margin-top: 5px;
}
.submitDiv {
    clear: left;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 5px;
}
#outputDiv {
	padding: 5px 10px;
	background-color: #202020;
	color: #7ea7a1;
}
a.pdf {
  padding-left: 22px;
  background: url(/images/pdf.gif) no-repeat top left;
}
div.text {
  padding: 5px;
}
td.col1 {
  width: 200px;
}
td.col2 {
  width: 200px;
}
td.center {
  width: 600px;
}
div.head {
    background-color: #0F0F0F;
    border-bottom: 1px solid #2F2F2F;
    border-top: 1px solid #2F2F2F;
    clear: left;
    font-weight: bold;
    height: 22px;
    padding: 8px 0 0 10px;
    width: 590px;
    color: #6e9791; 
}
