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

body {
  margin: 0;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  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: 1.1em;
  white-space: normal;
}

a:link,
a:visited {
  color: #4AAC74;
  text-decoration: none;
}

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

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

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

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

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

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  margin: 1em 0;
}

hr {
  border: 1px solid #888;
}

table {
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}

table th {
  padding: 0.25em 0.5em;
  background-color: #EEE;
  border-right: 1px solid white;
  text-align: center;
}

table td {
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #CCC;
}

td.number {
  text-align: right;
}

form table {
  border: none;
}

form table tr:hover {
  background-color: white;
}

form table td {
  padding: 0.25em;
  border: none;
}

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

/* Header */

#header {
  height: 120px;
  background: url(img/header.jpg) no-repeat bottom left;
}

#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 {
  color: #444;
  padding: 20px 10px 0 0;
  text-align: right;
  color: #888;
}

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

#languages select {
  padding: 2px;
  background-color: white;
  color: #444;
  border: 1px solid #888;
  font-family: Verdana, 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: #666;
  border: 1px solid #888;
}

#main_menu {
  height: 30px;
  margin-bottom: 10px;
  background: url(img/topmenu.gif) no-repeat top left;

}

#main_menu ul {
  margin: 0;
  padding: 8px 10px 6px 15px;
  list-style: none;
  color: white;
  font-weight: bold;
}

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

#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;
}

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

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

#left h2 {
  margin: 20px 0 5px 0;
  padding-bottom: 0.25em;
  color: #4567A0;
  border-bottom: 2px solid #CCC;
  font-size: 1.2em;
  text-transform: uppercase;
}

#left h3 {
  margin: 1em 0;
  padding-bottom: 0.25em;
  color: #4567A0;
  border-bottom: 1px solid #CCC;
  font-size: 1.1em;
  font-weight: bold;
}

#sub_menu {
  margin: 10px 10px 20px 10px;
}

#left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

#left ul ul {
  margin: 0 0 0 5px;
  list-style: none;
  font-weight: normal;
}

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

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

#right {
  float: right;
  width: 200px;
}

#login {
  margin: 10px;
  margin-bottom: 10px;
  min-height: 300px;
}

#login p {
  margin: 0.5em 0;
}

#login label {
  float: left;
  width: 60px;
  margin-top: 2px;
  margin-right: 5px;
}
* html #login label {
  width: 85px;
}

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

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

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

#login a {
  color: #4B6090;
}

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

#body {
  float: right;
  width: 560px;
}

#body h2 {
  color: #FA8E47;
}

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

#body h3 {
  color: #4567A0;
}

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

#footer {
  position: absolute;
  bottom: 0;
  width: 780px;
  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
}

table.wireframe th, table.wireframe td {
  padding: 0.25em 0.5em;
  border: 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 {
  clear: both;
}

.sub_category {
  float: left;
  width: 140px;
  margin-right: 10px;
}

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

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


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

.products_all h4 {
}

.products .product {
  clear: both;
  float: left;
  width: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.products .odd {
  clear: none;
  margin-right: 0;
}

.products .product img {
  float: left;
  padding: 2px;
  /*border: 1px solid #CCC;*/
}

.products .product .title {
  margin-left: 85px;
  margin-bottom: 5px;
  font-weight: bold;
}

.products .product .description {
  margin-left: 85px;
  line-height: 120%;
  font-size: 0.9em;
}

.product .images {
  margin: 1em 0;
}

.product .images img {
  display: inline;
  margin-right: 1em;
  padding: 2px;
  border: 1px solid #CCC;
}

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

.center {
  text-align: center;
}

#product_image_block {
  position: absolute;
  top: 330px;
  left: 150px;
  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;
}

.textbox {
  border: 1px solid #888;
}

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

.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;
}

.nowrap {
	white-space: nowrap;
}