/* css for basic items ---------------------------------------------------------------------------------- */
html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
    font-family: arial, helvetica;
    font-size: 12px;
    line-height: 18px;
	color: #264E46;
 	min-width: 800px;
 	background: #A2CAA2;
 	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
li {
    padding: 0;
    margin: 0;
    }
img {
    padding: 0;
    margin: 0;
    border: 0;
    }
a, a:visited {
	color: #9C0F41;
	text-decoration: none;
	}
a:hover, a:active {
    color: #9C0F41;
	text-decoration: underline;
	}
h1 {
    padding: 0 0 6px 0;
    margin: 0;
    font-size: 14px;
    }
h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
	font-weight: normal;
    }
h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
	font-weight: normal;
    }
p {
    padding: 12px 0 6px 0;
    margin: 0;
	clear: both;
    }
.small {
    font-size: 11px;
	font-weight: normal;
}



/* css for site structure ------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	padding: 30px 0 0 0;
	display: table;
	vertical-align: middle;
 	}
#container {
	position: relative;
	vertical-align: middle;
	display: table-cell;
    }
#inner {
	margin: 0 auto 0 auto;
	width: 800px;
	border: 1px solid #F3F7F6;
 	}    


/* css for header items ------------------------------------------------------------------------------- */
#header {
	padding: 0;
	margin: 0 auto 0 auto;
    width: 800px;
    height: 120px;
    }


/* css for content items ------------------------------------------------------------------------------- */
#content-left {
	position: relative;
	width: 104px;
	top: 18px;
    float: left;
    clear: both;
	font-size: 11px;
    }
#content-right {
	width: 657px;
 	min-height: 405px;
	background: #F3F7F6;
    float: left;
    }
#text {
	padding: 20px 40px 60px 40px;
	width: 577px;
 	min-height: 270px;
    }
#text-home {
	padding: 20px 40px 60px 180px;
	width: 437px;
 	min-height: 270px;
    }
table {
	padding: 0;
	margin: 0;
	}
td {
	padding: 0;
	margin: 0;
	line-height: 11px;
	height: 11px;
	text-align: left;
	}
td#dots {
	background: url(../images/dots.gif) bottom;
	width: 100%;
	border-top: 1px dotted #F3F7F6;
	border-right: 1px dotted #F3F7F6;
	border-left: 1px dotted #F3F7F6;
	border-bottom: 1px dotted #F3F7F6;
	}
td#menu-num {
	width: 5px;
	padding: 0 5px 0 0;
	}
td#menu-num-wide {
	width: 40px;
	padding: 0 2px 0 0;
	}
td#menu-main {
	width: 10%;
	}
td#menu-main-short {
	width: 95%;
	}
td#menu-price {
	text-align: right;
	width: 40px;
	}
td#menu-cup {
	text-align: right;
	width: 80px;
	}
td#menu-bowl {
	text-align: right;
	width: 80px;
	}



/* css for left navigation ------------------------------------------------------------------------------- */
#content-left a, #content-left a:visited {
	padding: 3px 0 3px 5px;
    display: block;
	background: #CECD62;
	color: #808282;
	text-decoration: none;
	}
#content-left a:hover {
	background: #A2A14C;
    color: #ffffff;
	text-decoration: none;
	}
ul#nav-left {
	padding: 0;
	margin: 0;
	list-style: none;
    }
ul#nav-left li {
	width: 104px;
    border-top: 1px solid #F3F7F6;
    border-right: 1px solid #F3F7F6;
	text-align: left;
	}
ul#nav-left li ul {
	position: absolute;
	top: 0px;
	left: 104px;
	list-style: none;
    }
ul#nav-left li ul li {
    border-left: 1px solid #F3F7F6;
    }
li#bottom {
	border-top: 1px solid #F3F7F6;
	
}


/* css for footer items ------------------------------------------------------------------------------- */
#footer {
	position: relative;
	padding: 5px 0 0 104px;
	height: 60px;
	clear: both;
    font-size: 11px;
    color: #414E3C;
	}
