/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin styling */
body {
	background-color: #848282;
	color: #534f4e;
	font-family: Tahoma, Geneva, sans-serif;
}
a,
img,
input,
textarea {
	outline: none;
}
a {
	color: #534f4e;
	text-decoration: none;
}
a:hover {
	color: #85807f;
}
p {
	display: block;
	line-height: 118%;
	margin-bottom: 20px;
	text-indent: 20px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
strong {
	font-weight: bold;
}
.form-container {
	text-align: left;
}
.form-container form {}
.form-container form .form-group {
	margin-bottom: 15px;
}
.form-container form .form-group label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.form-container form .form-group input[type="text"],
.form-container form .form-group input[type="email"],
.form-container form .form-group textarea {
	border: 2px solid #bbbbbf;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	height: 25px;
	padding-left: 10px;
	width: 360px;
}
.form-container form .form-group input[type="text"]:focus,
.form-container form .form-group input[type="email"]:focus,
.form-container form .form-group textarea:focus,
.form-container form .form-group input[type="submit"]:focus {
	border-color: #767678;
}
.form-container form .form-group textarea {
	height: 140px;
}
.form-container form .form-group img {
	display: block;
}
.form-container form .form-group input[type="submit"] {
	color: #333;
	border: 2px solid #bbbbbf;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}
.form-container form .form-group input[type="submit"]:hover {
	color: #000;
}
.form-container form .form-group ul {
	margin-top: 5px;
}
.form-container form .form-group ul li,
.form-container .error-message {
	color: #d33737;
	font-size: 14px;
	text-indent: 10px;
}
.form-container .error-message ul {
	margin-left: 10px;
}
.form-container .success-message {
	color: #25aa28;
	font-size: 18px;
}
.form-container form .form-group #contact-captcha-image {
	border: 2px solid #bbbbbf;
	margin-bottom: 15px;
}
.image-with-title {
	font-size: 14px;
	margin: 10px;
	text-align: center;
}
.image-with-title img {
	display: block;
	margin: 0px auto;
	margin-bottom: 4px;
}
.container-holder {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: -5px 5px 7px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 7px 2px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 7px 2px rgba(0,0,0,0.75);
	margin: 0px auto;
	margin-top: 30px;
	width: 1000px;
}
.container {
	background: #fff url( images/container-background.jpg ) no-repeat left top;
	min-height: 950px;
	padding: 20px 20px 0 20px;
}
#header .ferrous-logo-holder {
	display: inline-block;
	height: 159px;
	width: 292px;
}
#header .ferrous-logo-holder img {
	margin: 10px 0 0 10px;
}
#header .nav-holder {
	display: inline-block;
	height: 159px;
	vertical-align: middle;
	text-align: right;
	width: 663px;
}
#header .nav-holder #social-holder {
	margin-right: 10px;
}
#header .nav-holder #social-holder li {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}
#header .nav-holder #social-holder li #s {
	border: 4px solid #f5f5f7;
	color: #848282;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	outline: none;
	padding-left: 10px;
	width: 200px;
}
#header .nav-holder #social-holder li#shopping-cart-logo {
	background: url(images/shopping-cart.png) no-repeat;
	height: 36px;
	text-align: right;
	width: 46px;
}
#header .nav-holder #social-holder li#shopping-cart-logo .cart-total {
	color: #a4a9ad;
	display: block;
	font-size: 16px;
	margin-top: -11px;
}
#header .nav-holder #navigation-top {
	margin-right: 10px;
	width: 100%;
}
#header .nav-holder #navigation-top li {
	border-right: 2px solid #534f4e;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0px 8px;
}
#header .nav-holder #navigation-top li:last-child {
	border-right: none;
}
#header .nav-holder #navigation-top li ul {
	background-color: rgba( 217, 217, 217, 0.4 );
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	margin-left: -10px;
	position: absolute;
  	width: 120px;
}
#header .nav-holder #navigation-top li ul li {
	border-right: none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}
#header .nav-holder #navigation-top li ul li:hover {}
#header .nav-holder #navigation-top li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.content {
	display: block;
	width: 100%;
}
.page {
	margin-bottom: 50px;
	width: 100%;
}
.page .social-like-button {
	margin-bottom: 15px;
	width: 100%;
}
.page img {
	border: 2px solid #bbbbbf;
}
.half-page {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 50%;
}
.half-page:last-child {
	float: right;
}
.no-border {
	border: 0px !important;
}
#contact-information {
	font-size: 16px;
	margin-top: 50px;
}
#contact-information li {
	margin-bottom: 20px;
}
.organizations-supported li {
	border-right: 1px solid #000;
	display: inline-block;
	font-size: 14px;
	padding: 0px 10px;
}
.organizations-supported li:last-child {
	border-right: 0px;
}
.instructions-holder {
	margin: 0px auto;
	margin-top: 30px;
	width: 700px;
}
.instructions-holder .instruction-content {
	border: 1px solid #000;
	display: block;
	overflow: auto;
	position: relative;
}
.instructions-holder .instruction-content .title {
	border-bottom: 1px solid black;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px;
	width: 100%;
}
.instructions-holder .instruction-content .half-page img {
	display: block;
	margin: 15px;
}
.instructions-holder .instruction-content .half-page ul {
	list-style-type: decimal;
	margin-top: 15px;
	padding-right: 20px;
}
.instructions-holder .instruction-content .half-page ul li {
	margin-bottom: 15px;
}
.categories-row,
.products-row {
	margin: 0px auto;
	margin-bottom: 35px;
	text-align: left;
	width: 844px;
}
.categories-row .category-holder,
.products-row .product-holder {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 160px;
	margin: 0px;
	text-align: center;
	vertical-align: baseline;
	width: 206px;
}
.categories-row .category-holder a:hover,
.products-row .product-holder a:hover {
	color: #534f4e;
}
.categories-row .category-holder img,
.products-row .product-holder img {
	border: none;
	max-height: 140px;
	max-width: 206px;
}
.products-row {
	margin-bottom: 75px;
}
.products-row .product-holder {
	font-weight: normal;
	margin: 0px 20px;
	text-align: center;
	width: 158px;
}
.products-row .product-holder img {
	margin: 0px auto;
	margin-bottom: 10px;
	max-width: 142px;
}
.products-row .product-holder .product-description {
	line-height: 16px;
	text-align: left;
	width: 100%;
}
.products-row .product-holder .product-description .product-name,
.products-row .product-holder .product-description .product-price {
	font-weight: bold;
}
.products-row .product-holder .product-description .product-price {
	float: right;
}
.products-row .product-holder .product-description .add-product {
	color: #333;
	cursor: pointer;
	background-color: #bbb;
	border: 1px solid #999;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 2px;
	outline: none;
	padding: 0px 2px;
}
#product-tooltip {
	display: none;
}
.product-tooltip-holder {
	max-width: 300px;
}
.product-tooltip-holder .name {
	font-weight: bold;
}
.product-tooltip-holder .description {
	margin-bottom: 10px;
}
.product-tooltip-holder ul {
	margin-left: 15px;
}
.product-tooltip-holder ul li {
	list-style: none;
	margin-bottom: 5px;
}
.product-tooltip-holder .add-to-cart-holder {
	text-align: right;
	width: 100%;
}
.product-tooltip-holder .add-to-cart-holder .add-to-cart-qnty {
	text-indent: 5px;
	width: 25px;
}

/* Product Page */
.product-finish-description {
	color: #999;
	display: block;
	font-size: 16px;
	margin: 5px 0px 10px 0px;
}
.product-details-holder {
	clear: both;
	display: block;
	padding: 0px 20px;
}
.product-details-holder .sketch-details,
.product-details-holder .accessory-details {
	display: inline-block;
	margin-top: 20px;
	width: 50%;
}
.product-details-holder .sketch-details img {
	max-width: 400px;
}
.product-details-holder .accessory-details {
	float: right;
}
.product-details-holder .accessory-details .accessory-details-information {
	margin-top: 25px;
	text-align: center;
	width: 100%;
}
.product-details-holder .accessory-details .accessory-details-information img {
	margin-bottom: 10px;
	max-height: 200px;
	max-width: 200px;
}
.product-details-holder .accessory-details .accessory-details-information .accessory-details-information-description {
	text-align: left;
	width: 100%;
}
.overstock-quantity-holder,
.product-price-holder {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
.product-price-holder {
	margin-top: 25px;
}
.overstock-quantity-holder {
	margin-top: 5px;
}
.product-add-to-cart-holder {
	margin-top: 5px;
	text-align: right;
	vertical-align: baseline;
	width: 100%;
}
.product-add-to-cart-holder .add-to-cart-qnty {
	height: 20px;
	text-indent: 5px;
	vertical-align: top;
	width: 32px;
}
.product-add-to-cart-holder .add-product {
	font-size: 16px;
	height: 25px;
	vertical-align: top;
}

.furniture-footer {
	display: block;
	margin-top: 25px;
	text-align: center;
	width: 100%;
}
footer {
	background-color: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 12px;
	margin: 0px auto;
	margin-bottom: 30px;
	margin-top: -1px;
	min-height: 20px;
	padding: 15px 0px;
	text-align: center;
	width: 1000px;
}
footer address {
	margin: 0px;
	padding: 0px;
}
footer .contact-line {
	display: block;
	margin-bottom: 4px;
}
