﻿/* CSS Document */
body
 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*class is used in the site's footer*/
.footertext 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.addressfiller {
	background-image: url(../../images/index/addressfiller.gif);
	background-repeat: no-repeat;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.featuredtext 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productfiller {
	background-image: url(../../images/index/featuredproduct_filler.gif);
	background-repeat: repeat;
}
.bluelinefiller {
	background-image: url(../../images/index/logofiller.gif);
	background-repeat: repeat;
}
.mainborder {
	border: 1px solid #999999;
}
.hometextfield {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.greyborder{
border: 1px solid #dcdcdc;
}
.bluelineinnerfiller {
	background-image: url(../../images/inner/blueline-filler.gif);
	background-repeat: repeat;
}
.addressinnerfiller {
	background-image: url(../../images/inner/address-filler.gif);
	background-repeat: repeat;
}
.centertablefiller {
	background-image: url(../../images/inner/maintable-filler.gif);
	background-repeat: repeat;
}
.mainleftfiller {
	background-image: url(../../images/inner/leftfiller_01.gif);
	background-repeat: repeat;
}
.searchboxfiller {
	background-image: url(../../images/index/searchfiller.gif);
	background-repeat: repeat;
	}
.viewcarttext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.addressinnerfiller {
	background-image: url(../../images/inner/address-filler.gif);
	background-repeat: repeat;
}

/*class is used in the site's featured products section of index page*/
.featuredproducts {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.blacktextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*class is used in the site's background featured products section of index page*/
.featuredbg
{
	background-color: #2a1655;
	background-image: url(../images/index/home_fill.jpg);
}

/*class is used in the site's outermost table*/
.border 
{
	border: 1px solid #000000;
}
