* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 80%;
	height: auto !important;
	height: 80%;
	margin: 0 auto -1em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	clear: both;
	height: 1em; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

body {
	font: 0.7em arial,sans-serif;
	text-transform: uppercase;
}
.wrapper {
	position: relative;
	width: 895px;
}
.logo {
	padding: 60px 0 40px;
	text-indent: -500em;
}
.logo a {
	width: 289px;
	height: 44px;
	background: url(../images/logo.png);
	display: block;
}
.nav {
	height: 29px;
	margin: 0 0 9px;
}
.nav li {
	font: bold 1.1em/29px arial,sans-serif;
	text-align: center;
	float: left;
}
.nav a {
	width: 179px;
	height: 29px;
	color: #90704c;
	text-decoration: none;
	background: url(../images/nav-backdrop.png) 0 0 no-repeat;
	display: block;
	float: left;
}
.nav a:hover, .nav a.active {
	color: #fff;
	background-position: 0 100%;
}
.main {
	position: relative;
	min-height: 385px;
	padding: 15px 50px 50px;
	color: #fff;
	background: #90704c;
}
.about {
	padding: 70px 60px 50px;
	background: #90704c url(../images/about-us.png) no-repeat 50px 15px;
}
.fabrics {
	padding: 70px 60px 50px;
	background: #90704c url(../images/fabrics-backdrop.jpg) 50% 50% no-repeat;
}
.representatives {
	padding: 70px 60px 50px;
	background: #90704c url(../images/representatives.png) no-repeat 50px 15px;
}
.contact {
	padding: 70px 60px 50px;
/*	background: #334a40 url(../images/contact-us.png) no-repeat 50px 15px; */
}
.home {
	padding: 0;
	background: none;
}
h1, h2 {
	padding: 0 0 5px;
	font-size: 1.2em;
	font-style: italic;
}
h1 {
	padding: 0 0 1.5em;
}
h3 {
	font: 1.1em arial,sans-serif;
	text-transform: none;
}
.main p, address {
	padding: 0 0 0.8em;
	text-transform: none;
}
.main p {
	line-height: 1.5em;
}
.main a {
	color: #fff;
}
.button {
	width: 291px;
	height: 96px;
	margin: 50px 0 0;
	text-indent: -500em;
	background: url(../images/view-fabrics.jpg) 0 0 no-repeat;
	float: left;
}
.button:hover {
	background-position: 0 100%;
}
.sample-request {
	margin: 50px 11px 0;
	background: url(../images/sample-request.jpg) 0 0 no-repeat;
}
.to-the-trade {
	background: url(../images/to-the-trade.jpg) 0 0 no-repeat;
}


/* HOME */

.nivo-directionNav {
	display: none;
}
.nivo-controlNav {
	position: absolute;
	left: 805px;
	width: 90px;
	text-indent: -500em;
}
.nivo-control {
	width: 15px;
	height: 15px;
	margin: 0 0 0 3px;
	background: url(../images/nivo-control.png) no-repeat 0 0;
	display: block;
	float: left;
}
.active {
	background-position: 0 100%;
}


/* CONTACT */


.side {
	position: absolute;
	left: 550px;
	top: 150px;
	width: 220px;
}
.frm {
	position: relative;
	width: 430px;
	padding: 0 0 3px;
	line-height: 24px;
	overflow: hidden;
}
.error {
	width: 396px;
	margin: 0 0 25px;
	padding: 15px !important;
	background: rgba(255, 255, 255, .1);
	border: 2px solid #c00;
}
.highlight {
	background: #fcc !important;
}
input[type="text"], textarea {
	width: 309px;
	padding: 3px;
	font-size: 1.2em;
	background: #fff;
	border: 0;
	float: right;
}
input[type="submit"] {
	width: 50px;
	margin: 10px 0 0 380px;
	padding: 6px 0;
	color: #fff;
	text-transform: uppercase;
	background: #263730;
	border: 0;
}
input[type="submit"]:hover {
	background: #000;
}


/* REPRESENTATIVES */

.section {
	width: 190px;
	float: left;
}
.clear {
	height: 50px;
	clear: both;
}


.footer {
	color: #90704c;
	font-size: 0.9em;
    text-align: center;
}