/* 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;
}	


/* --- Slide show at home page ---*/
.slideNav { 
	display:block;
	position:absolute;
	z-index:100;
	margin: 235px 20px;
	background:url(images/slides/slide_bar_bg.png) repeat-x;
	padding:1px;
	height:22px;
}
#slideNav  a { margin: 0 2px; padding:1px 3px; text-decoration: none; font-size:90%; }
#slideNav  a.activeSlide { background: #fff; border: 1px solid #007495;}
#slideNav  a:focus { outline: none; }


#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;
}


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



/* 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;
}


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

