*, html {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
}
body {
	font-size: 62.5%;
	background-color: #FFFFFF;
}

a {
	color: #999999;
	text-decoration: none;
}
___divs { }
#head {
	background-color: #FFFFFF;
	height: 130px;
}


#page {
	clear: both;
	background-color: #FFFFFF;
	display: block;
}


#content {
	float: right;
	width: 74%;
	font-size: 1.5em;
	margin-bottom: 100px;
}


#left {
	float: left;
	width: 25%;
	font-size: 1.5em;
}

#foot {
	clear: both;
	font-size: 1em;
	text-align: right;
	background-color: #F9F9F9;
	height: 100px;
}
___head { }


#head h1 {
	margin: 10px;
	padding: 10px;
	display: block;
	font-size: 15px;
	width: 600px;
}
#head h1 img { margin-right: 20px; 
}


#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
#content ul { margin-bottom: 1em; }

#content li {
	padding-left: 1em;
	margin-left: 2em;
	color: #666666;
}
#content h1 {
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 0.5em;
	background-color: #CCCCCC;
}


#content h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 5px 10px;
}
#content h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-size: 17px;
}
#content h6 {
	clear: right;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
#content h2 a {
	text-decoration: underline;
}


#content p {
	margin-bottom: 1em;
	text-align: justify;
	color: #666666;
	font-size: 12px;
	margin-right: 15%;
}
#foot ul { }

#foot p {
	margin: 10px;
	color: #CCCCCC;
}

#left ul.nav { }

#left ul.nav li a {
	margin: 5px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#left ul.nav li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}


#foot ul {
	list-style-type: none;
	clear: both;
	display: block;
	float: right;
}

#foot ul li {
	display: block;
	float: left;
}

#foot ul li a {
	margin: 5px;
	padding: 5px;
	display: block;
}

#copyright { clear: both; }
#copyright img {
	float: right;
	margin: 0 10px;
}


#content  img.th {
	width: 250px;
	height: 250px;
	padding: 2px;
	display: block;
	border: 5px none #333333;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#content hr {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top: dashed 2px #333333;
	height: 0px;
}
.hide { display: none; }


___classes { }
.product  h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin: 5px;
}
.product  h2  em {
	font-style: normal;
	font-weight: bold;
}



.product {
	display: block;
	height: 300px;
	margin: 10px;
	padding: 5px;
	border-top: dashed 1px #333333;
}

.product img { }

.product form {
	display: block;
	margin: 10px;
	padding: 5px;
	text-align: right;
	float: right;
}

#content .product input { }
#left  div   { position: relative; }
img.div1 {
	left: 20px;
	position: absolute;
	z-index: 1;
	top: 0px;
}
img.div2 {
	left: 80px;
	position: absolute;
	z-index: 2;
	top: 100px;
}
