/*
	Global Biofuel Producers Network - Stylesheet CSS - ./_inc/css/stylesheet.css
 	$ Revision: 1.0 Build 20090313 $
	Copyright (c) 2009 GBPN Ltd. All Rights Reserved.

/////////////////          Import Stylesheets        ///////////////*/

	@import url(reset.css);

/*///////////////          Standard Elements        ///////////////*/

	html, body { min-height: 100%; height: 100%; }
	body { font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; color: #fff; background: #d9e455 url(../img/background.jpg) fixed repeat-x; min-width: 820px; }
	a { text-decoration: none; color: #fff; }
	a:hover { text-decoration: underline; }

/*///////////////          Standard Elements        ///////////////*/

	h1 a { width: 269px; height: 57px; text-indent: -999em; background: url(../img/logo-trans.png) no-repeat; display: block; }


/*///////////////          Wrapper        ///////////////*/

	#wrapper { width: 800px; margin: 0 auto; position: relative; padding: 50px 0 15px; }

/*///////////////          Header        ///////////////*/

	#header { padding: 0 0 25px; border-bottom: 1px dotted #fff; background: url(../img/icon-trans.png) top right no-repeat; }

	#navigation { position: absolute; top: 185px; font-size: 1.1em; }
		#navigation li { line-height: 1.2em; }
		#navigation li a { display: block; color: #fff; padding: 0;  }


		body#about li.nAbout a, body#market li.nMarket a, body#problemsolution li.nProblemSolution a, body#customers li.nCustomers a, body#woodpellets li.nWoodPellets a, body#policydrivers li.nPolicyDrivers a, body#technology li.nTechnology a, body#investor li.nInvestor a { padding: 0 0 0 15px;  }

/*///////////////          Content        ///////////////*/

	#content { padding: 15px 0 15px 200px; min-height: 350px; }

	h2 { text-indent: -999em; height: 25px; width: 500px; background-repeat: no-repeat; margin: 0 0 10px; }
		body#home h2 { background-image: url(../img/h2-welcome-trans.png); }
		body#about h2 { background-image: url(../img/h2-about-trans.png); }
		body#market h2 { background-image: url(../img/h2-market-trans.png); }
		body#problemsolution h2 { background-image: url(../img/h2-problemsolution-trans.png); }
		body#customers h2 { background-image: url(../img/h2-customers-trans.png); }
		body#woodpellets h2 { background-image: url(../img/h2-woodpellets-trans.png); }
		body#policydrivers h2 { background-image: url(../img/h2-policydrivers-trans.png); }
		body#technology h2 { background-image: url(../img/h2-technology-trans.png); }
		body#investor h2 { background-image: url(../img/h2-investor-trans.png); }

	#article { font-size: 1.2em; }
	#article p { margin: 0 0 15px; line-height: 1.2em;  }
	body#home #article a { font-size: 0.9em; }

	#article li { line-height: 1.2em; margin: 0 0 5px;  }

	ul.bullet li { margin: 0 0 5px; list-style: disc; }

	ul.bullet, ol.alpha { margin: 0 0 20px; }
	ol.alpha li { list-style: lower-alpha; }

/*///////////////          Footer        ///////////////*/

	#footer { border-top: 1px dotted #fbf55b; padding: 15px 0 0; }

