@charset "utf-8";
/* Kay's Flowers Styles */

body {
	margin:0;
	padding:0;
	background: #e38f40 url(../images/wallpaper.gif) repeat top left;
	font: 12px "Times New Roman", Times, serif;
	color: #fff;
}

a { color: #fff; text-decoration: underline; }

a:hover { color: #fa2d66; }

ul, ol, dl, li, p { padding:0; margin: 0; }

h1, h2, h3, h4, h5, h6 { padding:0; margin: 10px 0; }

.container {
	width: 800px;
	margin:0 auto;
}

.header h1 {
	width: 800px;
	height: 211px;
	overflow:hidden;
	background: #ffffff url(../images/header.jpg) no-repeat center;
	text-indent: -9999em;
	margin:0;
	padding:0;
}

.addressBar {
	background: #fe810b url(../images/bar-bg.gif) no-repeat center;
	color: #fff; 
	width: 770px;
	padding: 0 15px;
	height: 37px;
	font-size: 18px;
}

.addressBar ul{
	line-height: 37px;
}

.addressBar li {
	display: inline;
	margin-right: 68px;
}

.addressBar li.last {
	margin-right: 0;
}

.content {
	width: 770px;
	padding: 25px 15px;
	background: #fff;
	color: #fe810b;
	font-size: 18px;
}

.content p em {
	color: #fa2d66;
	font-style: normal;
	font-weight: bold;
}

.galleryDiv {
	clear:both;
}

.content h2 {
	color: #fa2d66;
	font-size: 28px;
	font-weight: normal;
	clear:both;
	margin-bottom:5px;
}

.content p.tagline {
	font-size: 16px;
	color: #fa2d66;
	margin-bottom: 10px;
}

.footer {
	width: 770px;
	padding: 10px 15px 30px 15px;
	background: #e57104 url(../images/footer-bg.jpg) no-repeat center center;
	font-size: 16px;
	line-height: 1.4;
}

.footer h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.footer .rightPanel {
	float:right;
	width: 335px;
	padding-left: 50px;
	line-height: 2;
}

.footer .rightPanel span {
	float:left;
	width: 110px;
}

a.designTag {
	display:block;
	text-align: right;
	margin: 5px 0 15px 0;
	color: #e3e8be;
	text-decoration: none;
}

a.designTag:hover {
	color: #e3e8be;
	text-decoration: underline;
}

img.floatRight {
	float:right;
	
}

h2.orange, p.tagline.orange {
	color: #fe810b;

}

