@charset "UTF-8";
/* CSS Document */

#home_img_spacer {
	height:260px;
	background:#fff;
	overflow:visible;
}
	#home_img_spacer #home_main_img {
		background:url(images/home_main.jpg) center no-repeat #fff;
		width:942px;
		height:336px;
		border:5px #fff solid;
		
		margin-top:-43px;
		position:absolute;
	}
	
#home_gradient {
	background:url(images/home_gradient_bg.jpg) 0 0 repeat-x #ba71b6;
	padding-top:45px;
	color:#f2f3ea;
	padding-bottom:20px;
}
	#home_gradient #preview_icons {
		margin:15px 0 15px 0px;
		padding:0;
		width:100%;
		height:210px;
		overflow:hidden;
		left:0;
		position:relative;
	}
		#home_gradient #preview_icons a {
			display:block;
			background:#937c90;
			width:198px;
			height:168px;
			padding:16px 20px 30px 20px;
			float:left;
			left:0px;
			margin-left:-1px;
			overflow:hidden;
		
			color:#f1f2f7;
			font-size:22px;
			text-decoration:none;
			font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
			#home_gradient #preview_icons a#weddings { background:url(images/home_wedding.jpg) 20px 45px no-repeat #937c90; margin-left:0; }
			#home_gradient #preview_icons a#weddings:hover {  background:url(images/home_wedding.jpg) 20px 45px no-repeat #71626e; }
			
			#home_gradient #preview_icons a#all_occasions { background:url(images/home_all_occasions.jpg) 20px 45px no-repeat #937c90; border-left:1px #847081 solid; }
			#home_gradient #preview_icons a#all_occasions:hover {  background:url(images/home_all_occasions.jpg) 20px 45px no-repeat #71626e; }
			
			#home_gradient #preview_icons a#roses { background:url(images/home_roses.jpg) 20px 45px no-repeat #937c90; border-left:1px #847081 solid; }
			#home_gradient #preview_icons a#roses:hover {  background:url(images/home_roses.jpg) 20px 45px no-repeat #71626e; }
			
			#home_gradient #preview_icons a#sympathy { background:url(images/home_sympathy.jpg) 20px 45px no-repeat #937c90; border-left:1px #847081 solid; }
			#home_gradient #preview_icons a#sympathy:hover {  background:url(images/home_sympathy.jpg) 20px 45px no-repeat #71626e; }
	
	#home_gradient #mwpa {
		margin:20px 0 0 0;
	}
	
	#home_gradient h1 {
		position:relative;
		font-size:1.5em;
		font-weight:normal;
		padding:17px 0 10px 0;
		margin:0;
	}
		#home_gradient p {
			margin:0;
			padding:0;
			font-size:1.2em;
			line-height:2.25em;
			width:75%;
			text-align:justify;
		}
