* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #F9F6ED repeat top left;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #6B7465;
}

a:hover {
	color:  #3A79BE;
	text-decoration: underline;
}

/* PAGE STRUCTURE */

#container {
		background: url(../images/backgrounds/container.gif) transparent repeat-x top left; 
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent repeat-y top left; 
	margin: 0 auto;
	min-height: 816px;
	text-align: center;
	width: 769px;
}

/* ie hack to simulate min-height */
* html body #wrapper {
	height: 816px;
	overflow: visible;
}

#top {
	background: url(../images/backgrounds/top.gif) transparent no-repeat top left; 
	height: 345px;
	width: 769px;
}

#content {
	background: url(../images/backgrounds/content.gif) transparent no-repeat top left; 
	font-size: .8em;
	min-height: 476px;
	padding: 0 65px 20px 65px;
	text-align: left;
	width: 639px;
}

/* ie hack to simulate min-height */
* html body #content {
	height: 476px;
	overflow: visible;
}

#left {
	float: left;
	padding: 20px 0 0 0;
	text-align: justify;
	width: 430px;
}

#right {
	float: left;
	padding: 20px 0 0 26px;
	text-align: justify;
	width: 182px;
}

.service {
	border-bottom: 1px solid #CDC5A9;
	float: left;
	padding: 10px 0;
}

#content .service p {
	padding: 0;
}

.service img, .service a img {
	background-color: #EFECD1;
	border: 1px solid #CDC5A9;
	border-bottom: 1px solid #8F8359;
	border-right: 1px solid #8F8359;
	float: right;
	margin: 0 0 0 20px;
	padding: 3px;

}

#content .service a img:hover {
	background-color: #fff;
	border: 1px solid #8F8359;
	border-bottom: 1px solid #CDC5A9;
	border-right: 1px solid #CDC5A9;

}


/*---------------

TEXT

--------------*/


#left p, #content p {
	color: #666;
	padding: 0 0 20px 0;
	text-align: justify;
}

#content p.note {
	font-size: .8em;
}

#left .hilight, #content .hilight, #content .hilight a {
	color: #B29B37;
	font-size: 13px;
	font-weight: bold;
}

#content .hilight a {
	text-decoration: none;
}

#content .hilight a:hover {
	text-decoration: underline;
}

#right p {
	color: #788D50;
	font-size: .9em;
	padding: 0 0 20px 0;
	width: 182px
}

div.hrule {
	border-top: 1px solid #CDC5A9;
	height: 1px;
	margin: 0 0 20px 0;
}

div.hrule hr {
	display: none;
}

/*--------------

IMAGES

--------------*/

#right img {
	margin: 0 0 10px 0;
}

img.right {
	background-color: #EFECD1;
	border: 1px solid #CDC5A9;
	border-bottom: 1px solid #8F8359;
	border-right: 1px solid #8F8359;
	float: right;
	margin: 5px 0 5px 20px;
	padding: 3px;
}

/* images w/captions */

.caption {
	float: right;
	padding: 5px 0 5px 20px;
}

.caption img {
	background-color: #EFECD1;
	border: 1px solid #CDC5A9;
	border-bottom: 1px solid #8F8359;
	border-right: 1px solid #8F8359;
	float: left;
	padding: 3px;

}

#content .caption p {
	clear: both;
	padding: 3px 0;
	text-align: center;
}

#content .caption ul {
	color: #666;
	list-style-type: square;
	padding: 0 0 0 20px;
}




/*---------------

NAVIGATION 

--------------*/

#top ul {
	clear: left;
	height: 39px;
	float: left;
	position: relative;
	left: 32px;
	top: 24px;
	width: 710px;
}

#top ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top a, #top li.current {
	float: left;
	height: 39px;
	line-height: 14px;
	outline: none;
	text-decoration: none;
	text-indent: -6000px;
}

#top a.home, #top li.home {
	background: url(../images/nav-new/home.gif) transparent no-repeat top left; 
	width: 62px;
}

#top a.about, #top li.about {
	background: url(../images/nav-new/about.gif) transparent no-repeat top left; 
	width: 57px;
}

#top a.services, #top li.services {
	background: url(../images/nav-new/services.gif) transparent no-repeat top left; 
	width: 73px;
}

#top a.products, #top li.products {
	background: url(../images/nav-new/products.gif) transparent no-repeat top left; 
	width: 77px;
}

#top a.faq, #top li.faq {
	background: url(../images/nav-new/faq.gif) transparent no-repeat top left; 
	width: 59px;
}

#top a.photos, #top li.photos {
	background: url(../images/nav-new/photos.gif) transparent no-repeat top left; 
	width: 62px;
}

#top a.brochure, #top li.brochure {
	background: url(../images/nav-new/brochure.gif) transparent no-repeat top left; 
	width: 140px;
}

#top a.wishlist, #top li.wishlist {
	background: url(../images/nav-new/wishlist.gif) transparent no-repeat top left; 
	width: 103px;
}

#top a.contact, #top li.contact{
	background: url(../images/nav-new/contact.gif) transparent no-repeat top left; 
	width: 77px;
}

#top a:hover { background-position: 0 -39px;}

#top li.current {
	background-position: 0 -78px;
}



/*------------- 

HEADERS 

--------------*/

h1 {
	background: url(../images/headers/h1/index.jpg) transparent no-repeat top left;
	float: left;
	height: 258px;
	position: relative;
	left: 21px;
	text-decoration: none;
	text-indent: -6000px;
	width: 729px;
}

h1#about { background: url(../images/headers/h1/about.jpg) transparent no-repeat top left; }
h1#services { background: url(../images/headers/h1/services.jpg) transparent no-repeat top left; }
h1#products { background: url(../images/headers/h1/products.jpg) transparent no-repeat top left; }
h1#faq { background: url(../images/headers/h1/faq.jpg) transparent no-repeat top left; }
h1#brochure { background: url(../images/headers/h1/brochure.jpg) transparent no-repeat top left; }
h1#wishlist { background: url(../images/headers/h1/wishlist.jpg) transparent no-repeat top left; }
h1#contact { background: url(../images/headers/h1/contact.jpg) transparent no-repeat top left; }

h2 {
	float: left;
	height: 112px;
	text-indent: -6000px;
	width: 639px;
}

h2#home-1 {
	background: url(../images/headers/h2/home-1.gif) transparent no-repeat bottom left;
	height: 118px;
}

h2#about-1 {background: url(../images/headers/h2/about-1.gif) transparent no-repeat 0 10px;}
h2#brochure-1 {background: url(../images/headers/h2/brochure-1.gif) transparent no-repeat 0 10px;}
h2#contact-1 {background: url(../images/headers/h2/contact-1.gif) transparent no-repeat 0 10px;}
h2#faq-1 {background: url(../images/headers/h2/faq-1.gif) transparent no-repeat 0 10px;}
h2#products-1 {background: url(../images/headers/h2/products-1.gif) transparent no-repeat 0 10px;}
h2#services-1 {background: url(../images/headers/h2/services-1.gif) transparent no-repeat 0 10px;}
h2#wishlist-1 {background: url(../images/headers/h2/wishlist-1.gif) transparent no-repeat 0 10px;}
h2#thanks-1 {background: url(../images/headers/h2/thanks-1.gif) transparent no-repeat 0 10px;}
h2#photos-1 {background: url(../images/headers/h2/photos-1.gif) transparent no-repeat 0 10px;padding: 0 0 40px 0;}

h3 {
	color: #656644;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

#right h4 {
	display: inline;
	float: left;
	text-indent: -6000px;
	width: 182px;
}

#right h4#index-1 {
	background: url(../images/headers/h4/index-1.gif) transparent no-repeat top left;
	height: 80px;
}

#right h4#index-2 {
	background: url(../images/headers/h4/index-2.gif) transparent no-repeat top left;
	height: 40px;
}

#right h4#linens-1 {
	background: url(../images/headers/h4/linens-1.gif) transparent no-repeat top left;
	height: 40px;
	width: 132px;
}

#right h5 {
	border-bottom: 1px solid #CDC5A9;
	color: #788D50;
	font-size: .95em;
	margin: 0 0 5px 0;
	text-align: left;
}



/*---------------

FOOTER

---------------*/

#footer {
	background: url(../images/backgrounds/footer.gif) transparent repeat-y top left;
	color: #E2DCAF; 
	height: 57px;
	margin: 0 auto;
	text-align: center;
	width: 769px;
}

#footer p {
	font-size: 11px;
	padding: 15px 0 0 0;
	word-spacing: 2px;
}

#footer a {
	color: #E2DCAF; 
}










