@charset "utf-8";
/* CSS Document */


/* GLOBAL
-------------------------------------------------------------------------------- */
body {
	background: #3b1f07 url(../images/body_bg.jpg) repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a img {
	border: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#contentWrap {
	position: relative;
	z-index: 0;
	width: 960px;
	margin: 20px auto 0;
}

h1#logo {
	clear: both;
	position: absolute;
	top: 0;
	left: -31px;
}
h1#logo a {
	display: block;
	width: 156px;
	height: 198px;
	background: url(../images/logo_mcnabb.png) no-repeat;
	text-indent: -9999px;
}
h2{
	margin:-6px 0px 16px 0px;
	color:#333;
}
h3{
	font-size:24px;	
	color:#582B18
}
h4{
	font-size:18px;
	line-height:0px
}

/* NAVIGATION
-------------------------------------------------------------------------------- */
ul#toolbar {
	clear: both;
	float: right;
	margin: 0;
	list-style: none;
	line-height: 26px;
	font-weight: bold;
}
ul#toolbar li {
	float: left;
	margin: 0;
	padding: 0 17px 0 15px;
	background: url(../images/toolbar_divide.gif) no-repeat right 9px;
}
ul#toolbar li.last {
	padding-right: 0;
	background: none;
}
ul#toolbar li.phone {
	padding-left: 41px;
	background: url(../images/toolbar_phone.gif) no-repeat 15px 9px;
}
ul#toolbar li a {
	color: #ffffff;
	text-decoration: none;
}
ul#toolbar li a:hover, ul#toolbar li a.active {
	text-decoration: underline;
}

#topnav {
	clear: both;
	height: 36px;
	background: #dfdfdf;
}
#topnav ul {
	float: right;
	margin: 0;
	list-style: none;
	line-height: 36px;
}
#topnav ul li {
	float: left;
	margin: 0 1px;
	padding: 0 22px;
	border-left: 2px solid #cfc0a1;
	border-right: 2px solid #cfc0a1;
	background: url(../images/topnav_bg.jpg) repeat-x;
}
#topnav ul li.last {
	margin-right: 0;
}
#topnav ul li a {
	color: #1a0b02;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#topnav ul li a:hover, #topnav ul li a.active {
	text-decoration: underline;
}


/* CONTENT
-------------------------------------------------------------------------------- */
#pageWrap {
	background: #eae4d8 url(../images/page_bg.jpg) repeat-x;
}
body #page {	background: url(../images/home_bg.jpg) no-repeat; }
body.carpet #page {	background: url(../images/carpet_bg.jpg) no-repeat; }
body.ceramic #page {	background: url(../images/tile_bg.jpg) no-repeat; }
body.hardwood #page {	background: url(../images/hardwood_bg.jpg) no-repeat; }
body.laminate #page {	background: url(../images/laminate_bg.jpg) no-repeat; }
body.vinyl #page {	background: url(../images/vinyl_bg.jpg) no-repeat; }
body.tradeshow #page {	background: url(../images/tradeshow_bg.jpg) no-repeat; }

body.green #page {	background: url(../images/green_bg.jpg) no-repeat; }
body.green-carpet #page {	background: url(../images/green-carpet_bg.jpg) no-repeat; }
body.rubber #page {	background: url(../images/rubber_bg.jpg) no-repeat; }
body.cork #page {	background: url(../images/cork_bg.jpg) no-repeat; }
body.bamboo #page {	background: url(../images/bamboo_bg.jpg) no-repeat; }
body.eco-hardwood #page {	background: url(../images/eco-hardwood_bg.jpg) no-repeat; }
#page {
	padding: 215px 38px 48px;
	color: #000000;
}
#page h1{
	font-size:30px
}
#page h1.pageTitle {
	margin: 0 0 20px;
	padding: 0;
	font-size: 80px;
	line-height: 80px;
	font-weight: normal;
	color: #a07d64;
	letter-spacing: -2px;
	text-shadow: 0 1px 1px #333333;
}

#page h3.pageTitle {
	margin: 30 0 32px;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #a07d64;
	letter-spacing: -2px;
}

body.home #page h2.pageTitle {
	padding: 0;
	font-size: 32px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}
#page p {
	margin: 0 0 12px;
	padding: 0;
	line-height: 16px;
}
#page big {
	font-size: 14px;
	font-weight: bold;
}


/* FORMS
-------------------------------------------------------------------------------- */
#contactForm {
	margin: 0;
	padding: 10px;
	border: 1px solid #000000;
	background: #3b1f07 url(../images/form_bg.jpg) repeat-x;
	color: #ffffff;
}
#contactForm form p {
	margin: 0 0 6px;
}
#contactForm label {
	font-weight: bold;
}
form input.text {
	height: 18px;
	margin: 0;
	padding: 6px 0 0 4px;
	border: 0;
	background: url(../images/textbox_bg.jpg) no-repeat;
}
form textarea {
	border: 0;
	background: url(../images/textbox_bg.jpg) no-repeat;
}
form input.button {
	height: 24px;
	margin: 0;
	padding: 0 8px;
	border: 0;
	background: url(../images/button_bg.jpg) repeat-x;
	font-weight: bold;
}


/* FOOT
-------------------------------------------------------------------------------- */
#pageShadow {
	height: 12px;
	background: url(../images/page_shadow.png) repeat-x;
}

#foot {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#foot span {
	padding: 0 17px 0 15px;
	background: url(../images/toolbar_divide.gif) repeat-y right;
}
#foot span.last {
	padding-right: 0;
	background: none;
}
#foot a {
	color: #ffffff;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
