/*-------------------------------------------------- */
/*  COPYRIGHT (C) 2005-2007, AUTHOR: RAYMOND WEI HE  */
/*-------------------------------------------------- */

#framehomepage {
	z-index: 2;
	text-align: left;
	width: 990px;
	border-bottom: #ff6600 3px solid;
	position: relative;
	float: left;
}

/* -------------------------------------------- [ FRONT IMAGE ] --------------------------------------------------------------- */
.slideshow {
	margin: 75px 0px 0px 0px; /* top right bottom left */
	width: 990px;
	height: 250px;
	left: -3px;
	position: relative;
}

/* -------------------------------------------- [ SLIDING BAR ] ---------------------------------------------------------------------- */
#slidingbar {
	background: url('/images/3dyellow.jpg'); 
	margin: 0px 0px 0px 0px; /* top right bottom left */
	float: left;
	position: relative;
	height: 25px;
	width: 990px;
	font-family: Arial; 
	left: -3px;
}


/* -------------------------------------------- [ BOTTOM CONTENTS] --------------------------------------------------------------- */
#bottomcontent {
	margin: 0px 0px 0px 0px; /* top right bottom left */
	float: left;
	position: relative;
}

/* -------------------------------------------- [ BOTTOM CONTENTS 1] --------------------------------------------------------------- */
#bottom1 {
	background: url(/images/3dbottom1en.jpg) no-repeat left top;
	height: 315px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	width: 330px;
	font-family: Arial; 
}
#company {
	font-size: 10pt;
	float: left;
	margin: 40px 0px 0px 0px; /* top right bottom left */
	padding-left: 20px; 
	padding-right: 5px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	height: 200px;
	width: 295px;
}


/* -------------------------------------------- [ BOTTOM CONTENTS 2] --------------------------------------------------------------- */
#bottom2 {
	background: url(/images/3dbottom2en.jpg) no-repeat left top;
	height: 315px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	width: 330px;
	font-family: Arial; 
}
#news {
	font-size: 10pt;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding-left: 15px; 
	padding-right: 1px; 
	padding-top: 10px; 
	padding-bottom: 4px; 
	height: 200px;
	width: 300px;
	list-style-image: url('/images/arrow.gif'); 
}
#news1 {
	margin: 0px 0px 0px 10px; /* top right bottom left */
	font-size: 12pt;
	color: #ff6600;
}
#news a {
	color: #0054d2;
}
#news a:hover {
	color: #ff6600;
	text-decoration:none;
}
#news ul li.last {
	width: 200px;
}
#bottom2 img {
	padding-left: 30px; 
}


/* -------------------------------------------- [ PRODUCTS ] --------------------------------------------------------------- */
#products { 
	margin-top: 8px;
	font-family: Arial; 
	left: -5px;
}
#products_home, #products_portable, #products_commercial, #products_industrial { 
	float: left;
	height: 65px; 
	width: 320px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	padding-left: 4px; 
	font-size: 8pt;
}
#products_home {
	background: url(/products/images/products_home.jpg) no-repeat right top;
}
#products_portable {
	background: url(/products/images/bottlesmall.jpg) no-repeat right top;
}
#products_commercial {
	background: url(/products/images/u820small.jpg) no-repeat right top;
}
#products_industrial {
	background: url(/products/images/industrial-ionized-water-machines-2.jpg) no-repeat right top;
}
#products_home .text, #products_portable .text, #products_commercial .text, #products_industrial .text { 
	filter:alpha(opacity=80); /* ie's opacity */
	opacity: 0.80;
	-moz-opacity:0.80;

}
#products_home a, #products_portable a, #products_commercial a, #products_industrial a { 
	font-size: 10pt;
	color: #003aea;
	background: #ffffff;
}
#products_home a b, #products_portable a b, #products_commercial a b, #products_industrial a b { 
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 2px; 
	padding-right: 5px; 
	font-weight: bold;
	background: #ffffff;
	font-size: 13pt;
}
#products a:hover {
	color: #ff6600;
	text-decoration:none;
}


/*----------------------------*/
/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

div.basicTickerTape ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	width: 300px;
	height: 175px;
}

div.skeletonTickerTape ul li {
	margin: 0px 5px 0 5px;
	position:relative;
}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	width: 300px;
	height: 106px;
	font-size: 11px;
}

div.styledTickerTape ul {
	padding: 0;
	list-style: none;
}

div.styledTickerTape ul li {
	width: 268px;
	margin: 0px 10px 0 10px;
	background: #eee;
}

div.styledTickerTape ul li p {
	margin: 0;
	padding: 0;
}

div.styledTickerTape a {
	color: black;
}

div.horizontalTickerTape {
	font-family: Verdana;
	font-size: 11px;
	width: 600px;
	height: 35px;
}

div.horizontalTickerTape ul {
	padding: 0;
	list-style: none;
	width: 500000px;
}

div.horizontalTickerTape li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div.horizontalTickerTape p {
	display: none;
	margin: 0;
}

div.horizontalTickerTape p.tickerLink {
	display: block;
}

