@charset "UTF-8";
body {
padding: 0;
width: 760px;
margin: 0 auto;
background: url(/media/layout/images/bodyBg.gif) repeat-x;
font-family: Arial, Helvetica, sans-serif;
color: #000066;
font: 99%;
background-attachment: fixed;
}
/* Global Settings *********************/
img{border:none; padding:0; margin:0;}
a {text-decoration:none; color:#000066;}
ul{margin:0; padding:0; list-style:none;}
li{margin:0; padding:0;}
.clear{clear:both}
.left{float:left;}
.ul{text-decoration:underline;}
.ie_fix{display:none;} /* fix a char duplication bug */
/*** HEADER ************************************/
#header {
float: left;
}
#header #logo {
padding-bottom: 10px;
background-color: #FFFFFF;
float: left; /* needed for ie to prevent 3px gap */
}
#banner img {
float: left; /* needed for ie to prevent 3px gap */
}
/*** LANGUAGE BUTTON ***/
#changeLang {
float: left;
text-align: right;
width:760px;
height: 25px;
background-color: #FFFFFF;
}
#changeLang a {
color: #ae0101;
}
#changeLang a:hover span {
text-decoration: underline;
}
#changeLang span {
#font-weight: bold;
font-size: 14px;
position: relative;
top: 5px;
margin-right: 10px;
/*** display: none; TEMP TO DISABLE CHINESE PART ***/
}
/*** HOVERING INFORMATION BUTTONS ***/
#infoBar {
width: 560px;
height: 78px;
position: absolute;
top: 125px;
margin-left: 22px;
z-index: 10;
}
.infoButton {
float: left;
margin-top: 2px;
margin-right: 15px;
}
/*** hNav ***/
#hNav {
border-bottom: 8px solid #FFFFFF;
width: 760px;
}
.hNavItem {
display: block;
float: left;
height: 35px;
width: 127px;
}
.hNavItem span {
display: none;
}
#hNavHome { width: 125px; background-image: url(/media/layout/images/hNavHome.png); }
#hNavHome:hover, #hNavHomeF { width: 125px; background-image: url(/media/layout/images/hNavHomeFocus.png); }
#hNavProducts { background-image: url(/media/layout/images/hNavProducts.png); }
#hNavProducts:hover, #hNavProductsF { background-image: url(/media/layout/images/hNavProductsFocus.png); }
#hNavBrands { background-image: url(/media/layout/images/hNavBrands.png); }
#hNavBrands:hover, #hNavBrandsF { background-image: url(/media/layout/images/hNavBrandsFocus.png); }
#hNavEvents { background-image: url(/media/layout/images/hNavEvents.png); }
#hNavEvents:hover, #hNavEventsF { background-image: url(/media/layout/images/hNavEventsFocus.png); }
#hNavAboutUs { background-image: url(/media/layout/images/hNavAboutUs.png); }
#hNavAboutUs:hover, #hNavAboutUsF { background-image: url(/media/layout/images/hNavAboutUsFocus.png); }
#hNavContactUs { background-image: url(/media/layout/images/hNavContactUs.png); }
#hNavContactUs:hover, #hNavContactUsF { background-image: url(/media/layout/images/hNavContactUsFocus.png); }

/*** vNav ***/
#vNavWrapper {
float: right;
width: 180px;
}
#vNav {
position: absolute;/*
#z-index: 3;*/
margin-top: 10px;
width: 180px;
}
#vNavTop {
position: relative;/*
#z-index: 4;*/
background: #FFFFFF;
}
#vNavTop img {/*
position: relative;
z-index: 10;*/
float: right;
margin-right: 10px;
margin-bottom: 5px;
}

/*** PRODUCTS TAB BAR ***/
#tabBar {
float: left;
width: 528px;
height: 25px;
padding-top: 5px;
}
#tabBar li {
text-align: center;
}
#tabLeft {
float: left;
width: 132px;
height: 25px;
background-image: url(/media/layout/images/tabLeft.png);
}
#tabLeftFocus {
float: left;
width: 132px;
height: 25px;
background-image: url(/media/layout/images/tabLeftFocus.png);
}
.tab {
float: left;
width: 132px;
height: 25px;
background-image: url(/media/layout/images/tab.png);
}
#tabFocus {
float: left;
width: 132px;
height: 25px;
background-image: url(/media/layout/images/tabFocus.png);
}
#tabBar a {
display: block;
position: relative;
top: 4px;
#font-weight: bold;
}
#tabLeft a, .tab a {
color: #01259b;
} 
#tabLeft a:hover, .tab a:hover {
text-decoration: underline;
} 

/***** MAIN ********************************************/
#main0 {
float: left;
width: 100%;
border-top: 10px solid #FFFFFF;
border-bottom: 10px solid #FFFFFF;
background: url(/media/layout/images/mainBg.png) repeat-y left #FFFFFF;
}
#main1 {
float: left;
width: 100%;
border-top: 10px solid #FFFFFF;
border-bottom: 10px solid #FFFFFF;
background: url(/media/layout/images/mainBg.png) repeat-y right #FFFFFF;
}
/***** Vertical Navigation Bar **************************/
#vNavBot0 {
float: left;
width: 180px;
border-left: 10px solid #FFFFFF;
}
#vNavBot1 {
float: right;
width: 180px;
border-right: 10px solid #FFFFFF;
}
.vNavBotMain {
float: left;
width: 180px;
background: url(/media/layout/images/vNavBotMinus.png) no-repeat;
}
.vNavBotMain a {
display: block;
color: #FFFFFF;
font-size: 14px;
min-height: 30px;
height: 30px;
line-height: 30px;
text-indent: 30px;
text-shadow: #000000 -1px 1px 2px;
}
.vNavBotSub {
background: url(/media/layout/images/vNavBotSub.png)  no-repeat;
display: block;
color: #FFFFFF;
font-size: 10px;
text-shadow: #000000 -1px 1px 2px;
width: 180px;
min-height: 22px;
height: 22px;
line-height: 22px;
text-indent: 40px;
float: left;
}
#vNavBotText {
font-size: 10px;
line-height: 20px;
margin: 5px 0 10px 7px;
}
#vNavBotTextBlock {
margin-left: 10px;
}

/**** Content ******************************************/
#content0 {
width: 550px;
float: right;
margin-right: 10px;
display: inline; /* fix ie double margin bug */
}
#content1 {
width: 550px;
float: left;
margin-left: 10px;
display: inline; /* fix ie double margin bug */
}
/*****/
.contentHeader {
width: 550px;
float: left;
font-size: 20px;
height: 33px;
background: url(/media/layout/images/productHeader.png) no-repeat;
}
.contentHeader span {
font-size: 18px;
padding: 5px 25px 0px 10px;
float: left;
}
.contentHeader ul {
padding-left: 5px;
}
.contentHeader li {
background: url(/media/layout/images/productHeaderArrow.png) no-repeat right top;
padding: 3px 25px 0px 5px;
float: left;
}
.contentMain {
float: left;
border-left: 1px solid #c4d0d8;
border-right: 1px solid #c4d0d8;
width: 530px;
padding: 0 9px;
}
.contentFooter {
float: left;
width: 550px;
height: 30px;
margin-bottom: -18px;
background-image: url(/media/layout/images/productFooter.png);
display: inline; /* fix ie double margin bug */
}
.contentGap {
float: left;
width: 550px;
height: 10px;
}
/***  ***/
.infoText {
width: 525px;
margin: 10px 5px 0 0;
font-size: 14px;
}
/*** EVENT PAGE ***/
.eventHeader {
width: 520px;
font-size: 16px;
}
.eventDate {
float: left;
color: #cc3333;
width: 120px;
}
.eventTitle {
float: left;
font-weight: bold;
}
.eventText {
width: 490px;
margin-left: 30px;
}
.eventText a {
text-decoration: underline;
}
.eventText a:hover {
color: #cc3333;
}
.eventText .pic {
text-align: center;
display: block;
width: 490px;
}
.eventText img {
margin: 5px 10px;
max-width: 470px;
#width: expression(this.width > 470 ? 470: true);
}
.eventGap {
width: 520px;
height: 15px;
border-bottom: dashed #bdbdbd 1px;
margin-bottom: 10px;
}
/*** END OF EVENT PAGE ***/
.email {
color: #0000FF;
font-style: italic;
}

/*** YELLOW Bar on index page***/
#contentBottom {
float: left;
}
.infoHeader {
background: url(/media/layout/images/contentBotHeader.png) no-repeat;
width: 550px;
height: 29px;
text-indent: 15px;
}
.infoHeader a {
position: relative;
color: #FFFFFF;
top: 5px;
}
.infoMain {
border-left: #f3d989 1px solid;
border-right: #f3d989 1px solid;
}
.infoMain a {
padding-left: 10px;
text-decoration: underline;
}
.infoMain a:hover {
color: #e4678a;
}
.infoMain #last {
border-bottom: none;
}
.infoMain ul {
margin: 0 15px;
width: 518px;
}
.infoMain li {
border-bottom: dashed #bdbdbd 1px;
padding: 5px;
font-weight: bold;
font-size: 12px;
color: #cc3333;
}
.infoFooter {
width: 550px;
height: 5px;
background: url(/media/layout/images/contentBotFooter.png) no-repeat;
}

/***** Product List ****************************************************/
#gridWrapper {
padding: 3px 0;
width: 530px;
}
.grid {
float: left;
background: url(/media/layout/images/gridBg.png) no-repeat;
height: 125px;
width: 255px;
margin: 5px;
display: inline; /* fix ie double margin bug */
}
.gridHeader {
height: 33px;
float: left;
}
.gridHeader .flag {
float:left;
margin: 3px;
}
.gridHeader .text {
margin-top: 5px;
#margin-top: 4px;
#font-weight: bold;
text-shadow: #FFF -1px 1px 2px;
float: left;
padding-left: 5px;
}
.gridHeader a {
color: #333333;
#color: #75a4d6;
}
.gridHeader a:hover {
text-decoration: underline;
}
.gridMain {
float: left;
}
.gridFooter {
display: block;
float: left;
position: relative;
left: 168px;
font-size: 8px;
}
.gridFooter:hover {
color: #0000FF;
}
.brandLogo, .productLogo {
display: table;
overflow: hidden;
width: 255px;
text-align: center;
#position: relative; /* ie only - hack */
}
.brandLogo {
height: 70px;
}
.productLogo {
margin-top: 2px;
height: 79px;
}
.brandLogo img {
max-height: 70px;
max-width: 170px;
#width: expression(this.width > 170 && (this.height/this.width) < (70/170) ? 170: true);
#height: expression(this.height > 70 && (this.height/this.width) > (70/170) ? 70: true);
}
.midOuterWrap {
display: table-cell;
vertical-align: middle;
#position: absolute;
#top: 50%;
#left: 50%;
}
.midInnerWrap {
#position: relative;
#top: -50%;
#left: -50%;
}

/*** Display page number at bottom for pages with more than one page ***/
.pageNo {
text-align: center;
padding-bottom: 10px;
font-size: 14px;
}
.pageLink {
padding: 0 3px;
border: 1px solid #000000;
width: 10px;
}
.pageNo a:hover {
background-color: #a70c0c;
}
#pageCurrent {
padding: 0 3px;
width: 10px;
border: 1px solid #FFFFFF;
}
/*** LAYOUT 2 **/
#productList {
margin: 10px;
}
.productListItem {
width: 510px;
height: 210px;
margin-top: 10px;
background: url(/media/layout/images/listBg.png) no-repeat center;
}
.prodLeft {
float: left;
width: 246px;
height: 186px;
position: relative;
left: 12px;
top: 12px;
display: inline; /* fix ie double margin bug */
}
.prodImg {
display: table;
overflow: hidden;
width: 246px;
height: 186px;
text-align: center;
#position: relative;
}
.prodImg img {
max-height: 186px;
max-width: 246px;
#height: expression(this.height > 186 && (this.height/this.width) > (186/246) ? 186: true);
#width: expression(this.width > 246 && (this.height/this.width) < (186/246) ? 246: true);
}
.prodRight {
position: relative;
top: 12px;
right: 6px;
width: 240px;
height: 186px;
float: right;
}
.prodListHead {
height: 38px;
line-height: 35px;
text-indent: 20px;
color: #FFFFFF;
text-shadow:#000000 1px -1px 3px;
}
.prodListMid {
width: 240px;
padding: 5px 0;
background: url(/media/layout/images/listMain.png) repeat-y;
}
.prodListMid .text {
width: 200px;
margin: 0 20px;
font-size: 12px;
#height: expression(this.clientHeight > 75 ? 75: true);
max-height: 72px;
overflow: hidden;
}
.prodListBot {
width: 240px;
height: 45px;
background: url(/media/layout/images/listFooter.png) no-repeat;
}
.prodListFoot a {
font-size: 8px;
display: block;
width: 110px;
position: relative;
left: 115px;
top: 8px;
padding: 5px 0;
}
.prodListFoot a span {
margin-left: 30px;
}
.prodListFoot a:hover {
color: #0000FF;
}
.footBrand {
margin: 3px 0 0 10px;
}
.footBrand a {
color: #AAAAAA;
}
.footBrand a:hover {
color: #000066;
}
.clickCh {
font-size: 10px;
position: relative;
left: 15px;
top: -5px;
}

/*** LAYOUT 3 - SINGLE PRODUCT VIEW ***/
#item {
margin-top: 10px;
}
#itemHeader {
height: 50px;
width: 530px;
line-height: 44px;
text-indent: 20px;
color: #FFFFFF;
text-shadow:#000000 1px -1px 3px;
background:url(/media/layout/images/itemHeader.png) no-repeat;
}
#itemLogo {
max-width: 130px;
max-height: 70px;
#width: expression(this.width > 130 && (this.height/this.width) < (70/130) ? 130: true);
#height: expression(this.height > 70 && (this.height/this.width) > (70/130) ? 70: true);
}
#itemMain {
padding: 0 12px;
background: url(/media/layout/images/itemMain.png) repeat-y;
font-size: 14px;
}
/*** Top contains image and demo button - with info background ***/
#itemTop {
float: left;
width: 504px;
padding-bottom: 20px;
background:url(/media/layout/images/itemDivider.png) bottom no-repeat;
}
/*** IMAGE OF PRODUCT ***/
#itemTopLeft {
margin-left: 7px;
width: 320px;
height: 241px;
float: left;
padding: 5px;
border: 1px solid #CCCCCC;

display: table;
overflow: hidden;
text-align: center;
#position: relative;
#margin-left: 3px;
}
#itemTopLeft img {
max-height: 241px;
max-width: 320px;
#width: expression(this.width > 320 && (this.width/this.height) > (320/241) ? 320: true);
#height: expression(this.height > 241 && (this.width/this.height) < (320/241) ? 241: true);
}
/*** DEMO VIDEO BUTTON **/
#itemTopRight {
float: right;
position: relative;
width: 150px;
height: 100px;
top: 20px;
}
#itemTopRight div {
/**
position: relative;
top: -20px;
**/
}
#itemTopRight #brand_logo {
	position: relative;
	top: -15px;
}
#itemTopRight .catalogue {
position: relative;
top: -10px;
left: 10px;
}
#itemTopRight #flashText {
position: relative;
top: 13px;
left: 10px;
}
#itemTopRight #flashText2 {
position: relative;
top: 5px;
left: 10px;
}
/*** YOUTUBE VIDEO ***/
#itemVideo {
padding: 20px 12px;
}
/*** PRODUCT DESC INFO ***/
.itemMid {
position: relative;
top: 7px;
padding: 0 10px;
width: 485px;
}
.itemMid ul {
padding-top: 10px;
list-style: circle;
margin-left: 30px;
}
/** ITEM FOOTER ***/
#itemFooter {
height: 50px;
width: 530px;
float: left;
background:url(/media/layout/images/itemFooter.png) no-repeat;
}
/*****/

/***** Footer *************************************************************/
#footer {
text-align: center;
background-color: #CCCCCC;
float: left;
border: 10px solid #FFFFFF;
border-top: none;
width: 740px;
height: 40px;
}
#footer div {
padding: 5px;
color: white;
font-size: 12px;
}

/*** remove for v2 of website ***/
#vNavBotText {
display: none;
}
#cat {
	position: relative;
	top: 15px;
	width: 130px;
	background-color: red;
}
#cat .cat_item, #cat .cat_item a {
	float: left;
	width: 130px;
	height: 45px;
}
#cat .cat_item div {}
#cat .cat_item .catalogue {
	width: 50px;
	height: 50px;
	position: relative;
	top: -30px;
	left: 50px
}
