/* Body CSS */
body 
{
	margin:0; 
	padding:0; 
}
.mainTable
{
	position: relative;
	top: -25px;
}
.header
{
	background-image:url(../images/brickHeader.png);
	background-repeat: repeat-y;
	height: 114px;
	width: 788px;
}
.greenBarHeader
{
	height: 25px;
	background-color: #a8d47e;
}
.body
{
	background-image:url(../images/brickLargeBg.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 788px;
}
.orangeBarFooter
{
	height: 25px;
	background-color: #ed9358;
}
.footer
{
	height: 81px;
	background-color: #4d4948;
}
.wireLine
{ 
	position: absolute;
	top: -305px;
	/*background-image:url(../images/homePage/wireLineandHangers.png);*/
	background-repeat: no-repeat;
	width: 788px;
	height: 374px;
	z-index:3;
}
.categorySelection
{
	position: absolute;
	top: -213px;
	left: 35px;
	background-image:url(../images/whiteShade.png);
	width: 265px;
	height: 563px;
	z-index: 5;
	
}
.templateSelection
{
	position: absolute;
	top: 135px;
	left: 440px;
	width: 240px;
	height: 308px;
	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;
}
.designNumberWhite
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:none;
	color:#FFFFFF;
}
.designNumberOrange
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FF6600;
}
.pageNumLink:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.pageNumLink:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.pageNumLink:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f78e44;
}
.pageOnLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #88ce70;
}
.nextBackLink:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.nextBackLink:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.nextBackLink:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #88ce70;
}
.noImagesTextGreen
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
