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

body {
	background: #7bb441 url(../images/sitebg.jpg) top left repeat-x;
	font-family: Tahoma, Lucida Sans Unicode, Verdana, Sans-serif;
	font-size: 11px;
}

a,
a:visited {
	color: #ff9;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ff9;
}

a:hover,
a:visited:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Content
---------------------------------------------------------------------------*/
/* #content {
	background: transparent url(../images/contentbg.jpg) top left no-repeat;
}*/

#sidebar {
	background: transparent url(../images/sbarbg.jpg) top left no-repeat;
}

#sidebar h1 {
	background: transparent url(../images/main-logo.jpg) top left no-repeat;
	width: 210px;
	height: 75px;
	margin-top: 15px;
	display: block;
	text-indent: -9999px;
}

#mailing-list h1 {
	background: transparent url(../images/list-header.gif) top left no-repeat;
	width: 191px;
	height: 22px;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

#mailing-list p {
	color: #fff;
}

.branch-boutique,
.branch-outlet,
.error-wrapper {
	background-color: #477e2a;
	padding: 10px;
	border: 1px solid #3b6823;
	margin-bottom: 15px;
}

.job-wrapper {
	width: 300px;
	padding: 10px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

.prod-info {
	background: transparent url(../images/dtlbody.gif) top left;
	padding: 10px 10px 5px 10px;
	margin-bottom: 15px;
}

#primary-content #disppg span.numpg a,
#primary-content #disppg span.numpg a:link,
#primary-content #disppg span.numpg a:visited {
	font-weight: bold;
	color: #fff;
	border: 1px solid #518f2b;
	/* background-color: #75b141;*/
	padding: 3px 5px;
}

#primary-content #disppg span.numpg a:hover,
#primary-content #disppg span.numpg a:focus,
#primary-content #disppg span.numpg a:visited:hover {
	font-weight: bold;
	color: #fff;
	background-color: #609e3a;
	border: 1px solid #518f2b;
	padding: 3px 5px;
}

#primary-content #disppg span.curpg {
	border: 1px solid #518f2b;
	background-color: #609e3a;
	font-weight: bold;
	color: #ff9;
	padding: 3px 5px;
}

.prod-dtl h2#prod-detail {
	background: transparent url(../images/details.gif) top left no-repeat;
	text-indent: -9999px;
	width: 213px;
	height: 20px;
	margin-bottom: 15px;
}

.prod-clr h2#prod-colors {
	background: transparent url(../images/colors.gif) top left no-repeat;
	text-indent: -9999px;
	width: 126px;
	height: 20px;
	margin-bottom: 15px;
}

.try-prod h2#try-these {
	background: transparent url(../images/try_these.gif) top left no-repeat;
	text-indent: -9999px;
	width: 248px;
	height: 23px;
	margin-bottom: 15px;
}

.other-prod h2#others {
	background: transparent url(../images/other.gif) top left no-repeat;
	text-indent: -9999px;
	width: 244px;
	height: 23px;
	margin-bottom: 15px;
}

/* Home Images
---------------------------------------------------------------------------*/
#row-one img#image1 {
	background: transparent url(../images/promo1bg.jpg) top left no-repeat;
	padding: 26px 19px 45px 19px;
}

#row-one img#image2 {
	background: transparent url(../images/promo2bg.jpg) top left no-repeat;
	padding: 26px 19px 45px 19px;
}

#row-two img,
#row-three img {
	border: 2px solid #ade973;
}

/* Top Navigation
---------------------------------------------------------------------------*/
li#home a {
	background: transparent url(../images/tnhome.gif) top left no-repeat;
}

li#email a {
	background: transparent url(../images/tnemail.gif) top left no-repeat;
}

li#sitemap a {
	background: transparent url(../images/tnsitemap.gif) top left no-repeat;
}

/* Main Navigation
---------------------------------------------------------------------------*/
ul#main-nav li a {
	background: transparent url(../images/main-nav.gif) top left no-repeat;
}

/* Footer 
---------------------------------------------------------------------------*/
#footer-wrap {
	color: #598527;
	background-color: #93ce5a;
	border-top: 7px solid #6ea23a;
}

#footer #disclaimer-note {
	border-left: 1px dotted #598527;
}

