@CHARSET "UTF-8";
.clr {
	clear: both;
}
html, body {
	margin: 0;
	padding:0;
	height: 100%;
}
body {
	font-family: Geneva, Tahoma, sans-serif;
}
img {
	border: 0;
}
a {

}
#website {
	padding-left: 40px;
}
#website a {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
#website a:hover {
	text-decoration: underline;
}
#menubalk {
	letter-spacing: 5px;
	position: absolute;
	background-color: white;
	height: 95px;
	width: 100%;
}
#logo {
	position: relative;
	left: 40px; 
	top: 35px;
}
#menu {
	font-family: "Lucida Grande", Verdana, Arial;
	position: relative;
	left: 333px;
	top: 9px;
	width: 680px;
	font-size: 14pt;
	font-weight: normal;
	overflow: hidden;
}
#menu a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
#menu a.active {
	color: #000;	
}
#menu a:hover {
	color: #000;
}
#selector {
	position: relative;
	left: -100px;
	bottom: -34px;
	width: 30px;
}
#container {
	position: absolute;
	left: 40px;
	top: 140px;
}
.pop {
	height: 315px;
	letter-spacing: 25px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	background-image: url('../images/white_block.png');
	background-repeat: repeat;
}
.product_detail {
	top: 31px;
	left: 290px;
	width: 640px;
	padding: 5px;
	padding-left: 0px;
	font-size: 10pt;
	letter-spacing: 5px;
}
.pop h2 {
	font-family: "Lucida Grande", Verdana, Arial;
	padding: 0;
	margin: 0;
	padding-top: 125px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 12pt;
}
.pop h1 {
	padding: 0;
	margin: 0;
	margin-top: -13px;
	margin-bottom: 4px;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 11pt;
	letter-spacing: 4px;
}
.product_detail p {
	padding-top: 0;
	margin-top: -1px;
}