html {
	margin: 0; 
	padding: 0; 
	background: #D6D1B8 url(/images/page/bg-tile.gif) top center repeat;
}
body {
	margin: 0; 
	padding: 0;
	background: url(/images/page/top-tile.gif) top center repeat-x;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #2C2B26;
}

img, div, ul, a, form, h1, h2, input, th { behavior: url(/src/iepngfix.htc)}

#header {
	background: url(/images/page/header-bg.jpg) top center no-repeat;
	height: 150px;
	color: #8B8475;
	line-height: 26px;
}
#header div {
	margin: 0 auto;
	width: 940px;
}
#header p {
	margin: 0 30px;
	text-align: right;
	height: 30px;
}
#header a {
	color: #655D57;
	padding: 0 10px;
}
#header a:hover {
	color: #3D6647;
}
#header h1 {
	float: right;
	margin: 0;
	padding: 65px 30px 0 0;
	font-size: 24px;
	line-height: 28px;
	background: none;
}


#container {
	margin: 0 auto;
	width: 960px;
}


#nav {
	background: url(/images/page/nav-bg.png) top left no-repeat;
	height: 65px;
	padding: 0 0 0 10px;
}
#nav a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 38px;
	color: #FFFFFF;
	padding: 0 18px 0 20px;
	background: url(/images/page/nav-sep.gif) top left no-repeat;
}
#nav a:hover {
	color: #DBE5D6;
	text-decoration: none;
}


#sidenav {
	width: 240px;
	vertical-align: top;
	padding-bottom: 40px;
}

#sidenav form {
	text-align: center;
}
#sidenav form td {
	padding: 0 5px;
}
#sidenav input {
	font-size: 11px;
	color: #7D7774;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 0;
}
#sidenav li a {
	display: block;
	font-size: 20px;
	line-height: 50px;
	text-transform: lowercase;
	color: #507C68;
	background: url(/images/page/catnav-bg.png) top left no-repeat;
	padding: 3px 0 0 44px;
	cursor: pointer;
}
#sidenav li a:hover {
	text-decoration: none;
	color: #90AE84;
}
#sidenav li ul {
	padding: 0 12px 10px 0; 
}
#sidenav li li a {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	color: #655D57;
	background: url(/images/page/bullet.gif) top left no-repeat;
	padding: 9px 0 2px 50px;
}
#sidenav li li a:hover {
	color: #655D57;
	text-decoration: underline;
}
#sidenav li a small {
	font-size: 9px;
	color: #A29C94;
}

#sidenav p {
	text-align: center;
	margin: 0;
	padding-top: 25px;
	font-size: 10px;
	line-height: 12px;
}
#sidenav p a {
	color: #655D57;
}

.paneltop {
	background: url(/images/page/panel-top.png) top left no-repeat;
	height: 16px;
}
.panelbg {
	background: url(/images/page/panel-bg.png) top left no-repeat;
}
.panelbot {
	background: url(/images/page/panel-bot.png) top left no-repeat;
	height: 20px;
	margin-bottom: 14px;
}


#content {
	vertical-align: top;
	padding: 0px 0 30px 30px;
	width: 680px;
}

h1 {
	margin: 13px 1px 20px 0; 
	padding: 6px 0 5px;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	color: #507C68;
	background: url(/images/page/h1-bg.png) top left no-repeat;
}
h2 {
	margin: 30px 0 -8px;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #507C68;
}
h3 { /* home page feature pic heading */
	margin: 0;
	padding: 10px 0 6px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #A0BE66;
	text-transform: uppercase;
}
h5 { /* product code on details pages */
	margin: 8px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #95907F;
}
#content p {
	margin: 12px 0;
	font-size: 12px;
	line-height: 20px;
}
#content p a {
	text-decoration: underline;
}
a {
	color: #7A9881;
	color: #4D4545;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4D4545;
}
small {
	font-size: 10px;
	line-height: 14px;
	color: #655D57;
	text-transform: none;
	font-weight: normal;
}


#footer {
	background: url(/images/page/footer-bg.png) top left no-repeat;
	height: 310px;
}
#footer div {
	background: url(/images/page/stitches-bg.png) top left no-repeat;
	height: 30px;
}
#footer table {
	margin: 0 0 0 225px;
}
#footer td {
	vertical-align: top;
/*	padding-right: 30px;*/
	width: 180px;
}
#footer h4{
	margin: 0 0 5px 35px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #507C68;
	border-bottom: 1px solid #ACC085;
	float: left;
	display: inline;
}
#footer ul {
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer li a {
	display: block;
	background: url(/images/page/bullet.gif) top left no-repeat;
	padding: 8px 0 0px 45px;
}
#footer p {
	margin: 30px 0 0 260px;
	color: #878078;
}


.maincopy {
	font-size: 12px;
	line-height: 20px;
}
.maincopy a {
	text-decoration: underline;
	color: #2C2B26;
}
.rightpic {
	float: right;
	margin: 5px 3px 20px 20px;
	padding: 10px;
	background: url(/images/pics/pic-bg.jpg) top left;
	border: 1px solid #B3AB93;
}
.stitchesdiv {
	margin: 30px 1px 30px 0;
	background: url(/images/page/stitches-bg.png) top left no-repeat;
	line-height: 0;
	height: 5px;
}
.blogdiv {
	margin: 20px 1px 20px 0;
	background: url(/images/home/blog-sep.png) top left no-repeat;
	line-height: 0;
	height: 1px;
}
.red {
	color: #E65A1E;
}

#pagination {
	clear: left;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	text-align: center;
}
#pagination li {
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
#pagination a {
	display: inline;
	text-decoration: none;
	padding: 0 4px;
	background: none;
	white-space: nowrap;
}
#pagination a:hover {
	background-color: #BFC89C;
}
.active {
	background-color: #507C68;
	border-top: 0px solid #507C68;
	border-right: 3px solid #507C68;
	border-bottom: 1px solid #507C68;
	border-left: 3px solid #507C68;
	color: #FFFFFF;
	font-weight: bold;
}



