@charset "utf-8";
/* CSS Page Structure */



	/*-- MAIN SECTIONS --*/

#wrap {
	width:100%;
	display:block;
}

#header{ /*search+top banner*/
	height: 60px;
	width: 950px;
	background: #4c8a12;
	border-left: 10px solid #4c8a12;
	overflow:hidden;
}

#top{ /*logo, main menu + flash*/
	height: 300px;
	width: 960px;
	background: white;
	overflow:hidden;
}

#middle{ /*left section + content*/
	width: 950px;
	min-height:330px;
	height:auto;
	overflow:auto;
	background: white;
	background-image: url('../images/content_shadow.jpg');
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: top left;
	border-left: 10px solid #4c8a12;
	padding-top:20px;
}

#bottom{ /*tel number + bottom banners*/
	background:white;
	width: 950px;
	height:70px;
	border-left: 10px solid #84c24a;
	vertical-align:middle;
}

#footer{ /*footer links*/
	height:40px;
	width: 930px;
	margin:10px;
	color:gray;
	text-align:right;
}

	/*-- SUB SECTIONS --*/


#product_search {
	width:220px;
	height:60px;
	float:left;
	background-image: url('../images/bkg_search_shadow.jpg');
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: bottom left;
	text-align:center;
	overflow:hidden;
}

#logo_menu {
	width:220px;
	height:300px;
	float:left;
	background: white;

}

#left_section {
	width:200px;
	height:auto;
	min-height:300px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding:0;
}

#content {
	width:720px;
	height:auto;
	min-height:200px;
	margin-right:10px;
	float:left;
	overflow:auto;
}

#fbanners {
	float:left;
	width:730px;
	padding-top:4px;
}
#telbox
{
	float:left;
	overflow:hidden;
	padding:10px;
}
#telboxiner
{
	width:200px;
	height:50px;
	text-align:center;
}
/* ed */
.footleft {
	float:left;
	clear:none;
}
.footmid {
	width:100%;
	text-align:center;
	margin-top:10px;
}
#scroll {
	width:178px;
	height:383px;
	overflow:hidden;
}
#scrollin {
	position:relative;
}
