html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** New Styles **/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	background-image: url(img/layout/beachparty-GREEN-fade.png);
	background-position: center 350px;
	background-repeat: no-repeat;
}
h4 {
	margin-top: .5em;
}
div#Container {
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	background: transparent;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div#Header {
	background-color: #27d550;
	background-image: url(img/layout/Header-BG.png);
	height: 130px;
}
div#InfoArea {
	width: 800px;
	margin-top: -16px;
	margin-left: auto;
	margin-right: auto;
}
div#InfoContent {
	margin-top: 0px;
	border-top: solid 1px #aaa;
	background-image: url(img/layout/infoshadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 315px;
}
div#Footer2 {
	height: 32px;
	width: 800px;
	background-image: url(img/layout/footerbg.png);
}
div#Footer {
	display: none;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #aaa;
	color: #fff;
	display: block;
	font-size: .9em;
	position: absolute;
	bottom: 20px;
	width: 800px;
	z-index: -2;
}
div#Footer span.organization-name {
	margin-left: 3px;
}
div#Footer div, div#Footer span {
	display: inline;
}
div#Bottles {
	background-color: #fff;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
div#MainNav {
	width: 169px;
	height: 300px;
	background-color: #eef291;
	border-right: solid 1px #aaa;
	float: left;
	
}
div#Brands {
	width: 630px;
	float: right;
}
div#AboutUs {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
div#AboutUs h3 {
	font-size: larger;
	margin-top: 0px;
}
h1 {
	display: none;
	font-variant: small-caps;
	text-transform: none;
	text-align: left;
	font-family: 'Lithos Pro',Helvetica, Verdana, Arial, sans-serif;
	font-size: 50px;
	font-weight: normal;
}
h2 {
	display: none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 1.50;
	text-align: left;
}
#AboutUs ul {	
}
#AboutUs ul li {
	display: list-item;
	font-size: 0.9em;
	line-height: 1.50;
	text-align: left;
	margin-left: 3em;
	list-style-type: disc;
}
div.vcard {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 1.50;
}
ul#InfoMenu {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
}
ul#InfoMenu li {
	padding-left: 5px
	padding-right: 5px;
	display: block;
	text-align: left;
	margin-top: 0px;
	background-color: transparent;
}
ul#InfoMenu li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
}
ul#InfoMenu li a:link {
	color: black;
}
ul#InfoMenu li a:link.selected {
	color: black;
	background: #d6d683;
	cursor: default;
}
ul#InfoMenu li a:hover {
	color: blue;
	background: #98cc85;
}
ul#InfoMenu li a:active {
	background-color: orange;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs-selected a {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
div#AboutUs p {
}
.tel {
	display: none;
}
