
	/*****************************************************************/
	/* Base																			  */
	/*****************************************************************/
	
	body
	{
		background-color:#3B2F27;
		background-image:url('../../../images/skins/paint_walnut/background.png');
	}
	
	div.footer,
	div.footer a,
	input,textarea
	{
		color:#937968;
	}
	
	/*****************************************************************/
	/* Buttons																		  */
	/*****************************************************************/
	
	a.buttonFooter
	{
		background-image:url('../../../images/skins/paint_walnut/footer_button.png');
	}
	
	/*****************************************************************/
	/* Content																		  */
	/*****************************************************************/	
	
	 	/**************************************************************/	
		/* Information box														  */
		/**************************************************************/
		
		div.informationBox div.informationBoxTop
		{
			background-image:url('../../../images/skins/paint_walnut/content_top.png');
		}

		div.informationBox div.informationBoxMiddle
		{
			background-image:url('../../../images/skins/paint_walnut/content_background.png');
		}

		div.informationBox div.informationBoxBottom
		{
			background-image:url('../../../images/skins/paint_walnut/content_bottom.png');
		}
	
 	/*****************************************************************/	
	/* Footer																		  */
	/*****************************************************************/
	
	div.footer
	{
		background-image:url('../../../images/skins/paint_walnut/footer_background.png');
	}
	
		div.footer div.footerContent div.footerContentNewsletter
		{
			background-image:url('../../../images/skins/paint_walnut/mailing_background.png');
		}
		
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElement,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElement
		{
			background-color:#352A23;
			border-top-color:#281F1A;
			border-bottom-color:#524136;	
		}
		
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElementError,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElementError
		{
			background-color:#281F1A;
			border-top-color:#281F1A;
		}
		
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine div.footerContentContactFormLineNotice,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine div.footerContentNewsletterFormLineNotice
		{
			background-color:#281F1A;
		}
		
		div.footer div.footerContent div.footerContentCopyright
		{
			border-top-color:#47382F;
		}
