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

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

		div.informationBox div.informationBoxBottom
		{
			background-image:url('../../../images/skins/paint_wine/content_bottom.png');
		}
	
 	/*****************************************************************/	
	/* Footer																		  */
	/*****************************************************************/
	
	div.footer
	{
		background-image:url('../../../images/skins/paint_wine/footer_background.png');
	}
	
		div.footer div.footerContent div.footerContentNewsletter
		{
			background-image:url('../../../images/skins/paint_wine/mailing_background.png');
		}
	
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElement,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElement
		{
			background-color:#541C1C;
			border-top-color:#3F1515;
			border-bottom-color:#822B2B;	
		}
		
		div.footer div.footerContent div.footerContentCopyright
		{
			border-top-color:#712525;
		}
