/*
	+--------------------------------+
	Client:		Gibbston Valley 
	Date:		2005/10/20
	Author:		Simon Winter
				c/- hairyLemon
				simon@hairylemon.co.nz
				www.hairylemon.co.nz
	URL:		www.gvwines.co.nz
	+--------------------------------+
	Comments:	low fi styles for website
*/

	/*	HTML ELEMENTS	*/
	body {
		padding: 0px;
		margin: 0px;
		
		background-color: #FFF;
		background-image:  url(../img/top_bg.gif);
		background-repeat: no-repeat;
		background-position: center top;
		
		text-align: center;
		
		font-family: Helvetica, Arial, sans-serif;
		color: #6D6D6D;
		font-size: 12px;
	}
	table, td {
		border: 0px;
	}
	td, p, li, textarea {
		font-family: Helvetica, Arial, sans-serif;
		color: #6D6D6D;
		font-size: 12px;
		line-height: 14px;
	}
	
	body noscript {
		width: 100%;
		color: #A70404;
	}
	body noscript img {
		padding: 5px 0px 5px 0px;
	}
	
	H1 {
		font-size: 22px;
		font-weight: normal;
		/*color: #434343;*/
		color: #447A04;
	}
	H2 {
		font-size: 16px;
		font-weight: normal;
		color: #555;
	}
	
	a:link {
		color: #447A04;
		text-decoration: underline;
	}
	a:visited, a:focus, a:hover, a:active {
		color: #B0CF8C;
		text-decoration: underline;
	}
	
	a:link img, a:visited img {
		border: 0px;
	}