@charset "utf-8";
/* CSS Document */
h1 {
	
	font-size:28px;
	font-weight:500;
	color:#336699;
	padding: 5px;
}



/* Main content, left of page */
#main-shadow-container {
	float:left;
	position: relative;
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	width:935px;
}
 
#main-shadow-container .shadow2,
#main-shadow-container .shadow3,
#main-shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	
}

	#main-shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#main-shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#main-shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#main-shadow-container .container {
		background-color: #ffffff;
		background-image:url(../images/photoHomeCake.png);
		background-repeat:no-repeat;
		/*border: 1px solid #848284;*/
		padding: 10px;
		background-position:bottom left;
	}
	
	/* Top-Right mini-box */
	
	#semi-shadow-container {
	position: relative;
	float:right;
	left: 3px;
	top: 3px;
	margin-right: 40px;
	margin-bottom: 3px;
	margin-top:14px;
	width:400px;
}
 
#semi-shadow-container .shadow2,
#semi-shadow-container .shadow3,
#semi-shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#semi-shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#semi-shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#semi-shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#semi-shadow-container .container {
		background-color: #ffffff;
		background-image:url(../images/div-dec-small.png);
		background-repeat:no-repeat;
		background-position:top left;
		min-height:190px;
		/*border: 1px solid #848284;*/
		/*padding: 10px;*/
	}

/* 3rd Box */

	#demi-shadow-container {
	position: relative;
	float:right;
	left: 3px;
	top: 3px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top:14px;
	width:400px;
}
 
#demi-shadow-container .shadow2,
#demi-shadow-container .shadow3,
#demi-shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#demi-shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#demi-shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#demi-shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#demi-shadow-container .container {
		background-color: #ffffff;
		background-image:url(../images/div-dec-small.png);
		background-repeat:no-repeat;
		background-position:top left;
		min-height:190px;
		/*border: 1px solid #848284;*/
		/*padding: 10px;*/
	}
	
	#gallery {
	width: 920px;
	height: 660px;
	}
	
	.thumbnail {
	width:120px;
	height:120px;
	float: left;
	margin: 0 0 10px 10px;
	}


/* (C) 2007 YOOtheme.com */

div.yoo-gallery {
	overflow: hidden;
}

div.yoo-gallery div.thumbnails {
}

/* slideshow */
div.yoo-gallery div.slideshow-bg {
	margin-bottom: 10px;
}/* (C) 2007 YOOtheme.com */

div.default div.yoo-gallery div.thumbnail {
	padding: 2px;
	float: left;
}

div.default div.yoo-gallery div.thumbnail-bg {
	padding: 1px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	float: left;
}

div.default div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

body.yootools-black div.default div.yoo-gallery div.thumbnail-bg {
	border: 1px solid #464646;
	background: #141414;
}
/* (C) 2007 YOOtheme.com */

div.polaroid div.yoo-gallery div.thumbnail {
	padding: 15px;
	float: left;
	position: relative;
}

div.polaroid div.yoo-gallery div.polaroid-m {
	border: 1px solid #c8c8c8;
	background: #ffffff url(styles/thumbnail_polaroid/images/polaroid_m.png) 0 100% repeat-x;
	float: left;
}

div.polaroid div.yoo-gallery div.polaroid-l {
	background: url(styles/thumbnail_polaroid/images/polaroid_l.png) 0 100% no-repeat;
	float: left;
}

div.polaroid div.yoo-gallery div.polaroid-r {
	padding:6px 6px 18px 6px;
	background: url(styles/thumbnail_polaroid/images/polaroid_r.png) 100% 100% no-repeat;
	float: left;
}

div.polaroid div.yoo-gallery div.tape {
	position: absolute;
	top: 1px;
	left: 50%;
	z-index: 1;
	width: 78px;
	height: 28px;
	margin-left: -37px;
	background: url(styles/thumbnail_polaroid/images/tape.png) 0 0 no-repeat; /* ie6png:crop */
}

div.polaroid div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

div.rounded div.yoo-gallery div.thumbnail {
	padding: 7px;
	float: left;
	position: relative;
}

div.rounded div.yoo-gallery div.corner-tl,
div.rounded div.yoo-gallery div.corner-tr,
div.rounded div.yoo-gallery div.corner-bl,
div.rounded div.yoo-gallery div.corner-br {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 1;
}

div.rounded div.yoo-gallery div.corner-tl {
	top: 7px;
	left: 7px;
	background: url(styles/thumbnail_rounded/images/corners.png) -8px -8px no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-tr {
	top: 7px;
	right: 7px;
	background: url(styles/thumbnail_rounded/images/corners.png) 0 -8px no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-bl {
	bottom: 7px;
	left: 7px;
	background: url(styles/thumbnail_rounded/images/corners.png) -8px 0 no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.corner-br {
	bottom: 7px;
	right: 7px;
	background: url(styles/thumbnail_rounded/images/corners.png) 0 0 no-repeat; /* ie6png:crop */
}

div.rounded div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

body.yootools-black div.rounded div.yoo-gallery div.corner-tl {
	background: url(styles/thumbnail_rounded/black/images/corners.png) -8px -8px no-repeat; /* ie6png:crop */
}

body.yootools-black div.rounded div.yoo-gallery div.corner-tr {
	background: url(styles/thumbnail_rounded/black/images/corners.png) 0 -8px no-repeat; /* ie6png:crop */
}

body.yootools-black div.rounded div.yoo-gallery div.corner-bl {
	background: url(styles/thumbnail_rounded/black/images/corners.png) -8px 0 no-repeat; /* ie6png:crop */
}

body.yootools-black div.rounded div.yoo-gallery div.corner-br {
	background: url(styles/thumbnail_rounded/black/images/corners.png) 0 0 no-repeat; /* ie6png:crop */
}
/* (C) 2007 YOOtheme.com */

div.cutted div.yoo-gallery div.thumbnail {
	padding: 15px;
	float: left;
	position: relative;
}

div.cutted div.yoo-gallery div.thumbnail-bg {
	padding: 4px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
	float: left;
}

div.cutted div.yoo-gallery div.corner-tl,
div.cutted div.yoo-gallery div.corner-tr,
div.cutted div.yoo-gallery div.corner-bl,
div.cutted div.yoo-gallery div.corner-br {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 1;
}

div.cutted div.yoo-gallery div.corner-tl {
	top: 12px;
	left: 12px;
	background: url(styles/thumbnail_cutted/images/corners.png) -25px -25px no-repeat; /* ie6png:crop */
}

div.cutted div.yoo-gallery div.corner-tr {
	top: 12px;
	right: 12px;
	background: url(styles/thumbnail_cutted/images/corners.png) 0 -25px no-repeat; /* ie6png:crop */
}

div.cutted div.yoo-gallery div.corner-bl {
	bottom: 12px;
	left: 12px;
	background: url(styles/thumbnail_cutted/images/corners.png) -25px 0 no-repeat; /* ie6png:crop */
}

div.cutted div.yoo-gallery div.corner-br {
	bottom: 12px;
	right: 12px;
	background: url(styles/thumbnail_cutted/images/corners.png) 0 0 no-repeat; /* ie6png:crop */
}

div.cutted div.yoo-gallery div.thumbnail img {
	float: left;
}/* (C) 2007 YOOtheme.com */

body.yootools-black div.cutted div.yoo-gallery div.thumbnail-bg {
	border: 1px solid #323232;
	background: #141414;
}

body.yootools-black div.cutted div.yoo-gallery div.corner-tl {
	background: url(styles/thumbnail_cutted/black/images/corners.png) -25px -25px no-repeat; /* ie6png:crop */
}

body.yootools-black div.cutted div.yoo-gallery div.corner-tr {
	background: url(styles/thumbnail_cutted/black/images/corners.png) 0 -25px no-repeat; /* ie6png:crop */
}

body.yootools-black div.cutted div.yoo-gallery div.corner-bl {
	background: url(styles/thumbnail_cutted/black/images/corners.png) -25px 0 no-repeat; /* ie6png:crop */
}

body.yootools-black div.cutted div.yoo-gallery div.corner-br {
	background: url(styles/thumbnail_cutted/black/images/corners.png) 0 0 no-repeat; /* ie6png:crop */
}
/* (C) 2007 YOOtheme.com */

div.plain div.yoo-gallery div.thumbnail {
	float: left;
}

div.plain div.yoo-gallery div.thumbnail img {
	float: left;
}