@charset "UTF-8";
/* CSS Document */
html, body {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #221E1F;
background-color: #004811;
_height: 100%;
_overflow: auto; 
}

a {
outline: none;
text-decoration: none;
color: #EE1D23;
}

a:hover{
color: #1EA932;
}

hr {
border: 0px;
border-bottom-width: 5px;
color:  #1EA932;
border-bottom-color: #1EA932;
border-bottom-style: solid;
}

#wrapper{
padding: 0px;
margin: 0px;
text-align: left;
width: 900px;
background-image: url(../images/backgrounds/bg-main.jpg);
background-repeat: repeat-y;
background-position: top;
background-attachment: fixed;
background-color: #FFFFFF;
}

#wrapper-blank{
padding: 0px;
margin: 0px;
text-align: left;
width: 900px;
background-color: #FFFFFF;
}

#header-floater{
position: fixed;
_position: absolute; /*IE6 HACK*/ 
}

/*NAVIGATION*/

#navigation{
text-align: left;
padding: 0px;
margin: 0px;
_margin-top: -4px; /*IE6 HACK*/
}

#navigation li{
list-style: none;
list-style-type: none;
list-style-position: outside;
float: left;
}

/*HOME STYLES*/

#home-content{
text-align: center;
margin-top: -12px;
}

#home-image{
background-image: url(../images/backgrounds/bghomepg2.jpg);
background-position: top;
background-repeat: no-repeat;
height: 526px;
}

#home-left{
float: left;
width: 33px;
margin-top: 460px;
margin-left: 190px;
_margin-left: 95px; /*IE6 HACK*/ 
}

#home-right{
float: right;
width: 33px;
margin-top: 465px;
margin-right: 40px;
_margin-right: 20px; /*IE6 HACK*/ 
}

/*CONTENT STYLES*/

#content-wrapper{
padding-top: 150px;
}

#title-content{
padding-top: 20px;
text-align: center;
}

#content-padding{
padding-top: 15px;
}

#main-content{
padding-left: 35px;
padding-right: 40px;
padding-top: 8px;
padding-bottom: 10px;
}

#content-left{
float: left;
width: 180px;
}

#content-right{
float: right;
width: 618px;
padding-left: 20px;
padding-right: 6px;
padding-top: 17px;
}

#short-content{
height: 675px;
}

/*NEWS STYLES*/

#news-content{
padding-top: 20px;
text-align: center;
}

#news-content-left{
float: left;
width: 282px;
}

#news-content-right{
float: right;
width: 618px;
}

#news-inner-content-left{
float: left;
text-align: left;
width: 328px;
padding-top: 15px;
padding-left: 12px;
padding-right: 40px;
}

#news-inner-content-right{
float: left;
width: 236px;
}

/*RECIPES STYLES*/

#recipe-content{
padding: 0px;
padding-top: 5px;
margin: 0px;
margin-top: -10px;
background-image: url(../images/backgrounds/bg-cocktails-recipes.jpg);
background-repeat: no-repeat;
background-position: top;
height: 675px;
}

#recipe-images{
float: left;
width: 328px;
text-align: left;
}

#recipe-main-content{
float: right;
width: 386px;
padding-right: 184px;
text-align: left;
}

/*CONTACT STYLES*/

#contact-content{
padding: 0px;
margin: 0px;
background-image: url(../images/backgrounds/bg-contactbots.gif);
background-repeat: no-repeat;
background-position: top;
height: 675px;
}

#contact-alignment{
width: 540px;
padding-left: 200px;
}

/*SHOWITEMS STYLES*/

#show-item-wrapper{
width: 312px;
height: 310px;
}

#show-item-thumb{
float: left;
width: 52px;
text-align: left;
}

#show-item-teaser{
float: right;
padding-left: 14px;
text-align: left;
width: 244px;
}

#show-item-wrapper-slim{
width: 280px;
height: 335px;
}

#show-item-thumb-slim{
float: left;
width: 105px;
text-align: left;
}

#show-item-thumb-slim2{
float: left;
width: 70px;
text-align: left;
}

#show-item-teaser-slim{
float: right;
text-align: left;
width: 174px;
}

#show-item-teaser-slim2{
float: right;
text-align: left;
width: 200px;
padding-right: 10px;
}

#show-item-text{
font-size: 12px;
}

/*PRODUCT STYLES*/

#sol-wrapper-left{
float: left;
width: 450px;
}

#sol-left{
float: left;
width: 116px;
}

#sol-padding{
float: right;
text-align: center;
width: 330px;
}

#sol-right{
float: right;
widows: 116px;
}

/*POPUP STYLES*/
#popup-wrapper{
width: 900px;
height: 900px;
background-color: #1DB723;
}

#popup-inner-wrapper{
background-image: url(../images/backgrounds/bg-popup.jpg);
background-position: top;
background-repeat: repeat-x;
padding-top: 12px;
padding-left: 17px;
padding-right: 17px;
text-align: center;
color: #FFFFFF;
height: 684px;
}

#popup-left{
float: left;
width: 680px;
text-align: right;
}

#popup-right{
float: right;
width: 97px;
}

/*FONT STYLES*/

.title{
font-size: 60px;
color: #014810;
}

.subtitle{
font-size: 24px;
font-weight: bold;
}

.green-subtitle{
font-size: 18px;
color: #087649;
font-weight: bold;
}

.special-orange-text{
font-size: 24px;
color: #F06023;
font-style: italic;
font-weight: bold;
}

.text-orange{
color: #F06023;
}

.text-green{
color: #087649;
}

.text-red{
color: #E70B0A;
}

.text-black{
color: #000000;
}