/* This is the style sheet for the LoMonaco's Interior pages */

html {
margin: 0;
padding: 0;
}

body {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
color: #FDFDEA; 
font-size: 1em;
margin: 0;
padding: 0;
background-color: #FDFDEA;
}

img {
border: none;
}

#container {
margin-left: auto;
margin-right: auto;
width: 765px;
background-color: #642627; 
}

#navigation {
position: relative;
top: -3px;
width: 765px;
height: 21px;
color: #FDFDEA;
background-color: #784243;
font-size: .75em;
text-align: center;
padding-top: 8px;
border-bottom: 1px #FDFDEA solid;
border-top: 1px #FDFDEA solid;
}

#content {
position: relative;
top: -138px;
width: 745px;
padding-left: 20px;
padding-top: 10px;
z-index: 1;
background-color: #642627; 
}

#navigation-menus {
position: relative;
top: 0;
width: 145px;
height: 135px;
font-size: .75em;
border-left: 1px #FDFDEA solid;
margin-left: 620px;
z-index: 5;
}

h1 {
font-size: .85em;
}

h2 {
font-size: 100%;
}

h3 {
font-size: 80%;
}

p {
font-size: .75em;
}

.bold {
font-weight: bold;
}

p.content {
font-size: .75em;
line-height: 1.1em;
width: 570px;
text-align: justify;
}

.top {
font-size: 90%;
text-transform: uppercase;
}

table.menu {
width: 540px;
border-top: 1px #FDFDEA solid;
border-left: 1px #FDFDEA solid;
border-right: 1px #FDFDEA solid;
line-height: .95em;
}

td.left {
width: 480px;
text-align: left;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.right {
width: 60px;
text-align: right;
vertical-align: bottom;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

table.pizza {
width: 540px;
border-top: 1px #FDFDEA solid;
border-left: 1px #FDFDEA solid;
border-right: 1px #FDFDEA solid;
line-height: .95em;
}

td.pizzaleft {
width: 356px;
text-align: left;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.small {
width: 60px;
text-align: right;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.medium {
width: 60px;
text-align: right;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.large {
width: 60px;
text-align: right;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

th {
text-align: left;
font-size: 85%;
}

table.party {
width: 540px;
border-top: 1px #FDFDEA solid;
border-left: 1px #FDFDEA solid;
border-right: 1px #FDFDEA solid;
line-height: .95em;
}

td.party {
width: 356px;
text-align: left;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.lunch {
width: 60px;
text-align: right;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.dinner {
width: 60px;
text-align: right;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

table.party2 {
width: 540px;
border-top: 1px #FDFDEA solid;
border-left: 1px #FDFDEA solid;
border-right: 1px #FDFDEA solid;
line-height: .95em;
}

td.menu1 {
width: 262px;
text-align: left;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

td.menu2 {
width: 262px;
text-align: left;
vertical-align: top;
font-size: .75em;
border-bottom: 1px #FDFDEA solid;
}

#footer {
width: 560px;
font-size: 95%;
border-top: 1px #FDFDEA solid;
padding-bottom: 1px;
}

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

#navigation-menus a:link, #navigation-menus a:visited  {
display: block;
border-bottom: 1px #FDFDEA dotted;
padding-left: 8px;
padding-top: 6px;
padding-bottom: 6px;
}

#navigation-menus a:hover {
background-color: #784243;
display: block;
border-bottom: 1px #FDFDEA dotted;
padding-left: 8px;
padding-top: 6px;
padding-bottom: 6px;
}