/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	developer: JBMoss Ltd - DPETRIE
	date: 14/01/2009
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. tables
	9. forms
	
	
-------------------------------------------------------*/




										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {}
	p a {}
	p a:hover {}
	
h1 {}
	h1 a {}
	h1 a:hover {}
	
h2 {}
	h2 a {}
	h2 a:hover {}
	
h3 {}
	h3 a {}
	h3 a:hover {}
	
h4 {}
	h4 a {}
	h4 a:hover {}

h5 {}
	h5 a {}
	h5 a:hover {}

#div-content p.hp {
	font-size:1.2em;
}



.div-scontent h4 {
	font-size:1.3em;
}	
.div-scontent p {
	font-size:0.85em;
}
.div-scontent p.sc_lr {
	font-size:0.95em;
	text-transform:uppercase;
}


p.qls a {
	color:#fff;
}
	

										/* ---------- 3. listography ---------- */ 
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #4E4E4E url(../images/page_bg.jpg) center repeat-y;
}


#div-wrap {
	position		: relative;
	margin			: 0 auto 40px auto;
	width			: 970px;
}
	
	#div-banner {
		position:relative;
		width:970px;
		background:#000 url(../images/powerhouse_banner.jpg) top no-repeat;
		margin:0;
	}
	
	
	#div-nav {
		position:relative;
		margin:0 auto 0 auto;
		padding-top:130px;
		width:790px;
		padding-bottom:10px;
		overflow:hidden;
		text-align:center;
	}
		#div-nav ul {
			margin:0;
			padding:0;
		}
		#div-nav ul li {
			margin:2px 0;
			padding:0;
			display:inline-block;
			height:28px;
			line-height:28px;
		}
		#div-nav ul li a {
			height:28px;
			line-height:28px;
			padding:0 18px;
			margin:0 1px;
			display:block;
			color:#000;
			background:url(../images/nav_bg.jpg) repeat;
			-moz-border-radius-topleft:3px;  /*Top Left Corner Rounded*/
			-moz-border-radius-topright:3px;  /*Top Right Corner Rounded*/
			-webkit-border-top-left-radius:3px;  /*Top Left Corner Rounded*/
			-webkit-border-top-right-radius:3px;  /*Top Right Corner Rounded*/

		}
			#div-nav ul li a:hover { 
				color:#fff;
				background:url(../images/nav_bg_on.jpg) repeat;
			}
			
			
	#div-main {
		position:relative;
		width:970px;
	}
		#div-aside {
			position:relative;
			width:166px;
			float:left;
			background:#000;
		}
		#div-content {
			position:relative;
			width:637px;
			float:left;
			background:#fff;
		}
		#div-bside {
			position:relative;
			width:167px;
			float:left;
			background:#000;
		}
			.div-scontent {
				position:relative;
				background:url(../images/tr_fold_bg.jpg) top left no-repeat;
				padding:17px 0 0 4px;
				width:156px;
				color:#fff;
			}
			
			
#div-ftr {
	position:relative;
	border-top:1px solid #565656;
	padding-top:10px;
	margin-top:20px;
	text-align:center;
	font-size:0.85em;
	width:637px;
	margin-left:166px;
}



										/* ---------- 5. navigation ---------- */ 
										

										/* ---------- 6. page specific structure ---------- */ 
										

#div-hpboxes {
	position:relative;
	margin-left:5px;
	z-index:2;
	width:100%;
}										
	.div-box {
		position:relative;
		width:181px;
		float:left;
		margin:5px 0 5px 10px;
		border:7px solid #E2E2E2;
		-moz-border-radius:5px;  
		-webkit-border-radius:5px;
		border-bottom:4px solid #E2E2E2;
	}
		.div-box-txt {
			position:relative;
			font-size:1em;
			padding:0px;
			width:181px;
			background:#E2E2E2;
			text-align:center;
			padding-top:3px;
			font-weight:bold;
		}
		
	
	
	
#div-hp-strip1 {
	margin-left:15px;
	padding-top:0px;
	margin-bottom:10px;
}
	#div-hp-strip1 img {
		border:7px solid #E2E2E2;
		-moz-border-radius:5px;  
		-webkit-border-radius:5px;
		margin-left:20px;
	}
		#div-hp-strip1 img:first-child {
			margin-left:0;
		}										

										/* ---------- 7. images ---------- */ 
										
.pr_img {
	margin-left:5px;
	margin-top:5px;
}										
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 
										
.sr_dd, .sr_tb {
	background:#ccc;
	padding:2px;
	width:145px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px; 
	font-size:0.9em;
}
.sr_sub {
	background:url(../images/sr_sub_bg.jpg) center repeat;
	color:#fff;
	padding:3px 7px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;
	font-size:0.85em;
}										

.sr_tab {
	font-size:1.2em;
	margin:10px auto;
}
.sr_tab .hp {
	color:#000066;
	font-weight:bold;
}
.sr_tab img {

}
