@charset "utf-8";
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #CACCE5;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#Navigation {
	background-color: #CACCE5;
	height: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	float: left;
	height: 19px;
	padding-top: 2px;
	text-decoration: none;
	margin-left: 20px;
}
#Navigation ul li a:link {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #554BA0;
}
#Navigation ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #554BA0;
}
#Navigation ul li a:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CACCE5;
}

#Navigation ul li.current a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #4A3F9A;
	text-decoration: underline;
}
a:visited {
	color: #544AA0;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.link img {
	padding: 1em;	
}

div.link {
	float: left;
	width: 320px;
	margin: 1em;
	display: inline;
}

.link p {
	font: 1.2em/normal "Times New Roman", Times, serif;
}

div.pondLiner {
	float: left;
	width: 390px;
	display: inline;
	margin: 1em 0 1em 0;
}

.pondLiner p {
	font: 1.5em/normal "Times New Roman", Times, serif;
	text-align: center;
}

div.ItemSpec {
	margin-left: 2em;
}

div.orderInfo {
	margin-left: 4em;
	font-size: 1.2em;
}

div.orderInfo ul li {
	list-style-image: url(../products/bluebullet.png)
}