@charset "utf-8";

body
{
	font-family: verdana,georgia,serif;
	color: #fbc0ba;
}

a
{
        color:#ffffff;
}

h1
{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

h1.recipe
{
	text-align: center;
	height: 40px;
	font-size: 24px;
	padding-top: 15px;
	background: url(../images/background-recipeHeader.png) top center no-repeat;
}

img
{
	border: 0;
}

p.alignRight
{
	text-align: right;
}

.navi
{
	line-height: 1.0;
}

.naviItem a:link, .naviItem a:visited, .naviItem a:active
{
	color: #411100;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	display: block;
	padding: 8px 0px 8px 0px;
}
.naviItem a#brand			{ padding-top: 14px; height: 21px; }
.naviItem a#essentials		{  }
.naviItem a#cognac			{  }
.naviItem a#mix				{ padding-top: 14px; height: 21px; }
.naviItem a#cvtf			{ padding-top: 14px; height: 21px; }
.naviItem a#punch			{  }
.naviItem a#spirit			{  }
.naviItem a#buy				{ padding-top: 14px; height: 21px; }

.naviItem a:hover
{
	color: #ffffff;
}

.naviItem a.active:link, .naviItem a.active:visited, .naviItem a.active:active
{
	color: #ffffff;
}

.naviSubItem a:link, .naviSubItem a:visited, .naviSubItem a:active
{
	display: block;
	/*width: 156px;*/
	height: 25px;
	text-align: center;
	padding-top: 10px;
	padding-left: 0px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/background-subNav.png) top left no-repeat;
}

.naviSubItem a.active:link, .naviSubItem a.active:visited, .naviSubItem a.active:active
{
	background: url(../images/backgroundActive-subNav.png) top left no-repeat;
	color: #ffffff;
}

.naviSubItem a:hover
{
	color: #bfb290;
}

.gform_wrapper{
    width:445px;
    border:0px solid;
	
}

.gform_body {
    text-align:left;
}

.gform_body ul{

    list-style:none;
}

.gfield {
    margin-bottom:20px;
}

.gfield textarea{
    height:100px;
    width:400px;
    border:1px solid #6ECFF5;
}

.medium{
    width:250px;
    border:1px solid #6ECFF5;
}

.gfield checkbox{
    border:1px solid #6ECFF5;
}

.gform_footer{
    float:right;
}



