@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 120px 0 200px;
	color: #424142;
}

#header {
	background: url(../images/webheader.jpg) left no-repeat ;
	margin-left:-200px;
	margin-right:-120px;
	background-color:#000;
	}

 #container { 
	width: 100%;
	background: #FFFFFF;
	float:left;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:200px solid #000;
  	border-right:120px solid #000;
  	margin-left:-200px;
 	margin-right:-120px;
  	display:inline; /* So IE plays nice */
} 
#containerphoto { 
	width: 100%;
	background: #000;
	float:left;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:200px solid #000;
  	border-right:120px solid #000;
  	margin-left:-200px;
 	margin-right:-120px;
  	display:inline; /* So IE plays nice */
} 

#sidebar1{
	float:left;
	width:200px;
	margin-left:-200px;
	position:relative;
	text-align:center;
	color:#fbd08d;
	
}
#sidebar1 a {
	color:#990000;
	}
#sidebar1 a:hover {
	border:none;
	}	
#sidebar1 img {
	border:none;
	}
#sidebar1 p {
	font-family: Arial,sans-serif;
	font-size:85%;
	}
#mainContent{
  	float:left;
  	width:100%;
  	margin-right:-100%;
}
#mainContent .content { 
	padding: 10px 40px 0 40px;
	border-left:double 3px #ffa633;
}
#mainContent .contentphoto { 
	padding: 10px 40px 0 40px;
}

#mainContent img {
	border: double #ffa633;
	padding:5px;
	background:#fbf0db;
	}
#mainContent ul {
	list-style:none;
	}
#mainContent li {
	background:url(../images/redbullet.gif) no-repeat;
	background-position:0 6px;
	padding-left:18px;
	margin-bottom:6px;
	}	
#winelist ul li ul li {
	font-style:italic;
	list-style:none;
	background:none;
	padding-left:0;
	}
#winelist img {
	background:#ffffff;
	}
#sidebar2 {
  	float:right;
  	width:120px;
  	margin-right:-120px;
  	position:relative;
	text-align:center;
}
#header h1 {
	margin: 0;
	padding: 158px 0 0 0;
	border:none;
	text-align:left;
	visibility:hidden;
}
h1 {
	color:#ffa633;
	}
h2 {
	color:#990000;
	font-size:125%;
	border-bottom:double #ffa633;
	padding-bottom:5px;
	padding-top:10px;
	}
h3 {
	color:#990000;
	}
h4 {
	margin:0;
	padding:0;
	line-height:50%;}	
p {
	line-height:150%;
	}
a	{
	text-decoration:none;
	color:#996600;
	font-weight:bold;
	}
a:hover {
	border-bottom:solid 1px #996600;
	}
.centered {
	text-align:center;
}
.boldred {
	color:#996600;
	font-weight:bold;
	}
#sidebar1 h3,  #sidebar1 p,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align:center;
	}
#navcontainer
{
background: #7a0101;
width: 63%;
margin: 40px auto 40px auto;
padding: 0 0;
text-transform: uppercase;
font-size: 70%;
text-align: center;
}

ul#navlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0;
border-width: 3px;
border-color: #e74747 #540101 #540101 #983d3d;
border-style: solid;
color:#fbd08d;
text-decoration: none;
background: #990000;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #7a0101;
color: #fbd08d;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #fbd08d;
background: transparent;
border-width: 3px;
border-color: #540101 #983d3d #540101 #540101;
border-style: solid;
}

/*catering page nav */
#navcontainer2
{
background: #201982;
width: 125px;
margin: 0 0 0 20px;
padding: 0 0;
text-transform: uppercase;
font-size: 75%;
text-align: center;
float:right;
}
ul#navlist2
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist2 li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist2 li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0;
border-width: 3px;
border-color: #6e6aa3 #2b2674 #2b2674 #5e5b93;
border-style: solid;
color:#fff;
text-decoration: none;
background: #3d3795;
}

#navcontainer2>ul#navlist2 li a { width: auto; }

ul#navlist2 li#active a
{
background: #201982;
color: #fff;
}

ul#navlist2 li a:hover, ul#navlist2 li#active a:hover
{
color: #fff;
background: transparent;
border-color: #2b2674 #6e6aa3 #2b2674 #1e1a61;
}

 #footer { 
	padding: 0 10px; 
	background:#fbe2b1;
} 
 #footer p {
	font-size:75%;
	text-align:center;
	margin: 0; 
	padding: 10px 0; 
}


/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}