/* 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: repeat-y;
	
	width: 788px;
}
.mainTable
{
	position: relative;
	top: -25px;
}
.orangeBarFooter
{
	height: 25px;
	background-color: #ed9358;
}
.footer
{
	height: 81px;
	background-color: #4d4948;
}
.wireLine
{ 
	position: absolute;
	top: -37px;
	/*background-image:url(../images/homePage/wireLineandHangers.png);*/
	background-repeat: no-repeat;
	width: 788px;
	height: 374px;
	z-index:3;
}

.subCategorySelection
{
	position: absolute;
	top: 320px;
	left: 180px;
	width: 240px;
	height: 308px;
	z-index: 20;
	
}
.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;
}
.artworkText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4d4948;
}	
.faqQuestionBoxLink:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4d4948;
}
.faqQuestionBoxLink:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4d4948;
}
.faqQuestionBoxLink:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #88ce70;
}


.proofLink:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4d4948;
}
.proofLink:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4d4948;
}
.proofLink:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF9900;
}
