/* CSS Document */

html, body {
height: 100%;
padding-left: -1px;
background: #6ca84e url(../images/bg-top.gif);
background-position: left top;
background-repeat: repeat-x;
}

#container { /* div you want to stretch */
min-height: 100%;
text-align: center;
background: ;
background-position: left top;
background-repeat: repeat-x;
}

#bg {
	position:relative;
	background: url(../images/bg-main.jpg);
	padding: 0px;
	border:0px;
	text-align: center;
	background-position: top center;
	background-repeat:no-repeat;
	}
	
#content {
  position: relative;
  margin: auto;
  padding: 0px;
  border: 0px;
  top: 0px;
  width: 900px;
  text-align: left;
  border: 0px;
  background: ;
  }

#content-body {
  position: relative left;
  margin: auto;
  padding: 0px;
  border: 0px;
  top: 0px;
  margin-left: 40px;
  width: 550px;
  text-align: left;
  border: 0px;
  }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #090;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 14px;
	color: #090;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.bodytext a:link {
	color: #3366CC;
	text-decoration: underline;
}

.bodytext a:visited {
	color: #3366CC;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

.bodytext a:active {
	color: #3366CC;
	text-decoration: underline;
}

.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.bodytextwhite a:link {
	color: #FC0;
	text-decoration: underline;
}

.bodytextwhite a:visited {
	color: #FC0;
	text-decoration: underline;
}

.bodytextwhite a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytextwhite a:active {
	color: #FC0;
	text-decoration: underline;
}

.product-cat {
	padding: 10px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}

.product-cat a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.product-cat a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.product-cat a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

.product-cat a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


<!--[if lte IE 6]>
<style type="text/css">
#container {
height: 100%;
}
</style>
<![endif]-->