/*
	+-------------------------------------------+
	|	STONEBREAD								|
	|	2005/02/11								|
	+-------------------------------------------+
	|	SIMON WINTER							|
	|	c/- hairyLemon							|
	|	simon@hairylemon.co.nz					|
	|	www.hairylemon.co.nz					|
	+-------------------------------------------+
	|	MAIN STYLES FOR STATIC STONEBREAD SITE	|
	+-------------------------------------------+
*/


	/*	HtmL ELEMENTS	*/
		BODY, TD, P {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				12px;
			color: 					#64592C;
			text-decoration: 		none;
		}
		H1 {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				18px;
			color: 					#64592C;
			text-decoration: 		none;
			font-weight:			normal;
			margin-bottom:			10px;
		}
		H2 {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				14px;
			color: 					#64592C;
			text-decoration: 		none;
			font-weight:			normal;
			margin-bottom:			10px;
		}
		a:link, a:visited {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				12px;
			color: 					#64592C;
			text-decoration: 		underline;
		}
		a:hover {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				12px;
			color: 					#64592C;
			text-decoration: 		none;
		}









	/*	CUSTOM CLASEES	*/
		.main {
			border:					solid 1px #64592C;
		}
		
		
		.header {
			background-color:		#64592C;
			background-image:		url(images1/header-bg.gif);
			background-repeat:		no-repeat;
			background-position:	right top;
		}
		
		
		
		.menu td, .menu td a:link, .menu td a:visited {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				12px;
			color: 					#FFFFFF;
			text-decoration: 		none;
		}
		.menu td {
			padding-top:			3px;
			padding-bottom:			2px;
			padding-right:			15px;
			background-image:		url(images1/link-bg-icon.gif);
			background-repeat:		no-repeat;
			background-position:	right center;
		}
		.menu td a:hover {
			font-family: 			Arial, Helvetica, sans-serif;
			font-size: 				12px;
			color: 					#64592C;
			text-decoration: 		underline;
		}
		
		.menuBG {
			background-image: 		url(images1/menu-bg.gif);
			background-repeat: 		no-repeat;
			background-position: 	left top;
		}
		
		
		
		.footer {
			background-color:		#64592C;
			background-image:		url(images1/footer-bg.gif);
			background-repeat:		no-repeat;
			background-position:	left top;
		}
		.footer td {
			color:					#FFFFFF;
		}
		.footer td a:link, .footer td a:visited {
			color:					#FFFFFF;
			text-decoration:		underline;
		}
		.footer td a:hover {
			text-decoration:		none;
		}
		
		
		
		.homeBulletPoints li {
			list-style-image: 		url(images1/bulletPoint.gif);
			font-size: 				14px;
			line-height: 			15px;
			font-weight: 			bold;
			text-decoration: 		none;
			padding-bottom: 		10px;
		}
		
		
		
		.scienceTable {
			border:					solid 1px #7C762F;
		}
		.scienceTable TD {
			border-top:				solid 1px #FFFFFF;
		}
		
		
		
		/*	FORM STYLES	*/
		.button {
			border:					solid 0px #FFFFFF;
			background-color:		#64592C;
			color:					#FFFFFF;
			padding:				2px;		
		}
		.buttonOver {
			border:					solid 0px #FFFFFF;
			background-color:		#A3BD54;
			color:					#64592C;
			padding:				2px;
		}
		
		
		
		
		
		