	/* [Master Stylesheet]
	
	Project:		VO Apache
	Version:		0.1
	Last change:	04/20/10
	Assigned to:	Jens Lumm
	
	----------------------------------*/
	
	@import "reset.css";
	@import "960.css";
	@import "text.css";
	
	body  					{ background-image:url(../img/backdrop.jpg); background-repeat:no-repeat; background-position:top left;  background-color:#fff; font-size:12px; }
		
	.box 				{ background-image:url(../img/bg-content.png); background-position:bottom; background-repeat:repeat-x; background-color:#FFF; margin-top:150px; padding-top:30px; }
	
	
	
	.default { color:#99cc33; }
	h1, h2 					{ letter-spacing:-1px; padding-left:30px; margin-bottom:10px; }
	
	h1 						{ font-size:30px;  }
	h2 						{ font-size:18px; color:#333; }
	
	a 						{ text-decoration:none; font-weight:bold; color:#09f; }
	a:hover 				{ text-decoration:underline;}
	
	p 						{ padding-left:30px; }
	p.badge 				{ margin-bottom:20px;	}
	hr 						{ margin-left:30px; margin-right:30px; }
	
	ul, ol 					{ padding-left:30px; }
	ol 						{ font-size:18px; font-weight:bold;  }
	ol li 					{ margin-left:26px; line-height:1em; }
	ul li 					{ display:inline; margin-left:0px; margin-right:10px; }
	
	ul.services 			{ padding:0px 30px 0px 0px; }
	ul.services li 			{ display: inline; margin-right:0px; color: #999;}
	ul.services li b 		{ color: #333; }
	ul.services a 			{ color: #999; }
	ul.services a:hover 	{ color: #333; }
	
	.norm-size 				{ font-size:12px; font-weight: normal; }
	
	#logos.box  				{ margin:20px 0; padding:0; background-image:url(../img/bg-logos.png); background-color:#bdbdbd; background-position:top; background-repeat:repeat-x;  text-align:center;}
	ul.logos 					{ line-height:66px; padding: 0; }
	ul.logos li					{ margin: 0px 0px 0px -3px; padding: 25px 0px; background-image:url(../img/bg-logos-border.png); background-repeat:no-repeat; background-position:right;  }
	ul.logos li.last 			{ background-image:none; }
	ul.logos li img  			{ vertical-align: middle; padding:0px 20px;  }
	

	
	
	
	
	
	
	
	
	