/* CSS Document 
Style changes for home page */

body {
	line-height:1.4em;
	/*font-size:0.85em;*/
}


#nav a.nav_home {
	width:90px;
	height:45px;
	padding:0px;
	background:url(images/nav_home.gif) top left no-repeat;
	background-position:-90px 0px;
	text-indent:-9999px;
	clear:both;
	position:absolute;
	float:left;
}	



#flash_container {
	width:564px; 
	height:279px;
	margin-bottom:0;
	margin-top:10px; 
	margin-left:10px;
	border:1px solid #007495
}



/* --- Slide show at home page ---*/
.slideNav { 
	display:block;
	/*position:absolute;*/
	z-index:100;
	/*margin: -4px -1px;*/
	/*background:url(images/slides/slide_bar_bg.png) repeat-x;*/
	background-color:#012C34;
	padding:0;
	height:19px;
	width:565px;
	text-align:center;
}
/*#slideNav  a { margin: 0 3px; padding:0 3px; text-decoration: none; font-size:80%; }
#slideNav  a.activeSlide { background: #fff; border: 1px solid #007495;}*/
#slideNav  a { width:14px; margin: 2px 4px; padding:0 5px; text-decoration: none; background:url(images/nav_inactive.png) 1px 2px no-repeat; }
#slideNav  a.activeSlide { width:14px; width:14px; background:url(images/nav_active.png) 1px 1px no-repeat;}
#slideNav  a:focus { outline: none; }
#slideNavBar { height:19px; color:#036;}

#body_left_home {
	float:left;
	width:580px;
	height:100%;
	padding:30px 9px 0px 12px;
}

#body_right_home {
	float:left;
	width:350px;
	height:100%;
	/*min-height:302px;*/
	padding:38px 19px 5px 12px;
	overflow:hidden;
}
#body_right_home p {
	margin-bottom:10px;
	line-height:1.6em;
}





/* home page boxes   ----------*/
#box_water_products {
	width:276px;
	background-image: url(images/homepage/box_content_bg.png);
	background-repeat: repeat-x;
	height:100%;
	margin-left:10px;
	float:left;
}
#box_forms {
	width:265px;
	background-image: url(images/homepage/box_content_bg.png);
	background-repeat: repeat-x;
	margin-left:10px;
	min-height:320px;
	float:left;
}
#box_water_products h2 {
	background:#fff url(images/homepage/konia_water_products_title.gif) top left no-repeat;
	width:276px;
	height:17px;
}

#box_water_products h3 {
	color:#005479;
	font-size:1.1em;
	font-weight:800;
	margin:2px 0 0 0;
	padding:0 0 0 10px;
}
#box_water_products div {
	/*ont-size:0.9em;*/
	padding:0 10px 0 10px;
	
}


/* new slide show style */
news_container {
	overflow:hidden;
	height:25px;
	width:564px;
}


.slideshowNews {
	padding:5px 5px 8px 5px;
	width:555px; 
	height:20px;
	background-color: #005679;
	margin: 0 10px 5px 10px;
}
.slideshowNews div p {
	padding:8px 8px 0 10px;
	color:#EDF4F8;		
}
.slideshowNews div a {
	color:#3C0;
}


