@charset "utf-8";
/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pagebak.jpg);
	background-color: #B283BA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7E3F20;
}
.mainoneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/mainbak.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/mainpurpgreen.jpg); /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/shopper_bak.gif);
	background-repeat: no-repeat;
	/*height: 396px;*/
}
.oneColFixCtr #mainContent1 {
	padding: 250px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/navpurpgreen.jpg);
	height: 40px;
	padding-left: 70px;
}
.oneColFixCtr #indexmain {
	background-repeat: repeat;
	height: auto;
	background-image: url(../images/mainpurpgreen.jpg);
}
.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7E3F20;
	text-decoration: underline;
	
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 585px;
	padding-left: 160px;
	padding-top: 190px;
	padding-bottom: 20px;
	margin-bottom: auto;
}
.back {
	float: right;
}
#mainContent .title {
}
