body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

.box{
	width:1000px;
	margin:auto;
	position:relative;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
/* =========================================================*/
#home-bg-top {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#home-bg-left {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 260px;
	float: left;
}
#home-bg-right {
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 740px;
	float: left;
}
#home-bg-top-big {
	background-image: url(images/index_01_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#home-bg-left-big {
	background-image: url(images/index_02_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 260px;
	float: left;
}
#home-bg-right-big {
	background-image: url(images/index_03_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 740px;
	float: left;
}


/* =========================================================*/
#sub-bg-top {
	background-image: url(images/frame__01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#sub-bg-left {
	background-image: url(images/frame__02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 260px;
	float: left;
}
#sub-bg-right {
	background-image: url(images/frame__03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 525px;
	width: 740px;
	float: left;
}
#sub-bg-top-big {
	background-image: url(images/frame__01_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#sub-bg-left-big {
	background-image: url(images/frame__02_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 525px;
	width: 260px;
	float: left;
}
#sub-bg-right-big {
	background-image: url(images/frame__03_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 525px;
	width: 740px;
	float: left;
}

/* =========================================================*/
.home-menu-top {
	font-weight: bold;
}


.home-menu-top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.home-menu-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.home-menu-top a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


.leftmenu{margin:0px; padding:0px;}
.leftmenu li{
	list-style:none;
	padding:0px;
	font-size:12px;
	margin-bottom:4px;
	line-height:16px;
	margin-left: -30px;
}
.leftmenu a:link{
	color:#000000;
	text-decoration:none;
} 
.leftmenu a:visited{
	color:#000000;
	text-decoration:none;
}
.leftmenu a:hover{
	color:#009900;
	text-decoration:none;
}

.leftmenu2{margin:0px; padding:0px;}
.leftmenu2 li{
	list-style:none;
	padding:0px;
	font-size:12px;
	margin-bottom:4px;
	line-height:16px;
	margin-left: -30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}
.leftmenu2 a:link{
	color:#000000;
	text-decoration:none;
} 
.leftmenu2 a:visited{
	color:#000000;
	text-decoration:none;
}
.leftmenu2 a:hover{
	color:#009900;
	text-decoration:none;
}

#prodcat_left1{

}

#prodcat_left2{
	
}

#prodcat_left2 li{
	margin-left: -10px;
}

*html  #sub-bg-right{
	height:525px;
}
*html  #sub-bg-right-big{
	height:525px;
}

.left{
  background-color:#65A934;
  width:200px;
  border-right:540px solid #65A934;
  /* The width and color of the rail */
  margin-right:-540px; /* Hat tip to Ryan Brill */
  float:left;
}
.right{
  background-color:#FFF;
  width:540px;
  float:left;
}
.left ul li{height:20px; line-height:20px;}
.left ul li a,.left ul li a:visited{color:white;}
.left ul li a:hover{color:#FF6600;}
