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


/******************************structure****************************************/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body{
	margin:0; 
	padding:0; 
	background:url(../images/Weddings-Top-bar.jpg) top left repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
}

.wrapper{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
}

.footer{
	position:relative;
	width:500px;
	left:50%;
	margin-left:-400px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -4em;
}

.footer, .push {
	height: 4em;
}

.footer, .wrapper{
	background:url(../images/Weddings-Right-col-repeat.jpg) top right repeat-y;
}

#header{height:121px; clear:both; position:relative; background:url(../images/top-header-bg.jpg) top right no-repeat;}

/******************************font and styles****************************************/


h1{font-size:1.5em; text-transform:lowercase; line-height:32px; color:#FFFFFF; background:url(../images/Weddings-Heading-right-end.jpg) top right no-repeat; text-indent:20px; margin:0; padding:0;}

h2{color:#7d7d7d; font-weight:bold; line-height:29px;}

h3{font-size:1.1em; color:#7d7d7d;}

.text-green{color:#72c008; font-weight:bold;}

.text-pink{color:#ec008c; font-weight:bold;}

p, li{font:.8em Tahoma, Arial, Helvetica, sans-serif;}

a{color:#00ccff; text-decoration:none;}

a:hover{text-decoration:underline;}

p{color:#363636; margin:10px 0px;}

dd a, dt{font-size:.8em; }

dd{margin-left:1em;}

.heading{background:url(../images/Weddings-Heading-bar-repeat.jpg) top left repeat-x; height:32px; overflow:hidden;}

a:hover.blue-border{border:2px solid #00ccff;}

a.special-wedding{	
	background:url(../images/Weddings-services-01.jpg) top left no-repeat #e9e9e9;	
}
a:hover.special-wedding{
	background:url(../images/Weddings-services-01-hover.jpg) top left no-repeat #7d7d7d;	
	color:#FFFFFF;
}a.special-occasion{	
	background:url(../images/Weddings-services-03.jpg) top left no-repeat #e9e9e9;	
}
a:hover.special-occasion{
	background:url(../images/Weddings-services-03-hover.jpg) top left no-repeat #7d7d7d;	
	color:#FFFFFF;
}a.special-funeral{	
	background:url(../images/Weddings-services-02.jpg) top left no-repeat #f2f1f1;	
}
a:hover.special-funeral{
	background:url(../images/Weddings-services-02-hover.jpg) top left no-repeat #7d7d7d;	
	color:#FFFFFF;
}
a.special-wedding, a.special-occasion, a.special-funeral{
	font-size:.8em;
	font-weight:bold;
	line-height:47px;
	display:block;
	padding-left:40px;
	text-decoration:none;
	border-bottom:1px solid #949494;
}

a.right-images img{
	border:2px solid #f0f0f0;
	margin-bottom:5px;
}
a:hover.right-images img{
	border:2px solid #00ccff;
}

hr{
	border:#7d7d7d;
}

.logo{
	position:absolute;
	bottom:0;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}

/******************************footer****************************************/


.footer p, .footer a{font:11px Tahoma, Arial, Helvetica, sans-serif; color:#0686cf; text-decoration:none;}

.footer a:hover{color:#00ccff;}



/******************************content****************************************/


#header ul{margin:0; padding:0; position:absolute; bottom:23px; right:35px;}

#header ul li{ float:right; list-style:none; padding:5px 7px;}

#header ul li a, #header ul li{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#b7b7b7;
}

#header ul li a:hover{
	color:#ff9f08;
}
#content-right-col{
	float:right;
	width:251px;
	margin-top:20px;
	text-align:center;
}

#content{
	width:543px;
	margin-top:20px;
}

.mid-section{
	height:167px;
	background:url(../images/Weddings-Mid-section.jpg) top right repeat-y;
	position:relative;
}

.mid-section ul{
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
}

.mid-section li{
	float:left;
	list-style:none;
	padding:4px 13px;
}

.mid-section li a{
	color:#FFFFFF;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.mid-section li a:hover{
	color:#717171;
	text-decoration:none;
}

.mid-section div.dove{
	width:92px;
	height:87px;
	position:absolute;
	top:15px;
	left:410px;
}

#brown-box{
	width:100%;
	background:url(../images/Weddings-services-bottom-corner.jpg) bottom right no-repeat #f2f1f1;
	_height:1%;
	padding:5px 0 10px;	
}
#brown-box:after{
	content: ".";
	clear:both;
	visibility:hidden;
	height:0;
}

#brown-box div{
	float:left;
	width:50%;
	*width:49%;
}
#brown-box div p{
	margin-left:10px;
}
.quote-left{
	background:url(../images/quote-left.jpg) no-repeat;
}

.quote-right{
	background:url(../images/quote-right.jpg) top right no-repeat;
	padding:0 30px;
}

/**************************************forms******************************************/

input, textarea{
	width:90%;
	border-top:1px solid #e2e4e5;
	border-left:1px solid #e2e4e5;
	border-right:1px solid #d2d4d6;
	border-bottom:1px solid #d2d4d6;
	color:#00c0f1;
	margin-bottom:.2em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding:3px;
}
input#Submit{background:#999999; color:#FFFFFF; font-weight:bold;}
