body {
	background: url(../_img/bodyBg.gif) repeat top center;
	text-align: center;
	font-size: 76%;
	font-family: 'Corbel', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}

#wrap {
	background: url(../_img/wrapBg.gif) repeat-y top;
	width: 1236px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

a, a:visited {
	color: #105923;
	text-decoration: none;
}

a:hover {
	color: #577522;
	text-decoration: underline;
}

/* Header */

#header {
	width: 940px;
	height: 220px;
	margin: 0 auto;
	padding-right: 20px;
}

#header h1 {
	text-indent: -9999px;
	color: #fff;
	display: block;
	float: left;
	overflow: hidden;
}

#header h1 a {
	background: url(../_img/rainbow-caterpillar-logo.jpg) no-repeat;
	display: block;
	width: 495px;
	height: 210px;
	margin-top: 2px;
	margin-left: 15px;
}

.slogan {
	overflow: hidden;
	width: 396px;
	height: 120px;
	background: url(../_img/slogan.jpg) no-repeat bottom left;
	float: right;
	display: block;
	text-indent: -9999px;
}
/* Content */

#contentWrap {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0px;
}

#sideWrap {
	width: 216px;
	display: block;
	float: left;
	height: 100%;
	padding-left: 25px;
}

#productWrap {
	width: 692px;
	float: right;
	padding-right: 25px;
	margin-top: 6px;
}

.productoftheweek {
	margin-top: 15px;
	padding: 20px 15px 20px 8px;
	overflow: hidden;
	float: left;
}

.product {
	padding-top: 13px;
	margin-right: 20px;
	padding-bottom: 20px;
	z-index: 3;
}

.product h2 {
	font-size: 2.4em;
	font-family: 'Corbel', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	padding-bottom: 5px;
	color: #577522;
}

.product h3 {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
}
.product p {
	font-size: 1.2em;
	line-height: 1.3;
	text-align: left;
	color: #555;
} 

.content h2 {
	font-family: 'Corbel', Tahoma, Geneva, sans-serif;
	font-size: 2.5em;
	color: #577522;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: normal;
	padding-bottom: 10px;
}

.content h3 {
	font-size: 1.8em;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	font-family: 'Corbel', Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.2;
	text-align: left;
	padding: 0 10px 10px 10px;
	color: #555;
}

.content ul {
	list-style: disc;
	padding-left: 30px;
	padding-bottom: 12px;
	text-align: left;
	line-height: 1.5;
	font-size: 1.2em;
	color: #555;
}

.buynow a {
	display: block;
	float: right;
	width: 250px;
	height: 58px;
	background: url(../_img/buy-now.gif) no-repeat;
	text-indent: -9999px;
	z-index: 5;
	margin-top: 20px;
}

.productTop, .productBot {
	height: 16px;
	display: block;
}

.productTop {
	background: url(../_img/productTop.gif) no-repeat top center;
}

.productBot {
	background: url(../_img/productBot.gif) no-repeat bottom center;
}

.productContent {
	background: url(../_img/productBg.gif) repeat-y center;
	padding: 0 20px;
	min-height: 380px !important;
	height: 100%;
}

.productContent img {
	float: left;
	padding: 10px 20px;
}

.bottomContent {
	float: right;
	overflow: hidden;
	width: 639px;
	display: block;
	margin-right: 31px !important;
	margin-right: 15px;
	padding: 10px 20px;
	margin-bottom: 20px;
	border: 1px solid #d4d5d5;
	text-align: left;
}

.bottomContent h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 2;
	font-weight:normal;
}

.bottomContent p {
	font-size: 1.2em;
	line-height: 1.5;
	display: block;
}

.right {
	text-align: right;
	padding-top: 5px;
}

.clear {
	clear: both;
}

/* footer */

#footerWrap {
	width: 1236px;
	overflow: hidden;
	background: url(../_img/wrapBg.gif) repeat-y top;
	margin-top: 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	background: url(../_img/footerDiv.gif) no-repeat center top;
	display: block;
	padding: 20px 0;
	text-align: center;
}

#footer ul {
	text-align: center;
	display: block;
}

#footer ul li {
	display: inline;
	line-height: 2;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	padding: 0 8px;
	color: #333;
}

#footer ul li a:hover {
	color: #577522;
	text-decoration: none;
}

#footer p, #footer p a, #footer p a:visited {
 	text-decoration: none;
	color: #333;
 }
 
#footer p a:hover {
	color: #577522;
	text-decoration: none;
}
