/*
Site Name: Borri Power Systems
Version: 1.0
Author: Andy Pearson
Author URI: http://www.binamic.co.uk
Date: 16/06/08
Time: 13:04:23
*/

* {
	padding:0;
	margin:0;
}
body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
}
h1 { 
	text-align:center;
	margin-bottom:10px;
}
h2 {
	text-align:center;
	margin-bottom:15px;
	font-size:2.2em;
}
p { 
	text-align: justify;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}
p span{ font-style:italic;}
p.description {
	font-style:italic;
	margin-bottom:20px;
	font-weight:bold;
	color:#800040;
	text-align: center;
}
p.notes {
	font-size:1.2em;
	font-weight:normal;
	color:#666;
}

#address {
	padding-top:1px;
	text-align:center;
}
#address strong {
	color:#00e;
	font-size:1.2em;
}

p.reg{text-align:center;}

/*
---- Structure
*/
#container {
	width:760px;
	margin:0 auto;
	margin-bottom:25px;
}
#footer p {
	padding-top:1px;
	text-align:center;
}

/*
---- Products
*/
#products {
	padding:18px 0 0;
	border-top:0px solid #333;
	border-bottom:1px solid #333;
}
	#products li {
		display:block;
		padding:18px;
		border-top:1px solid #666;
	}
		#products li p {
			padding-left:176px;
			margin-bottom:0;
			text-align:left;
		}
		#products li img {
			display:block;
			border:6px solid #ededed;
			margin-bottom:4px;
		}
		#products div.download {
			float:left;
			padding-right:24px;
			width:152px;
			text-align:center;
			font-size:1.2em;
		}
		#products li h3 {
			font-size:1.6em;
			padding-bottom:8px;
		}
		#products li h4 {
			font-size:1.4em;
			padding-bottom:8px;
			color:#333;
		}

/*
---- Intro
*/
#intro {
	padding:0 36px;
}

/*
---- History
*/
#history {
	padding:36px 36px 1px;
}
	#history p {
		font-size:1.2em;
		font-weight:normal;
		color:#333;
	}
		#history p.small {
			font-size:1.1em;
		}




/* ---- Clearfix */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */
