@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Geneva, Verdana, sans-serif;
	background: url(../images/back.gif) repeat;
	color: #000;
	font-size: .625em;
}
* {
	margin:0;
	padding:0;
}
h1, h2, h3, p, ul, li, img {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	font-weight: normal;
	line-height:1.2;
}
ul li {
	line-height:1.2;
}
p {
	font-size:1.2em;
	line-height:1.2;
	margin-top: 1px; margin-bottom: 2px;
}
img {
	border:0;
}
/* display: block; */

a:link {
	text-decoration:underline;
	color:#99CC33;/*font-weight: bold; */
}
a:visited {
	text-decoration:underline;
	color:#99CC33;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	color:#88ba25;
}
.show {
	display: none;
}
#wrap {
	width: 955px;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 10px;
}
#screen {
	width: 945px;
	margin: 0px;
	padding: 0;
	overflow: visible;
	background: #fff url(../images/line.gif);
}
* html #screen {
	width: 945px;
	w\idth: 945px;
}
#left {
	text-align: left;
	width: 305px;
	margin: 0px;
	padding-top: 20px;
	background: #fff;
}
#right {
	width: 630px;
	margin: 0px;
	padding-top: 20px;
	float:right;
	text-align: left;
}
#top-right-photo {
	width: 630px;
	height: 147px;
	margin: 0px;
	padding: 0;
}
#topleft {
	width: 305px;
	height: 147px;
	margin: 0px;
	padding: 0;
	background: #99CC33;
	position: relative;
}
img.home {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* NAVIGATION */
#nav {
	width: 305px;
	margin-top: 10px;
	margin-bottom:20px;
}
#nav a {
	display:block;
	background:url(../images/navigation.png);
	height:30px;
}
#nav ul {
	list-style: none;
}
#nav a.link1:hover {
	background-position:-330px 0px;
}
#nav a.link2 {
	background-position:0px -30px;
}
#nav a.link2:hover {
	background-position:-330px -30px;
}
#nav a.link3 {
	background-position:0px -60px;
}
#nav a.link3:hover {
	background-position:-330px -60px;
}
#nav a.link4 {
	background-position:0px -90px;
}
#nav a.link4:hover {
	background-position:-330px -90px;
}
#nav a.link5 {
	background-position:0px -120px;
}
#nav a.link5:hover {
	background-position:-330px -120px;
}
#nav a.link6 {
	background-position:0px -150px;
}
#nav a.link6:hover {
	background-position:-330px -150px;
}
#nav a.link7 {
	background-position:0px -180px;
}
#nav a.link7:hover {
	background-position:-330px -180px;
}
#left-bottom {
	margin-top:70px;
}
#subnav {
	font-size: 1.12em;
	height: 22px;
	position: relative;
	padding: 0;
	margin-bottom: 55px;
	display: block;
}
#subnav ul {
	width: 100%;
	list-style: none;
}
#subnav ul li {
	display: block;
	float:right;
	padding: 0;
}
#subnav ul li a {
	display: block;
	float:right;
	color:#000;
	text-decoration: none;
	height: 12px;
	padding: 5px 8px 0px 8px;
	border-right: 1px dotted #99CC33;
}
#subnav ul li a:visited {
	text-decoration: none;
	color:#333333;
}
#subnav ul li a:hover {
	text-decoration: underline;
}
#subnav ul li a.current {
	/*font-weight: bold;*/
	text-decoration: underline;
}
#main {
	clear:both;
	width:100%;
	margin-bottom: 10px;
	position: relative;
}
#footer {
	position: relative;
	font-size: .98em;
	padding: 8px 0 0 40px;
/*	height: 25px; */
	clear: both;
	width: 895px;
	margin: 3px 0 0 10px;	
	text-align:left;
	border-top: 1px dotted #333333;
}
h2 {
	font-size: 2em;
}
h3 {
display:inline; 
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.4em; 
}
h6 {
	font-size: 1.2em;
	font-weight: bold; padding-top:2px;
}
.green {
	color: #99CC33;
}
#right h3 + h3 {
	color: #99CC33;
}
#right p + p {
	font-size:1.1em; 
}
.tax {
	font-size: 1.1em;
	border-top: 1px dotted #333333;
	padding-top: 5px;
}
.normal { font-weight:normal; font-size:1.1em;}

.align-right {
	float: right;
}
table {
	border-collapse:collapse;
	padding:0;
}
td {
	padding:1px;
	padding-right:5px;
	padding-bottom:8px;
	vertical-align: top;
}
#mpez td {
	border:1px dotted #333;
	background-color:#F1F4E9;
	padding:5px;
	font-size: 1.12em;
	letter-spacing: 0.02em;
}
/* ORDER FORM*/
#wrap-order {
	width: 655px;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 10px;
}
#screen-order {
	width: 635px;
	margin: 0px;
	padding: 0;
	overflow: visible;
	border-left:10px solid #99CC33;
}
#order {
	width: 630px;
	margin: 0px;
	padding-top: 20px;
	float:right;
	text-align: left;
}
table.order {
	border-collapse:collapse;
	padding:0;
	border: 1px solid #333;
	font-size: 1.12em;
}
td.order {
	border:1px dotted #333;
	padding:1px;
	padding-left:4px;
}
/* LISTS */
ul.spoon {
	font-size:1.2em;
	list-style: disc url(../images/rest/k3.gif) inside;
}
#main ol {
	list-style: decimal inside;
	font-size:1.2em;
	margin-top:5px;
}
#main ol h2 {
	margin-top:5px;
	border-bottom: 1px dotted #333;
	font-size:1em;
	display:inline-block;
	margin-bottom:3px;
	font-weight: bold;
}
/*
#main ol h2 {margin-top:5px; border-bottom: 1px dotted #333;
	font-size:1em;
	display: inline;
	margin-bottom:15px;
	font-weight: bold;
}
#main ol ol {
	list-style: lower-alpha inside;
	margin-bottom:5px;
	margin-top:2px;
	font-size: 1em;
}
*/
#main ol li {
	margin-bottom:15px;
}
#main ol ul {
	list-style: disc inside;
	margin-bottom:5px;
	margin-top:2px;
	font-size: 1em;
}
#main ol li ol li, #main ol li ul li {
	margin-bottom:0px;
	padding-left: 20px;
	font-size: 1em;
}
/* INDEX*/
#wrap-index {
	width: 955px;
	text-align: center;
	background: #FFFFFF;
}
#screen-index {
	width: 945px;
	margin: 0px;
	padding: 0;
	overflow: visible;
background: #fff url(../images/index-photo.jpg) no-repeat 440px 40px;
}
#right-index {
	width: 390px;
	margin: 0px;
	padding-left: 40px;
	padding-top: 20px;
	float:left;
	text-align: left;
}
#right-index h1 {
	width: 195px;
	height:185px;
	margin-bottom:5px;
	margin-left: 6px;
	background: url(../images/daily.gif) no-repeat;
}
#right-index #subnav {
	margin-bottom: 24px;
	margin-left: 7px;
}
#right-index #subnav ul li {
	float:left;
}
#right-index #subnav ul li a {
	padding: 5px 12px 0px 0px;
	border:none;
	border-top: 1px dotted #99CC33;
}
#footer-index {
	position: relative;
	height: 142px;
	clear: both;
	width: 935px;
	margin: 0px;
	margin-left:10px;
	border-top: 1px dotted #000000;
	background: #98c124;
}
#footer-index img {
	position: absolute;
	left: 40px;
	top: 40px;
}


/*
#button-index{
	position: absolute;
	left: 690px;
	top: 380px;
}
*/

#screen-index {
	width: 945px;
	margin: 0px;
	padding: 0;
	overflow: visible;
background: #fff url(../images/index-photo.jpg) no-repeat 470px 15px;
}
.ote {
	font-size: 1.4em;
	font-weight: bold; color:#231f20;
}

