@charset "utf-8";
/* CSS Document */

#container {
	width: 1200px;
	background: #FFF;
	padding-left: 10px;
	paddomg-right: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	background: #FFC;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660;
	padding: 10px;
	color: #660;
}
#menu {
	height: 50px;
}
#safety {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	background-color: #FFC;
	padding: 5px;
	text-decoration: blink;
	margin: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#product {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	background-color: #FFF;
	padding: 10px;
}
#product_image {
	float: left;
	height: auto;
 width:;
	width: auto;
	padding-right: 10px;
}
#product_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
 height:;
	height: auto;
	float: left;
	width: auto;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	background-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660;
	padding: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #660;
	background-color: #FFC;
	padding: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #660;
}
#clearing {
	clear: left;
	height: auto;
}
#to_order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
}
