/*-------------------------
---content header---
--------------------------*/
#contentHdr { /*the rule above the menu*/
/*background-image: url(images/dineHeader.jpg);
background-repeat: no-repeat;
background-position: left top;*/
text-align: center;
border-bottom: 1px solid #e6dfcf;
height: 5px;
width: 900px;
float: left;
}
/*-------------------------
---main content---
--------------------------*/ 
.moonstoneCom #mainContent {
margin: 10px; 
padding: 0px;
float: left;
}
#mainContent #one {
margin-left: 50px;
padding: 0px;
width: 400px;
float: left;
}
#mainContent #two {
border-left: 1px solid #e6dfcf;
margin: 5px;
padding: 0px 0px 0px 15px;
width: 280px;
float: left;
}
#mainContent p {
font-size: 10px;
color: #999;
line-height: 180%;
}
#mainContent #one h3 {
font-size: 15px;
color: #666666;
line-height: 90%;
}
h1 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 20px;
color: #666666;
line-height: 90%;
font-weight:lighter;
}
h2 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 15px;
color: #666666;
font-weight:lighter;
}
#mainContent h1 {
font-size: 40px;
color: #999;
}
#mainContent h2 {
font-size: 30px;
color: #FF9900;
}
#mainContent a {
font-size: 10px;
color: #999;
line-height: 180%;
}
#mainContent a:link {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent a:visited  {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent a:hover {
color: #666666;
border-bottom: 1px dotted #666666;
text-decoration: none;
}
#mainContent a:active {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent p a:link {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:visited  {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:hover {
color: #FF6600;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:active {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
/*---------------menu items repeater------------*/
#mainContent .itemBox {
font-family: "Arial", Helvetica, sans-serif;
font-weight:lighter;
border: none;
margin: 0px;
padding: 0px;
width: 400px;
}
#mainContent .itemBox h1 {
font-size: 20px;
color: #999;
}
#mainContent .itemBox h2 {
font-size: 15px;
color: #33CC00;
}
#mainContent .itemBox .label{
font-size: 10px;
color: #76c1c4;
line-height: 100%;
text-transform:uppercase;
}
/*---------------menu items display------------*/
#mainContent .itemBox p {
font-size: 12px;
color: #ccc;
line-height: 130%;
margin: 0px;
margin-bottom: 10px;
padding: 0;
}
#mainContent .itemBox .item {
font-size: 15px;
color: #000;
line-height: 100%;
}
#mainContent .itemBox .description {
font-size: 12px;
color: #666666;
line-height: 140%;
}
#mainContent .itemBox .price {
font-size: 12px;
color: #666666;
padding-left: 10px;
}


