body {
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent repeat-x url(../images/back_img.gif);
	}

/*img { behavior: url(scripts/iepngfix.htc) }*/

#container {
	width: 810px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	}

#header {
	height: 74px;
	width: 450px;
	position: relative;
	left: 180px;
	top: 8px;
	background: transparent no-repeat url(../images/main_logo.png) center center;
	behavior: url(scripts/iepngfix.htc);
	}

#slogan {
	height: 35px;
	margin-bottom: 20px;
	background: transparent;
	font-family: "Zapf Chancery", "ITC Zapf Chancery", Times, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	}

#navigation {
        background: transparent;
        border-bottom: groove thin #ABF;
        font-size: 12px;
	margin: 1em 0 0;
        padding: 0.6em 0 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 0px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(../images/tableft.gif) no-repeat left top;
        color: #333;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(../images/tabright.gif) no-repeat right top;
        padding: 5px 15px 5px 11px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
        color: #DDD;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
	background-position: 0 -150px;
}
#navigation #current a span {
        color: #333;
	background-position: 100% -150px;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/

#content {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	}

img#main_left {
	float: left;
	border-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img {
	border-style: none;
	}

table#main_right {
	border-style: none;
	width: 370px;
	height: 265px; 
	margin-bottom: 10px;
	margin-right: 10px
	}

table#main_bottom {
	border-style: none;
	width: 780px;
	height: 130px;
	margin-bottom: 10px;
	}

table#prod_top {
	width: 790px;
	height: 265px;
	border-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	}

table#prod_right {
	border-style: none;
	width: 370px;
	height: 265px; 
	margin-bottom: 10px;
	margin-right: 10px
	}

table#prod_bottom {
	border-style: none;
	width: 780px;
	margin-bottom: 10px;
	}

#footmenu {
	height: 30px;
	border-top-color: #abf;
	border-top-style: groove;
	border-top-width: thin;
	}

table.footmenu {
	border-style: none;
	font-size: 12px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	}

td.footmenu {
	vertical-align: middle;
	border-right-color: #bef;
	border-right-style: groove;
	border-right-width: thin;
	}

td.footmenulast {
	vertical-align: middle;
	border-right-style: none;
	}

a:link, a:visited {
        color: #000;
        text-decoration: none;
}
a:hover, a:active {
        color: #000;
        text-decoration: underline;
}

