@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.home h4 {
	font-size:1.5em;
	color:#999999;
}
.home h1 {
	font-size:1.5em;
	color:#999999;
}
.home #header {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size:1px;
	height:136px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/topslices/top_r1_c1.jpg);
	background-repeat:no-repeat;
	padding-left:0px;
	padding-right:10px;
	position:relative;
}
.home #h1 {
	position:absolute;
	left:5px;
	top:60px;
}
.home #h1 h1 {
	font-size:10px;
}
.home #h1 h2 {
	font-size:10px;
}
.home #contacts {
	position:absolute;
	text-align:right;
	top:5px;
	right:5px;
	width:300px;
	font-size:14px;
	font-weight:bold;
}
.home #mainmenu {
	position:relative;
	top:25px;
}
.home #submenu {
	position:relative;
	width: 994px;
	background: #FFFFFF;
	background-image:url(/images/topslices/top_r2_c1.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:5px;
	padding-right:5px;
	font-size:0.65em;
	text-align:center;
}
.home #submenu a:link {
	text-decoration:none;
	color:#009;
}
.home #submenu a:visited {
	text-decoration:none;
	color:#009;
}
.home #submenu a:hover {
	text-decoration:underline;
}
.home #container {
	position:relative;
	width: 994px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(/images/topslices/top_r3_c1.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	font-size:0.8em;
}
.home #container a:link {
	text-decoration:none;
	color:#000099;
}
.home #container a:visited {
	text-decoration:none;
	color:#000099;
}
.home #container a:hover {
	text-decoration:underline;
}
.home #producttables {
	width:99%;
	font-size:10px;
	padding-left:5px;
}
.home #normalcontent {
	width:99%;
	padding-left:5px;
}
.home #normalcontent a:link {
	text-decoration:none;
	color:#ffffff;
}
.home #normalcontent a:visited {
	text-decoration:none;
	color:#ffffff;
}
.home #normalcontent a:hover {
	text-decoration:underline;
}
.home #footer {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:20px;
	background: #CCC;
	background-image:url(/images/topslices/top_r4_c1.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:5px;
	padding-right:5px;
}
.home #footermenu {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:5px;
	padding-right:5px;
	font-size:0.65em;
}
.home #footermenu a:link {
	text-decoration:none;
	color:#009;
}
.home #footermenu a:visited {
	text-decoration:none;
	color:#009;
}
.home #footermenu a:hover {
	text-decoration:underline;
	color:#009;
}
.home #textmenu {
	position:absolute;
	top:25px;
	left:5px;
	font-size:1px;
	color:#FFFFFF;
	z-index:-1;
}
.home #textmenu a{
	font-size:1px;
	color:#FFFFFF;
}