@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10pt;
}
#container  {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	height: 100%;
	top: -35px;
}
#mainContent  {
	position: relative;
	background-image: url(../images/mainBg.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 460px;
	/***height must be set in html tage for javascript funtion adjustSidebarHeight() to work**/
	margin-left: 240px;	
}
#navbar {
	background-color:#FFD100;
	width: 431px;
	position: relative;
	left: -7px;
	padding-top: 15px;
	padding-bottom: 15px;
	top: -17px;
	text-align: center;
	font-size: 12pt;
}
#marqPics  {
	background-color: #FFFFFF;
	height: 132px;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 325px;
	left: 0px;
	padding: 5px;
}
#clouds {
	width: 100%;
	position: absolute;
	left: 0px;
	height: 450px;
}
#grass {
	width: 100%;
	height: 800px;
	position: absolute;
	left: 0px;
	top: 450px;
}
#header {
	text-align: center;
}
#sidebar {
	background-image: url(../images/sideBg.png);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	left: 39px;
	margin: 0px;
	padding-bottom: 0px;
}
#sideBtm {
	position: absolute;
	left: -4px;
}
#shadowTp {
	position: relative;
	left: -40px;
	top: -10px;
}

#mainTp {
	position: relative;
	left: -22px;
	top: -14px;
}
#mainBtm    {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: -2px;
}
.para1 {
	padding-right: 25px;
	padding-left: 15px;
}
.para2 {
	padding-right: 45px;
	padding-left: 5px;
}
.para3 {
	background-color: #894387;
	margin-right: 30px;
	margin-left: 20px;
	padding: 10px;
	color: #FFFFFF;
}

.mnav {
	padding-right: 10px;
	padding-left: 10px;
}
img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a.mnav:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.mnav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.mnav:hover {
	text-decoration: none;
	color: #009966;
}
a.mnav:active {
	text-decoration: none;
}
a.fnav:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.fnav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.fnav:hover {
	text-decoration: none;
	color: #FFD100;
}
a.fnav:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.bnav:link {
	text-decoration: none;
	color: #009966;
}
a.bnav:visited {
	text-decoration: none;
	color: #009966;
}
a.bnav:hover {
	text-decoration: none;
	color: #66CC33;
}
a.bnav:active {
	text-decoration: none;
}

/*************** THESE STYLES DETERMINE THE SCROLLING MARQUEE ****************/
#marqueecontainer{
	position: absolute;
	width: 100%; /*marquee width */
	height: 132px; /*marquee height */
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 5px;
	padding-left: 4px;
	text-align:left;
	left: 0px;
	top: 420px;
	z-index: 1;
}
#footer {
	position: relative;
	left: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#flashShow {
	position: relative;
	background-image: url(../images/mainBg.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 460px;
	margin-left: 240px;
	height: 250px;
}
#beginImg {
	position: relative;
	left: -7px;
	top: -20px;
}
#flash {
	position: absolute;
	left: 13px;
	top: 52px;
}
#flashBtm {
	position: relative;
	left: -22px;
	top: -16px;
}
h3 {
	font-size: 12pt;
	color: #009966;
}
.adSideBar1 {
	color: #009966;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
}

#catalogLink {
	position: absolute;
	top: -70px;
	left: -67px;
}
.mnavpic {
	color: #009966;
}
.topSideBar {
	margin: 0px;
	padding-top: 95px;
	padding-left: 15px;
	font-size: 14pt;
	padding-right: 25px;
}
.standOut {
	font-size: 12pt;
	font-weight: bold;
}
.sizzle {
	color: #894387;
}
h2 {
	font-size: 14pt;
	color: #009966;
}
.listSize {
	font-size: 12pt;
	padding-right: 15px;
}
.prodList {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
}

