
/*********************************
	TAGS
*********************************/

body, div, span, ul, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6139;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(images/pageBottom.gif);
}

h1, h2, h3, h4, h5, h6 {
	margin: 3px 0;
	padding: 0;
	color: #000;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.7em;
}

a {
	color: #6e6139;
}
a:hover {
	color: #000;
}

ul {
	list-style-type: square;
}

hr {
	height: 2px;
	border: 0 none;
	background-color: #e3e1d2;
}

.content form {
	margin-top: 15px;
}
.content form th,
.content form td {
	padding: 3px;
}
.content form th {
	font-weight: normal;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.content form input,
.content form select,
.content form textarea {
	width: 215px;
}
.content form textarea {
	height: 150px;
}

.contentSidePanel form td,
.contentSidePanel form th {
	padding: 0;
}
.contentSidePanel form th {
	padding-top: 3px;
}

/*********************************
	GENERAL CLASSES
*********************************/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.error,
.error a {
	color: #b92b14;
}

.status,
.status a {
	color: #792b14;
}

.contentSolo {
	padding: 12px;
	overflow: auto;
}

.textBox {
	margin: 0;
	padding: 2px 5px;
	width: 133px;
	height: 17px;
	border: 0 none;
	background-image: url(images/textBoxBg.gif);
}

.searchSubmit {
	background-color: #fff;
	border: 0 none;
	font-weight: bold;
}

.falseItem {
	list-style-type: none;
}

.neverBorder {
	border: 0 none !important;
}

.oversized {
	font-size: 2em;
	font-weight: normal;
	color: #792b14;
}

.learnMore {
	margin: 0 !important;
}
.learnMore a {
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
}
.learnMore a:hover {
	text-decoration: underline;
}

.contentMainPanel {
	float: left;
	padding: 12px;
	width: 651px;
	border-right: 2px solid #e3e1d2;
}

.contentSidePanel {
	float: left;
	position: relative;
	left: -2px;
	padding: 12px;
	width: 229px;
	border-left: 2px solid #e3e1d2;
}
.contentSidePanel a {
	font-size: 1em;
}

/*********************************
	DESIGN CLASSES
*********************************/

.pageContainer {
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(images/pageBg.gif);
}

.page {
	margin: 0 auto;
	border-left: 1px solid #e3e1d2;
	border-right: 1px solid #e3e1d2;
	width: 932px;
}

.headerSeparator {
	clear: both;
	height: 8px;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(images/pageTop.gif);
}
.headerLeft {
	float: left;
	width: 676px;
}

.headerLogo {
	display: block;
	width: 676px;
	height: 0;
	padding-top: 130px;
	overflow: hidden;
	background-image: url(images/logo_header.jpg);
}

.menu {
	padding: 9px 16px;
	font-size: 0.57em;
}
.menu ul {
	list-style-type: none;
}
.menu li {
	display: inline;
	padding: 2px 6px;
	border-left: 1px solid #6e6139;
}
li.menuHome,
li.menuSiteMap {
	border-left: 0 none;
}
.menu a {
	color: #6e6139;
	text-decoration: none;
}
.menu a:hover {
	color: #010101;
}
#homePage .menuHome a,
#companyPage .menuCompany a,
#productsPage .menuProducts a,
#dealersPage .menuDealers a,
#cataloguePage .menuCatalogue a,
#accountPage .menuAccount a,
#customerServicePage .menuCustomerService a,
#privacyPolicyPage .menuPrivacyPolicy a,
#termsPage .menuTerms a,
#siteMapPage .menuSiteMap a,
#whereToBuyPage .menuWhereToBuy a,
#emailAlertsPage .menuEmailAlerts a {
	color: #010101;
}

.headerRight {
	/**/display: none;/**/
	float: left;
	width: 242px;
	padding: 15px 7px;
	color: #000;
}

.headerSearchTitle {
	display: block;
	padding-left: 5px;
	font-size: 0.77em;
	font-weight: bold;
}

.headerLinks {
	float: right;
	text-align: right;
}
.headerLinks ul {
	width: 145px;
}
.headerLinks li {
	border-bottom: 1px solid #e3e1d2;
}
.headerLinks a {
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
}

.content {
	clear: both;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.83em;
	overflow: auto;
}
.content ul {
	margin: 1em;
	padding-left: 1em;
}

.footer {
	clear: both;
	overflow: auto;
}
.footer .menu {
	float: left;
}

.footerLogo {
	float: right;
	margin: 4px 9px 9px 0;
	width: 282px;
	height: 47px;
	background-image: url(images/logo_footer.gif);
}

.copyright {
	clear: both;
	font-size: 0.6em;
	text-align: center;
	padding-bottom: 8px;
}

/*********************************
	PAGES
*********************************/

/** HOME **/

#homePage .content p {
	text-align: justify;
}

#homePage .column {
	float: left;
	padding: 12px;
}
#homePage #column1 {
	width: 394px;
	border-right: 2px solid #e3e1d2;
	overflow: hidden;
}
#homePage #column2 {
	position: relative;
	left: -2px;
	width: 231px;
	border-left: 2px solid #e3e1d2;
	border-right: 2px solid #e3e1d2;
}
#homePage #column3 {
	position: relative;
	left: -4px;
	border-left: 2px solid #e3e1d2;
	width: 227px;
	overflow: hidden;
}

#homePage #newProducts {
	width: 396px;
	padding-top: 152px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/teaSet.jpg);
}
#homePage #newProducts a {
	color: #000;
	text-decoration: none;
}

#homePage ul#featuredItems {
	margin: 0 0 0 -5px;
	padding: 0;
	width: 404px;
	list-style-type: none;
	overflow: auto;
}
#homePage #featuredItems li {
	float: left;
	display: inline;
}
#homePage #featuredItems a {
	display: block;
	margin: 1px;
	width: 97px;
	height: 0;
	padding-top: 94px;
	overflow: hidden;
	border: 1px solid #6e6139;
}
#homePage #feature1 a {
	background-image: url(images/feature1.jpg);
}
#homePage #feature2 a {
	background-image: url(images/feature2.jpg);
}
#homePage #feature3 a {
	background-image: url(images/feature3.jpg);
}
#homePage #feature4 a {
	background-image: url(images/feature4.jpg);
}

#homePage #luckyRoosters a {
	display: block;
	margin: 10px 0 0 20px;
	width: 350px;
	height: 98px;
	background-image: url(images/luckyRoosters.jpg);
}

#homePage #gardenGuide {
	float: left;
	margin: 15px 30px 15px 15px;
	width: 168px;
	height: 189px;
	background-image: url(images/gardenGuide.jpg);
}

#homePage #gardenGuideText {
	float: left;
	width: 150px;
}

#recentAdvertising,
#recentAdvertising li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#recentAdvertising li {
	float: left;
	margin: 11px;
	width: 175px;
	height: 175px;
}
#recentAdvertising li a,
#recentAdvertising li span {
	display: block;
	width: 175px;
	height: 0;
	padding-top: 175px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
#recentAdvertising #giftsAndTablewares a,
#recentAdvertising #giftsAndTablewares span {
	background-image: url(images/ads/giftsAndTablewares.jpg);
}
#recentAdvertising #retailNews1 a,
#recentAdvertising #retailNews1 span {
	background-image: url(images/ads/retailNews1.jpg);
}
#recentAdvertising #retailNews2 a,
#recentAdvertising #retailNews2 span {
	background-image: url(images/ads/retailNews2.jpg);
}
#recentAdvertising #showBizNews a,
#recentAdvertising #showBizNews span {
	background-image: url(images/ads/showBizNews.jpg);
}

#homePage #tradeShowAd {
	margin: 0 auto;
	width: 183px;
	height: 240px;
	background-image: url(images/tradeShowAd.jpg);
}

#homePage #productImages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#homePage #productImages li {
	margin: 3px auto;
	padding: 0;
	width: 231px;
	height: 195px;
	background-color: #000;
}
#homePage #productImages a {
	display: block;
}
#homePage #productImages img {
	border: 2px solid #000;
}

#companyPage #news {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}
#companyPage #news07 a {
	float: left;
	width: 119px;
	height: 0;
	padding-top: 165px;
	overflow: hidden;
	background-image: url(images/07news.gif);
}
#companyPage #news07 p {
	float: left;
	padding: 60px 0 0 10px;
}

#popularPagesPage {
	background-image: none;
}
#popularPagesPage ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
#popularPagesPage li {
	font-size: 0.8em;
}

#luckyStoryPage #luckyStory {
	border: 1px solid #7b2914;
	margin: 3px 3px 15px 3px;
	width: 644px;
}
