/* Body CSS */
body 
{
	
	margin:0; 
	padding: 0;
	
}
.mainTable
{
	position: relative;
	top:0px;

}
.header
{
	background-image:url(../images/brickHeader.png);
	background-repeat: repeat-y;
	height: 75px;
	width: 788px;
}
.greenBarHeader
{
	height: 25px;
	background-color: #a8d47e;
}
.body
{
	background-image:url(../images/brickLargeBg.png);
	background-repeat: no-repeat;
	height: 463px;
	width: 788px;
}
.orangeBarFooter
{
	height: 25px;
	background-color: #ed9358;
}
.footer
{
	height: 78px;
	/*background-color: #4d4948;*/
	background-color:#FFFFFF;
}
.wireLine
{ 
	position: absolute;
	top: -257px;
	/*background-image:url(../images/homePage/wireLineandHangers.png);*/
	background-repeat: no-repeat;
	width: 788px;
	height: 374px;
	z-index:3;
}
.garmentGalleryLink
{
	position: absolute;
	top: 95px;
	left: 335px;
	width: 421px;
	height: 87px;
	z-index: 5;
}
.categorySelection
{
	position: absolute;
	top: -232px;
	left: 35px;
	background-image:url(../images/whiteShade.png);
	width: 265px;
	height: 463px;
	z-index: 5;
	
}
.menuHome
{
	background-image:url(../images/menu/home.png);
	background-repeat: no-repeat;
	vertical-align:top;
	width:62px;
	height:29px;
}
.menuHome:hover
{
	background-image:url(../images/menu/homeHover.png);
	background-repeat: no-repeat;
	vertical-align:top;
	width:62px;
	height:29px;
}
.customerTestmonials
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.customerTestmonialsPerson
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #f78e44;
}
.customerTestmonialsCompany
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic; 
	font-weight:bold;
	font-size: 14px;
	color: #88ce70;
}