/* CSS Document */
body	{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) #d9f0f8 left top repeat;
	color:#333333;
	text-align:center;
}

table {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.shadow { 
	width:944px;
	margin:0 auto;
	background:url(images/shadow.png) top center repeat-y;
}
* html .shadow { 
	width:944px;
	margin:0 auto;
	background-image:none;
}	/* for ~IE6 */

.white {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
 

/* link */
a img { border:none; }
a { color:#72a1b2; text-decoration:none; }
a:hover { color:#a8cfdd; text-decoration:underline; }

/* layout */
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.floatleft { float:left; margin:0; }
.floatright { float:right; margin:0; }
.clear { clear:both; }
.middle { vertical-align:middle; }
.vtop { vertical-align:top; }
.text-top { vertical-align:text-top; }
.bottom { vertical-align:bottom; }
.hd { display:none; }
.img-left { float:left; margin:0 30px 10px 0; }
.img-right { float:right; margin:0 0 10px 10px; }
.small { font-size:10px; }
.margin0 { margin:0 }
.thumb-home { float:left; margin-right:10px; }

/* form */
form {
	margin:0;
}
input, textarea, select {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text {
	border:1px solid #999999;
}
.text:focus { background-color:#edf5fb; }
.submit-bt {
	margin:0;
	padding:2px 5px;
	font-size:10px;
	background:#353535 url(images/submit_bg.gif) center left repeat-x;
	border:1px solid #999999;
	color:#000000;
}
.submit-bt:focus {
	background:#353535 url(images/submit_bg_ov.gif) center left repeat-x;
	border:1px solid #666666;
	color:#000000;
}
fieldset {
	margin-bottom:15px;
	padding:10px;
	border:1px solid #CCCCCC;
}
legend { font-size:14px; font-weight:bold; color:#666666; }
.error {
	color:#990000;
	font-weight:bold;
}
.required { color:#990000; font-size:10px; }
.survey-form .survey-slct {
	float:left;
	text-indent:-20px;
	margin-left:20px;
}
* html .survey-form .survey-slct {
	text-indent:0;
	margin-left:0;
}

h1 { margin:0; text-align:left; }
p { margin-top:12px; margin-bottom:12px; }

.datatable { background-color:#dddddd; }
.datatable th { background-color:#F2F2F2; }
.datatable td { background-color:#FFFFFF; }

/* search */
.search-box {
	float:right;
	width:275px;
	text-align:left;
	margin-top:50px;
}
.search-box img, .search-box input {
	vertical-align:middle;
}
.search {
	border:#d2d2d2 1px solid;
	height:15px;
	width:107px;
	font-size:10px;
}
.search:focus { background-color:#edf5fb; }

/* menu */
.menu-bt {
	margin:0 auto;
	width:900px;
}

#bts	{
	position:relative;
	margin:0;
	padding:0;
	height:25px;
}

#bts li {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	height:25px;
	list-style-type:none;
}

#bt1 { width:116px; left:0; }
#bt2 { width:116px; left:116px; }
#bt3 { width:116px; left:232px; }
#bt4 { width:116px; left:348px; }
#bt5 { width:116px; left:464px; }

#bts a {
	display:block;
	margin:0;
	height:25px;
	background-position:left top;
	background-repeat:no-repeat;
}

#bts #bt1 a { background-image:url(images/bt_home_ov.gif); width:116px; }
#bts #bt2 a { background-image:url(images/bt_about_ov.gif); width:116px; }
#bts #bt3 a { background-image:url(images/bt_products_ov.gif); width:116px; }
#bts #bt4 a { background-image:url(images/bt_contact_ov.gif); width:116px; }
#bts a:hover { background-color:#d9f0f8; }
#bts a:hover img, #bts a.now img { visibility:hidden; }

/* sub menu */
.sub-bt {
	margin:0 auto;
	width:225px;
	position:relative;
	text-align:left;
}

#sub-bts	{
	margin:0;
	padding:0;
	list-style-type:none;
}

#sub-bts li {
	margin:0;
	padding:0 5px 0 10px;
	width:210px;
	line-height:21px;
	background:url(images/sub_list.gif) top left no-repeat;
}

#sub-bts .subsub-bottom { border-bottom:#d4e5e9 1px dotted; }
* html #sub-bts .subsub-bottom { border:none; }	/* for ~IE6 */

#sub-bts a {
	display:block;
	line-height:21px;
	color:#757575;
	text-decoration:none;
	font-size:12px;
}
#sub-bts a:hover, #sub-bts a.now { color:#72a1b2; text-decoration:none; }
#sub-bts a.now { font-weight:bold; }

/* sub-sub menu */
#subsub-bts	{
	margin:0;
	padding:0 0 5px 0;
	list-style-type:none;
}

#subsub-bts li {
	margin:0;
	padding:0;
	width:200px;
	height:19px;
	background:url(images/subsub_arrow.gif) top left no-repeat;
	font-size:10px;
}

#subsub-bts a {
	display:block;
	padding:4px 0 0 20px;
	line-height:15px;
	color:#757575;
	text-decoration:none;
}
#subsub-bts a:hover img, #subsub-bts a.now img { color:#72a1b2; font-weight:bold; text-decoration:none; }

/* content */
.nav { margin:0 0 25px 0; text-align:left; }
.nav h2 { display:inline; font-size:12px; font-weight:normal; }
.content { padding:25px; }
.content-left { float:left; width:225px; }
.content-right { float:right; width:585px; text-align:left; }
.content-right-l { float:left; width:280px; }
.content-right-r { float:right; width:280px; }

.title{
	font-size:16px;
	font-weight:bold;
}

.box-title { margin:0 0 1em 0; font-weight:bold; font-size:12px; }
h4.box-title { margin:1em 0 1em 0; font-weight:normal; font-size:12px; }
p.box-title { margin:0 0 1em 0; font-weight:normal; font-size:12px; }
.box-margin { margin-bottom:10px; }
.box-title span { font-weight:normal; }
#home .box-title { margin:0 0 5px 0; }
.box-orange h3.box-title { color:#e39f2d; }
.box-green h3.box-title { color:#6b9424; }

.box-blue-top {
	background:url(images/box_mid_blue.gif) top center repeat-y;
	text-align:left;
	padding:0 10px 10px 15px;
}
.news-box {
	margin:0;
	padding:0 10px 10px 0;
	height:154px;
	overflow:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #cce1f2;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cce1f2;
	scrollbar-arrow-color: #cce1f2;
	scrollbar-track-color: #edf5fb;
}

.box-blue {
	background:url(images/box_mid_blue.gif) top center repeat-y;
	text-align:left;
	padding:0 10px 10px 15px;
}

.boxl-blue {
	background:url(images/boxl_mid_blue.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.boxs-blue {
	background:url(images/boxs_mid_blue.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.dot-blue1 { border-bottom:#dbebf8 1px dotted; border-right:#dbebf8 1px dotted; }
.dot-blue2 { border-bottom:#dbebf8 1px dotted; }


.box-orange {
	background:url(images/box_mid_orange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.boxs-orange {
	background:url(images/boxs_mid_orange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-orange {
	background:url(images/boxl_mid_orange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-orange1 { border-bottom:#fae6c4 1px dotted; border-right:#fae6c4 1px dotted; }
.dot-orange2 { border-bottom:#fae6c4 1px dotted; }

.box-green {
	background:url(images/box_mid_green.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.boxs-green {
	background:url(images/boxs_mid_green.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-green {
	background:url(images/boxl_mid_green.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-green1 { border-bottom:#e1ebd0 1px dotted; border-right:#e1ebd0 1px dotted; }
.dot-green2 { border-bottom:#e1ebd0 1px dotted; }


.box-pink {
	background:url(images/box_mid_pink.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-pink {
	background:url(images/boxs_mid_pink.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-pink {
	background:url(images/boxl_mid_pink.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-pink1 { border-bottom:#ebcada 1px dotted; border-right:#ebcada 1px dotted; }
.dot-pink2 { border-bottom:#ebcada 1px dotted; }

.box-yellow {
	background:url(images/box_mid_yellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-yellow {
	background:url(images/boxs_mid_yellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-yellow {
	background:url(images/boxl_mid_yellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-yellow1 { border-bottom:#f2d9a9 1px dotted; border-right:#f2d9a9 1px dotted; }
.dot-yellow2 { border-bottom:#f2d9a9 1px dotted; }

.box-purple {
	background:url(images/box_mid_purple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-purple {
	background:url(images/boxs_mid_purple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-purple {
	background:url(images/boxl_mid_purple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-purple1 { border-bottom:#d1cee2 1px dotted; border-right:#d1cee2 1px dotted; }
.dot-purple2 { border-bottom:#d1cee2 1px dotted; }

.box-ygreen {
	background:url(images/box_mid_ygreen.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxl-ygreen {
	background:url(images/boxl_mid_ygreen.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.boxs-ygreen {
	background:url(images/boxs_mid_ygreen.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.dot-ygreen1 { border-bottom:#d6e2a7 1px dotted; border-right:#d6e2a7 1px dotted; }
.dot-ygreen2 { border-bottom:#d6e2a7 1px dotted; }

.box-turq {
	background:url(images/box_mid_turq.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-turq {
	background:url(images/boxs_mid_turq.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-turq {
	background:url(images/boxl_mid_turq.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-turq1 { border-bottom:#b7d4d2 1px dotted; border-right:#b7d4d2 1px dotted; }
.dot-turq2 { border-bottom:#b7d4d2 1px dotted; }


.box-sky {
	background:url(images/box_mid_sky.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-sky {
	background:url(images/boxs_mid_sky.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-sky {
	background:url(images/boxl_mid_sky.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-sky1 { border-bottom:#c0d1e4 1px dotted; border-right:#c0d1e4 1px dotted; }
.dot-sky2 { border-bottom:#c0d1e4 1px dotted; }


.box-brown {
	background:url(images/box_mid_brown.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-brown {
	background:url(images/boxs_mid_brown.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-brown {
	background:url(images/boxl_mid_brown.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-brown1 { border-bottom:#e5dfb7 1px dotted; border-right:#c0d1e4 1px dotted; }
.dot-brown2 { border-bottom:#e5dfb7 1px dotted; }


.box-gray {
	background:url(images/box_mid_gray.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-gray {
	background:url(images/boxs_mid_gray.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-gray {
	background:url(images/boxl_mid_gray.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-gray1 { border-bottom:#e5e5e5 1px dotted; border-right:#e5e5e5 1px dotted; }
.dot-gray2 { border-bottom:#e5e5e5 1px dotted; }

.box-ppurple {
	background:url(images/box_mid_ppurple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-ppurple {
	background:url(images/boxs_mid_ppurple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-ppurple {
	background:url(images/boxl_mid_ppurple.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-ppurple1 { border-bottom:#dfd3df 1px dotted; border-right:#e5e5e5 1px dotted; }
.dot-ppurple2 { border-bottom:#dfd3df 1px dotted; }


.box-yyellow {
	background:url(images/box_mid_yyellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-yyellow {
	background:url(images/boxs_mid_yyellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-yyellow {
	background:url(images/boxl_mid_yyellow.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-yyellow1 { border-bottom:#e7dc7d 1px dotted; border-right:#e7dc7d 1px dotted; }
.dot-yyellow2 { border-bottom:#e7dc7d 1px dotted; }


.box-burgundy {
	background:url(images/box_mid_burgundy.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-burgundy {
	background:url(images/boxs_mid_burgundy.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-burgundy {
	background:url(images/boxl_mid_burgundy.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-burgundy1 { border-bottom:#e7dc7d 1px dotted; border-right:#e7dc7d 1px dotted; }
.dot-burgundy2 { border-bottom:#e7dc7d 1px dotted; }


.box-oorange {
	background:url(images/box_mid_oorange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:135px;
}

.boxs-oorange {
	background:url(images/boxs_mid_oorange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
	height:85px;
}

.boxl-oorange {
	background:url(images/boxl_mid_oorange.gif) top center repeat-y;
	text-align:left;
	padding:0 15px 10px 15px;
}

.dot-oorange1 { border-bottom:#edc882 1px dotted; border-right:#edc882 1px dotted; }
.dot-oorange2 { border-bottom:#edc882 1px dotted; }


.box-green .box-thumb {
	border:#dddddd 1px solid;
	font-size:10px;
	padding:5px;
	background-color:#f9f9f9;
	margin-bottom:5px;
	height:110px;
}
.box-orange .box-thumb {
	border:#dddddd 1px solid;
	font-size:10px;
	padding:5px;
	background-color:#fffdf9;
	margin-bottom:5px;
	height:110px;
}

.greenp { margin:9px 0 0 0; }

.side-box { margin:50px 0 0 0;}

/* Odor Meter*/
.odormeter-tab {
	margin:0;
	padding:0;
	height:23px;
}
.odormeter-tab li {
	float:left;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	list-style-type:none;
}
.odormeter-tab a {
	display:block;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	background-position:left top;
	background-repeat:no-repeat;
}
.odormeter-tab #odor1 a { background-image:url(images/products/55_tab1_ov.gif); }
.odormeter-tab #odor2 a { background-image:url(images/products/55_tab2_ov.gif); }
.odormeter-tab #odor3 a { background-image:url(images/products/55_tab3_ov.gif); }
.odormeter-tab #odor4 a { background-image:url(images/products/55_tab4_ov.gif); }
.odormeter-tab a:hover {
	background-color:#FDFBEE;
}
.odormeter-tab a:hover img, .odormeter-tab a.tab-now img {
	visibility:hidden;
}

.odormeter-box{
	margin-top:-1px;
	padding:10px;
	border:1px solid #dddddd;
}
.odor-b { color:#d4b904; }

/* Anritsu*/
.anritsu-tab {
	margin:0;
	padding:0;
	height:23px;
}
.anritsu-tab li {
	float:left;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	list-style-type:none;
}
.anritsu-tab a {
	display:block;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	background-position:left top;
	background-repeat:no-repeat;
}
.anritsu-tab #anritsu1 a { background-image:url(images/products/56_tab1_ov.gif); }
.anritsu-tab #anritsu2 a { background-image:url(images/products/56_tab2_ov.gif); }
.anritsu-tab #anritsu3 a { background-image:url(images/products/56_tab3_ov.gif); }
.anritsu-tab #anritsu4 a { background-image:url(images/products/56_tab4_ov.gif); }
.anritsu-tab a:hover {
	background-color:#FDFBEE;
}
.anritsu-tab a:hover img, .anritsu-tab a.tab-now img {
	visibility:hidden;
}

.anritsu-box{
	margin-top:-1px;
	padding:10px;
	border:1px solid #dddddd;
}
.anritsu-b { color:#BD7779; }
.anritsu-n { color:#ff6501; }

/* Suga GX75*/
.sugagx75-tab {
	margin:0;
	padding:0;
	height:23px;
}
.sugagx75-tab li {
	float:left;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	list-style-type:none;
}
.sugagx75-tab a {
	display:block;
	margin:0;
	padding:0;
	width:91px;
	height:23px;
	background-position:left top;
	background-repeat:no-repeat;
}
.sugagx75-tab #sugagx751 a { background-image:url(images/products/57_tab1_ov.gif); }
.sugagx75-tab #sugagx752 a { background-image:url(images/products/57_tab2_ov.gif); }
.sugagx75-tab #sugagx753 a { background-image:url(images/products/57_tab3_ov.gif); }
.sugagx75-tab a:hover {
	background-color:#FDFBEE;
}
.sugagx75-tab a:hover img, .sugagx75-tab a.tab-now img {
	visibility:hidden;
}

.sugagx75-box{
	margin-top:-1px;
	padding:10px;
	border:1px solid #dddddd;
}


/* About Us */
.history-tb { border-top:#dbebf8 2px solid; border-bottom:#dbebf8 2px solid; }
.history-tb tr { vertical-align:top; }
.history-tb th { border-bottom:#dbebf8 1px dotted; border-right:#dbebf8 1px dotted; font-weight:normal; }
.history-tb td { border-bottom:#dbebf8 1px dotted; }

/* footer */
.shadow-foot {
	background:url(images/shadow_bottom.png) top center no-repeat;
	width:944px;
	margin:0 auto;
	height:50px;
}

* html .shadow-foot {
	background-image:none;
	width:944px;
	margin:0 auto;
	height:50px;
}	/* for ~IE6 */

.footer {
	background-color:#92cddc;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	width:890px;
	height:15px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	padding:5px;
}

.footer a { color:#ffffff; text-decoration:underline; }
.footer a:hover { color:#348fa6; text-decoration:none; }

