body {
	background: #A2DADD url(/newimages/background-repeater.jpg) top left repeat;
	color: #5A4A42;
	font: small/1.5 Tahoma, Arial, sans-serif;
}

body, html, #footer-menu, #menu ul {
	margin: 0;
	padding: 0;
}

body { padding-bottom: 15px; }

#wrap {
	width: 766px;
	margin: 0 auto;
}

a {
	color: #5A4A42;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}


/* ------------ HEADER ------------ */

#header {
	width: 100%;
	background: transparent url(/newimages/header-bg-no-white.jpg) top left repeat-x;
	height: 156px;
	overflow: hidden;
}

#header-int {
	width: 601px;
	margin: 17px auto 0;
}

#logo-img { float: left; }


/* ------------ MENU ------------ */

#menu {
	width: 100%;       
	height: 36px;
	font-size: 14px;
	background: transparent url(/newimages/menu-border.jpg) bottom left no-repeat;
}

#menu ul {
  	margin: 0;
  	padding-top: 8px;
  	list-style: none;
}

#menu li {
  	float: left;
  	height: 28px;
  	width: 109px; 
  	background: #5A4A42 url(/newimages/tabs.jpg) top right no-repeat;
  	margin-left: 7px;
}

#menu li#nav-home {
	margin-left: 33px;
}

* html #menu li#nav-home {
	margin-left: 20px;
}

#menu li:hover,
#home li#nav-home,
#about li#nav-about,
#purchase li#nav-purchase,
#wholesale li#nav-wholesale,
#corporate li#nav-corporate,
#contact li#nav-contact {
	background-position: top left;
  }

#menu a {
  	display: block;
  	text-decoration: none;
 		color: #fff;
 		text-align: center;
 		padding-top: 3px;
}

#menu a:hover, #menu li:hover a,
#home li#nav-home a,
#about li#nav-about a,
#purchase li#nav-purchase a,
#wholesale li#nav-wholesale a,
#corporate li#nav-corporate a,
#contact li#nav-contact a { 
	color: #5A4A42;
}




/* ------------ CONTENT ------------ */

#content-wrap {
	background: white url(/newimages/wrap-bg.jpg) top left repeat-y;
}

#content-wrap-int {
	background: transparent url(/newimages/gradient.jpg) 3px top no-repeat;
}

#text-wrap {
	width: 760px;
	margin-left: 3px;
}

#text {
	width: 617px;
	margin: 0 auto;
	padding-top: 40px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	background: transparent url(/newimages/stripes.jpg) bottom left no-repeat;
	padding-bottom: 3px;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: -5px;
}


.td-left {
	padding-right: 18px;
	vertical-align:top;
	}
.td-right { 
	padding-left: 18px;
	vertical-align: top;
	}

/* ------------ FOOTER ------------ */

#footer-links {
	margin-top: 20px;
	background: transparent url(/newimages/footer-stripes.jpg) top left no-repeat;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footer-menu li {
	float: left;
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
}

* html #footer-menu li {
	margin-left: 32px;
	margin-right: 32px;
}

#footer-menu a {
	text-decoration: none;
	color: #706A66;
}

#footer-menu a:hover, #footer-menu a:focus, #footer-menu a:active {
	text-decoration: underline;
}

#footer-shadow {
	width: 766px;
	height: 4px;
	margin: 0 auto;
	background: transparent url(/newimages/footer-shadow.jpg) top left no-repeat;
	overflow: hidden;
}

/* ------------ EXTRAS ------------ */

.home-left-pic { margin-right: 35px; float: left; }

.border { border: 1px solid #5A4A42; }

.testimonial { color: #A3A2A2; }

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */

* html body { behavior: url("/newcss/csshover.htc"); }

