html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
  margin: 0;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 130%;
}

input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

form {
  margin: 0;
}

img {
  border: none;
}

pre {
  margin: 1em 0;
  padding: 0.5em;
  background-color: #F4F4F4;
  color: black;
  border: 1px solid #EEE;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  white-space: normal;
}

a:link,
a:visited {
  color: #4567A0;
  text-decoration: none;
}

a:hover,
a:active {
  color: #F79209;
  text-decoration: underline;
}

h2 {
  clear: both;
  margin: 1.5em 0 1em 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #444;
  line-height: 120%;
}

h3 {
  clear: both;
  margin: 1.5em 0 1em 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #444;
}

h4 {
  clear: both;
  margin: 1em 0 0.75em 0;
  font-size: 1.1em;
  font-style: italic;
  color: #444;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin: 10px 0;
}

hr {
  border: 1px solid #888;
}

table {
  margin: 0;
  border: none;
  border-collapse: collapse;
}
table td {
  padding: 5px 5px 5px 0;
}

#container {
  position: relative;
  width: 980px;
 	min-height: 100%;
  margin: 0 auto;
  text-align: left;
}
* html #container {
  height: 100%;
}

/* Header */

#header {
  height: 160px;
  background: url(img/header.jpg) no-repeat 0 10px;
}

#header.bg {
  background: url(img/header_bg.jpg) no-repeat 0 10px;
}

#header h1 {
  float: left;
  margin: 0;
}

#header h1 a {
  display: block;
  height: 94px;
  width: 122px;
  margin: 8px 0 0 14px;
}

#header h1 span {
  display: none;
}

#languages {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #888;
  text-align: right;
  font-size: 0.9em;
}

#languages label {
  display: block;
  margin-bottom: 4px;
}

#languages select {
  padding: 2px;
  background-color: white;
  color: #444;
  border: 1px solid #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  vertical-align: middle;
}

#search {
  float: right;
  margin: 0 10px 0 0;
  font-size: 0.9em;
  color: white;
  text-align: right;
}

#search form {
  position: relative;
  top: -2px;
  margin: 0;
}

* html #search form {
  top: 0;
  right: -10px;
}

* html #search label {
  position: relative;
  top: -2px;
}

#search .button {
  position: relative;
  bottom: -7px;
  width: 20;
  height: 20px;
  background: url(img/button1.gif) no-repeat top left;
  border: none;
}
* html #search .button {
  bottom: -5px;
  right:
}

#search .textbox {
  height: 14px;
  background-color: #white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444;
  border: 1px solid #444;
}

#main_menu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 980px;
  height: 30px;
  background: url(img/topmenu.gif) no-repeat top left;
}

#main_menu ul {
  margin: 0;
  padding: 7px 10px 0 15px;
  list-style: none;
  color: white;
}

#main_menu li {
  display: inline;
  margin: 0 0 0 8px;
  padding: 0 0 0 11px;
  border-left: 1px solid #869BC4;
}

#main_menu li.first {
  margin: 0;
  padding: 0;
	border: none;
}

#main_menu a {
  color: white;
}

#main_menu a.active {
  font-weight: bold;
}

#main {
  margin-bottom: 20px;
}

#body-container {
  float: left;
  width: 760px;
}

#left {
  float: left;
  width: 200px;
  background: url(img/leftmenu1.gif) no-repeat top left #F3F4F8;
}

#left .bottom {
  height: 10px;
  background: url(img/leftmenu2.gif) no-repeat bottom left;
}

#sub_menu {
  min-height: 450px;
}
* html #sub_menu {
  height: 450px;
}

#sub_menu h2 {
  margin: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #DCE3EF;
  font-size: 1.3em;
}

#sub_menu ul {
  list-style: none;
  margin: 1em;
  padding: 0;
}

#sub_menu li {
  margin: 0;
  padding: 5px 0 5px 15px;
  background: url(img/dot1.gif) no-repeat top left;
}

#sub_menu ul ul {
  margin: 0 0 0 5px;
  list-style: none;
}

#sub_menu li li {
  background: none;
  margin: 5px 0 5px 10px;
  padding: 0;
  font-size: 0.9em;
  font-weight: normal;
}

#sub_menu li.active {
  font-weight: bold;
}

#right {
  float: right;
  width: 200px;
  font-size: 0.9em;
}

#login {
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: url(img/login2.gif) no-repeat bottom left;
  background-color: #E8E8E8;
}

#login h2 {
  margin: 0;
  padding: 3px 10px 4px 10px;
  background: url(img/login1.gif) no-repeat top left;
  color: white;
  font-size: 1em;
  font-weight: bold;
}

#login form {
	margin: 10px;
}

#login ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#login p {
  margin: 0.5em 0;
}

#login li {
	margin: 0.5em 0;
	padding: 0;
}

#login label {
  float: left;
  width: 60px;
  margin-top: 2px;
}

#login .textbox {
  width: 100px;
  height: 14px;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: black;
  border: 1px solid #aaa;
}

#login .button {
  margin-left: 60px;
  border: 1px solid #888;
  color: white;
  background-color: #bbb;
}

* html #login .button {
  margin-left: 65px;
}

#login a {
  color: #4B6090;
}

#location {
  padding-bottom: 5px;
  font-size: 0.85em;
}

#body {
  float: right;
  width: 540px;
  margin-left: 20px;
}

#body h2,
#body2 h2 {
  color: #F79209;
  font-size: 1.6em;
  font-weight: bold;
}

#body h2.title {
  margin-top: 1em;
}

#body2 {
  float: left;
  margin-left: 20px;
}

#clearfooter {
  clear: both;
  height: 80px;
  width: 100%
}

#footer {
  position: absolute;
  bottom: 0;
  width: 980px;
  height: 40px;
  background: url(img/footer.gif) no-repeat top left;
  font-size: 0.9em;
  color: #444;
}

#footer ul {
  float: right;
  margin: 15px 10px 0 0;
  padding: 0;
  list-style: none;
}

#footer li {
  display: inline;
  margin: 0 4px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #BBB;
}

#footer li.last {
  border: none;
  margin: 0;
  padding: 0;
}

#footer a {
  color: #444;
}

#copy {
	float: left;
	margin: 15px 0 0 10px;
}

table.form th {
  font-weight: bold;
  text-align: right;
  padding: 3px 5px;
  vertical-align: top;
}

table.form td {
  text-align: left;
  padding: 3px 5px;
  vertical-align: top;
}

table.wireframe {
  border: none;
  border-collapse: collapse;
  font-size: 1em;
}

table.wireframe th,
table.wireframe td {
  padding: 0.25em 0.5em;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

table.wireframe th {
  text-align: center;
  background-color: #EEE;
}

table.wireframe td img {
  vertical-align: middle;
}

.clear {
  clear: both;
}

.error {
  color: red;
}

.products_all h3,
.products_all h4 {
  clear: both;
}

.products_all ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.products_all ul li {
	float: left;
	width: 75px;
	margin: 0 20px 20px 0;
	text-align: center;
}

.products_all ul li img {
	margin-bottom: 5px;
}

ul.dot {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dot li {
  padding-left: 15px;
  background: url(img/dot3.gif) no-repeat bottom left;
}

.right,
.number {
  text-align: right;
}

.products_all h3 {
  padding-top: 20px;
}

.products_all h4 {
}

.products .product {
  clear: both;
  padding: 1em 0 0 0;
  margin-bottom: 1em;
  border-top: 1px solid #DCE3EF;
}

.products .product img {
  float: left;
  margin-right: 1em;
}

.products .product h4 {
  clear: none;
  margin: 0 0 0.75em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.products .product .description {
  line-height: 120%;
}

.product .product_image {
	float: left;
	margin: 0 0 10px 0;
}

.product .images {
}

.product .images img {
  display: block;
  float: left;
  margin: 0 0 15px 15px;
}

.admin_link {
  float: right;
  margin-top: 10px;
}

.center {
  text-align: center;
}

#product_image_block {
  position: absolute;
  top: 230px;
  left: 210px;
  z-index: 1;
  padding: 0.5em;
  display: none;
  background-color: white;
  border: 1px solid #888;
  text-align: right;
}

#product_image_block img {
  margin-top: 0.5em;
}

table .textbox {
  padding: 2px;
  border-style: inset;
  border-width: 1px;
  border-color: #eee;
  background-color: #F3F4F8;
  color: #444;
}

table .button {
  padding: 2px 10px;
  border-style: outset;
  border-width: 1px;
  color: #444;
  background-color: #bbb;
  font-weight: bold;
}

.big {
  font-size: 1.1em;
}

.sitemap ul {
  margin-left: 0;
  padding-left: 1em;
  list-style: disc;
  font-weight: bold;
}
.sitemap li {
  margin-left: 1em;
  paddgin-left: 0;
}

.sitemap ul ul {
  font-weight: normal;
  list-style: circle;
}

.sitemap ul ul ul {
  font-style: italic;
  list-style: square;
}

.sitemap ul ul ul ul {
  font-size: 0.9em;
  font-style: normal;
  list-style: none;
}

dt {
  float: left;
  clear: left;
  width: 15em;
  margin: 0 1em 1em 0;
  font-weight: bold;
  text-align: right;
}

dd {
  float: left;
  margin: 0 0 1em 0;
}

table.def {
  border: none;
}

table.def th {
  padding: 0.5em;
  fotn-weight: bold;
  text-align: right;
}

table.def td {
  padding: 0.5em;
  fotn-weight: normal;
  text-align: left;
}

td.nowrap {
  white-space: nowrap;
}

.more {
  font-style: italic;
  text-align: right;
}

.nav {
  margin-top: 2em;
  font-size: 0.9em;
}

.hidden {
  display: none;
}

.date {
  font-size: 0.9em;
  font-style: italic;
  margin: 0.5em 0 0 0;
  color: #888;
}

.file {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DCE3EF;
}

.file .icon {
	float: left;
	width: 50px;
}
.file .col1 {
	float: left;
	width: 290px;
}
.file .col2 {
	float: right;
	width: 180px;
}
.file .title {
	margin-bottom: 5px;
}
.file .filename {
	width: 180px;
	margin-bottom: 10px;
	text-align: right;
	overflow: hidden;
}
.file .date {
	text-align: left;
}
.file .download {
	text-align: right;
}

.file .download a {
	display: block;
	float: right;
	width: 70px;
	padding: 2px 20px 2px 6px;
	height: 20px;
	background: url('/img/download.gif') no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.file .download a:hover,
.file .download a:active {
	text-decoration: none;
}