/*

style sheet containing styles used on most pages
/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
	-1st line in horizontal nav
	-2nd line of horizontal nav
	-search form
	-breadcrumbs
	-nav appearing in #left
	-product index lists
Headers
Promotional Banners
Sub Category Pages
Info Pages
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;/*.8em;*/
	margin: 0 auto;
	text-align: center;
}

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

a {
	color: #000;
	outline: none;
}

a:hover {color: #5a80bf;}

img {
      border-width: 0
}

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

PAGE STRUCTURE

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

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 760px;
}

#top {
	float: left;
	padding: 0px 0 0 0;
	width: 760px;


}

#content {
	background: url(/images/backgrounds/content.gif) transparent repeat-y top left;
	border-bottom: 1px solid #BBD9F5;
	float: left;
	width: 760px;
}

#content_cart {
	border-bottom: 1px solid #BBD9F5;
	width: 760px;
}

#left {
	background: url(/images/backgrounds/left.jpg) transparent repeat-x top left;
	float: left;
	padding: 0 4px 15px 10px;
	text-align: left;
	width: 190px;
}

#right {
	float: left;
	overflow: hidden;
	text-align: justify;
	width: 556px;
}

#footer {
	float: right;
	font-size: .75em;
	margin-bottom: -10px; /*fixes IE6 bug*/
	padding: 10px 0 20px 0;
	text-align: center;
	width: 760px;
}

#footer p{
	display: inline;
}

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

NAVIGATION

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

/*--1st line in horizontal nav--*/
#top ul {
	float: left;
	font-size: 11px;
	height: 27px;
	padding: 33px 0 0 0;
	text-align: right;
	width: 380px;
}


#top ul li {
	border-right: 1px solid #000;
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0 5px;
	position: relative;
	left: 5px;
}

#top ul li a {
	text-decoration: none;
}

#top ul li#cart {border: 0;}

#top ul li#cart a { 
	background: url(/images/nav/cart.gif) transparent no-repeat top left;
	padding: 0 0 0 22px;
}

/*--2nd line of horizontal nav--*/
#top ul#products {
  background: url(/images/backgrounds/top.jpg) transparent no-repeat;
	font-size: 12px;
	height: 21px;
	margin-top: -7px;
  padding: 7px 0 0;
  width: 760px;
}

#top ul#products li {
	padding: 0 10px;
	left: 84px; 
}

#top ul#products li.end-item {border:0;}

/*--search form--*/
#top form {
	float: right;
	height: 28px;
	overflow: hidden;
	padding: 12px 0 0 0;
	width: 200px;
}

#top form input { 
	background-color: #eee;
	float: left;
	font-size: 12px; 
	height: 14px;
	width: 135px;
}

#top form input#button {
	float: right;
	height: 25px;
	overflow: hidden;
	position: relative;
	top: -4px;
	left: 2px;
	width: 55px;
}

/*--breadcrumbs--*/
#breadcrumb {
	background: url(/images/backgrounds/breadcrumb.gif) transparent no-repeat top left;
	float: left;
	height: 38px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	width: 760px;
}

#breadcrumb p{padding: 5px 25px;}

#breadcrumb p a{font-weight: normal;}

#breadcrumb p a:hover{color: #666;}

/*--nav appearing in #left--*/
#left ul {
	font-size: 1em;
	line-height: 1.4em;
}

#left ul li {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 8px 0;
}

#left ul .li-compact {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 3px 0;
}

#left li a {
	background: url(/images/nav/top-level-arrows.gif) transparent no-repeat 0 45%;
	padding: 0 0 0 11px;
	text-decoration: none;
	word-spacing: -1px;
}

#left li a:hover {color: #990000;}

#left li a.selected {
	background: url(/images/nav/selected-arrow.gif) transparent no-repeat 0 55%;
	color: #990000;
}

#left li ul {
	font-size: .9em;
	margin: 3px 0 0 0;
	padding: 0 0 0 7px;
}

#left li ul li {
	margin: 0 0 4px 0;
}

#left li ul li a {
	background: url(/images/nav/sub-level-bullet.gif) transparent no-repeat 0 35%;
	font-weight: normal;
	padding: 0 0 0 10px;
}

#left li ul li a.selected {
	background-position: 0 0;
}

#left li li ul {
	font-size: .9em;
}

/*--list of products appearing in product index pages--*/
#content-products {
	padding: 20px 14px 0 14px;
}

#content-products li {
	float: left;
	list-style-type: none;
	margin: 0 0 30px 0;
	width: 528px;
}

#content-products li a {
	background: url(/images/nav/top-level-arrows.gif) transparent no-repeat 0 45%;
	color: #40669D;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

#content-products li .invisible_category {
	color: #888888;
	font-weight: bold;
}

#content-products li a:hover {color: #000;}

#content-products li a.thumb {
	background-image: none;
	border: 0;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

#content-products li img {
	border: 1px solid #000;
}

#content-products li .title {
	padding: 0 0 20px 0;
}

#content-products li .description {
	padding: 0 0 20px 0;
}

#content-products li .description p {
	padding: 0;
	margin: 0;
}

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

HEADERS

---------------*/
h1 {
	font-size: 1.3em;
	margin: 0 0 10px 3px;
	padding: 5px 0 5px 5px;
}


h1.img-replace {
	border: 0;
	float: right;
	height: 84px;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent: -9999px;
	width: 556px;
}

/*--apply appropritae background-images here--*/
.fine-furn {background: url(/images/headers/fine-furniture.jpg) transparent no-repeat top right;}
.gazebos {background: url(/images/headers/gazebos.jpg) transparent no-repeat top right;}

/*--styles for header appearing on about the amish--*/
.info h1 {
	color: #333300;
	float: none;
	font-size: 24px;
	font-weight: normal;
	height: auto;
	padding: 0 0 20px 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}

.info h1 span {
	background: url(/images/headers/info-header-right.jpg) transparent no-repeat top right;
	padding: 0 40px 0 0;
}

.info h1 img {
	position: relative;
	left: -4px;
}

h2 {
	font-size: 1.3em;
	text-align: center;
	padding: 0 0 20px 0;
}

/*--product headers appearing on sub category pages--*/
.product-sub-cat h2 {
	border-top: 1px solid #9ACCEF;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}

.product-sub-cat h2 .subcat_name {
	background: url(/images/headers/sub-cat-bg.gif) #9ACCEF no-repeat top right;
	color: #000;
	padding: 0 20px 2px 5px;
}

.product-sub-cat .subcat_name_no_blue {
	color: #000;
	padding: 0 20px 8px 10px;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	font-weight: bold;
}

.product-sub-cat h2 .invisible_subcategory {
	background: url(/images/headers/sub-cat-bg.gif) #9ACCEF no-repeat top right;
	color: #888888;
	font-weight: bold;
	padding: 0 20px 2px 5px;
}

.product-sub-cat h2 .cs_icon {
	margin-top: -35px;
	margin-left: 10px;
	position: absolute;
}

.product-sub-cat h3 {
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

.collection_description {
	padding: 0 14px 20px 5px;
	text-align:left;
}

.top_note {
  font-size: 11px;
  color: #775039;
  text-align:center;
}

.category_heading {
  padding-left: 14px;
}

.cat_main_header{
  width: 760px;
  height: 87px;	
}

#rc_description {
  padding: 10px;
}

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

PROMO BANNERS

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

a.promo {
	float: right;
	height: 50px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	width: 556px;
}

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

SUB CATEGORY PAGES

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

.product-sub-cat {
	float: left;
	margin: 0 0 25px 0;
	padding: 0 14px;
	width: 528px;
}

#cat_descr .product-sub-cat p {
	padding: 0 14px 20px 20px;
    	margin: 0 0 25px 0;
}

#right .product-sub-cat p {
	padding: 0 14px 20px 0;
}

.product-sub-cat .product_container {
	float: left;
	padding: 0 4px 0 0;
	min-height: 260px;
	text-align: center;
	width: 160px;
}

.product-sub-cat .product_container_gazebo {
	float: left;
	padding: 0 4px 0 0;
	min-height: 220px;
	text-align: center;
	width: 160px;
}

* html body .product-sub-cat div {/*--hack for IE to replicate min-height--*/
	height: 260px;
	overflow: visible;
}

.product-sub-cat div .product_link {
	color: #5a80bf;
	float: left;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
	width: 162px;
}

.product-sub-cat div .invisible_product_link {
	color: #888888;
	float: left;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
	width: 162px;
}

.product-sub-cat .viewmore_link {
	color: #5a80bf;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}

.product-sub-cat div a:hover {
	color: #000;
}

.product-sub-cat div a img {
	border: 1px solid #000;
	clear: both;
}

#category-desc {
	border: 1px solid #9ACCEF;
	float: left;
	margin: 10px 0 10px 7px;
	position: relative;
	left: 3px;
	text-align: center;
	width: 528px;
}

.nobr { 
  white-space:nowrap;
}

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

INFO SECTION as seen 
on about the amish

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

.info {
	background: url(/images/backgrounds/info-bottom.jpg) transparent no-repeat 50% 99%;
	border: 1px solid #006F6F;
	border-right: 2px solid #006F6F;
	margin: 0 1px 3px 3px;
	padding: 14px 14px 50px 14px;
}

#right .info p {padding: 0 0 20px 0;}

.info p a {
	color: blue;
}

/*--creates drop capital that starts paragraph--*/
#right .info p span {
	color: #006F6F;
	float: left;
	font-family: "Times New Roman", serif;
	font-size: 55px;
	font-style: normal;
	margin: -10px 10px -15px 0;
}


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

TEXT-TREATMENTS

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

#right p {
	padding: 0 14px 14px 14px;
}

/*--creates drop capital that starts paragraph--*/

/* it breaks style in info fields. it is used at all?
#right p span {
	font-weight: bold;
	font-size: 1.3em;
	font-style: italic;
}
*/
#right p.note {
    color: #775039;
	font-size: .85em;
	padding: 0 14px 10px 14px;
	text-align: center;
}

/*--styles for testimonials page--*/
.customer-quote {
	border-bottom: 1px solid #9ACCEF;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 28px 0 0 0;
	position: relative;
	left: 40px;
	width: 477px;
}

#right .customer-quote p {
	font-style: italic;
	padding: 0 0 24px 0;
}

#right .customer-quote p.quote-giver {
	font-style: normal;
	padding-left: 32px;
}

.short_description
{
  font-size: 11px;
  color: #775039;
  width:150px;
  text-align: center;
}

.regional_collections_heading
{
  color: #40669D;
  padding-top: 18px;
}

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

IMAGES

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

#top img {
	border: 0;
	float: left;
}

/*--these two style can be applied to position 
images to the right or left.
text will wrap around the images--*/
.float-left {
	float: left;
	margin: 0 14px 14px 0;
}

.float-right {
	float: right;
	margin: 0 0 14px 14px;
}

.category_strip {
  padding-bottom:10px;
}

.category_additional_images {
  overflow: auto;
  margin: 10px;
}

.unfold_arrow {
  padding-right: 5px;
}

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

Other stuff

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

.form_button{
  color:#330066;
  border:1px solid black;
  background-color:#ccccff;
}
.li_drop_down{
  margin: 0; 
  padding: 0;
  list-style-type:none;
  float:none;
}
.ul_drop_down{
  margin: 0; 
  padding: 0;
}

.gbox
{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

.forTexts {
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 18px;
}

.forForms {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333;
	padding: 2px;
}

.forButton {
	font-size: 13px;
	background-color: #E2EDF7;
	border:1px solid #bbb;
}

.for_select
{
	font-size: 11px;
	height: 18px;
}

.for_input {
    font-size: 12px;
    height: 16px;
    border: 1px solid #bbb;
}

.a-step:link {
    color: #990000;
    text-decoration: none;
    font-size: 11px;
}
.a-step:visited {
    color: #990000;
    text-decoration: none;
    font-size: 11px;
}
.a-step:hover {
    color: #333;
    text-decoration: none;
    font-size: 11px;
}

/* site map */

#sitemap {
	margin-left: 25px;
	margin-bottom: 0px;
}

#sitemap ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:25px;
	line-height: 1.4em;
	list-style-type: circle;
}

#sitemap ul li {
	margin-top:0px;
	font-weight: bold;
	margin-left: 8px;
}

#sitemap ul ul {
	margin-top:5px;

	font-weight: bold;
	margin-left: 8px;
}
#sitemap ul li a {
	font-weight: normal;
}

#sitemap ul li a:hover {color: #990000;}

#sitemap ul li ul {
	margin: 3px 0 0 10px;
	padding: 0 0 0 17px;
}

#sitemap ul li ul li {
	margin: 0 0 4px 20px;
}

#sitemap ul li ul li a {
	padding: 0 0 0 0px;
	margin: 0 0 0px 0px;
}

#sitemap ul li li ul {
}

#sitemap h2 {
	padding-top:15px;
	padding-bottom:10px;
	text-align: left;
}

/* Virtual gift sample */

.flower_fill {
  width: 215px;
  height: 81px;
  background: url(/images/vg_flower.jpg) repeat-x;
}
.header_left {
  width: 240px;
  height: 24px;
  background: url(/images/vg_header_left.jpg) repeat-x;
}
.header_right {
  width: 20px;
  height: 24px;
  background: url(/images/vg_header_right.jpg) repeat-x;
}
.header_fill {
    width: 280px;
    background: url(/images/vg_header_fill.jpg) repeat-x;
}
.footer_fill {
    width: 280px;
    background: url(/images/vg_footer_fill.jpg) repeat-x;
}
.right_fill {
    width: 20px;
    background: url(/images/vg_right_fill.jpg) repeat-y;
}
.left_fill {
    width: 20px;
    background: url(/images/vg_left_fill.jpg) repeat-y;
}

.pc_left
{
	font-size: 12px;
	background-color: #F7F7F7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 9px;
}

.pc_right
{
	font-size: 12px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* Support bar */

#support-bar
{
  font-size: 0.9em;
  text-align: right;
  float: left;
  padding: 15px 0 0 0;
  width: 760px;
}
#support-bar img
{
  border: 0;
  vertical-align: middle;
  margin-left: 10px;
}
#support-bar a
{
  text-decoration: none;
  color: #000;
}
#support-bar a:hover
{
  text-decoration: underline;
}
#support-bar .questions 
{
  font-size: 12px;
  font-weight: bold;
}

#logout {
  font-size: 11px;
  text-align: right;
  float: top;


  height: 15px;
}

/* related products */

#related_products {
  border: 1px solid #CFDEF4;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 541px;
  margin-left: 5px;
}

#related_products #header {
  border-top: 1px solid #e2edf7;
  font-size: 13px;
  text-align: left;
  background: url(/images/catname_corner_light.jpg) #e2edf7 no-repeat top right;
  color: black;
  padding: 0 20px 2px 5px;
  font-weight: bold;

}

#combined_info
{
	font-size: 13px;
	color: #111111;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 3px 5px 3px 5px;
	width:640px;
	height:480px;
	text-align: left;
}

.unfold_link
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 15px;
	width: 100%;
	text-align: right;
}

.msg-err 
{
	font-size: 12px;
	color: #000000;
       font-style:italic;
	text-align: center;
}

.tellfriend {
  text-align: left;
}

.zip_error {
  color: red;
  font-size: 8pt;
}

.lp_description {
  padding-left: 14px;
  padding-bottom: 20px;
  text-align:justify;
}

.lp_description ul {
  padding-left: 14px;
}

.lp_category_link {
  width=100%;
  text-align:right;
  padding-bottom:15px;
}

#related_products .product {
  padding: 10px;
}

.wideTable{
  border: none;
  width: 100%;
}

#product_finder {
  padding: 10px 0 10px 10px;
}

#finder_table {
	background: url(/images/finder/finder_bg.jpg) transparent repeat-y top left;
}

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

Extended regions info

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

#regions_info {
  border: 1px solid #9ACCEF;
  margin: 10px;
  padding: 5px 0 0 5px;	
}

#regions_info #regions_list {
    font-size: 11px;
}

#regions_info #regions_list .header {
    font-weight: bold;
}

#regions_info #regions_list td {
    padding-right: 5px;
}

#regions_info #result {
    font-size: 12px;
}