@charset "utf-8";

/* MAIN TAGS */

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-family:"Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	color: #FFF;
	background-color: #000;
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat-x;
}

div {
	overflow: hidden;
}

a {
	outline: none;
	border: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #666;
}

/* WRAPPERS AND SUCH */

#background {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	z-index: 1;
}

#holder {
	width: 1100px;
	height: 600px;
	margin: 0 auto;
}

#flashholder {
	width: 1100px;
	height: 600px;
}

#content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	z-index: 2;
}

#inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

#inner h1 {
	text-indent: -9999px;
	display: block;
	position: relative;
	height: 150px;
	width: 300px;
	float: left;
}

#inner h1 img {
	height: 150px;
	width: 382px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#inner h2.phone {
	display: block;
	margin: 30px 15px 0 0;
	float: right;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 2em;
}

#inner h3 {
	margin: 0 20px 0 0;
	font-weight: normal;
	font-size: 0.7em;
	display: block;
	float: right;
	clear: right;
}

#inner h3 a {
	color: #CCC;
}

#inner h3 a:hover {
	color: #999;
}

#box {
	clear: both;
	width: 900px;
	height: 440px;
	background-color: #FFF;
	padding: 0 0 10px 0;
	position: relative;
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

ul#menu {
	display: block;
	height: 360px;
	width: 220px;
	padding: 40px;
	float: left;
}

ul#menu li {
	height: 40px;
	width: 220px;
	list-style: none;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 1px;
}

ul#menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
	background-position: 0 0;
	cursor: pointer;
	cursor: hand;	
}

ul#menu li a:hover {
	background-position: 0 -40px;
}

ul#menu li a.home {
	background-image: url('../images/btn_home.gif');
}

ul#menu li a.hand_tied {
	background-image: url('../images/btn_hand_tied.gif');
}

ul#menu li a.weddings {
	background-image: url('../images/btn_weddings.gif');
}

ul#menu li a.sympathy {
	background-image: url('../images/btn_sympathy.gif');
}

ul#menu li a.for_your_home {
	background-image: url('../images/btn_for_your_home.gif');
}

ul#menu li a.potted_and_planted {
	background-image: url('../images/btn_potted_and_planted.gif');
}

ul#menu li a.gifts {
	background-image: url('../images/btn_gifts.gif');
}

ul#menu li a.contact {
	background-image: url('../images/btn_contact.gif');
}

ul#menu li a.selected {
	background-position: 0 -80px;
	cursor: auto;
}

ul#menu li a.selected:hover {
	background-position: 0 -80px;
}

#copy{
	float: left;
	position: relative;
	width: 400px;
	height: 440px;
}

#copy img.top {
	position: absolute;
	top: 0;
	left: 20px;
}

#copy img.bottom {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#copystrip {
	height: auto;
	width: 400px;
	position: absolute;
	background-image: url('../images/bg_copy.gif');
	background-color: #EEE;
	background-repeat: repeat-y;
}

#copystrip div {
	height: 350px;
	width: 320px;
	padding: 50px 40px 40px;
}

#copystrip div h2 {
	float: none;
	display: block;
	height: 20px;
	width: 320px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 10px 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#copystrip div h2.home {
	background-image: url('../images/header_home.gif');
}

#copystrip div h2.hand_tied{
	background-image: url('../images/header_hand_tied.gif');
}

#copystrip div h2.weddings {
	background-image: url('../images/header_weddings.gif');
}

#copystrip div h2.sympathy {
	background-image: url('../images/header_sympathy.gif');
}

#copystrip div h2.for_your_home {
	background-image: url('../images/header_for_your_home.gif');
}

#copystrip div h2.potted_and_planted {
	background-image: url('../images/header_potted_and_planted.gif');
}

#copystrip div h2.gifts {
	background-image: url('../images/header_gifts.gif');
}

#copystrip div h2.contact {
	background-image: url('../images/header_contact.gif');
}

#copystrip div p {
	color: #333;
	font-size: 0.8em;
	padding: 0 0 10px 0;
}

#copystrip div ul {
	margin: 0 0 20px 20px;
}

#copystrip div ul li {
	color: #333;
	font-size: 0.8em;
	list-style: square;
}

#copystrip div p span {
	color: #7D6799;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#copystrip div p span span {
	color: #426134;
	font-weight: bold;
}

#copystrip div blockquote{
	margin: 10px 0 0 0;
	padding: 9px;
	border: 1px dotted #CCCCCC;
	color: #333;
	font-style: italic;
	line-height: 1.4em;
	background-color: #F2F2E6;
}

#copystrip div blockquote p {
	font-size: 0.7em;
}

#photos {
	float: left;
	position: relative;
	height: 440px;
	width: 200px;
	background-color: #FFC;
}

#photostrip {
	width: 200px;
	height: auto;
	position: absolute;
	top: -3080px;
	left: 0;
}

#photostrip img {
	display: block;
	height: 440px;
	width: 200px;
}

/* COPYRIGHT */

#copyright {
	width: 860px;
	height: auto;
	padding: 20px;
}

#copyright p {
	width: 130px;
	display: block;
	font-size: 0.7em;
	color: #CCC;
	float: left;
}

#copyright a {
	float: left;
	display: block;
	height: 13px;
	width: 62px;
	font-size: 0.7em;
	text-indent: -9999px;
	background-image: url('../images/plusgood.png');
}

