/* CSS */

html { -webkit-text-size-adjust: none; }

body {
	background-color: #233860;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
	padding:0px;
	margin:0px;
  font-size:12px;
}

#wrapper{
  text-align: center;
}
body, input {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
p {
	margin-top:0px;
	margin-bottom: 5px;
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
}
a.printable {
color: #fff;
margin-left: 5px;
}
a.printable:hover {
color: #ccc;
}

a {
	color: #903;
	font-size:11px;
	line-height:19px;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color:#202a5d;
}
a.newproduct {
	color:#202a5d;
	margin-bottom: 5px;
}
h1 {
	font-style: normal;
	font-size: 16px;
	color: #903;
	font-weight: 800;
	margin-bottom:10px;
	margin-top:0;
  font-family: Calibri, Verdana, "Trebuchet MS";
  border-bottom: 3px solid #efefef;
  padding-bottom:2px;
}
h1.main {
	margin-top:20px;
}
h1 img {
	border: none;
	vertical-align: sub;
	margin-right: 5px;
}
h2, h3, h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
}
h2 {
	font-size: 14px;
  font-family: Verdana, "Trebuchet MS";
}
h4 {
	font-size: 12px;
	margin-bottom:0px;
  font-family: Calibri, Verdana, "Trebuchet MS";
}
ul.txt {
	margin-top:10px;
	padding-left: 40px;
	line-height: 24px;
	font-size: 11px;
}
ul.txt li {
	list-style-image: url('../images/list_bullet.gif');
}
img {
	border: solid 0px #6F5230;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: none;
}
#content {
	z-index: 2;
	position: relative;
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
  text-align: left;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#header {
	position: relative;
	width: 100%;
	height: 122px;
	background: #000 url('../images/topbg.gif') repeat-x;
	margin-bottom: 0px;
}
#headercontent {
	position: absolute;
	bottom: 35px;
	padding: 0 20px 0 30px;
}
#loginbox {
	position:absolute;
	top:20px;
	right: 20px;
	width:230px;
	text-align:right;
}
#loginbox input {
	width:132px;
	border:1px solid #777777;
	padding-top:3px;
	padding-bottom:3px;
}
#loginbox input.text {
	font-size:10px;
	color: #000;
	padding-left:3px;
  overflow:visible;
}
#loginbox input.img {
	width:132px;
	height:22px;
	border:none;
	padding:0;
}
#loginbox table {
	text-align:right;
	width:230px;
}
#headerLinks {
	position:absolute;
	bottom:5px;
	right: 20px;
	width: auto;
	text-align:right;
	color: #CCC;
}
#headerLinks img {
	border:none;
}
#headerLinks a {
	color:#666;
}
#headerLinks a:hover {
	color:#999;
  text-decoration:none;
}
#headercontent img {
	border:none;
}
#menu {
	position: relative;
	/*background: #000 url('../images/menubg.gif') repeat-x top left;*/
	height: 50px;
	margin-top:5px;
	padding:0;
	width:900px;
	text-transform:uppercase;
  overflow:hidden;
}
#menu ul {
	text-align: left;
	padding: 0;
  margin:0;
	list-style: none;
  height: 50px;
  width: 900px;
	/*padding-top:13px;*/
  font-size: 0px;
}
#menu ul li {
	display: inline;
	/*margin-left: 30px;
	margin-right: 30px;*/
  width: 150px;
  height: 50px;
  margin:0;
  padding:0;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
  margin:0;
  padding:0;
}
#menu ul li a img {
  margin:0;
  padding:0;
}
#menu ul li .active {
	background-image: url(../images/menuactive.png);
	background-repeat: no-repeat;
	background-position: top;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #F00;
  margin:0;
}

#menu a:focus {
outline: none;
}
#headerpic {
	position: relative;
	height: 225px;
	background: #fff url('../banner.php') no-repeat top left;
	margin: 0;
  width:900px;
}
#sub_navigation {
	position:relative;
	background: url(../images/sub_menubg.gif) repeat-x;
	height: 30px;
	margin-bottom: 0px;
	font-size:10px;
	color:#fff;
	border-top:1px solid #999;
  width:900px;
}
#sub_navigation p {
	margin-top:0;
}

#sub_navigation table {
	float: right;
	margin-right:20px;
}

#sub_navigation ul {
	list-style:none;
	margin:0;
	padding-top: 6px;
	padding-right: 30px;
	float:right;
}
#sub_navigation li {
	display:inline;
	padding-left: 30px;
}
#sub_navigation a {
	color: #ccc;
	text-decoration:none;
	font-size:10px;
	margin:0;
	padding:0;
}
#sub_navigation a:hover {
	color: #FF9;
	text-decoration:underline;
}
#headerpicBottom {
	background: #fff url('../images/divider1.gif') repeat-x;
	height: 14px;
	margin-bottom: 7px;
}
#productsContainer {
	float: right;
	padding-right: 20px;
	width: 630px;
	margin: 10px 0px 15px 0;
  display:inline;
}
#rightcontent {
	overflow:hidden;
  width: 630px;
}
.button {
	margin-top:5px;
}
.contentarea select {
	width: 620px;
}
.contentarea {
	padding-top: 0px;
}
.smallBolded {
	color:#666;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:0px;
	margin-bottom:9px;
}
.divider1 {
	position: relative;
	background: #fff url('../images/divider1.gif') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}
.divider2 {
	height: 1px;
	border-bottom: solid 1px #CCC;
	margin: 15px 0 15px 0;
}
.divider3 {
	height: 1px;
line-height:1px;
	border-bottom: solid 1px #CCC;
	margin: 3px 0 6px 0;
}
.newproducts {
width:100%;
display:block;
position:relative;
margin-bottom: 25px;
}
.newproducts .details {
	position: relative;
	margin-top: 0px;
	margin-bottom: 11px;
	font-size: 9px;
	color: #787878;
  height:12px;
}
.readmore img {
	border:none;
}
#producttreeContainer {
	position:relative;
	margin: 10px 0px 15px 20px;
	float: left;
	width: 207px;
	overflow:hidden;
  display:inline;
}
div.productTree {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height:0px;
}
div.productTree ul {
	padding: 0;
}
div.productTree img {
	border: none;
}
div.productTree a:hover {
	color: #900;
}
form {
margin:0;
}
#search {
	position: relative;
	margin-bottom: 2px;
	padding-top: 0px;
	line-height:24px;
}
#search input.text {
	font-size:10px;
	border: solid 1px #777777;
	width:204px;
	color: #000;
  padding:5px;
	margin-bottom:4px;
  overflow:visible;
}
#searchbox table {
	border:none;
	padding:0;
	margin:0;
}
#footer {
	position: relative;
	height: 52px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
  margin-top:20px;
	padding-top: 30px;
  padding-bottom:10px;
	background: #fff url('../images/divider1.gif') repeat-x top;
	font-size: 11px;
}
#footer .txt {
	font-size:10px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:900px;
}
/* IE6 fix */
img.left, #productsContainer, #producttreeContainer {
	/*display:inline;*/
}
/* old insmat.fi css */

table {
	color:#444444;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
}
table.maintable {
	background-color:#FCFCFC;
	border:1px solid #444444;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
}
table.menutable {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	font-weight:bold;
}
.black {
	color:#000000;
}
.white {
	color:#CCCCFF;
}
.white:hover {
	color:#FFFFFF;
	text-decoration:none;
}
h5, h6 {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	margin:2px;
	padding:2px;
}
.newstitle {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	font-weight:bold;
}
.trigger {
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
}
.branch {
	display:none;
	font-family:Verdana, Arial, Helvetica;
	margin-left:15px;
}
.dark {
	color:#333333;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
}
div.producttree div.level1 div.node_arrow, div.producttree div.level2 div.node_arrow, div.producttree div.level3 div.node_arrow, div.producttree div.level4 div.node_arrow {
	display:inline;
}
div.node {

height:20px;
}
div.level1 {
	margin-left: 0px;
}
div.level1 a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
div.level2, div.level3, div.level4 {
	margin-left: 13px;
}
div.level2 a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
div.level3 a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
div.level4 a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
div.node_arrow {
	width: 7px;
	text-align: center;
	display:inline;
}
div.node_text {
	margin-left: 7px;
	font-size: 12px;
	display:inline;
}
input.productamount {
border:1px solid #999;
padding:4px;
font-size: 11px;
color:#000;
}