/* CSS Document */

/* subnav */

ul#subnav {
	padding:25px 0 0 14px;
	background-image:url(../../images/photoCakeNav.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
	min-height:245px;
	width: 190px;
}

ul#subnav li {
	padding-left:21px;
	margin-bottom:3px;
	display: inline-block;
}

ul#subnav li.On {
	background-image:url(../../images/photoCakeNavOn.gif);
	background-repeat:no-repeat;
}

/* callout */

.callOutRight {
	border-bottom: 5px #C8E3D9 solid;
	border-top: 5px #C8E3D9 solid;
	width:192px;
	min-height:100px;
	margin:0 0 20px 20px;
	float:right;
}

.callOutRight p {
	font-size:18px;
	line-height:150%;
}

.callOutRight a {
	font-size:18px;
	color:#FF8375;
	text-decoration:none;
}

.callOutRight a:hover {
	text-decoration:underline;
}

/* form */

label {
	line-height: 165%;
}

textarea {
	height: 135px;
}

.button {
	width: 80px;
}

 label, input, textarea {
	width: 280px;
	display:inline;
	margin: 5px 0;
}

.contactLeft {
	float:left;
	width:339px;
	padding-right:30px;
}

.contactRight {
	float:right;
	width:339px;
	padding-right:30px;
}

/* end form */

/* galleries */

#mainPhoto {
	background-image: url(../../images/gallery-mainImageShading.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
}

ul#thumbnailArea {
	margin: 10px 0 0;
	padding: 0;
	float: right;
	width: 110px;
}

#thumbnailArea li {
	list-style-type: none;
	margin: 0 4px 4px 0;
	padding: 0;
	display: inline;
	float: left;
	border: 4px solid #DDD;
}

.thumbnailCaption {
	float: right; 
	width: 100px;
	font-size: 10px;
	line-height: 110%;
}