@charset "UTF-8";
body {
	height: 100%;
	width: 100%;
	z-index: 3;
}
#Container {
	height: 600px;
	width: 99%;
	position: absolute;
	z-index: 1;
	margin-top: 10px;
	text-align: center;
	margin-left: 0px;
	margin-right: 1%;
}
#banner_spacer {
	float: left;
	height: 140px;
	width: 100%;
	background-image: url(../assets/banner_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#top_cap {
	float: left;
	height: 35px;
	width: 100%;
	background-image: url(../assets/top_cap.jpg);
	background-repeat: repeat-x;
}
#page_content {
	height: 390px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#animation_table {
	float: left;
	height: 390px;
	width: 200px;
	margin-right: 9px;
}
#animation {
	float: left;
	height: 180px;
	width: 200px;
}
#content {
	float: left;
	height: 374px;
	width: 420px;
	margin-right: 9px;
	margin-left: 9px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
}
#product_logos {
	background-image: url(../assets/logos.jpg);
	float: left;
	height: 390px;
	width: 180px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
#bottom_cap {
	height: 35px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	background-image: url(../assets/bottom_cap.jpg);
}
#left_devider {
	background-image: url(../assets/devider_line.jpg);
	float: left;
	width: 2px;
	height: 390px;
}
#reight_devider {
	background-image: url(../assets/devider_line.jpg);
	float: left;
	height: 390px;
	width: 2px;
}
#contact_info {
	float: left;
	height: 204px;
	width: 170px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 30px;
}
#open_info {
	float: left;
	height: 47px;
	width: 170px;
}
#address_info {
	float: left;
	height: 63px;
	width: 170px;
}
#phone_info   {
	float: left;
	height: 47px;
	width: 170px;
}
#fax_info {
	float: left;
	height: 47px;
	width: 170px;
}
#link_bar {
	height: 35px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

