@charset "utf-8";
/* NOSTOS Menu CSS */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #30431C;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
a:link {
	color: #697689;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #697689;
}
a:hover {
	text-decoration: underline;
	color: #30431C;
}
a:active {
	text-decoration: none;
	color: #697689;
}
#container {
	width: 1004px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/header.gif);
	height: 110px;
	width: 1004px;
	background-repeat: no-repeat;
}
.top-nav{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.top-nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 1004px;
	background: #888680;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}
.top-nav ul li{
	display: inline;
}
.top-nav ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.top-nav ul li a:visited{
	color: #FFFFFF;
}
.top-nav ul li a:hover, .top-nav ul li .selected{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #505153;
}
#main-img {
	float: left;
	width: 803px;
	height: 213px;
	margin: 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888680;
	background-image: url(../images/menu-cutlery.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888680;
	border-top-style: none;
	border-left-style: none;
} 
#side-img-top {
	float: right;
	width: 200px;
	margin: 0px;
	height: 213px;
	background-color: #DCDCDA;
	padding: 0px;
}
#side-img-bottom {
	float: right;
	width: 199px;
	margin: 0px;
	padding: 0px;
	height: 294px;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888680;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888680;
	border-right-style: none;
	border-bottom-style: none;
}
#main-col-1 {
	float: left;
	width: 362px;
	height: 254px;
	margin: 0;
	padding: 20px;
	background-color: #DCDCDA;
} 
#main-col-2 {
	float: right;
	width: 362px;
	margin: 0px;
	padding: 20px;
	height: 254px;
	background-color: #DCDCDA;
}
#footer {
	background-color: #888680;
	width: 984px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/logo-sml.gif);
	background-repeat: no-repeat;
	background-position: 850px center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
