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



body {
	padding: 0;
	margin: 0;
	background-image: url(images/waybg.jpg);
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 12px;
}

body .secondary {
	text-align: center;
}

a {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
	


/* Primary Super-Container */
#supercontainer {
	position: relative;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	top: 15px;
	height: 600px;
	background-image: url(images/contentbg.jpg);
	border: solid 1px #000000;
}


#logo {
	position: absolute;
	top: 70px;
	left: 25px;
	z-index: 5;
}

#watermark {
	position: absolute;
	top: 170px;
	left: 30px;
	z-index: 3;
}

#cardalt {
	position: absolute;
	right: 2px;
	z-index: 7;
	top: 110px;
}

#bottle {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	right: 0px;
}

#features {
	position: absolute;
	top: 420px;
	z-index: 10;
	color: #ffffff;
	left: 25px;
}

#food {
	position: absolute;
	top: 420px;
	left: 355px;
	z-index: 10;
	color: #ffffff;
}

/* Top-Nav fancyness */
#topnav {
	background-image: url(images/navbg.jpg);
	color: #fff;
	font-size: 14px;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	font-family: "Ariel", "Helvetica", "Sans-serif";
	z-index: 15;
}

#topnav_homespacer {
	position: relative;
	height: 10px;
	z-index: 15;
}

#topnav .divider {
	padding: 0;
	z-index: 15;
}

#topnav a {
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 16;
}

#topnav a:hover {
	/*color: #660000;*/
	/*text-decoration: underline;*/
	/*background-color: #ffffff;*/
}

#topnav ul, #topnav li {
	list-style: none;
	display: inline;
	padding: 0;
	vertical-align: middle;
	z-index: 16;
}

#topnav li {
	position: relative;
	z-index: 16;
}

#topnavtop {
	position: relative;
	width: 40px;
	display: inline;
	padding-top: 8px;
	padding-bottom: 7px;
	z-index: 16;
}

#topnavtop:hover {
	background-color: #ffffff;
}

#topnavtop a:hover {
	color: #660000;
}

#topnav ul li li:hover {
	/*background-color: #ccc;*/
	background-image: url(images/navselectedbg.jpg);
}

#topnav ul ul {
	left: 0;
	position: absolute;
	z-index: 500;
	background-image: url(images/navbg.jpg);
	width: 140px;
	padding: 0;
	/*padding-top: 5px;
	padding-bottom: 4px;*/
	margin: 0;
	z-index: 15;
}

#topnav_dropspacer {
	position: relative;
	height: 7px;
	width: 140px;
	border-bottom: solid 1px #ffffff;
}

#topnav ul ul li {
	display: list-item;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #ffffff;
}

#topnav ul ul a {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
}


div#topnav ul ul,
div#topnav ul li:hover ul ul {
	display: none;
}

div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul{
	display: block;
}



/* Footer */
#footer_home {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

#sfooter {
	z-index: 10;
}

#footerspacer {
	position: relative;
	height: 50px;
}

#sfooterspacer {
	clear: both;
	position: relative;
	height: 30px;
}

#footer {
	background-image: url(images/navbg.jpg);
	color: #fff;
	border-top: solid 1px #ffffff;
	font-family: "Arial", "Helvetica", "Sans-serif";
	font-size: 10px;
	text-align: center;
	z-index: 5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer ul, #footer li {
	list-style: none;
	display: inline;
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
}


/* Secondary Super-Container */
#ssupercontainer {
	position: relative;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	top: 30px;
	background-image: url(images/contentbg.jpg);
	border: solid 1px #000000;
}

#sheader {
	margin-top: 20px;
	margin-left: 40px;
}

#sheaderkicker {
	display: inline;
	margin-left: 240px;
	top: 85px;
	text-transform: uppercase;
	font-size: 18px;
	color: #660000;
}

#stopspacer {
	position: relative;
	height: 200px;
}

#scontentwrap {
	position: relative;
	height: 100%;
}

#scontent {
	background-image: url(images/secondarycontentbg.jpg);
	width: 740px;
	margin: auto;
	margin-top: 25px;
}

#sleftimage {
	float: left;
	width: 215px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#scopy {
	background: #ffffff;
	float: right;
	width: 490px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 10px;
}

#scopy h1 {
	font-size: 18px;
	color: #660000;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#scopy h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	font-size: 12px;
}

#scopy p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
		line-height: 16px;
}

#floatimage {
	float: right;
	position: relative;
	left: 40px;
	margin-left: -35px;
}

#clearfloat {
	clear: both;
}

#scopyfoot {
	position: relative;
	background: #cfcfcf;
	float: right;
	width: 510px;
	margin-right: 5px;
	margin-top: 5px;
	bottom: 0;
}

#scopyfoot ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
}

#scopyfoot li {
	padding-bottom: 5px;
}
