@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #C33;
	background-image: url(../images/bkg_cherry.gif);
	background-repeat: repeat;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 0 0px 0;
	position: relative;
}
html {
    margin:0;
}
img	{
	border: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 840px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
#nav {
	width: 840px;
	height: 130px;
	background-image: url(../images/nav/bkg_cherry.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}
#logo {
	width: 108px;
	height: 108px;
	background-image: url(../images/nav/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin: 10px 0 0 14px;
}
* html #logo {  /* This is the Tan hack */
	width: 118px; 
	w\idth: 108px;
}
#logo a{
	display:block;
	width:108px;
	height:108px;
	text-indent:-9999px;
	text-decoration:none;
}
#navbar {
	width: 650px;
	height: 19px;
	position: absolute;
	margin: 55px 0 0 155px;
}
* html #navbar {  /* This is the Tan hack */
	width: 660px; 
	w\idth: 650px;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li {
	float: left;
	list-style-type: none;
	margin: 0 38px 0 0;
	padding: 0;
	white-space: nowrap;
}
#bottle {
	width: 135px;
	height: 464px;
	position: absolute;
	margin: 0 12px 10px;
	background-image: url(../images/nav/cherry.jpg);
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
* html #bottle {  /* This is the Tan hack */
	width: 145px; 
	w\idth: 135px;
}
#footer {
	width: 840px;
	height: 30px;
	position: relative;
	clear: both;
	background-image: url(../images/nav/footer_cherry.gif);
	background-repeat: no-repeat;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	font-size: 10px;
	text-align: center;
	color: #000;
}
a:link, a:visited 
	{
	color: #B51C1A;
	text-decoration: none
	}

a:hover 
	{
	color: #E7271C;
	text-decoration: none
}

h1 {
	font-size: 20px;
	margin: 10px 20px 10px 260px;
	text-align:left;
	color: #B51C1A;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #B51C1A;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px 20px 0px 260px;
	text-align:left;
}

p {
	font-size: 12px;
}