/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.vis {
	color: #333333;
}
.vis a {
	color: #333333;
}
#productlist {
	padding: 5px;
	width: 560px;
}
.product {
	font-size: 10px;
}
.product img {
	border: 0;
}
#displayproduct {
	width: 560px;
	font-size: 11px;
	padding-bottom: 20px;
}
#displaypics {
	width: 560px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
#displaypics img {
	padding-right: 10px;
}
#htmlnav, #htmlpage {
	vertical-align: top;
	font-size: 10px;
	padding: 0 10px 0 10px;
}
#htmlpage {
	width: 560px;
}
#navmain, #navmain img {
	font-size: 12px;
	border: 0;
}
#navsub {
	margin-left: 10px;
}
