/* 
 ------------------------------------------------------------
 Minchill
 http://www.minichill.com/
 
 version: 1.0
 author: Lee McAlilly
 email: lee@electricorangecreative.com
 website: http://electricorangecreative.com
 ------------------------------------------------------------

***color guide***
blue:#1FC4F4
sky blue:#E7F6FD
green:#8CC63F
purple:#624099
navy:#004c6d

*/

/* Typography */

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: "Myriad", "arial", sans-serif;
}

h1 {
	font-size: 24px;
	color:#004c6d;
}

 h2 {
	font-size: 18px;
	color:#004c6d;
}

h3 {
	font-size: 16px;
	color:#004c6d;
}

h4, h5, h6, h7, h8, h9 {
	font-size: 13px;
	color:#000;
} 

p, ul, li{ 
	font-size: 11px;
}

p {
	margin:0 0 10px 0;
}

span {
	color:#4BAD08;
}

/* Global Link Styles */

body a {
	color:#004c6d;
	background-color:transparent;
	text-decoration:none;
}

body a:hover{
	color: #1FC4F4;
	background-color:transparent;
	text-decoration:none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h8 a, h9 a {
color:#004c6d;
background-color:transparent;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover, h8 a:hover, h9 a:hover {
	color:#1FC4F4;
	background-color:transparent;
}

p a, ul a {
	color:#004c6d;
	background-color: none;
}

#p a:hover, ul a:hover{
	color:#1FC4F4;
	border-bottom:none;
}

img a {
	color:none;
	border:none;
	background-color:transparent;
}

img a:hover {
	color:none;
	border:none;
	background-color:transparent;
}


/* Layout */

body {
	font: 62.5% arial, sans-serif;
	background:#fff;
}

#wrapper {
	color:#000;
 	width:836px;
	margin: 16px auto 30px;
	background:#fff;
}

#content {
	position:relative;
	top:0;
	left:0;
	width:815px;
	min-height:320px;
}

#left-col {
	float:left;
	width:600px;
	margin: 0 0 0 30px;
}

#right-col {
	float:left;
	width:155px;
	margin: 0 0 0 15px;
}

#left-border-container {
	position:relative;
	top:0;
	left:0;
	background:transparent url(http://www.minichill.com/images/interface/left-border.gif) 0 0 repeat-y;
}

#right-border-container {
	position:relative;
	top:0;
	left:0;
	width:836px;
	z-index:100;
	background:transparent url(http://www.minichill.com/images/interface/right-shadow.png) 829px 0 repeat-y;
} 

/* Header */

#header {
	position:relative;
	top:0;
	left:0;
	padding:19px 8px 0 0;
	width: 828px;
	height:208px;
	background:#ffffff url(http://www.minichill.com/images/interface/header-rounded.png) 0 0 no-repeat;
	x-z-index:101;
}

#logo {
	float:left;
	background-color:transparent;
	margin:10px -10px 0 89px;
}

#logo a{
	display:block;
	width:200px;
	height:102px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}


/* Nav */

#nav {
	float:left;
	width:490px;
	margin: 30px 0 0 40px;
}

#nav li {
	float:left;
}

#n-getchill a {
	x-float:left;
	position:relative;
	top:5px;
	left:0;
	width:110px;
	height:46px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-buy.png) 0 0 no-repeat;
	x-margin: 3px 15px 0 0;
}

#n-getchill a:hover {
	x-float:left;
	position:relative;
	top:5px;
	left:0;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-buy.png) 0 -46px no-repeat;
}

#n-getchill-visited a {
	x-float:left;
	position:relative;
	top:5px;
	left:0;
	text-indent:-9999px;
	display:block;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-buy.png) 0 -46px no-repeat;
	x-margin: 3px 15px 0 0;
}

#n-story a {
	x-float:left;
	position:relative;
	top:20px;
	left:5px;
	width:110px;
	height:46px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-story.png) 0 0 no-repeat;
	x-margin: 20px 3px 0 0;
}

#n-story a:hover {
	x-float:left;
	position:relative;
	top:20px;
	left:5px;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-story.png) 0 -46px no-repeat;
}

#n-story-visited a {
	x-float:left;
	position:relative;
	top:20px;
	left:5px;
	text-indent:-9999px;
	display:block;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-story.png) 0 -46px no-repeat;
	x-margin: 20px 3px 0 0;
}

#n-lab a {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	width:110px;
	height:46px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lab.png) 0 0 no-repeat;
}

#n-lab a:hover {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lab.png) 0 -46px no-repeat;
}

#n-lab-visited a {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	text-indent:-9999px;
	display:block;
	width:110px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lab.png) 0 -46px no-repeat;
}

#n-lounge a {
	x-float:left;
	position:relative;
	top:20px;
	left:-5px;
	width:132px;
	height:46px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lounge.png) 0 0 no-repeat;
	x-margin: 20px 0 0 0;
}

#n-lounge a:hover {
	x-float:left;
	position:relative;
	top:20px;
	left:-5px;
	width:132px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lounge.png) 0 -46px no-repeat;
}

#n-lounge-visited a {
	x-float:left;
	position:relative;
	top:20px;
	left:-5px;
	text-indent:-9999px;
	display:block;
	width:132px;
	height:46px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/n-lounge.png) 0 -46px no-repeat;
	x-margin: 20px 0 0 0;
}


/* Homepage */

#content-home {
	position:relative;
	width:830px;
	top:0;
	left:0;
}

#content-home-slideshow {
	position:relative;
	width:830px;
	top:0;
	left:0;
}


#home-left {
	float:left;
	width:530px;	
	margin: 0 0 75px 30px;
}

#home-left-slideshow {
	float:left;
	width:530px;
	margin: 0 0 0 30px;
}

#home-right {
	float:left;
	width:255px;
	margin:-30px 0 0 -15px;
}

#home-photo {
	float:left;
	width:495;
	height:415px;
}

#bottle-home {
	position:relative;
	top:0px;
	left:25px;
}

#home-left p {
	float:left;
	width:475px;
	margin: 20px 0 15px 0px;
	font-size:16px;
}

#home-left-slideshow p {
	float:left;
	width:475px;
	margin: 30px 0 0 0;
	font-size:16px;
}

#tagline {
	position:absolute;
	top:-40px;
	left:-3px;
	width:304px;
	height:49px;
	display:block;
	text-indent:-9999px;
	background: url(http://www.minichill.com/images/interface/people-love.png) 0 0 no-repeat;
	margin: 0 0 0 30px;
}

.copy {
	float:left;
	margin: 0 0 15px 2px;
	font-size:16px;
}

#pack-home {
	float:left;
}

x-#follow-us {
	float:left;
	width: 175px;
	margin: 0 0 0 37px;
}

#follow-us {
	width:335px;
	position:relative;
	top:-30px;
	left:115px;
}

#follow-us h3{
	float:left;
	width:130px;
	height:32px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/follow-us.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 0 0 10px 15px;
}

#social-icons {
	float:left;
	width:175px;
}

#social-icons li {
	float:left;
}

#twitter a{
	position:relative;
	top:0;
	left:10px;
	width: 32px;
	height:32px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/twitter.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#facebook a{
	position:relative;
	top:0;
	left:15px;
	width: 32px;
	height:32px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/facebook.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#myspace a{
	position:relative;
	top:0;
	left:20px;
	width: 32px;
	height:32px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/myspace.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#youtube a {
	position:relative;
	top:0;
	left:25px;
	width: 32px;
	height:32px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/youtube.png) 0 0 no-repeat;
	text-indent:-9999px;
}

x-#join-the-club {
	float:left;
	width:175px;
	margin:20px 0 30px 40px;
}

#join-the-club {
	position:relative;
	top:75px;
	left:-50px;
}

#join-the-club h3 a{
	float:left;
	width:128px;
	height:50px;
	display:block;
	background: transparent url(http://www.minichill.com/images/interface/join-the-club.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0 0 0 0;
}

#join-the-club p {
	float:left;
	width:180px;
	font-size:13px;
	margin: 0 0 0 0;
	padding: 3px 0 0 15px;
}


/* store */

#buy-chill {
	position:absolute;
	top:-45px;
	left:0px;
	display:block;
	width:200px;
	height:49px;
	background:transparent url(http://www.minichill.com/images/interface/buy-chill.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#checkout-btn {
	float:left;
	margin:5px 0 0 0;
}

#purchase {
	float:left;
	width:375px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 330px;
	border-bottom: dotted 1px #004c6d;
}

#purchase p {
	float:left;
	font-size:16px;
	margin: 5px 0 0 0;
	width:365px;
}

#buy-package {
	position:absolute;
	top:-15px;
	left:5px;
	width:320px;
	height:273px;
}

#club-discount {
	position:absolute;
	top:268px;
	left:65px;
	display:block;
	width:260px;
	height:55px;
	text-indent:-9999px;
	background: transparent url(http://www.minichill.com/images/interface/club-discount.png) 0 0 no-repeat;
}

#case {
	float:left;
	width:245px;
	height:28px;
	display:block;
	text-indent:-9999px;
	background: transparent url(http://www.minichill.com/images/interface/case.png) 0 0 no-repeat;
}

#ship-info {
	float:left;
	width:345px;
	margin: 0 0 0 330px;
}

#ship-info h4 {
	float:left;
	width:365px;
	height:28px;
	margin: 0;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/ship-hd.png) 0 0 no-repeat;
}

#add-to-cart, #view-cart {
	float:left;
	width:90px;
	margin: 5px  5px 0 0;
}

#free-shipping {
	float:left;
	width:255px;
	height:57px;
	margin:0 0 0 320px;
	text-indent:-9999px;
	background:transparent url(http://www.minichill.com/images/interface/free-shipping.png) 0 0 no-repeat;
}


/* beaker */
#bubble-content {
	position:relative;
	top:0;
	left:0;
	width:815px;
	min-height:400px;
}

.beaker {
	position:absolute;
	bottom:0px;
	left:655px;
	width:155px;
	height:506px;
	background:transparent url(http://www.minichill.com/images/interface/beaker.png) 5px 0 no-repeat;
}

#bubble-content .beaker {
	position:absolute;
	bottom:-100px;
	left:655px;
	width:155px;
	height:506px;
	background:transparent url(http://www.minichill.com/images/interface/beaker.png) 5px 0 no-repeat;
}

#blank-bubble-1, #blank-bubble-2 {
	float:left;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/blank-bubble.png) 0 0 no-repeat;
}

#blank-bubble-1 {
	margin: 0 0 0 55px;
}

#happy, #happy-visited, #focus, #focus-visited, #relax, #relax-visited, #anxiety, #anxiety-visited {
	float:left;
	width:78px;
	clear:both;
}

#happy a {
	x-float:left;
	position:relative;
	top:0;
	left:55px;
	width:78px;
	height:74px;
	x-margin: 0 0 0 55px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/happiness.png) 0 0 no-repeat;
}

#happy a:hover {
	background:transparent url(http://www.minichill.com/images/interface/happiness.png) 0 -74px no-repeat;
}

#happy-visited {
	x-float:left;
	position:relative;
	top:0;
	left:55px;
	width:78px;
	height:74px;
	x-margin: 0 0 0 55px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/happiness.png) 0 -74px no-repeat;
}

#focus a {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/focus.png) 0 0 no-repeat;
}

#focus a:hover {
	background:transparent url(http://www.minichill.com/images/interface/focus.png) 0 -74px no-repeat;
}

#focus-visited {
	x-float:left;
	top:0;
	left:0;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/focus.png) 0 -74px no-repeat;
}

#relax a {
	x-float:left;
	position:relative;
	top:0;
	left:55px;
	width:78px;
	height:74px;
	text-indent:-9999px;
	x-margin: 0 0 0 55px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/relaxation.png) 0 0 no-repeat;
}

#relax a:hover {
	background:transparent url(http://www.minichill.com/images/interface/relaxation.png) 0 -74px no-repeat;
}

#relax-visited {
	x-float:left;
	position:relative;
	top:0;
	left:55px;
	width:78px;
	height:74px;
	text-indent:-9999px;
	x-margin: 0 0 0 55px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/relaxation.png) 0 -74px no-repeat;
}

#anxiety a {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/anxiety.png) 0 0 no-repeat;
}

#anxiety a:hover {
	background:transparent url(http://www.minichill.com/images/interface/anxiety.png) 0 -74px no-repeat;
}

#anxiety-visited {
	x-float:left;
	position:relative;
	top:0;
	left:0;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/anxiety.png) 0 -74px no-repeat;
}

x-#request-chill a {
	float:left;
	width:78px;
	height:74px;
	margin: 0 0 0 55px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/request-chill.png) 0 0 no-repeat;
}

x-#request-chill a:hover {
	background:transparent url(http://www.minichill.com/images/interface/request-chill.png) 0 -74px no-repeat;
}

#distrib-info a {
	float:left;
	width:78px;
	height:74px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/distrib-info.png) 0 0 no-repeat;
}

#distrib-info a:hover {
	background:transparent url(http://www.minichill.com/images/interface/distrib-info.png) 0 -74px no-repeat;
}


/* our story */

#our-story {
	float:left;
	width:600px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #004c6d;
}

#our-story-hd {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:155px;
	height:49px;
	background:transparent url(http://www.minichill.com/images/interface/our-story.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#time-to-chill {
	float:left;
	width:158px;
	height:28px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/time-to-chill.png) 0 0 no-repeat;
	margin: 25px 0 5px 0;
}

#time-ul {
	float:left;
	width:600px;
}

#time-ul li {
	float:left;
	width:275px;
	height:55px;
	margin: 0 15px 10px 0;
	font-size:13px;
}

#time-ul li p {
	padding:10px 0 0 0;
	font-size:14px;
}

#time-ul li img {
	float:left;
	margin: 0 5px 0 0;
}

#boss {
	background:transparent url(http://www.minichill.com/images/interface/boss.png) 0 2px no-repeat;
}

#date {
	background:transparent url(http://www.minichill.com/images/interface/heart.png) 10px 0 no-repeat;
}

#guitar {
	background:transparent url(http://www.minichill.com/images/interface/guitar.png) 3px 3px no-repeat;
}

#exam {
	background:transparent url(http://www.minichill.com/images/interface/exam.png) 0 0 no-repeat;
}

#why-minichill {
	float:left;
	width:115px;
	height:28px;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://www.minichill.com/images/interface/why-minichill.png) 0 0 no-repeat;
	margin: 10px 0 5px 13px;
}

#why-ul {
	float:left;
	width:140px;
	list-style:disc;
	font-size:13px;
	color:#000;
	padding:0 0 0 15px;
	clear:both;
}

#let-us-know {
	position:relative;
	top:140px;
	left:0;
	width:155px;
	x-margin:145px 0 0 0;
}

#let-us-know a{
	float:left;
	width:135px;
	padding: 15px 10px 15px 10px;
	color:#fff;
	background-color:#004c6d;
	font-size:13px;
}


/* lab */

#left-col-lab {
	float:left;
	width:600px;
	min-height:300px;
	background:transparent url(http://www.minichill.com/images/interface/bottle-tilt.png) 0 35px no-repeat;
	margin: 0 0 0 30px;
}

.lab-info {
	float:left;
	width:600px;
	margin: 15px 0 0 0;
}

#examiner {
	float:left;
	width:600px;
	margin:30px 0 0 0;
}

#examiner h5 a {
font-size:16px;
}

#examiner p {
	font-size:14px;
	margin:5px 0 0 0;
}


#examiner img {
float:left;
margin: 0 10px 5px 0;
}

#lab-email a{
	float:left;
	width:191px;
	height:90px;
	background:transparent url(http://www.minichill.com/images/buybuttonLAB.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 15px 0 0 50px;
}

#facts a {
	float:left;;
	width:191px;
	height:71px;
	background:transparent url(http://www.minichill.com/images/interface/nut-info-btn.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 15px 0 0 50px;
}


#so-good {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:490px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/so-good.png) 0 0 no-repeat;
	text-indent:-9999px;
}


#happiness-htp {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:245px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/happiness-hd.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#focus-thea {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:245px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/focus-thea.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#anti-gaba {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:270px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/anti-gaba.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#relax-val {
	position:absolute;
	top:-45px;
	left:30px;
	display:block;
	width:270px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/relax-val.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#nut-info-hd{
	position:absolute;
	display:block;
	top:-45px;
	left:30px;
	width:275px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/nutrition-info.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#nut-info {
	float:left;
	width:467px;
	margin: 15px 0 0 30px;
}

#nut-info h3{
	float:left;
	width:467px;
}

#nut-panel {
	float:right;
	width:288px;
	margin: 15px 15px 0 0;
}

#nut-facts-panel {
	margin:20px 0 0 0;
}

x-#content h4 {
	float:left;
	width:288px;
	font-size:18px;
	font-weight:bold;
	margin: 15px 0 0 0;
}

/* lounge */

#left-col-lounge, #left-col-club {
	float:left;
	width:467px;
	margin: 0 0 0 30px;
}

#right-col-lounge {
	float:left;
	width:275px;
	margin: 0 0 0 30px;
}

#right-col-club {}
float:left;
width:275px;
}

#lounge-hd {
	position:absolute;
	top:-45px;
	left:0px;
	display:block;
	width:204px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/lounge-hd.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 0 0 0 30px;
}

#lounge-join, #lounge-join p {
		float:left;	
		width:275px;
		margin:0;	
		font-size:11px;
}

#lounge-join h3 a {
		float:left;
		width:275px;
		height:50px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/join-the-club-2.png) 0 0 no-repeat;
		text-indent:-9999px;
		margin: 0 0 5px 0;
}

#find-us-web {
	float:left;
	width:275px;
}

#find-us-web h3 {
		float:left;
		width:275px;
		height:28px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/find-us-web.png) 0 0 no-repeat;
		text-indent:-9999px;
		margin: 15px 0 5px 0;
}

#find-us-web li {
	float:left;
}

#recent-tweets h3 {
		float:left;
		width:275px;
		height:44px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/recent-tweets.png) 0 0 no-repeat;
		text-indent:-9999px;
		margin: 15px 0 5px 0;
}

#recent-tweets {
	float:left;
	width:275px;
}

#recent-tweets ul {
	float:left;
	width:275px;
	margin: 0 0 5px 0;
}

.tweet-time {
	text-indent:5px;
	color:#1FC4F4;
}

#lounge-twitter a {
		x-float:left;
		position:relative;
		top:0;
		left:0;
		width:115px;
		height:28px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/lounge-twitter.png) 0 0 no-repeat;
		text-indent:-9999px;
}

#lounge-facebook a {
		x-float:left;
		position:relative;
		top:0;
		left:0;
		width:115px;
		height:28px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/lounge-facebook.png) 0 0 no-repeat;
		text-indent:-9999px;
}

#lounge-myspace a {
		x-float:left;
		position:relative;
		top:0;
		left:0;
		width:115px;
		height:28px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/lounge-myspace.png) 0 0 no-repeat;
		text-indent:-9999px;
}

#lounge-youtube a {
		x-float:left;
		position:relative;
		top:0;
		left:0;
		width:115px;
		height:28px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/lounge-youtube.png) 0 0 no-repeat;
		text-indent:-9999px;
}

#blog {
	float:left;
	width:467px;
	margin: 15px 0 0 0;
}

.blog-post {
	float:left;
	margin: 0 0 15px 0;
}

.blog-post h3 {
	font-size:18px;
	margin:0 0 5px 0;
}

.blog-post h4 {
	font-weight:normal;
	font-size:12px;
	text-indent:15px;
	margin:0 0 15px 0;
}

.blog-post img {
	float:left;
	margin:0 0 15px 0;
}

#blog p  {
	font-size:14px;
}

/* faq */

.faq {
	float:left;
	width:600px;
	padding: 0 0 15px 0;
}

.faq p {
	font-size:16px;
	margin:0;
}

#time-to-drink {
	list-style:decimal;
	margin:0 0 0 30px;
}

#time-to-drink li {
	font-size:16px;
}

/* chill club */

#club-hd {
	position:absolute;
	top:-45px;
	left:0px;
	display:block;
	width:204px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/club-hd.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 0 0 0 30px;
}

#club-signup {
	float:left;
	margin:15px 0 0 0;
}

#club-signup h3 {
	display:block;
	margin:0 0 0 0;
}

/* contact */

#contact-hd {
	position:absolute;
	top:-45px;
	left:0px;
	display:block;
	width:204px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/contact-hd.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 0 0 0 30px;
}

#contact_form {
	position:relative;
	top:15px;
	left:0;
}

/* press page */
#press-col {
	float:left;
	width:515px;
	margin: 30px 0 0 30px;
}

#quote-col {
	float:left;
	display:block;
	height:100%;
	width:205px;
	margin: 20px 0 0 55px;
}

.press-left, .press-right {
	float:left;
	min-width:512px;
	margin: 0 0 45px 0;
}

.press-left a .press-icon {
	float:left;
	width:250px;
	margin: 0 15px 0 0;
}

.press-right a .press-icon {
	float:right;
	width:250px;
	margin: 0 0 0 15px;
}

.press-left p, .press-right p {
	font-size:14px;
}

#press-hd {
	position:absolute;
	top:-45px;
	left:0px;
	display:block;
	width:204px;
	height:52px;
	background:transparent url(http://www.minichill.com/images/interface/press-hd.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin: 0 0 0 30px;
}

#quotes-hd {
		float:left;
		width:205px;
		height:53px;
		display:block;
		background: transparent url(http://www.minichill.com/images/interface/quotes-hd.png) 0 0 no-repeat;
		text-indent:-9999px;
		margin: -25px 0 0 0;
}

.quotes {
	float:left;
	clear:both;
	width:205px;
	text-indent:0px;
	margin: 55px 0 0 0;
}



#quote-col p {
	float:left;
	width:155px;
	min-height:20px;
	font-size:14px;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	background: url(http://www.minichill.com/images/interface/quote-mark.png) 0 0 no-repeat
}


#quote-col h3 {
	float:left;
	width:200px;
	font-size:14px;
	padding: 0 0 0 40px;
	margin:5px 0 0 0;
}



/* footer */

#footer{
	float:left;
	width:835px;
	height:180px;
	background: transparent url(http://www.minichill.com/images/interface/footer-rounded.png) 100% 100% no-repeat;
}	

#sub-nav {
	margin:115px 0 0 0;
}

#footer p {
	color:#E7F6FD;
	text-align:center;
}

#footer a {
	color:#E7F6FD;
}

#footer a:hover {
	color:#1FC4F4;
}

/* slideshow */

.clear {
	clear:both
}

#slideshow {
	float:left;
	width:475px;
	margin:25px 0 0 0;
}

#gallery {
	position:relative;
	height:307px;
}
	
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}

#gallery .caption {
	font-size:16px;
	font-family:"Myriad", "arial", sans-serif;
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px
}
	
#gallery .caption .content h3 {
	font-family:"Myriad", "arial", sans-serif;
	margin:0;
	padding:0;
	color:#1FC4F4;
}


