body  {
	background: url(../images/bg.gif) no-repeat top center;
	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 */
	color: #000000;
}
#container { 
	width: 737px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0px 0px 21px 0px;
	/* height: 90px; */
}
#header_menu {
	padding: 0px;
	height: 25px;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
#header_menu div {
	padding: 9px 0px 0px 0px;
}
#header_search {
	padding: 20px 0px 0px 0px;
	text-align: right;
	float: right;
}
#header_search form {
	margin: 0px;
	padding: 0px;
}
#header_search table td {
	padding: 0px 0px 0px 5px;
}
#header_search input {
	width: 150px;
	height: 22px;
}
#header_search .btn_search {
	width: 46px;
	height: 22px;
}
#header_logo {
	/* padding: 15px 0px 15px 0px; */
	/* height: 90px; */
}
#topMenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent { 
	padding: 0px 20px 20px 20px;
	background: #FFFFFF url(../images/bg_box_content.gif) repeat-y top left;
} 
#mainContent_1 { 
	/* background: #FFFFFF url(../images/bg_box_content.gif) repeat-y top left; */
}
#footer {
	margin-top: 5px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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;
}

/* color scheme */
#box_support {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_box_support.gif) repeat-y top center;
}

#box_qa {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_box_qa.gif) repeat-y top center;
}

#lb_products {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_products.gif) no-repeat top left;
}
#lb_know_how {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_know_how.gif) no-repeat top left;
}
#lb_support {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_support.gif) no-repeat top left;
}
#lb_company {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_company.gif) no-repeat top left;
}
#lb_newsletter {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_newsletter.gif) no-repeat top left;
}
#lb_shop {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_shop.gif) no-repeat top left;
}
#lb_common {
	width: 737px;
	height: 62px;
	background: url(../images/bg_lb_common.gif) no-repeat top left;
}
#lb_menu {
	font-size: 10px;
	padding: 10px 5px 0px 10px;
	color: #575B5E;
}

#lb_menu a:link {
	color: #575B5E;
	text-decoration: underline;
}
#lb_menu a:visited {
	color: #575B5E;
	text-decoration: underline;
}
#lb_menu a:hover {
	color: #575B5E;
	text-decoration: none;
}

#rm_products {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_products.gif) repeat-y top left;
}
#rm_know_how {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_know_how.gif) repeat-y top left;
}
#rm_support {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_support.gif) repeat-y top left;
}
#rm_company {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_company.gif) repeat-y top left;
}
#rm_shop {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_shop.gif) repeat-y top left;
}
#rm_common {
	margin: 0px 0px 10px 0px;
	background: url(../images/bg_menu_common.gif) repeat-y top left;
}

#news_article {
	padding: 0px 0px 10px 0px;
}
#news_article h2{
	font-size: 14px;
	font-weight: bold;
	color: #0095D9;
	margin: 40px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border: none;
}
#news_article img{
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.news_date {
	margin: 0px 0px 20px 0px;
}

.p_itm {
	background: #FFFFFF url(../images/bg_box_content.gif) repeat-y top left;
	padding: 10px 20px 10px 20px;
}
#doc_box_c {
	height: 10px;
	font-size:10px;
	text-align: right;
}
#doc_box {
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.box_wh {
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
	background: #FFFFFF url(../images/box_wh_bg.gif) no-repeat bottom left;
}

.box_wh_t {
	padding: 0px 20px 20px 20px;
	background: #FFFFFF url(../images/box_w_th_bg.gif) repeat-y top left;
}

.box_l_green {
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
	background: #EDF5DB url(../images/box_l_green_bg.gif) no-repeat bottom left;
}

.box_d_green {
	padding: 10px 20px 20px 20px;
	background: #A5CF4C url(../images/box_d_green_bg.gif) no-repeat bottom left;
	margin-bottom: 10px;
}

.box_blue {
	padding: 5px 20px 10px 20px;
	background: #DAEDFA url(../images/box_blue_bg.gif) no-repeat bottom left;
	margin-bottom: 10px;
}

#box_bann_r {
	background:  url(../images/bg_fumis_bann_r.gif) repeat-y top left;
	padding: 0px 10px 0px 5px;
}
.box_bann_r_p1 {
	padding-left: 17px;
}
.box_bann_r_p2 {
	padding-left: 17px;
}
