/**
 * $Id$
 * Website Baker template: ot-kumi
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.80
 * @platform   Website Baker 2.8
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F0F0F0;
	background-image: url(images/background.jpg);
	margin: 0;
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}

img {
	border: none;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}

h1 {
	color: #00f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	color: #00f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	margin: 0px;
}

h2 {
	margin-left: 20px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
}

.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: transparent;
}


.banner {
	height: 115px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: red;
	text-align: center;
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.banner h1{
	display: none;
}

.lang_box {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	float: right;
	font-size: 12px;
	padding-right: 33px;
}

* html #lang_box{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

.lang_box ul{
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}

.lang_box li{
	display:inline;
	margin:0;
	padding:0;
}

.lang_box a {
	float:left;
	background:url(images/tab-left.gif) no-repeat left bottom;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
}

.lang_box a span {
	float:left;
	display:block;
	background:url(images/tab-right.gif) no-repeat right bottom;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.lang_box a span {
	float:none;
}
/* End IE5-Mac hack */

.lang_box a:hover span {
	color: black;
}

.lang_box .current a {
	background-position:0 -125px;
}

.lang_box .current a span {
	background-position:100% -125px;
	color: black;
}

.lang_box a:hover {
	background-position:0% -104px;
}

.lang_box a:hover span {
	background-position:100% -104px;
}

.search_box {
	padding-top: 20px;
	float: right;
	clear: right;

}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}

.main_body {
	background-image: url(images/main_bg.png);
}

.menu {
	float: left;
	width: 120px;
	margin: 10px;
	margin-top: 3px;
	padding-left: 10px;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	color: #00f;
	border-bottom: 1px dashed #999;
}
.menu_default a:hover {
	color: #00f;
	border-bottom: 1px solid #333;
}

.menu_current a:link, .menu_current a:visited, .menu_current a:active {
	color: #00f;
	border-bottom: 1px dashed #999;
	font-weight:bold;
}
.menu_current a:hover {
	color: #00f;
	border-bottom: 1px solid #333;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

#designing {
  margin: 40px 20px 15px 10px;
  float: right;
}

#retailers a{
  margin: 0px auto 20px auto;
}

#retailers img{
  border: solid 1px rgb(189,189,189);
}

#tpe_extruder {
  margin: auto 40px 60px 40px;
}

#tpe_product_line {
  margin-bottom: 60px;
}

#rubber_extruder {
  margin: auto 100px 30px 30px;
}

#rubber_extruder_2 {
  margin: auto auto 40px auto;
}

div#makino {
  width: 232px;
  margin: auto auto 0px 30px;
  float: left;
}

#makino h4 {
  margin: 0px;
  text-align: center;
}

#makino h5 {
  margin: 0px;
  text-align: center;
}

div#omega {
  width: 160px;
  margin: 0px auto auto 350px;
}

#omega img {
  margin-left: 5px;
}

#omega h4 {
  margin: 0px;
  text-align: center;
}

#omega h5 {
  margin: 0px;
  text-align: center;
}

#seals {
  margin: 3px 20px 15px 10px;
  float: right;
}

#address {
  margin: 15px auto 30px 20px;
}

.sendmail .inputField {
	display:block;
	width: 120px;
	float: left;
}

.business_cards {
	width: 520px;
	margin: 0px auto 10px auto;
}

.business_cards img{
	border: solid 1px rgb(189,189,189);
}

.content {
	margin-left: 140px;
	margin-right: 10px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: transparent;
	clear: both;
	height: 30px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
	padding-top: 20px;
}
