/* Home Page
-----------------------------------------------------------------*/
body#item36862 {
	background:#fbdce1 url(../images/home_bg.gif) 0 0 repeat-x;
}
body#item36862.admin {
	background:#fbdce1 url(../images/home_bg.gif) 0 14px repeat-x;
}
body#item36862 #component-add-bar {
	display:none;
}
body#item36862 .edit-button, body#item36862 .edit-option {
	display:none;
}

#divcomp145555{
display:none;
}
body#item36862 #header {
	height: 404px;
	width:388px;
	position: relative;
	top:16px;left:0px;
	margin:0;padding:0;
	background: transparent url(../images/home_logo.jpg) 0 4px no-repeat;
}
body#item36862 #header #logo {
	position:absolute;
	top:213px;
}
body#item36862 #header #logo a{
	display:block;
	width:220px;
	height:205px;
	text-indent:-9999px;
}
body#item36862 #wrap {
	background: none;
}
body#item36862 #tabs {
	position:relative;
	background:transparent url(../images/home_swirl.jpg) 0 37px no-repeat;
	top:-96px;left:370px;
	width:465px;height:250px; 
}
body#item36862 #tabs #nav {
	position:absolute;
	top:0;left:75px;
}

body#item36862 #collection {
	position:absolute;
	top:35px;left:420px;
	background: #F5F2ED url(../images/home_collections.jpg) 0 0 no-repeat;
}
body#item36862 #registry {
	position:absolute;
	top:35px;left:635px;
	background: #F5F2ED url(../images/home_registry.jpg) 0 0 no-repeat;
}
body#item36862 #footer {
	background:none;
	position:relative;
	top:-50px;
	height:60px;
}
body#item36862 #footerwrap {
	color:#462001;
	
}
body#item36862 #footerwrap p {
	line-height:180%;
}
body#item36862 #copyright{
	position: relative;
	text-align: right;
	top:-50px;
	margin:0;padding:0;
	color:#F4909C;
}

body#item36862 #poweredby{
	position: relative;
	text-align: right;
	top:-45px;
	margin:0;padding:0;
	color:#F4909C;
}

body#item36862 #poweredby a{
color:#F4909C;
}

a.button {
	display:block;
	padding:4px 0px;
	margin:0px;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	background:#C8223B;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	width: 200px;

}

a.button:hover {
	background:#F9C8CB;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
	color:#C8223B;
}

/* Collection 01
----------------------------------------------------------*/
.comp-collection-01 {
	clear:both;
	padding-top:10px;
}
	.comp-collection-01 a {
		text-decoration:none;
	}
	.comp-collection-01 .images {
		float:left;
		width:200px;
		overflow:hidden;
		text-align:center;
	}
	.comp-collection-01 .info {
		float:left;
		width:318px;
		margin-left:10px;
	}
		.comp-collection-01 .info p {
			margin:0;padding:0;
		}
			.comp-collection-01 .info p.description {
				margin-bottom:10px;
			}
		.comp-collection-01 .info table {
			width:318px;
			border-collapse: collapse;
		}
			.comp-collection-01 .info table th, .comp-collection-01 .info table td {
				padding:2px;
				border:1px solid #431E01;
			}
			.comp-collection-01 .info table th {
				background:#431E01;
				color:#FFF;
			}