@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7ac142;
	margin: 50px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.oneColFixCtr #mainContent p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.oneColFixCtr #mainContent h1 {
	background: url(images/7th-seventh-furniture-designs.jpg) no-repeat;
	width: 750px;
	height: 489px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #mainContent #customFurniture {
	background: url(images/hand-crafted-custom-furniture.gif) no-repeat;
	width: 750px;
	height: 79px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #mainContent #contactNumbers {
	background: url(images/custom-furniture-phone-fax.gif) no-repeat;
	width: 750px;
	height: 34px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #mainContent .downloadCatalog {
	background: url(images/download-furniture-catalog.gif) no-repeat center;
	width: 291px;
	height: 20px;
	text-indent: -9999px;
	margin: 11px auto;
	padding: 0px;
	display: block;
}
.oneColFixCtr #mainContent .downloadCatalog:hover, .oneColFixCtr #mainContent .downloadCatalog_Hover {
	background: url(images/download-furniture-catalog-on.gif) no-repeat;
}
.oneColFixCtr #mainContent .emailSeventh {
	background: url(images/email-seventh-designs.gif) no-repeat center;
	width: 65px;
	height: 20px;
	text-indent: -9999px;
	margin: 11px auto;
	padding: 0px;
	display: block;
}
.oneColFixCtr #mainContent .emailSeventh:hover, .oneColFixCtr #mainContent .emailSeventh_Hover {
	background: url(images/email-seventh-designs-on.gif) no-repeat;
}
.oneColFixCtr #mainContent #downloadForm {
	height: 229px;
	padding: 130px 0px;
	vertical-align: middle;
	color: #FFFFFF;
}
.oneColFixCtr #mainContent #downloadForm a {
	color: #FFFFFF;
}
.oneColFixCtr #mainContent #downloadForm .text {
	background: #FFFFFF;
	border: 1px solid #666769;
	color: #383839;
	font-size: 14px;
	padding: 3px;
	margin: 10px 0px;
}
.oneColFixCtr #mainContent #downloadForm .submit {
	background: #56aa25;
	border: 1px solid #666769;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	cursor:pointer;
}