body
{
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
}

div,p
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

h1,h2,h3,h4,h5,h6
{
	color:#000;
	margin:0;
	padding:0;
}

h1
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:400;
	padding-top:2px;
	margin-bottom:10px;
}

h2
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height:29px;
	color:#000;
	font-size:20px;
	line-height:29px;
	padding-bottom:10px;
}

h4
{
	color:#A0A0A0;
	font-size:18px;
	padding-bottom:5px;
	font-weight:400;
}

h4 a
{
	color:#006AB9;
	font-size:14px;
	font-weight:700;
}

h4 a:hover
{
	color:#900;
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}

h5
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#006AB9;
	font-size:12px;
	padding-left:0;
	padding-top:4px;
	padding-bottom:6px;
}

h5 a
{
	color:#006AB9;
	font-size:12px;
	font-weight:700;
}

h5 a:hover
{
	color:#900;
	font-size:12px;
	font-weight:700;
	text-decoration:underline;
}

p
{
	margin:0;
	padding:0;
}

a
{
	color:#CA7900;
	text-decoration:none;
	font-weight:400;
}

a:hover
{
	color:#900;
	text-decoration:underline;
	font-weight:400;
}

ul
{
	list-style-type:none;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
}

#container
{
	width:100%;
	overflow:hidden;
	margin:0;
}

.page
{
	width:958px;
	display:block;
	margin:0;
	padding:0;
}

#header
{
	width:100%;
	height:110px;
	margin:0;
	padding:0;
}

#logo
{
	width:300px;
	height:110px;
	position:relative;
	float:left;
}

#logo_inner
{
	padding-top:50px;
	padding-left:4px;
}

#header_right
{
	width:640px;
	height:110px;
	position:relative;
	float:right;
	color:#000;
}

#header_right a
{
	color:#000;
}

#header_right_inner
{
	padding-top:20px;
}

#header_right_top
{
	height:75px;
}

#header_right_bottom
{
	height:35px;
}

.menu
{
	height:33px;
	float:right;
}

.menu ul
{
	float:left;
	margin:0;
	padding:0;
}

.menu ul li
{
	position:relative;
	display:inline;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:33px;
	line-height:33px;
	margin-left:5px;
}

.menu ul li a
{
	color:#000;
	font-weight:400;
	height:33px;
	line-height:33px;
	display:block;
	-moz-border-radius:7px;
	border-radius:7px;
	padding:0 18px;
}

.menu ul li a.selected
{
	background-image:url(../images/menu_bg_selected.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
}

.menu ul li a:hover
{
	color:#333;
	text-decoration:none;
	background-image:url(../images/menu_bg_over.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.menu ul li:hover
{
	color:#333;
	text-decoration:none;
	background-image:url(../images/menu_bg_over.jpg);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius:7px;
	border-radius:7px;
}

.dropdown-wrap
{
	width:220px;
	display:none;
	padding-bottom:15px;
	position:absolute;
	z-index:8999;
	top:28px;
	left:0;
}

.menu ul li .dropdown-wrap
{
	background-color:#D4DEE7;
	border-top:1px solid #D4DEE7;
	border-right:1px solid #D4DEE7;
	border-bottom:2px solid #A2BCCC;
	border-left:1px solid #D4DEE7;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius:0 6px 6px;
	border-radius:0 6px 6px 6px;
}

.menu ul li:hover .dropdown-wrap
{
	display:block;
}

.menu ul li .dropdown-wrap li
{
	float:left;
	border-bottom:2px solid #D4DEE7;
	width:202px;
	text-align:left;
	margin:0;
}

.menu ul li .dropdown-wrap li a
{
	display:block;
	font-size:14px;
}

.menu ul li .dropdown-wrap li:hover
{
	float:left;
	background-image:none;
	background-color:#B4C9D6;
	border-bottom:2px solid #82A6BB;
	width:220px;
	text-align:left;
}

.menu ul li .dropdown-wrap li a:hover
{
	background-image:none;
	background-color:#B4C9D6;
}

#search_box
{
	position:relative;
	float:right;
	width:175px;
	height:25px;
	background-color:#CCC;
	margin-top:20px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.txtsearch
{
	height:20px;
	line-height:20px;
	color:#FFF;
	background:none;
	border:0;
	width:136px;
	margin-left:5px;
	margin-right:8px;
}

.btnSearch
{
	background-image:url(../images/btn_search.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:23px;
	border:0;
	margin:0;
	padding:0;
}

#body_content
{
	padding:20px 0 10px;
}

#header_banner
{
	background-color:#EAEAEA;
	border:1px dashed #DEDEDE;
	-moz-border-radius:15px;
	border-radius:15px;
	height:240px;
}

#header_banner_inner
{
	padding:8px;
}

#header_banner h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	height:34px;
	line-height:34px;
	border-top:1px dashed #CFCFCF;
	border-bottom:1px dashed #CFCFCF;
	margin-bottom:10px;
	margin-top:10px;
}

#header_banner p
{
	font-size:16px;
	line-height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#hbanner_left
{
	width:364px;
	height:220px;
	overflow:hidden;
	position:relative;
	float:left;
}

.hbanner_left_inner
{
	padding:6px;
}

.hbanner_left_cnt
{
	width:358px;
	height:108px;
	background-color:#FBFBFB;
	border:1px solid #CACACA;
	-moz-border-radius:10px;
	border-radius:10px;
}

.hbanner_left_cnt_left
{
	width:112px;
	height:102px;
	overflow:hidden;
	position:relative;
	float:left;
}

.hbanner_left_cnt_right
{
	width:236px;
	height:102px;
	overflow:hidden;
	position:relative;
	float:left;
}

.hbanner_left_cnt_right p
{
	color:#666;
	font-size:14px;
	line-height:18px;
	padding:8px 4px 0;
}

.hbanner_left_cnt_spacer
{
	height:10px;
	overflow:hidden;
	clear:both;
}

#hbanner_right
{
	width:570px;
	height:220px;
	overflow:hidden;
	position:relative;
	float:right;
	-moz-border-radius:10px;
	border-radius:10px;
}

#welcome
{
	background-color:#EAEAEA;
	border:1px dashed #DEDEDE;
	-moz-border-radius:15px;
	border-radius:15px;
}

#welcome_inner
{
	padding:10px;
}

.home_col
{
	width:465px;
	height:100px;
	position:relative;
	float:left;
	margin-bottom:18px;
}

.home_col_rightMargin
{
	margin-right:18px;
}

.home_col_cnt
{
	width:345px;
	position:relative;
	float:left;
}

.home_col h3
{
	font-size:13px;
	color:#3F3F3F;
	font-weight:700;
	padding:8px 0;
}

.whats_new
{
	width:298px;
	height:124px;
	position:relative;
	float:left;
	margin-bottom:18px;
}

.whats_new_rightMargin
{
	margin-right:14px;
}

.whats_new h3
{
	font-size:13px;
	font-weight:700;
	padding:8px 0;
}

.whats_new p a
{
	color:#000;
	text-decoration:underline;
}

.spacer
{
	height:18px;
	overflow:hidden;
	clear:both;
}

.msg
{
	color:red;
}

#footer
{
	width:100%;
	overflow:hidden;
	display:block;
	float:left;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:24px 0 0;
}

#footer_bottom
{
	width:958px;
}

#footer_bottom_inner
{
	padding:20px 0 30px;
}

.sizes
{
	background-color:#FFF;
	color:#C30;
	padding:2px 4px;
}

#testimonial_page
{
	width:100%;
	height:auto;
	margin-top:15px;
}

#testimonial_page h5
{
	font-size:16px;
	font-weight:700;
	margin-top:15px;
	color:#9D0102;
}

#testimonial_page p
{
	line-height:18px;
	border-bottom:2px ridge #DDD;
	padding-bottom:12px;
}

#left
{
	width:264px;
	display:block;
	position:relative;
	float:left;
}

#main
{
	width:694px;
	position:relative;
	float:left;
}

#main_banner
{
	width:694px;
	height:325px;
}

.addressBox
{
	background-color:#E4E7EE;
	border:1px solid #E2E2E2;
	width:238px;
	padding-bottom:1px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.addressBox h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	text-shadow:1px 1px 1px #FFF;
	width:222px;
	padding-left:8px;
	height:30px;
	line-height:30px;
}

.fl_us
{
	background-image:url(../images/flag_us.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#09095C;
}

.fl_ja
{
	background-image:url(../images/flag_japan.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#DC0613;
}

.fl_eu
{
	background-image:url(../images/flag_europe.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#09095C;
}

.fl_ko
{
	background-image:url(../images/flag_korea.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#DC0613;
}

.fl_ta
{
	background-image:url(../images/flag_taiwan.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#09095C;
}

.addCntBox
{
	width:236px;
	background-color:#F7F9F6;
	background-image:url(../images/addCntBox.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.addCntBox_inner
{
	padding:12px;
}

.addCntBox h5
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#000;
	margin-top:2px;
	margin-bottom:8px;
	padding:0;
}

.addCntBox p
{
	color:#494949;
	margin-bottom:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#main h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FAAE0A;
	margin-top:16px;
	margin-bottom:10px;
}

#contact_form td
{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

.inputsmallBorder
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #D1D1D1;
	background-color:#F9F9F9;
}

.inputsmallBorder1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #a2a2a2;
	background-color:#FCFCFC;
}

.inputsmallBorder2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #FF9B05;
	background-color:#FFF;
}

.inputButton
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#999;
	border:1px solid #999;
	color:#FFF;
	padding:2px 12px;
}

.app_col
{
	width:948px;
	height:100px;
	position:relative;
	float:left;
	margin-bottom:18px;
}

.app_col_rightMargin
{
	margin-right:0;
}

.app_col_cnt
{
	background-color:#EAEAEA;
	border:1px dashed #DEDEDE;
	-moz-border-radius:15px;
	width:828px;
	position:relative;
	float:left;
}

.app_col h3
{
	font-size:13px;
	color:#3F3F3F;
	font-weight:700;
	margin-left:10px;
	padding:8px 0;
}

.app_col p
{
	font-size:13px;
	padding-bottom:10px;
	line-height:18px;
	margin-left:10px;
	margin-right:10px;
}

.app_col_inner p
{
	font-size:12px;
	padding-bottom:10px;
	line-height:18px;
	margin-left:10px;
}

.app_main
{
	width:948px;
	height:auto;
	position:relative;
	float:left;
	margin-bottom:18px;
}

.app_main_image
{
	width:221px;
	height:200px;
	overflow:hidden;
	position:relative;
	float:left;
}

.app_main_cnt
{
	width:727px;
	position:relative;
	float:left;
}

.app_main h3
{
	font-size:20px;
	color:#3F3F3F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:8px 0;
}

#prod
{
	width:300px;
	height:350px;
	background-color:#EFEFEF;
	border:0 dotted #DEDEDE;
	-moz-border-radius:15px;
	border-radius:15px;
}

#prod_1
{
	width:950px;
	height:115px;
	background-color:#EFEFEF;
	border:0 dotted #DEDEDE;
	-moz-border-radius:15px;
	border-radius:15px;
}

.product_row
{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #DFDFDF;
}

.product_row h2
{
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:400;
	text-shadow:1px 1px 2px #AAA;
	margin:0;
	padding:0 0 4px;
}

.product_row h3
{
	font-size:20px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	padding:2px 0 6px;
}

.product_row p
{
	font-size:14px;
	padding-bottom:10px;
	line-height:18px;
}

.pro_m
{
	color:#DA0000;
}

.pro_e
{
	color:#F48906;
}

.pro_n
{
	color:#369E3E;
}

.pro_d
{
	color:#003891;
}

.pro_t2
{
	color:#8E4AFF;
}

.clsUL
{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:16px;
}

.clsUL li
{
	list-style-type:disc;
	padding-left:0;
}

.clsUL p
{
	font-size:13px;
}

.shadowHeading
{
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:400;
	text-shadow:1px 1px 2px #AAA;
	margin:0;
	padding:0 0 4px;
}

.btnSubscribe
{
	background-color:transparent;
	border:0;
	font-size:16px;
	font-weight:400;
	width:200px;
	height:33px;
	line-height:33px;
	background-image:url(../images/menu_bg_selected.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
	-moz-border-radius:7px;
	border-radius:7px;
	margin-top:15px;
	float:right;
	padding:0 18px;
}

.btnSubscribe a
{
	text-decoration:none;
	color:#FFF;
}

.tbl
{
	background-color:#848486;
}

.tbl th
{
	background-color:#FAAE1B;
	font-weight:700;
}

#minicart
{
	font-size:10px;
}

.entryTable
{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	font-size:12px;
	background-color:#DDD;
}

.infoTable
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	background-color:#DDD;
}

.box
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #369;
}

.notice
{
	color:#960;
	font-weight:700;
}

.addToCartButton
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:700;
	border:1px solid #369;
	background-color:#FC0;
}

#errorMessage
{
	color:#900;
	font-weight:700;
}

img,.noBorder
{
	border:0;
}

.hbanner_left_cnt_inner,.home_col_cnt_inner,.whats_new_inner,.app_col_cnt_inner,.app_main_cnt_inner
{
	padding:3px;
}

.home_col_image,.app_col_image
{
	float:left;
	height:100px;
	overflow:hidden;
	position:relative;
	width:100px;
}

.home_col p,.whats_new p,.app_main p
{
	font-size:13px;
	line-height:18px;
	padding-bottom:10px;
}

.home_col p a,.app_col p a,.app_main p a,.product_row p a
{
	color:#CA7900;
	text-decoration:underline;
}

.home_col p a:hover,.whats_new p a:hover,.app_col p a:hover,.app_main p a:hover,.product_row p a:hover
{
	color:#900;
	text-decoration:none;
}

#prod_inner,#prod_inner_1
{
	padding:5px 10px;
}

.tbl td,.entryTable .content,.infoTable .content
{
	background-color:#FFF;
}

.entryTableHeader,.infoTableHeader
{
	background-color:#7F92A4;
	background-position:center;
	color:#FFF;
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	font-weight:700;
}

.entryTable .label,.infoTable .label
{
	background-color:#EFEFEF;
}