body {
	margin: 0px;
	padding: 0px;
	font-family: arial, san-serif;
	font-size: 12px;
  background-image: url('/img/background.jpg');
	background-position: center;
	color: #444444;
	text-align: center;
}

#main {
	margin: 0px auto;
	width: 760px;
	background-image: url('/img/main.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

#crumbtrail {
	margin: 5px;
}

#menu {
	padding-top: 65px;
	padding-left: 170px;
	width: 530px;
}

#menu a {
	padding: 2px 5px 0px 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #704E11;
}

#sub_menu a {
	height: 20px;
	background-image: url("/img/tab_right.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 7px;
	font-weight: bold;
	text-decoration: none;
}

#sub_menu span {
	background-image: url("/img/tab_left.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 5px;
}

#menu a:hover {
	padding: 2px 5px 0px 5px;
	background-color: #EBE2D3;
	}
	
#header {
	padding-top: 60px;
	margin-left: 100px;
	width: 600px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	
	clear: both;
	text-align: left;
	margin-left: 100px;
	width:600px;
	color: #666666;
}

#content {
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 100px;
	width: 580px;
	background-color: #FFFFFF;
}

*html #content {
	width: 600px;
}

#content p, #content h1, #content h2 {
	margin-right: 20px;
}

div.product {
	float: left;
	height: 250px;
	width: 140px;
}

img.product_thumb {
	height: 160px;
	width: 125px;
}

img.type_thumb {
	float: left;
	margin: 5px;
}

img.collection_thumb {
	float: left;
	margin: 8px;
}

img.gallery_image {
	margin-bottom: 20px;
}

img {
	display: block;
}

a img {
	border: 0px;
}

a {
	color: #444444;
}

p {
	text-align: justify;
}

img {
	display: block;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dashed #DDDDDD;
}

div.favorite_question {
	margin-top: 20px;
	padding: 10px;
	margin-right: 20px;
	background-color: #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-image: url("/img/favorite_question.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}

div.favorite_selection {
	width: 538px;
	padding: 10px;
	margin-right: 20px;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

*html div.favorite_selection {
	width: 560px;
}

div.clearfloat {
	clear: both;
}

/*-----boxes-----*/

.box {
	margin-top: 20px;
	margin-right: 20px;
	padding: 60px 10px 0px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EBE2D3;
	margin-bottom: 20px;
}

.box p {
	margin-left: 80px;
}

#about_us {
	background-image: url('/img/maple_ridge_box.jpg');
}
#collection {
	background-image: url('/img/collection_box.jpg');
}
#type {
	background-image: url('/img/type_box.jpg');
}
#accessories {
	background-image: url('/img/accessories_box.jpg');
}

#craftsman {
	background-image: url('/img/craftsman_box.jpg');
}
#heritage{
	background-image: url('/img/heritage_box.jpg');
}
#genteel {
	background-image: url('/img/genteel_box.jpg');
}
#early_american {
	background-image: url('/img/early_american_box.jpg');
}
#renaissance {
	background-image: url('/img/renaissance_box.jpg');
}
#umbria {
	background-image: url('/img/umbria_box.jpg');
}

p.about_us {
	margin-left: 10px;
}

img.box_thumb {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

div.expanded {
   display: block;
}
div.collapsed {
   display: none;
} 





/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }


#lightbox img{ border: none; } 
#overlay img{ border: none; }


#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
