/**

 	@project		Powercor - Citipower	
	
	Conventions
	===========
	
	#ie6				Selects IE 6 and below
	#ie7				Selects IE 7 and above
	
	#home_page			Selects Home page template
	#standard_page		Selects Standard page template
	
	#print				Use print-friendly styles
	
*/


* {
	padding:0;
	margin:0;
}


/*==================*/
/* FONTS AND STYLES */
/*==================*/

	body,p,td,th,li,dt,dd,div,input,select,option,textarea,h1,h2,h3,h4,h5,h6 {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	body, input, textarea, select {
		font-size:11px;
		color:#333333;
	}
	
	p {
		margin:8px 0;
	}
	


html, body {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  height:100%;
}

body {
  background:#c9ccc5;
}


#site_container {
	width:925px;
	
	margin:0 auto;
	padding:0;
	
	position:relative;

}
	.launch_template #site_container {
		
	}
	
	
	a img {
		border:none;
	}
	
	#site_name {
		position:absolute;
		left:32px;
		top:48px;
	}
	
		#site_name .en {
			background-image:url(images/splash/ink_project_en.gif);
			background-repeat:no-repeat;
			width:188px;
			height:50px;
			
			position:absolute;
			top:0;
			left:0;
			
			text-indent:-5000px;
			overflow:hidden;
		}
		
		#site_name .jp {
			background-image:url(images/splash/ink_project_jp.gif);
			background-repeat:no-repeat;
			width:136px;
			height:50px;
			
			position:absolute;
			top:0;
			left:272px;
			
			text-indent:-5000px;
			overflow:hidden;
		}
	#site_container #header h1{
		margin-left:8px;	
 	}
	#byline {
		position:absolute;
		left:100px;
		top:124px;
		
		display:block;
		
		width:300px;
		height:98px;
		
		background-image:url(images/splash/byline.gif);
		background-repeat:no-repeat;
		text-indent:-5000px;
		
		overflow:hidden;
	}
	
	#recent_news {
		position:absolute;
		left:100px;
		top:276px;
		
		width:653px;
		
		padding-bottom:30px;
		
		display:block;
	}
	
		#recent_news .summary {
			float:left;
			width:330px;
			height:92px;
			display:block;
			
			padding-top:14px;
			
			background-image:url(images/splash/recent_news.gif);
			background-repeat:no-repeat;
		}
			#recent_news .summary {
				position:relative;
			}
				#recent_news .summary a {
					display:block;
					height:19px;
					overflow:hidden;
					position:relative;
				}
					
					
					#recent_news .summary a img {
						float:left;
						clear:both;
					}
					
					#recent_news .summary a:hover img.inactive,
					#recent_news .summary a.active img.inactive {
						height:0;
					}
							
			#recent_news .article p {
				margin:8px 0;
			}
			
		
		#recent_news .articles {
			list-style-type:none;
			padding:0;
			margin:0;
			position:absolute;
			right:0;
			top:0;
			width:285px;
		}
		
			#recent_news .article {
				display:none;
			}
			
			#recent_news .articles .active {
				display:block;
			}
		
			#recent_news .article a.launch {
				width:95px;
				height:11px;
				
				clear:both;
				
				display:block;
				
				background-image:url(images/splash/launch_article_btn.gif);
				background-repeat:no-repeat;
				
				text-indent:-5000px;
				overflow:hidden;
			}
			
			.enter {
				width:106px;
				height:18px;
				margin-top:6px;
				
				clear:both;
				
				display:block;
				
				background-image:url(images/splash/enter_site_btn.gif);
				background-repeat:no-repeat;
				
				text-indent:-5000px;
				overflow:hidden;
			}
			
			.enter:hover {
				
				background-image:url(images/splash/enter_site_btn_hover.gif);
			
			}
			
			
			
	#company_address {
		position:absolute;
		left:100px;
		top:450px;
		
		width:300px;
		overflow:auto;
		
		display:block;
	}
	
	
	#
	