@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	background-color: #F2f2f2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(_images/container_bg.png);
} 
.twoColFixLtHdr #header {
	height: 169px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}

.twoColFixLtHdr #sidebarProducts {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 15px;
}

.twoColFixLtHdr #sidebarProducts h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebarProducts p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-left: -10px;
	color: #808080;
}

.twoColFixLtHdr #contentProducts {
	background-color: #FFF;
	margin-left: 275px;
	padding-right: 5px;
	padding-left: 0px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 10px;
	background-color: #f2f2f2;
	text-align: center;
} 

.twoColFixLtHdr #Contacts {
	background-color: #FFF;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 10px;
	background-color: #f2f2f2;
	background-image: url(_images/world.jpg);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #aboutus {
	background-color: #FFF;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 10px;
	background-color: #f2f2f2;
} 

.twoColFixLtHdr #aboutus h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-left: 0px;
}

.twoColFixLtHdr #aboutus h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #666;
	margin: 0px;
}


.twoColFixLtHdr #aboutus h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin: 0px;
}

.twoColFixLtHdr #aboutus p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #333;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 10px;
}

.twoColFixLtHdr #Contacts h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-left: 0px;
}

.twoColFixLtHdr #Contacts h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}

.twoColFixLtHdr #Contacts p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #333;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 10px;
}

.twoColFixLtHdr #contentProducts h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.twoColFixLtHdr #contentProducts h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}

.twoColFixLtHdr #contentProducts p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #333;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #sidebar1 h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	margin-top: 5px;
	color: #333;
}
.twoColFixLtHdr #shadeleft {
	float: left; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 700px;
	background-image: url(_images/shade_leftt.png);
	margin: 0 auto;
}
.twoColFixLtHdr #headershadeleft {
	float: left; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 169px;
	background-image: url(_images/shade_leftt.png);
	margin: 0 auto;
}
.twoColFixLtHdr #footershadeleft {
	float: left; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 30px;
	background-image: url(_images/shade_leftt.png);
	margin: 0 auto;
}
.twoColFixLtHdr #shaderight {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 700px;
	background-image: url(_images/shade_right.png);
}
.twoColFixLtHdr #headershaderight {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 169px;
	background-image: url(_images/shade_right.png);
}
.twoColFixLtHdr #footershaderight {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 30px;
	background-image: url(_images/shade_right.png);
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-left: 221px;
	padding-right: 5px;
	padding-left: 10px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 10px;
	background-color: #f2f2f2;
} 

.twoColFixLtHdr #mainContentSearch {
	text-align: right;
	float: right;
	padding-top: 0px;
} 
.twoColFixLtHdr #mainContent h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #mainContent h4{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #000;
	font-size: 1px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	margin-top: 2px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 12px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
.twoColFixLtHdr #mainContent p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 0px;
	margin-top: 0px;
	color: #333;
}
.twoColFixLtHdr #productContent h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #00F;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	}

.twoColFixLtHdr #productCategory1 {
	float: left;
	background-color: #FFF;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 1px;
	background-color: #f2f2f2;
	width:180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
}
.twoColFixLtHdr #productCategory1 h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-color: #000;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	margin-top: 0px;
	color: #666;
	text-align: center;
}
.twoColFixLtHdr #productCategory2 {
	float: left;
	background-color: #FFF;
	margin-left: 180px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #FFF;
	border-left-color: #000;
	margin-right: 10px;
	background-color: #f2f2f2;
	width:150px;
}
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(_images/container_bg.png);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #footerContent {
	height: 44px;
	width: 960px;
	background-image: url(_images/footer_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.productLink {
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
#menu {
	width: 960px;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(_images/menu/menu_bg.png);
}
  #menu li {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	padding: 0;
}
  #menu li, #menu a {
	height: 34px;
	display: block;
}
#panel1b {left: 10px; width: 48px; background:url(_images/menu/aboutus.png);}
#panel2b {
	left: 90px;
	width: 71px;
	background:url(_images/menu/news.png)
}
#panel3b {
	left: 193px;
	width: 85px;
	background:url(_images/menu/products.png)
}
#panel4b {
	left: 318px;
	width: 62px;
	background:url(_images/menu/dealers.png)
}
#panel5b {
	left: 406px;
	width: 94px;
	background:url(_images/menu/publications.png)
}
#panel6b {
	left: 532px;
	width: 152px;
	background:url(_images/menu/shows.png)
}
#panel7b {
	left: 716px;
	width: 119px;
	background:url(_images/menu/feedback.png)
}
#panel8b {
	left: 867px;
	width: 79px;
	background:url(_images/menu/contacts.png)
}
#panel9b {
	left: 648px;
	width: 60px;
	background:url(_images/menu/remont.png)
}

#panel1b a:hover {
	background-position: 0 -40px;
	background-image: url(_images/menu/aboutus.png);
}
  #panel2b a:hover {
	background-position: 0 -40px;
	background-image: url(_images/menu/news.png);
  }
  #panel3b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/products.png);
  }
  #panel4b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/dealers.png);
  }
  #panel5b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/publications.png);
  }
 #panel6b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/shows.png);
  }
  #panel7b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/feedback.png);
  }
  #panel8b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/contacts.png);
  }  
  #panel9b a:hover {
    background-position: 0 -40px;
	background-image: url(_images/menu/remont.png);
  }    
#one
   {
    position:absolute;
    left:5px
    top:5px
    margin:5px 0 0 5px;
   }
object
   {
	width:260px;
	height: 1200px;
   }
.red
{
	color: #F00;
}
#tree1 {
	width:210px;
	padding: 0px;
	float:left;
}
.tabletext {
	color:#000;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.producth5header {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.dealertable {
	padding-left: 15px;
	padding-right: 15px;
}
.newsred {
	font-size: 36px;
	color: #F00;
	font-style: italic;
}
.newblu {
	font-size: 18px;
	color: #03F;
}
