@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 

img {
	border-style: none;
}

div.foreground {
	width: 1000px;
	background-color:#FFFFFF;
	min-height: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
}
#menu {
 border-bottom: 1px solid #000;
}
#under_menu {
	background-image:url(images/under_menu.jpg);
	width: 1000px;
	height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
#under_menu_text {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
}
#under_menu_text a:link {
	text-decoration: none;
}
#under_menu_text a:active {
	color: #00F;
	text-decoration: none;
}
#under_menu_text a:visited {
	color: #00F;
	text-decoration: none;
}
#under_menu_text a:hover {
	text-decoration: underline;
}
.left_container {
	width: 170px;
	float: left;
	margin-left: 5px;
}

.right_container {
	width: 170px;
	float: right;
	margin-right: 5px;
}

#banner {
	padding-left: 2px;
	float: left;
}
#feature_video {
	float:right;
	padding-top:15px;
	padding-right:15px;
}
#main_container {
	float: left;
	width: 625px;
	margin-left:5px;
	margin-right: 5px;
}
.product_container {
	width: 600px;
	height: 100%;
	float: left;
	margin-left: 20px;
}
.actionbox {
	float: left;
}
#end {
	background-image: url(images/under_menu.jpg);
	float:left;
	font-size: 13px;
	width: 1000px;
	height: 25px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
#endall {
	background-image: url(images/under_menu.jpg);
	float:left;
	width: 1000px;
	height: 25px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
 </style>

