img {
	border: none;
}

/* page style */
#container {
	margin: 0px;
	background-color: #FFFFFF;
/*	background-position: top left;
	background-repeat: no-repeat; */
	padding-top: 0px;
	width: 760px;
	height: 550px;
}

#navigation {
	float: right;
	width: auto;
	height: 48px;
	top: 0px;
	text-align: right;
}

#navigation img {
	border: none;
}

#navigation #menu ul {
	padding: 0px; 
	margin-left: auto; 
	margin-top: 3px;
}

#navigation #menu ul li {
	list-style: none;
	margin: 0px; 
	display: inline; 
}

#logo {
	clear: both;
	float: none;
	margin-left: 585px;
	width: auto;
	border: 0px;
}

#divTitle {
	margin-left: 0px;
	margin-top: 100px;
	width: 190px;
	text-align: right;
	vertical-align: bottom;
}

#divTitle img {
	margin-left: auto;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: 15px;
	border: none;
}

#columnLeft {
	width: 190px;
	background-image: url(../images/assets/border-dot-vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: absolute;
	top: 211px;
	left: 0px;
}

#columnRight {
	width: 150px;
	background-image: url(../images/assets/border-dot-vertical.gif);
	background-position: left;
	background-repeat: repeat-y;
	position: absolute;
	top: 211px;
	left: 610px;
}

#columnCenter {
	width: 420px;
	height: 340px;
	position: absolute;
	top: 211px;
	left: 190px;
}

#copyright {
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width: 100%;
	height: 50px;
	padding-top: 30px;
	text-align: center;
}

#flashContainer {
	position: absolute;
	top: 211px;
	left: 611px;
	width: 149px;
	z-index: 100;
}

#scrollUp {
	margin-top: 310px;
	margin-left: 2px;
	padding: 0px;
	width: 15px;
	height: 15px;
	z-index: 1000;
}

#scrollDown {
	margin-left: 2px;
	padding: 0px;
	width: 15px;
	height: 15px;
	z-index: 1001;
}

#divContainer {
	top: 225px;
	left: 210px;
	visibility: hidden;
	overflow: hidden;
	width:380px;
	height: 325px;
	clip: rect(0px, 380px, 325px, 0px);
	position: absolute;
}

#divContent {
	left: 0px;
	position: absolute;
	top: 0px;
	text-align: justify;
}

#divProductLink {
	margin-top: 18px;
	margin-left: 6px;
	font-size: 9px;
}

#divProduct {
	background-color: transparent;
	background-image: url(../images/assets/border-dot-vertical.gif);
	background-position: 189px;
	background-repeat: repeat-y;
	width: 760px;
	display: block;
}

#divProductDetail {
	width: 550px;
	height: 430px;
	position: absolute;
	top: 180px;
	left: 190px;
	padding-left: 20px;
	text-align: justify;
}
* html #divProductDetail {
	width: 570px;
	height: 420px;
	position: absolute;
	top: 190px;
}

/* custom style */
.icon {
	border: none;
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 3px;
	padding-right: 5px;
	height: 20px;
}

.iconProduct {
	border: none;
	background-color: transparent;
	height: 21px;
	display: block;
}

.productContainer {
	background-color: transparent;
	clear: both;
	width: 760px;
	display: block;
	border: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	z-index: 1000;
}

* html .productContainer {
	margin-top: 20px;
}

.productImage {
	width: 190px;
	display: block;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.productImage img {
	margin-left: auto;
	margin-right: auto;
}

.productTitle {
	margin-left: 191px;
	margin-top: 0px;
	padding: 4px 10px 4px 20px;
	background-color: #CCCCCC;
	font-weight: bold;
}

.productTitle a {
	text-decoration: none;
}

.productDetail {
	margin-left: 190px;
	padding: 10px 10px 10px 20px;
	background-color: transparent;
}

* html .productDetail {
	padding: 10px 10px 0px 20px;
}

