﻿/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Times New Roman, Sans-Serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End CSS Reset */

#body
{
    background-color: Black;
}
#wrapper
{
    width: 900px;
    margin-left:auto;
    margin-right:auto;
}
#header
{
    text-align:center;
    margin-top:12px;
    margin-bottom:15px;
}
#button-panel-wrapper
{
    width:100%;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
#button-panel
{
    width:790px;
    margin-left:auto;
    margin-right:auto;
}
#navlist li
{
    display: inline;
    list-style-type: none;
    width:20%;
}
#main-content
{
    width:858px;
    margin-left:auto;
    margin-right:auto;
}
#main-content-menu,#main-content-news
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
.oyster-content
{
    margin-bottom: 15px;
    margin-top:8px;
}
.shop-content
{
    margin-bottom: 27px;
    margin-top:29px;
}
.menu-content
{
    margin-top:17px;
    margin-bottom:10px;
}
#home-text
{
    float:left;
    width:500px;
    background-color:#333333;
    height:295px;
}
#oyster-text
{
    float:left;
    width:500px;
    background-color:#6e7780;
    height:262px;  
}
#shop-text
{
    float:left;
    width:330px;
    height:268px;
    margin-top:35px;
    padding-top:28px;
    padding-left:22px;
    border-top:solid 1px #333333;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
}
#menu-text
{
    background-image: url("../SiteImages/menu1.gif");
    background-repeat: no-repeat;
    background-color:#666666;
    width:390px;
    height:410px;
    float:left;
}
#news-text
{
    float:left;
    width:330px;
    height:268px;
    margin-top:35px;
    padding-top:28px;
    padding-left:22px;
    border-top:solid 1px #333333;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    overflow:auto;
}

.page-text
{
  	letter-spacing:0.03em;
    line-height:15px;
}
#home-text .page-text
{
    font-size:15px;
    margin-left:25px;
    margin-top:20px;
}
#oyster-text .page-text
{
    font-size:15px;
    margin-left:25px;
    margin-top:13px;
    color:Black;
}
#shop-text .page-text
{
    font-size:15px;    
    color: #C1C1C1;
}
#menu-text .page-text
{
    font-size:15px;    
    padding-top:30px;
    padding-left:10px;
}
#news-text .page-text
{
    font-size:15px;    
    color: #C1C1C1;
}



#home-image
{
    float:left;
}
#content-wrapper
{
    width:100%;
    border-bottom: solid 1px #333333;
}
.clear
{
    clear:both;
}
#home-text .page-text
{
    color:#989898;
}  
#footer-left
{
    float:left;
}  
#footer
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 13px;
    color: #818181;
}
#footer-right
{
    float:right;
}  
#footer-right a
{
   color:#818181;
   text-decoration:none;
} 
#navlist img
{
    border:none;
}
#shop-image
{
    float:left;
}
#menu-list
{
    color: #E9E9E9;
    padding-left:30px;
    line-height:25px;
    font-size:15px;
}
#menu-image
{
    float:left;
}
.news-title
{
    text-decoration: underline;
}