@charset "UTF-8";
/* CSS Document */

/*.trans {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}*/
body {
	background-attachment: fixed;
	}
.logo {
	position:absolute;
	top:20px;
	left:20px;
	width:165px;
	height:50px;
}
.menu {
	position:absolute;
	top:90px;
	left:20px;
	width:165px;
	height:155px;
}
.trans {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background:#FFFFFF
}
h2.menu {
	float:left;
}
.purchase {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
}
.availability {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size:12px;
}
a:link {
	color:#197df4;
	text-decoration: none;
}
a:visited {
	color:#197df4;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#cd201c;
}
a:active {
	color:#197df4;
	text-decoration: none;
}

