html, body, #wrapper {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
}

.content {
	font-family: trebuchet ms, helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #422A7C;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

.bgContentBlue {
	background-image: url(images/bgFooterBlue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgContentPurple {
	background-image: url(images/bgFooterPurple.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgContentOrange {
	background-image: url(images/bgFooterOrange.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgContentGreen {
	background-image: url(images/bgFooterGreen.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgContentYellow {
	background-image: url(images/bgFooterYellow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgContentBorder {
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.headerBlue {
	font-size: 16px;
	font-weight:bold;
	color: #699eca;
}

.boldTextPurple {
	font-size: 14px;
	font-weight:bold;
	color: #422A7C;
}

.linkTop {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-align: right;
	white-space: normal;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 15px;
}

a.topLink:link {
	color: #999999;
	text-decoration: none;
}
a.topLink:visited {
	text-decoration: none;
	color: #999999;
}
a.topLink:hover {
	text-decoration: underline;
	color: #999999;
}
a.topLink:active {
	text-decoration: none;
	color: #999999;
}

a.cartLink:link {
	color: #699eca;
	text-decoration: none;
}
a.cartLink:visited {
	text-decoration: none;
	color: #699eca;
}
a.cartLink:hover {
	text-decoration: underline;
	color: #699eca;
}
a.cartLink:active {
	text-decoration: none;
	color: #699eca;
}

a.cartLink:link {
	color: #422A7C;
	text-decoration: none;
}
a.contentLink:visited {
	text-decoration: none;
	color: #422A7C;
}
a.contentLink:hover {
	text-decoration: underline;
	color: #422A7C;
}
a.contentLink:active {
	text-decoration: none;
	color: #422A7C;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-align: left;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}
