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



body{
	font: .85em/1.4em Palatino Linotype, Book Antiqua, Palatino, serif;
	background-color:#DDE8A4;
}

a {
	color:#9aa51b;
	text-decoration:none;
}

a:hover {
	color:#036;
	text-decoration:none;
}

a:active
{
  outline: none;
}

img {
	border:none;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	color:#b0bc22;
	margin:8px 0 3px 0;
}


/* LAYOUT DIVS */

.mainDiv{
	width:1000px;
	height:750px;
	margin:10px auto;
	position: relative;
}

#mainDivHome{
	background:#FFF url(../images/bg1_home.jpg) no-repeat top center;
}

#mainDivProcess{
	background:#FFF url(../images/bg_process.jpg) no-repeat top center;
}

#mainDivIngredients{
	background:#FFF url(../images/bg_ingredients.jpg) no-repeat top center;
}

#mainDivCocktails{
	background:#FFF url(../images/bg_cocktails.jpg) no-repeat top center;
}

#mainDivPress{
	background:#FFF url(../images/bg_press.jpg) no-repeat top center;
}

#navLeft {
	width:222px;
	height:224px;
	position:absolute;
	top:200px;
	left:0;
	z-index: 1000;
}

#midContent {
	position:absolute;
	top:117px;
	height:486px;
	background:transparent url(../images/mid_bg.png) no-repeat center top;
	left: 144px;
	width: 856px;
}

#midLeft{
	width:380px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#midLeftPress{
	width:428px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#midRight{
	width:405px;
	position: absolute;
	top: 0px;
	left: 390px;
	padding: 5px 30px 15px 30px;
}

#midRightPress{
	width:390px;
	position: absolute;
	top: 80px;
	left: 435px;
	padding: 5px 10px 15px 10px;
	height: 390px;
	overflow: scroll;
}

#midRightPressMovie{
	width:390px;
	position: absolute;
	top: 0px;
	left: 435px;
	padding: 5px 10px;
	height: 75px;
}

#taglineBottom {
	position:absolute;
	top:700px;
	left:135px;
}

.bottomNav {
	width:900px;
	margin:15px auto;
}

.bottomNav ul {
	text-align:center;
}

.bottomNav li{
	display:inline;
	margin:0 20px;
}

.fbLink {
	position:absolute;
	width:34px;
	height:34px;
	top:560px;
	left:20px;
}

/* TEXT STYLES */

.italText {
	font-style:italic;
}	

.boldText {
	font-weight:bold;
}

.indentText {
	text-indent: 30px;	
}

.capsText {
	text-transform:uppercase;	
}

.rightAlign {
	text-align:right;	
}

.recipeText{
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
	line-height: 1.1;
	margin: 4px 0;
}

/* LAYOUT STYLES */


.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearAll { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearMe {
	clear:both;	
}

.titleRight {
	padding:20px 0 12px 0;
}

.titleLeft {
	padding:16px 0 2px 0;
}


.leftMargin{
	margin:30px 0 0 150px;
}

.scrollOver {
	overflow:auto;
	height:460px;
}

/* SIGNUP BAR */

#signupBar{
	width:480px;
	height:24px;
	padding:8px 20px 0 13px;
	position:relative;
	top:85px;
	left:485px;
}

#signupBar li{
	float:left;
	margin-right:0;
}	

.signupBar input{
	background-color:#dce97c;
	border:0;
	margin:0 4px;
}

/* CONTACT FORM */

.contactFormList {
	list-style-type:none;	
}

.contactFormList input, .contactFormList textarea{
	background:transparent;
	border:1px solid #999;
	margin:9px 0 1px 0;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#DDE8A4; 
     
    width:640px;     
    height:380px; 
    border:1px solid #666; 
	
	padding:15px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
