html { min-height: 100%; margin-bottom: 1px; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	overflow: auto;
	background-color:#000000;
}

.mid-background {
	background-image:url(images/mid-background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.bottle-background {
	background-image:url(images/bottles-background.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}

.footer-text {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.footer-text {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.footer-text:link {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.footer-text:visited {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.footer-text:hover {
	color: #FFFF00;
}

.body-text {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.body-text {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a.body-text:link {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a.body-text:visited {
	color: #FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a.body-text:hover {
	color: #FFFF00;
}

.header-spacer {
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px hidden;
	border-bottom-width: 0px;
	width: 100%; /*width of featured content slider*/
	height: 300px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #000000;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.pagination a{
	padding: 3px 20px;
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold;
	background: #000000;
}

.pagination a:hover, .pagination a.selected{
	color:  #FFFFFF;
	background-color: #0066CC;
}

.form-text {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
