body {
	margin: 0;
	padding: 0;
	font: 1em/1.5em Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	color: #300;
	background: #EEE9DB;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	color: #900;
	font-weight: normal;
	font-variant: small-caps;
}

h1 {
	margin: 0;
	padding: 0 0 20px;
	background: url('../images/regions/bg_heading.gif') no-repeat 35px bottom;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	float: left;
}

a img {
	border: none;
}

.container {
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/italy/logo.jpg') no-repeat left top;
	border-bottom: 1px solid #DDD3B0;
}

.header {
	width: 650px;
	height: 200px;
	float: right;
	background: url('../images/italy/header.jpg') no-repeat right top;
}

.header h1 {
	display: none;
}

body#wines .header {
	background-image: url('../images/italy/header_wines.jpg');
}

body#regions .header {
	background-image: url('../images/italy/header_regions.jpg');
}

body#foods .header {
	background-image: url('../images/italy/header_foods.jpg');
}

ul.nav {
	float: right;
	clear: right;
	width: 650px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #F0EBDB url('../images/regions/bg_nav.gif') repeat-x top;
}

ul.nav li {
	float: left;
}

ul.nav li a {
	color: #600;
	background: #F0EBDB url('../images/regions/bg_navOFF.gif') repeat-x top;
	font-variant: small-caps;
	line-height: 1em;
	padding: 15px 30px;
	display: block;
	text-decoration: none;
	border-bottom: 4px solid #DDD3B0;
}

ul.nav li a:hover {
	color: #900;
	background: #EBE4C4 url('../images/regions/bg_navOV.gif') repeat-x top;
}

body#home li.home a, body#regions li.regions a, body#wines li.wines a, body#foods li.foods a {
	color: #900;
	background-image: url('../images/regions/bg_navON.gif');
	border-bottom: 4px solid #900;
}

.content {
	clear: both;
	font-size: .814em;
	padding: 50px;
	background: url('../images/regions/bg_page.gif') no-repeat left bottom;
}

.promo {
	float: right;
	margin: 0 0 5px 25px;
	/* width: 308px; *//* added (and commented out) by nick d */
}
body#foods .promo {
	width: auto;
}

body#home .promo {
	margin: -50px -50px 0 50px;
	padding: 50px !important;
	width: 250px;
	height: 300px;
	background: url('../images/regions/bg_recipe.gif') no-repeat right top;
	display: inline;
}

body#home .promo a {
	color: #600;
	text-decoration: none;
}

.promo img {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #DDD3B0;
	width: auto;
	display: block;
}

.promo img em {
	display: none;
}

body#home .promo img {
	margin-top: 5px;
}

/* body#wines .promo img {
	width: 306px;
	height: 226px;
	background: url('../images/italy/promo_glossary.jpg') no-repeat 50% 50%;
} *//* commented out by nick d */

ul.promoImg {
	list-style-type: none;
}

ul.promoImg li a {
	color: #600;
	background: #DACFA5;
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #F0EBDB;
	border-left: 4px solid #600;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.5em;
}

ul.promoImg li a:hover {
	color: #900;
	background: #E3D9B1;
	border-left: 4px solid #900;
}

.button {
	width: 112px;
	height: 26px;
	padding: 0 0 0 7px;
	background: url('../images/regions/bt_go.gif') no-repeat left top;
	display: block;
	text-transform: uppercase;
	line-height: 26px;
}

.recipeTitle {
	background: #F0EBDB;
	border: 1px solid #DDD3B0;
	border-style: solid none;
	padding: 0 9px;
	font-style: italic;
}

.callout {
	background: #F0EBDB;
	border-bottom: 1px solid #DDD3B0;
	margin: 20px 0;
	padding: 15px 15px 0;
}

body#wines .callout, body#regions .callout {
	width: 370px;
}

.callout h2 {
	margin: -15px -15px 0;
	padding: 5px 15px;
	display: block;
	color: #FFF;
	background: #600;
}

.callout h3 {
	border-bottom: 1px solid #DDD3B0;
}

.callout ul {
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
}

.callout ul li {
	padding: 5px 35px;
	background: url('../images/regions/bg_bullet.gif') no-repeat 10px .75em;
}

table {
	border-bottom: 1px solid #DDD3B0;
}

td {
	 background: #F0EBDB;
}

.callout ul li.alt, tr.alt td {
	background-color: #FBF8EB;
}

th {
	color: #FFF;
	background: #600;
	font-size: 1.25em;
	font-variant: small-caps;
	font-weight: normal;
	text-align: left;
}

td, th {
	padding-left: 10px;
}

.recipeHead {
	margin-bottom: 25px !important;
}

.ingredients {
	margin: 0 0 0 15px;
	padding: 10px 30px 25px;
	float: left;
	width: 450px;
	background: #FFF;
	border: 1px #DDD3B0;
	border-style: none solid solid none;
}

.method {
	clear: left;
	padding: 10px 15px 20px;
}

.footer {
	width: 900px;
	margin: 10px auto;
	color: #986;
	font-size: .667em;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */