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

/*
FDDDD5
f79c88
B32317
591f00
*/


.header {
	width: 678px;
	background: #f79c88;
	float: left;
}

.header h3 {
	float: left;
	background: url(../../images/h3_cocktails.gif) 0 0 no-repeat;
	width: 465px;
	height: 0;
	padding-top: 48px;
	overflow: hidden;
}

a.logo {}

.header h4.subtitle {
	color: #B32317;
	padding: 0 0 0 22px;
	margin-top: -6px;
	font-size: 1em;
	width: 513px;
	height: 13px;
	font-style: italic;
	float: left;
	clear: left;
}

.header #cocktailForm {
	width: 513px;
	height: 28px;
	padding: 15px 25px;
	float: left;
	clear: left;
}



#columnB {
	width: 356px;
	margin-right: 0;
}

#cocktailForm label {
	display: inline;
	float: left;
	font-weight: bold;
	color: #591f00;
	margin: 0 10px 0 0;
}

#cocktailForm select {
	float: left;
	margin: 0;
	font-size: 9px;
}

.facts {
	border: solid 11px #f79c88;
	border-top: none;
	padding: 0 0 10px;
	margin: 0 0 10px;
	/* fixes disappearing borders in IE */
	position: relative;
}

.facts h4, .recipes h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 3px 10px;
	color: #591f00;
}

.facts h5, .recipes h5 {
	background: #B32317;
	color: #fff;
	font-weight: normal;
	margin: 0 1px;
	text-transform: uppercase;
	height: 18px;
	font-size: 1em;
	padding: 5px 10px 0;
}

.facts img, .recipes .image {
	margin: 13px;
	display: block;
	float: left;
}
.recipes .image {
	width: 300px;
}

.facts .copy {
	width: 198px;
	float: left;
}

.facts .copy h6 {
	margin: 13px 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #591f00;
	font-size:1em;
}

.facts .copy p {
	margin: 4px 0;
	color: #B32317;
}

.recipes .image .caption {
	width: 300px;
	font-style: italic;
}

.recipes .image .caption p {
	margin: 0 0 3px;
	font-weight: bold;
}

.recipes ul {
	float: left;
	margin: 13px 0;
	width: 312px;
	padding: 0;
	list-style: none;
	color: #B32317;
	background: #fdddd5;
}

.recipes li {
	padding: 4px 10px;
}
.recipes li.other {
	background: #fff;
} 

#columnC {
	width: 322px;
	background: #f79c88;
	padding: 0;
}

#columnC .ad { 
	margin: 0;
	background: #fff;
	padding-bottom: 0;
}

#columnC .ad .label{
	background: none;
	text-indent: 0;
	width: 300px;
	font-weight:bold;
}

#main .columns .recipes {
	margin: 0 0 10px;
	border: solid 11px #f79c88;
	float: left;
	clear: both;
	width: 655px;
	padding-bottom: 13px;
	
}


