/* CSS Document */

body {
	background-color: #433F3C;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 5px 0px 0px;
	display: block;
}

#nav ul li {
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 2px 5px 2px 8px;
}

#nav ul li a {
	display: block;
	height: 29px;
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 20px;
	border: 1px solid #b3c1c6;
	line-height: 29px;
	font-weight: bold;
	background-color: #5B7C8D;
}

#nav ul li a:hover {
	background-color: #666666;
	color: #DEE4E7;
	text-decoration: none;

}
#nav ul li.activepage a {
	display: block;
	height: 29px;
	width: 200px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 20px;
	background-color: #88A4B3 ;
	border: 1px solid #b3c1c6;
	line-height: 29px;
	font-weight: bold;

}
#nav ul li.activepage a:hover {
	background-color: #666666;
	color: #DEE4E7;
	text-decoration: none;

}

.content {
	padding: 10px 25px;
	color: #DCD6D1;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

.content a {
	color: #E7D3BA;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}
h1 {
	color: #89A4B1;
	font-size: 24px;
	font-weight: 300;
}
h2 {
	color: #4B4642;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: 1px;
}

h3 {
	color: #DCD6D1;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.contactbox {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
}

.footer {
	color: #e7d3ba;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;

}
.footer a {
	color: #DCD6D1;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.bouquet {
	background-image: url(images/bouquet2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.border {
	border: 2px solid #685C4E;
}
.form {
	background-color: #E1DCD7;
}
.trybox {
	border: 1px solid #6E5B4D;
	background-image: url(images/bk-love1.jpg);
	background-repeat: no-repeat;
	background-color: #DCE1E4;
	font-size: 12px;
	color: #373737;
	letter-spacing: 1px;
}
.phone {
	color: #DCD6D1;
	font-size: 24px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.small {
	font-size: 14px;
	letter-spacing: 2px;
}
