body {
	position:relative;
	width: auto;
	margin: auto;
	border: none;
	background-color:#CCCCCC;
	color: black;
	font: normal normal normal small Verdana, sans-serif;
	z-index:0;
}

table.main {
	position:relative;
	z-index:1;
	width:800px;
	border-width:0px;
	border-spacing:0px;
	border-style:none;
	background-color:#FAFAFA;
}

tr.header {
	height:105px;
}

td.header {
	background-image:url(header.jpg);
}

#menu_common {
	position:relative;
	z-index:20;
	clear:both;
	background-image:url(menu_common_bg.jpg);
	background-repeat:repeat-x;
	width: 800px;
	height:24px;
	border-color: black;
	border-width: 1px 1px;
	border-style: solid none;
}

#menu_common li {
	float: left;
	position: relative;
}

#menu_common li:hover ul, li.over ul {
	display: block;
}

.sub_menu {
	position: absolute;
	z-index:100;
	float:left;
	top:1.2em;
	left:0px;
	width: 15em;
	padding:0em 0.5em;
	border: 1px solid black;
	background-color: white;
	display: none;
}

ul.menu_common ul.sub_menu li {
	padding: 0px;
	width: 100%;
}

ul.menu_common ul.sub_menu li a {
	padding: 0px;
	text-decoration: none;
	background-image:none;
}

ul.menu_common ul.sub_menu li a:hover {
	padding: 0px;
	text-decoration: none;
	background-image:none;
}

ul.menu_common {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-size:normal;
	font-weight:normal;
	}
	ul.menu_common li {
		display: inline;
		height: 24px;
	}
	ul.menu_common li p {
		float: left;
		text-decoration: none;
		text-align: center;
		display: block;
		letter-spacing: 20px;
		margin: 0px;
		width: 250px;
		height: 24px;
		color: black;
		}
	ul.menu_common li a {
		float: left;
		text-decoration: none;
		display: block;
		padding: 0px 30px;
		margin: 0px 1px;
		height:24px;
		color: black;
		background-image:url(button_common_1px.jpg);
		background-repeat:repeat-x;
		}
	ul.menu_common li a:hover {
		color: red;
		background-image:url(button_common_1px_hover.jpg);
		}
	ul.menu_common li a.active {
		color:white;
		}
	ul.menu_common li a.active:hover {
		color: black;
		}
		
ul.menu_products {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	font-size:larger;
	font-weight:normal;
	}
	ul.menu_products li a {
		text-decoration: none;
		display: block;
		/*margin-top: 7px;*/
		/*padding-top: 25px;*/
		padding-left: 10px;
		height:61px;
		color: white;
		}
	ul.menu_products li a:hover {
		color: black;
		}
/*	ul.menu_products li a.active {
		border: 1px solid gray;
		border-right: 1px solid #ffebcd;
		background: #ffebcd;
		color: navy;
		font-weight: bold;
		}
	ul.menu_products li a.active:hover {
		border: 1px solid gray;
		border-right: 1px solid #ffebcd;
		background: #ffebcd;
		color: blue;
		font-weight: bold;
		}
*/
#button_bg {
	margin-top: 10px;
	width: 250px;
	height:61px;
	background-image:url(menu_products_bg.jpg);
	background-repeat:repeat-x;
}

#button_img {
	float: right;
	width: 120px;
	height: 61px;
	vertical-align: text-bottom;
}

#img_div {
	float: right;
}

#content_div {
	width:800px;
}

#menu_div {
	position:relative;
	z-index:10;
	float:left;
}

#color_div {
	position: relative;
	z-index:1;
	float:left;
	margin-left:-120px;
	width: 120px;
	background-color: #009933;
}

#gallery {
	position: relative;
	z-index:10;
	float:left;
	width:530px;
	padding:5px;
}

#gallery ul {
	float:left;
	list-style-type: none;
	list-style-position:outside;
}

#gallery li {
	display:inherit;
}

#footer {
	clear:both;
	background-image:url(menu_common_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:18px;
	width: 800px;
	height:24px;
}