html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
form {
	height:450px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */
#navlist a, a:active {
	color: #fff;
	text-decoration: none;
	padding: 5px 9px 7px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#navlist a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #9999ff;
	border:1px solid #9999ff;
	padding: 5px 8px 7px 8px;
	color:#fff;
}

body {
	background: #ccccff url('../images/bck.jpg') no-repeat 0 0;
	font-family: "Lucida Grande", arial, sans-serif;
}
a, a:active {
	color: #ff9999;
	text-decoration: none;
	padding: 0;
}
a:hover {
	color: #ff9999;
	text-decoration: underline;
		padding: 0;
}
#container {
	margin: 0px auto;
	width: 787px;
	height: 500px;
	color: #999;
}
#top {
	height: 110px;
	width:100%;

}
#logo {
	float:left;
	margin-left:30px;
	width: 204px;
	height:91px;
}
#navcontainer {
	float:right;
	height:40px;
	width:380px;
	margin-top:62px;
	margin-right:17px;
}
#navlist {
	width: 380px;
	height:25px;
	font-size:0.8em;
}

#navlist li { 
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
#navlist .current {
	padding: 5px 7px 7px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ff9999;
	border:1px solid #da8888;
	color:#fff;
}

p.inner {
	padding:7px 20px 0px 15px;
	width:400px;
}
#content {
	width:725px;
	border: 1px solid #9999cc;
	background-color: white;
	overflow: visible;	
	padding: 30px 30px 0px 30px;
	font-size:0.68em;
	line-height:1.7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#flashContent {
	width:787px;
	font-size:0.68em;
	line-height:1.7;
	text-align: center;
}
.call-to-action {
	width:272px;
	height:50px; 
	border:1px solid #f5f5f5; 
	float:right;
	margin-bottom:15px;
	font-size:1.8em;
	text-align:center;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.call-to-action a {
	padding-top:10px;
	display:block;
	width:272px;
	height:40px; 
	color:#ff9999;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.call-to-action a:hover {
	color: #fff;
	background-color: #ff9999;
	text-decoration: none;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.call-to-action2 {
	width:120px;
	font-size:1.3em;
	text-align:left;
	margin-left:0px;
}
.call-to-action2 a {
	padding:2px;
	width:120px;
	display:block;
	color:#ff9999;
}

.call-to-action2 a:hover {
	color:#ff9999;
	text-decoration: underline;
}
.call-to-action3 {
	width:272px;
	height:20px; 
	float:right;
	margin-bottom:15px;
	font-size:1.3em;
	text-align:left;
}
.call-to-action3 a {
	padding-top:10px;
	display:block;
	width:272px;
	height:20px; 
	color:#ff9999;
}
.call-to-action3 a:hover {
	color: #fff;
	background-color: #ff9999;
	text-decoration: none;
}
#footer {
	margin-top:20px;
	width:720px;
	height:30px;
}
#footer a, a:active {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.fcontent {
	position: relative;
	left: 30px;
	font-size:0.7em;
}
#header-image {
	margin:0px 0px 30px 10px;
}
#slides {
	list-style: none;

}

.right {
	padding-top:5px;
	float: right;
	width: 272px;
}
.right-home {
	padding-top:5px;
	float: right;
	width: 295px;
}
ul.hover_block, ul.hover_block2 {
	width:131px;
	height: 118px;
	border: 1px solid #f5f5f5;
	display: inline;
	float: left;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
ul.hover_block {
	margin: 0px 15px 0px 5px;
}
ul.hover_block li, ul.hover_block2 li {
	list-style: none;
}

ul.hover_block li a{
	background-image: url('../images/promo1-on.jpg');
}
ul.hover_block2 li a{
	background-image: url('../images/promo1-on-old.jpg');
}

ul.hover_block li a, ul.hover_block2 li a  {
	display: block;
	position: relative;
	overflow: hidden;
	height: 118px;
	width: 131px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.hover_block img, ul.hover_block2 img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


/* form 1 */

	#form1{
		width: 560px;
			}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		margin-left:16px;
	}
		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block; font-size:0.8em;margin-bottom:3px;}	
	#form1 input{		
		width:300px;
		border:1px solid #ddd;
		background:#fff url(../images/form1/form_input.gif) repeat-x;
		padding:3px;
		color:#ff9999;
		}		
	#form1 textarea{
		height:115px;
		width:300px;
		overflow:auto;
		border:1px solid #ddd;
		padding:3px;
		color:#ff9999;
		font-family: inherit;
		font-size: 1.2em;
		}					
	#form1 p.submit{
		clear:both;
		margin:0;
		text-align:left;
		margin-left: 255px;
		}	
	#form1 button{
		width:70px;
		height:30px;
		line-height:37px;		
		border:none;
		background-color: #999;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				
	#form1 button:hover{
		color:#fff;
		background-color: #ff9999;
	
		}	
/* // form 1 */

/* tabs */
#tabs {
	margin: 10px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 380px;
	padding-top: 2px;
	border-bottom: 1px solid #da8888;
	margin-left:16px;
}
#tabs li {
	margin-right: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	background: #ff9999;
	border-top:1px solid #da8888;
	border-left:1px solid #da8888;
	border-right:1px solid #da8888;
	
		color:#fff;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs div p {
	line-height: 150%;
	padding-top:10px;
}
#tabs ul li a {
	text-decoration: none;
	padding: 5px 8px;
	color: #ff9999;
	font-weight: bold;
}

#tabs div ul li {
	list-style-image: url('../images/list-style.gif');
	width:180px;
}
#tabs div ul {
	padding-right: 40px;
	float: left;
	width:100px;
	border:none;
}
#tabs div{
	width:350px;
	padding:40px 0px 0px 16px;
	display:block;

}

/* testimonials */
#testimonial {
	font-size:0.9em;
	font-style: italic;;
}
.a1, .a2, .a3 {
	width:15px;
	background: #ff9999;
	border:1px solid #da8888;
	display: inline;
	margin-right:3px;
}
.a1 a, .a2 a, .a3 a {
	height:100%;
	padding: 3px 5px;
	color: #fff;
}
.daactive {
	width:15px;
	background: #fff;
	border:1px solid #da8888;;
	display: inline;
	margin-right:3px;	
}
.daactive a {
	height:100%;
	padding: 3px 5px;
	color: #333;
}

.headerHome {
	text-indent: -9999px;	
	width: 375px;
	height: 36px;
	background: url('../images/home-tagline.gif') no-repeat; 
}
.headerS {
	text-indent: -9999px;	
	width: 113px;
	height: 29px;
	background: url('../images/services.gif') no-repeat; 
}
.headerA {
	text-indent: -9999px;	
	width: 113px;
	height: 33px;
	background: url('../images/about-fete.gif') no-repeat; 
}
.headerC {
	text-indent: -9999px;	
	width: 99px;
	height: 24px;
	background: url('../images/contact-us.gif') no-repeat; 
}
#weddings,#anniversaries,#birthdays,#all {
	height:200px;

}