html	{
	width: 100%;
	height: 100%;
	
}

.index_body {
	background-color: #adbfcd;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:110px;
	padding: 0px;
}
body {
	background-color: #adbfcd;
	margin: 0px;
	padding: 0px;
}

body, td, p, div	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}

.logo	{
	height: 92px;
	background-color: #adbfcd;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9fb0be;
}
.cart_TD {
	padding-left: 10px;
	padding-right: 10px;
}
.contentBG {
	background-image: url(images/bg_main.gif);
}
.cartMain_bg {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#fdfaf5;
}
.bg_btm {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 117px;
}
.bg_top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logoMain {
	height: 92px;
	width:740px;
	background-image: url(images/logo_bg.gif);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9fb0be;
	background-color: #afc1ce;
	background-repeat: repeat-x;
	background-position: top;
}
.menu {
	background-image: url(images/menu_bg.gif);
	height: 30px;
	background-repeat: repeat-x;
}

img	{
	padding: 0px;
	margin: 0px;
}
a:link, a:active, a:visited	{
	color:#e9018b;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.footer, a.footer:link, a.footer:active, a.footer:visited	{
	color:#4c4b4b;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

a.footer:hover	{
	text-decoration: underline;
}

.lfx, a.lfx:link, a.lfx:active, a.lfx:visited	{
	padding-top:15px;
	color:#000000;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

a.lfx:hover	{
	text-decoration: underline;
}
.bag {
	background-image: url(images/menu_bag.gif);
	height: 30px;
	width: 32px;
}
.baggie {
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	margin-left: 15px;
}
.prodname	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072BC;
	font-weight: bold;
	background-color: #FFFFFF;
}