@charset "utf-8";

#Table_01 {
	position:relative;
	width:750px;
	float: right;
	border: 2px solid #FFFFFF;
	top: 10px;
	margin: 10px;
	background-color: #006699;
	z-index: 0;
}


.header {
	width: 100%;
	float: left;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.products_title_bar {
	position:relative;
	width:700px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
.Product_block {
	position:relative;
	width:700px;
	margin: 10px;
	float: left;
}

.products_product_logo {
	position:relative;
	width:175px;
	margin: 10px;
	text-align: center;
	float: left;
}
.products_desc {
	position:relative;
	width:500px;
	float: right;
}
.more_info_link {
	width: 100px;
	position: relative;
	right: 10px;
	bottom: 10px;
	float: right;
	text-align: right;
}
