body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 10px;
}
.info_block {
	margin-left: 20px;
}
#logo {
	margin: 20px;
}
#menu {
	position: absolute;
	left: 195px;
	top: 50px;
}
.menu_header {
	font-weight:bold;
	width: 130px;
	padding: 5px;
	margin:5px;
	font-size: 16px;
	background:#EEEEFF;
}
#product_menu {
	margin: 15px;
}
.content {
	padding-left:5px;
}
.content_text {
	margin-left:10px;
}
.page_title {
	font-size: 24px;
	padding: 5px;
	width:100%;
	background:#EEEEEE;;
}
.product_menu_item {
	width: 130px;
	padding: 5px;
	margin:5px;
	background:#EEEEEE;
}
.product_menu_item a:hover {
	text-decoration: none;
}

#product_info {
	position: absolute;
	left: 200px;
	top: 115px;
	width: 580px;
}

.pricing_table {
	width:350px;
	margin-left: 20px;
	border-style: solid;
	border-width: thin;
}
.pricing_name {
	padding: 5px;
	border-style: solid;
	border-width: thin;
}
.pricing_price {
	 border-style: solid;
	 border-width: thin;
}
