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

*{font-family:arial,helvetica,sans-serif,tahoma,verdana,geneva,lucida,"lucida grande";}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; outline: none; color:#11aef7; }

body { 
	font: 9pt/17pt arial; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	background: #f4f4f4;
	outline: none;
	}
	
.clear { 
	clear: both;
}
	
p {
	font-size: 1.1em; 
	color:#8d8d8d;
}
a { 
	color: #11aef7; 
	text-decoration: none; 
}

#container {
	display: block;
	margin: 0 auto;
	width: 963px;
}

p#logo {
	display: inline;
	float: left;
	width: 199px;
	height: 24px;
	background: url(../images/logo.gif);
	margin-top: 38px;
}

p#logo a {
	display: block;
	width: 199px;
	height: 24px;
	text-indent: -5000px;
}

#top-nav {
	display: inline;
	float: right;
	height: 12px;
	margin: 28px 0 0 0;
}
.corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #FFF;
	padding: 10px 13px 18px 13px;
}
#top-nav ul {
	list-style-type: none;
}
#top-nav ul li {
	display: inline;
	float: left;
	margin: 0 19px 0 19px;
	font-size: 1.2em;
	font-weight: bold;
}
#active {
	color:#000;
}

#left-column {
	display: inline;
	float: left;
	width: 631px;
	margin-top: 58px;
}
#right-column {
	display: inline;
	float: right;
	width: 275px;
	margin-top: 58px;
}
h1 {
	display: block;
	width: 395px;
	height: 39px;
	background: url(../images/paradise-in-a-bottle.gif);
	text-indent: -5000px;
}	
p#introducing {
	display: block;
	width: 357px;
	height: 29px;
	background: url(../images/introducing.gif);
	text-indent: -5000px;
	margin-top: 10px;
}

#bottle {
	margin-top: 18px;	
}
h2 {
	display: block;
	width: 271px;
	height: 28px;
	background: url(../images/win.gif);
	text-indent: -5000px;
}
p#destination {
	font-size: 1.2em;
	margin: 6px 0 8px 0;
}
#form {
	padding: 20px;
}
legend {
	display: none;	
}
fieldset { 
	border: none;
}
.label {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	margin: 5px 0 4px 0;
}
.txtfld {
	display: block;
	width: 226px;
	height: 29px;
	background: url(../images/textfield.gif) no-repeat;
	border: none;
	margin-bottom: 8px;
	font-size: 1.3em;
	padding: 8px 0 0 9px;
}
#submit-button {
	display: inline;
	float: right;
}
p#never-share {
	display: inline;
	float: left;
	width: 132px;
	font-size: .95em;
	line-height: 13px;
}

#impurities, #drink-mixer {
	display: inline;
	float: left;
	width: 272px;
	height: 166px;
	margin-right: 40px;
}

#impurities h3, #drink-mixer h3 {
	display:block;
	text-indent:-5000px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#drink-mixer h3 {
	width: 140px;
	height:23px;
	background:url(../images/drink-mixer.gif);
}
#impurities h3 {
	width: 184px;
	height: 23px;
	background:url(../images/impurities.gif);
}
p.sub-desc {
	text-align:center;
	font-family: georgia;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}
#impurities a, #drink-mixer a {
	margin: 15px 0 0 81px;
	font-family: georgia;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.3em;
}
#dirt {
	position: relative;
	z-index: 2;
	overflow: visible;
	width:270px;
	height: 88px;
	margin-top: 17px;
	background: url(../images/dirt.gif);
}
#mixer {
	display: block;
	z-index: 2;
	overflow: visible;
	width: 36px;
	height: 94px;
	background: url(../images/mixer.gif);
	margin: -10px 0 0 20px;
}
#social {
	display:inline;
	float: right;
	width:276px;
}
h4 {
	display: block;
	width: 142px;
	height: 24px;
	background: url(../images/lets-get-social.gif);
	text-indent: -5000px;
	margin-bottom: 25px;
}
p#facebook, p#twitter, p#rss {
	display: block;
	width: 274px;
	height: 36px;
	margin: 10px 0 16px 0;
}
p#facebook a, p#twitter a, p#rss a {
	display: block;
	width: 274px;
	height: 36px;
	text-indent: -5000px;
}

p#twitter {
	background: url(../images/twitter.gif);
}
p#facebook {
	background: url(../images/facebook.gif);
}
p#rss {
	background: url(../images/rss.gif);
}

#bottom-nav {
	margin-top: 80px;	
	height: 12px;
}

#bottom-nav ul {
	list-style-type: none;
}
#bottom-nav ul li {
	display: inline;
	float: left;
	margin: 0 19px 0 19px;
	font-size: 1.2em;
	font-weight: bold;
}
#bottom-nav ul li#terms {
	margin-left: 260px;
}
#bottom-nav ul li#terms a,  #bottom-nav ul li#privacy a {
	color:#969696;
	font-weight: normal;
}
p#copyright {
	margin-top: 25px;
	text-align: center;
	display: block;
}
