/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
	body{
		font-family: Arial, Verdana, Helvetica;
		font-size: 12px;
		font-weight: Normal;		
		color: #2a2a2a;
	
		background:#b6cc9a;
	}
	
	td.tableBorderTop-Left{
		background: url(images/tableBorder-Left.jpg) repeat-y;
		width: 10px;
		height: 16px;
	}

	td.tableBorderTop-Right{
		background: url(images/tableBorder-Right.jpg) repeat-y;
		width: 10px;
		height: 16px;		
	}	

	td.tableTop{
		background:#7c935d;
		height: 12px;
	}
	
	td.tableBorder-Left{
		background: url(images/tableBorder-Left.jpg) repeat-y;
		width: 10px;
	}

	td.tableBorder-Right{
		background: url(images/tableBorder-Right.jpg) repeat-y;
		width: 10px;
	}
	
	td.newsEventsHeader{
		color: #4d4d4b;
		font-size: 17px;
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		text-decoration: none;
	
		background: url(images/newsEvents-HeadingBG.jpg) repeat-x;
		height:37px;
		
		padding-left: 4px;
	}
	
	td.newsEventsBG{
		color: #6b6b6b;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	
		background: url(images/newsEvents-BodyBG.jpg) repeat-x;
		height: 167px;
		
		padding-left: 4px;
	}
	
	table.contentTable{
		font-family: Arial, Verdana, Helvetica;
		font-size: 12px;
		font-weight: Normal;		
		color: #2a2a2a;
	
		background:#edfcd7;
	}	
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
	td.headerCell h1 a{
		background: url(images/header-logo.jpg) no-repeat;
		width: 247px;
		height: 60px;
	}
	
	tr.headerLogoBG{
		background: url(images/header-logo-bg.jpg) repeat-x;
		height: 60px;
	}	
	
	td.headerImage{
		background: url(images/header-image1.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-faq{
		background: url(images/header-faq.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-installations {
		background: url(images/header-installations.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-products{
		background: url(images/header-products.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-services{
		background: url(images/header-services.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-testimonials{
		background: url(images/header-testimonial.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-photo{
		background: url(images/header-photo.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerImage-contact{
		background: url(images/header-contact.jpg) no-repeat;
		height: 206px;
		width: 527px;
	}
	
	td.headerLowerBG{
		background: url(images/header-lower-bg.jpg) repeat-x;
		height: 26px;
	}	
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
	.navBG{
		background: url(images/navBG.jpg) repeat-x;
		height: 45px;
	}

	td.spacer{
		background: url(images/navSpacer.jpg) no-repeat center;
		width: 2px;
	}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
	td.footerCell{
		font-family: Arial, Verdana, Helvetica;
		font-size: 10px;
		font-weight: Normal;		
		color: #4b4b4b;

		text-align: right;
		
		padding-right: 4px;
		
		background: url(images/footer-bg.jpg) repeat-x;
		height: 49px;
	}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		.newsEventsTitle {
			color: #7c935d;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: Bold;
			
			text-decoration: none;
		}
		
		.pageTitle {
			color: #798c5e;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: Bold;
			
			text-decoration: none;
		}	
		
		.headerLogoBG td span.style1{
			font-size: 26px;
			color: #000000;
		}	
		
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		a.navLinks {
			color: #6b6b6b;
			font-size: 12px;
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			
			text-decoration: none;
		}
		
		a.navLinks:hover {
			color: #6b6b6b;
			font-size: 12px;
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			
			text-decoration: underline;
		}
		
		a.newsEventsLink {
			color: #9a8a57;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			
			text-decoration: none;
			padding-right: 4px;			
			
		}
		
		a.newsEventsLink:hover {
			color: #b7a772;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			
			text-decoration: underline;
			
			padding-right: 4px;
		}
		
		a.copyrightLinks {
			color: #7e955f;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			
			text-decoration: underline;
		}
		
		a.copyrightLinks:hover {
			color: #9cb974;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			
			text-decoration: underline;
		}		
	
	
		table.galleryTable tr td a img {
			border: 2px solid #b6cc9a;
			background: transparent;
		}
		table.galleryTable tr td a:hover img {
			border: 2px solid #edfcd7;
			background: transparent;
		}
		
		a {  }
		a:hover { border: none #edfcd7; }
		
		.imgBorder { border:2px solid #D3BF84; }
		.imgBorder:hover { border:2px solid #7C935D; }
		
		
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
			
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField {
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/