/* background: #F9F0D8 */
/* secondary background: #FFFAEE */
/* borders   : #AEA897 */

body{
//	font-family: arial, sans-serif;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;

	background:#f9e6c5 url(/images/body-bg.gif);
}

A:link, A:visited{
	color: #4C406E;
}

div.cake_types{
	background: #FFF3C8;
	color: #6E633E;
	padding:6px;
	margin:10px;
	border:2px solid black;
	text-align:center;
	z-index:20;
}

div.cake_types A.unselected{
	white-space: nowrap;
	color: #6E633E;
}
div.cake_types A.selected{
	white-space: nowrap;
	color: black;
	text-decoration: none;
}

span.nav{
	display: block;
	background: #FFF3C8;
	color: #6E633E;
	padding-top:6px;
	padding-bottom:6px;
	width: 151px;
	margin:10px;
	border:2px solid black;
}

span.cake_type, span.cake_type_selected{
	font-size:80%;
	display:block;
	padding:4px;
	margin-left:10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 151px;
	border:2px solid black;
	background: #FFF3C8;
}

span.info{
	display: block;
	position: relative;
	z-axis: 5;
	text-align: left;
	background: #FFF3C8;
	color: #6E633E;
	margin-left:10px;
	width:160px;
	padding:4px;
	font-size:70%;
	border:2px solid black;
}

span.info_title{
	color:black;
	display:block;
	margin-bottom: 2px; 
	padding-bottom:3px;
	text-align:center; 
}

span.nav A:link, span.nav A:visited, span.cake_type A:link, span.cake_type A:visited, span.cake_type_selected A:link, span.cake_type_selected A:visited{
	color: #6E633E;
	text-decoration: none;
	font-weight:bold;
}


table.main{
	width: 800px; 
	height:500px; 
//	border:2px solid #AEA897; 
	border:1px solid black; 
	background: #F9F0D8; 
	margin-top:50px; 
	margin-left:auto; 
	margin-right:auto;
	border-collapse: collapse;
}

td.logo{
	background:url(images/logo.gif); 
	background-repeat: no-repeat; 
	height:188px;
	width:800px;
}

td.footer{
	background: #9d8e59;
	text-align: center; 
	font-size: 80%;
}

td.footer A{
	color: black;
}

td.annex{
	display: inline-block; 
	width: 173px;
	height: 100%;
	min-height: 400px;
	background:url(images/annex_border.gif);
	background-repeat: repeat-y; 
	text-align: center; 
	vertical-align: top;
	float:left;
	padding-bottom:10px;
}

span.annex_content{
	font-size: 75%;
	padding:5px; 
	text-align:left;
}

td.content{
	padding: 10px;
	text-align: left;
	height:325px;
	vertical-align:top;
}

span.welcome_title{
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom:10px;
}

span.welcome_text{
	font-size: 90%;
}

span.prices_title, span.combo_title{
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
}	

td.price_desc{
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

tr.even{
        background: #F9F0D8;
}

td.price_price{
	vertical-align: top;
	text-align:right;
	width: 150px;
	display:inline-block;
	margin-bottom:10px;
	padding-right:10px;
	padding: 1px, 5px, 10px, 5px;
}

table.price_table{
	border-collapse: collapse;
	background: #FFFAEE; 
	border: 1px solid #AEA897;
	margin-bottom: 10px;
}

span.combo_name{
	font-weight: bold;
	margin-left:10px;
	display:block;
	color: #6E633E;
}

span.combo_desc{
	display:block;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom:10px;
}

span.combo_notes{
	font-size: 90%;
	text-align: center;
}

span.price_notes{
	width:100%;
	text-align:center;
}

span.filmstrip{
	display: block;
	white-space: nowrap; 
	width: 600px; 
	height: 147px;
	overflow: auto;
	border:1px solid #AEA897;
	background: #FFFAEE;
}

span.thumbnail{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}

img.thumbnail{
	margin-top:10px;
	border:1px solid #AEA897;
	cursor:pointer;
}

div.main_photo{
	width:100%;
	text-align: center;
}

img.main_photo{
	display:block;
	margin-bottom:10px;
	border: 1px solid #AEA897;
	margin-left: auto;
	margin-right:auto;
}

span.photo_caption{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	padding:3px;
	border: 1px solid #AEA897;
	background: #FFFAEE;
}

span.affiliations_heading{
	font-weight: bold;
	font-size:110%;
	color: #6E633E;
}

#affiliations{
	margin:10px;
	border: 1px solid #AEA897;
	background: #FFFAEE;
}

span.irene_blurb{
	display: block;
	margin: 10px;
}

