/* Strip page at beginning to ensure layout correct*/
*{
margin:0;
padding:0;
}
/*formating to add a 2 px space around web page content, set general formating information for text, background colour, and centering page */
body{
	background-color:#000;
	font-family:arial;
	margin:0 auto;
	padding:2px;
	}
/*container to hold all of page */	
#container{
	width:960px;
	height:990px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	}	
#containerSolar{
	width:960px;
	height:1100px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	}	
#containerPromo{
	width:960px;
	height:1300px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	}	
/*header formating*/	


#content{
	padding-left:30px;
	padding-right:30px;
	padding-top:300px;
	width:900px;
	text-align:center;
	font-size:16px;
	}
#content h1{
	color:#c00;
	}
h2{
	color:#000;
	}
#navBar{
	
	}
#navlist li{
	display:inline;
	list-style-type:none;
	padding:0px 10px;
	}
#navlist li a{
	color:#c00;
	font-weight:bold;
	background-color:#fff;
	border:1px solid #c00;
	padding:5px 10px;
	text-decoration:none;
	}
#contactContainer{
	clear:both;
	padding-left:20px;
	padding-right:20px;
	width:920px;
	text-align:center;
	}
#contactBoxes{
	float:left;
	width:230px;
	height:121px;
	background-image:url(images/textBox.png);
	background-repeat:no-repeat;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding-top:33px;
	}
#licence{
	padding-left:20px;
	padding-right:20px;
	width:920px;
	text-align:center;
	color:#000;
	}
#footer{
	background-image:url("images/footer.png"); 
	background-repeat:no-repeat;
	width:960px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	}
a{
	color:#c00;
	}
.italic{
	color:#c00;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	}
.italicLarge{
	color:#c00;
	font-style:italic;
	font-size:26px;
	font-weight:bold;
	}
#contentSolar{
	padding-left:40px;
	padding-right:40px;
	padding-top:300px;
	width:880px;
	text-align:center;
	font-size:16px;
	line-height:25px;
	}
#bottomLeft{
	float:left;
	width:233px;
	padding:0px 10px;
	text-align:left;
	}
#bottomCenter{
	float:left;
	width:353px;
	padding:0px 10px;
	}
#bottomRight{
	float:right;
	width:233px;
	padding:0px 10px;
	text-align:left;
	font-weight:bold;
	}
.bold{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-image:url("images/phone.png");
	background-repeat: no-repeat;
	background-position:25% 10%;
	
	}
fieldset{
	border:0px;
	}