@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: black;
	
	}

	
#content a:link {
	text-decoration: underline;
	color: black;
	}
#content a:visited {
	text-decoration: underline;
	color: black;	
	}
#content a:active {
	text-decoration: underline;
	color: black;	
	}
#content a:hover {
	text-decoration: underline;
	color: rgb(164, 10, 30);
	}


span {
	display: none;
	}

.pictures {
	border: 1px solid black;
	padding: 3px;
}

table {
	padding: 0;
	margin: 0 auto;
	}
td {
	border-bottom: rgb(250, 152, 25) solid thin;
}
.tableheader {
text-align: left;
font-size: 1.3em;
letter-spacing: 0.05em;
padding-top: 0.5em;
color: rgb(164, 10, 30);

}
.tableglassbottle {
	width: 65px;
	text-align: center;
	}
.prices{
	text-align: center;
	}

img {
	border: none;
	}


ul {
	list-style: none;
	padding: 20px;
	padding-top: 0px;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 175%;
	}
address {
	font-style: normal;
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
	}

li {
	margin:0;
	}
	
h2 {
	font-size: 1.5em;
	color: black;
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
	}
	
h3 {
	font-size: 1.0em;
	color: rgb(164, 10, 30);
	padding: 0;
	margin: 0;
	}

h4 {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	color: black;
	}

h5 {
	font-size: 1.0em;
	color: white;
	padding: 0;
	margin: 0;
	}

p {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 140%;
	padding-bottom: 1.0em;
	}
#image {
	width: 750px;
	height: 425px;
	text-align: right;
	background-color: rgb(153, 179, 204);
	}

h1 {
	width: 250px;
	height: 172px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
	padding:0;
	text-align: center;
	}
#header {
	width: 100%;
	height: 50px;
	background-color: rgb(250, 152, 25);
	}

#container {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 768px;
	overflow: hidden;
	}
	
#textarea {
	width: 650px;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
	}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	}



#menu {
	position: relative;
	width: 250px;
	height: 100%;
	text-align: right;
	background-color: rgb(164, 10, 30);
	float: left;
	}
	
#content {
	width: 75%;
	height: 100%;
	background-color: white;
	overflow: auto;
	}
 
#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 750px;
	background-color:  rgb(250, 152, 25);
	padding:0;
	padding-top: 10px;
	}
#pageTitle{
	margin-top: 20px;
}
#photos{
	margin-bottom: 35px;
}
