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

body{
	text-align:center;
	color:#a7a7a7;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background:url(../images/bg.gif) repeat-x;
}

.page{
	width:960px;
	margin: 0 auto;
	text-align:left;
}

#header{
	padding-top:10px;
	height:100px;
padding-bottom:20px;
	overflow:hidden;
}

#header a.logo {
	display:block;
	width:300px;
	height:100px;
	background:url(../images/logosmall.jpg) no-repeat 0 0;
	float:left;
	margin-top:20px;
}

#header a.logo span {
	display:none;
}

#nav{
	width:650px;
	margin-top:43px;
	float:right;
}

ul.topnav{
	list-style:none;
	text-align:right;
}

ul.topnav li{
	display:inline;
	padding-right:5px;
}

ul.topnav li.last{
	padding-right:0;
}

ul.topnav li a{
	color:#a7a7a7;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	padding-top:3px;
}

ul.topnav li a:hover {
	border-bottom:solid #990066 3px;
}

ul.topnav li a.current{
color:#990066;	
border-bottom:solid #990066 3px;

}

#lilybox{
	border:solid 1px #a7a7a7;
	height:500px;
	text-align:center;
	background:#fff;
	overflow:hidden;
}

.landing{
	margin-top:110px;
}
.leftbox{
	width:540px;
	float:left;
	text-align:left;
}

.leftbox img{
	display:none;
}

img.show{
	display:block;
}

.rightbox{
	width:419px;
	height:500px;
	border-left:solid 1px #a7a7a7;
	float:right;
	overflow:hidden;
	text-align:left;
}


.boxtextEvents{
	margin-top:180px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}

.boxtextWed{
	margin-top:180px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}

.boxtextCorp{
	margin-top:180px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}

.boxtextClients, .boxtextGifts{
	margin-top:150px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}

.number{
font-size:24px;
float:right;
}

.boxtextGallery{
	margin-top:150px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}


.boxtextAbout{
	margin-top:180px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	overflow:hidden;
}

.boxtextAbout a{
	text-decoration:none;
	color: #990066;
}

.boxtextAbout a:hover{
color:#f7b4c4;
}

.boxtextContact{
	margin-top:50px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}



.boxtextEvents h2, .boxtextWed h2, .boxtextCorp h2, .boxtextGifts h2, .boxtextGallery h2, .boxtextAbout h2, .boxtextContact h2, .boxtextClients h2{
	font-size:50px;
	margin-bottom:0px;
	line-height:30px;
	padding-bottom:0px;
	margin-bottom:-10px;
	text-transform:uppercase;
	color:#990066;
	font-weight:100;
}

p span{
font-size:16px;
}

strong.purp{
color:#990066;
}

p.addy{
	padding-top:5px;
	width:130px;
	float:left;
}

p.email{
	padding-top:5px;
	width:130px;
	float:left;
}

p.phone{
	padding-top:5px;
	width:110px;
	float:left;
}

#footer{
	padding-top:10px;
	font-size:10px;
	line-height:11px;
}

#footer p{
	float:left;
}

#footer form{
	float:right;
}

.submit{
	background:url(../images/submit.gif) no-repeat;
	border:none;
	height:22px;
	width:30px;
	color:#fff;
	font-weight:bolder;
	background-position:top center;
}

.boxtextContact a, #footer a{
	color:#a7a7a7;
	text-decoration:none;
}

.boxtextContact a:hover, #footer a:hover{
	color:#f7b4c4;
}

