@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

#frame-container {
	width:996px;
	min-height: 100%; 
	margin:0 auto;
	padding:0;
	background:#0077bb;
}

#frame-header {
	background:url(../themes/pwr/images/frame/header-bg.jpg) top left no-repeat;
	height:149px;
	width:996px;
	
}

#frame-nav {
	height:31px;
	padding:54px 0 0 648px;
	background:url(../themes/pwr/images/frame/logo_1.jpg) top left no-repeat;
}

	#frame-nav ul {
		margin:0;
		padding:0;
		height:31px;
		background:url(../themes/pwr/images/frame/nav/bg.gif) top left no-repeat;
	}
	#frame-nav ul li {
		margin:0;
		padding:0;
		display:inline;
		background:url(../themes/pwr/images/frame/nav-arrow.gif) top left no-repeat;
	}
	
	#frame-nav ul li a {
		color:#9c6;
		text-decoration:none;
		display:block;
		float:left;
		height:31px;
	}
		a.but1 {
			width:75px;
		}
			a.but1:hover {
				background:url(../themes/pwr/images/frame/nav/but1.gif) top left no-repeat;
			}
			
		a.but2 {
			width:85px;
		}
			a.but2:hover {
				background:url(../themes/pwr/images/frame/nav/but2.gif) top left no-repeat;
			}
			
		a.but3 {
			width:79px;
		}
			a.but3:hover {
				background:url(../themes/pwr/images/frame/nav/but3.gif) top left no-repeat;
			}
			
		a.but4 {
			width:109px;
		}
			a.but4:hover {
				background:url(../themes/pwr/images/frame/nav/but4.gif) top left no-repeat;
			}
			
		
	#frame-nav ul li a:hover {
		color:#cf9;
		text-decoration:underline;
	}
	
#frame-heading {
	background:url(../themes/pwr/images/frame/heading.gif) top left no-repeat;
	width:996px;
	height:64px;
}

#frame-col1 {
	float:left;
	width:190px;
	padding:40px 20px 0 20px;
	background:url(../themes/pwr/images/frame/left-col-bg.jpg) top no-repeat;
}
	
	#frame-col1 h3 {
		font-size:18px;
		text-align:left;
		margin:0 0 15px 0;
		color:#9c6;
	}
	#frame-col1 p {
		font-size:11px;
		font-weight:normal;
		text-align:left;
		margin:0 0 15px 0;
		color:#fff;
	}
	
	a {
		color:#9c6;
	}

	a:hover {
		color:#cf9;
	}

#frame-col2 {
	float:left;
	background:#fff url(../themes/pwr/images/frame/content-bottom.gif) bottom no-repeat;
}


#frame-footer {
	background:url(../themes/pwr/images/frame/footer-bg.gif) top right no-repeat;
	height:61px;
	width:209px;
	padding:0 0 0 787px;
}

	#bs-link {
		background:url(../themes/pwr/images/frame/designd-by.gif) top left no-repeat;
		padding:11px 0 0 0;
	}
	
	#bs-link a {
		display:block;
		width:209px;
		height:20px;
	}

/* Global */

.hide {
	position:absolute;
	left:-99999px;
}

.clear {
	clear:both;
}
