/*------------------------------------------------------------------
[Info]

	Project:				Steelsoft
	Version:				1.0
	Last change:			05/02/08 [fixed Float bug, vf]
	Author:					Milan Živković
	Author URL:				http://www.designer.rs

[Colors]
	
	#details, #footer:	 	#d9e8b6 (light green)
	Content: 				#444 	(gray)
	a (standard), strong:	#b3013f (green)
	a (visited):			#333	(dark gray)

  
[Table of contents]

	0. Body (#home, #products, ...)
		1. =Container (#container)
			2. =Header (#header)
				2.1 =Navigation (#navigation)
			3. =Details (#details)
			4. =Content (#content)
				4.1 =Bredcrumbs (#breadcrumbs)
				4.2 =Main (#main)
				4.3 =Sidebar (#sidebar)
			5. =Footer (#footer)
		
-------------------------------------------------------------------*/

@import url(tripoli.css);



/*------------------------------------------------------------------- =Body */

html, body {
	height: 100%;
}

body {
	color: #444;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

body.home {
	background-image: url(../images/bg-body-home.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/*------------------------------------------------------------------- =Container */

#container {
    height: auto !important;
    height: 100%;
	margin: 0 auto -60px auto; /* sticky footer */
    min-height: 100%;
	width: 900px;
}

	/* sticky footer */
	#container #push {
		height: 60px;
	}

/*.home #container {
	background: url(../images/bg-container.jpg) no-repeat top left;
}*/
/*------------------------------------------------------------------- =Header */

#header {
	height: 85px;
}

/*------------------------------------------------------------------- =Navigation */

#header ul {
	background: url(../images/bg-nav.gif) no-repeat;
	font-size: 1.2em;
	height: 38px;
	position: absolute;
	top: 95px;
	width: 900px;
}

	#header ul li {
		float: left;
		margin: 8px 0 0 15px;
	}
	
		#header ul li a {
			color: #fff;
			display: block;
			font-weight: bold;
			height: 21px;
			line-height: 1.9em;
			padding: 0 6px;
		}
		
		.home #header ul #home, .products #header ul #products, .servis #header ul #servis, .production #header ul #production, .about #header ul #about, .contact #header ul #contact, .production #header ul #production, .links #header ul #links, .akademija #header ul #akademija {
			background: url(../images/bg-nav-active.gif) no-repeat top left;
		}
	
		.home #header ul #home a, .products #header ul #products a, .servis #header ul #servis a, .production #header ul #production a, .about #header ul #about a, .contact #header ul #contact a, .production #header ul #production a, .links #header ul #links a, .akademija #header ul #akademija a {
			background: url(../images/bg-nav-active.gif) no-repeat bottom right;
			color: #333;
			text-decoration: none;
		}
		
/*------------------------------------------------------------------- =Details */

#details {
	height: 380px;
}

#details2 {
	height: 300px;
	border-bottom: 1px solid #D3D3D3;
}

	.fader li h2,
	.fader li p {
		float: left;
	}
	
	.fader li h2 {
		margin-top: 60px;
		width:450px;
	}
	.fader li p {
		width: 350px;
	}
	.fader li img {
		float: right;
		margin-top: 6px;
	}
	
/*------------------------------------------------------------------- =Content */

#content {
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
}

/*------------------------------------------------------------------- =Breadcrumbs */

	#content #breadcrumbs p {
		margin: 10px 0 0 0;
		padding: 0;
	}

/*------------------------------------------------------------------- =Main */

	#content #main {
		float:left;
		margin-right: 30px;
		width:570px;
	}
	
	.home #content #main {
		padding-top: 25px;
		width: 900px;
	}
	
		strong {
			color: #b3013f;
		}
	
		.home #content #main .box {
			float: left;
			margin-right: 20px;
			width: 280px;
		}
		
		.home #content #main .last {
			margin: 0;
		}
		
		/* dobrodosli podnaslov */
		
		#content h3 {
			font-weight: normal;
			line-height: 24px;
			width: 570px;
		}
		
		/* Galanz i LG naslovi i tekst */	
		
		#content h2 {
			border-bottom: 4px solid #d3d3d3;
			height: 54px;
			line-height: 54px;
			margin: 40px 0 20px 0;
			position: relative;
		}
		#content h2:hover {
			border-color: #b3013f;
		}
				
			#content h2 span {
				height: 100%;
				position: absolute;
				top: 0;
				width: 100%;
			}
		
			#content #galanz span {
				background: url(../images/logo-galanz.gif) no-repeat;
			}
			
			#content #lg span {
				background: url(../images/logo-lg.gif) no-repeat;
			}			
			
			#content #kerting span {
				background: url(../images/logo-kerting.gif) no-repeat;
			}

			#content #trane span {
				background: url(../images/logo-trane.gif) no-repeat;
			}
				
			#content #rehau span {
				background: url(../images/logo-rehau.jpg) no-repeat;
			}
				
			#content #climaver span {
				background: url(../images/logo-climaver.jpg) no-repeat;
			}
				
			#content #venting span {
				background: url(../images/logo-venting.jpg) no-repeat;
			}				
				
				
		#content .indent {
			padding-left: 150px;
		}
		
		.products #main dl {
			margin-left: 20px;
			overflow: hidden;
			padding: 10px 0 0 10px;
			position: relative;
		}
			
			.products #main dl .product-description table {
				border: 1px solid #9cb2cb;
				width: 510px;
			}
			
				.products #main dl .product-description table th {
					background-color: #e0ebf4;
					font-size: 14px;
				}
				
				.products #main dl .product-description table th,
				.products #main dl .product-description table td {
					border: 1px solid #9cb2cb;
				}
				
				.products #main dl .product-description table td.second-level {
					padding-left: 30px;
				}
				
				.products #main dl .product-description table td.desc-img {
					width: 200px;
				}
		
		.products #main dl:hover {
			border-bottom-color: #b3013f;
		}
		
		.artikal #main dl {
			border-bottom: none;
		}
		
			.products #main dl dt {
				font-size: 1.6em;
				line-height: 1.8em;
				margin: 0;
			}
			
			.products #main dl dt, .products #main dl .product-description {
				float: left;
				width: 380px;
			}
			
			.lists #main dl .product-description {
				width: 450px;
		
			}
			
				.products #main .product-description .characteristics li strong {
					padding-left: 10px;
				}
			
			.products #main dl .product-image {
				float: right;
				margin-left: 20px;
				width: 202px;
			}
				.products #main dl .product-image a {
					position: relative;
				}
				
					.products #main dl .product-image a img {
						border: 1px solid #fff;
						margin-bottom: 10px;
					}
					
						.products #main dl .product-image a:hover img {
							border-color: #b3013f;
						}
						
							.products #main dl .product-image a span {
								background: #fff url(../images/zoom/zoom.gif) no-repeat center bottom;
								border-top: 1px solid #fff;
								border-bottom: 1px solid #fff;
								display: block;
								height: 22px;
								position: absolute;
								right: 5px;
								width: 18px;
							}
							
								.products #main dl .product-image a:hover span {
									border-top-color: #b3013f;
								}
			
			.products .tumbs .product-description table {
				border: 0;
				width: 500px;
			}
			
				.products .tumbs .product-description table td {
					border: 0;
					line-height: 40px;
				}
				
				.products .tumbs .product-description table img {
					position: absolute;
					right: 20px;
				}
				
				.odd {
					background-color: #fafafa;
				}

/*------------------------------------------------------------------- =Sidebar */
	
	#content #sidebar {
		float: right;
		padding-top: 40px;
		width: 300px;
	}
	
	.home #content #sidebar {
		position: absolute;
		right: 0;
		top: 20px;
	}
	
		/* search box */
		
		#content #sidebar form label {
			margin-right: 20px;
		}
		
		#content #sidebar .search-btn {
			width: 68px;
		}
		
		#content #sidebar .search-box {
			background: url(../images/bg-search.gif) no-repeat center left;
			border: 0;
			outline: 0;
			padding: 10px 3px;
			width: 220px;
		}
		
		/*#content #sidebar .search-btn {
			background: url(../images/bg-btn.gif) no-repeat;
			border: 0;
			outline: 0;
			padding: 7px 0;
			width: 68px;
		}
		
			#content #sidebar .search-btn:hover {
				background-position: bottom right;
			}*/
		
		#content #sidebar img {
			margin-top: 20px;
		}

/*------------------------------------------------------------------- =Footer */

#footer {
	background: #27518e url(../images/bg-footer.gif) repeat-x;
	clear: both;
	height: 60px;
	text-align: center;
}
	
	#footer p {
		line-height: 38px;
		margin: 0;
	}
		#footer p a {
			color: #666;
			margin: 0 10px;
		}
		
		#footer p a:hover {
			color: #b3013f;
		}
		
		#footer small {
			color:#666;
			line-height: 22px;
		}



/****************
2009
****************/


#main09 {
		float:left;
		margin-right: 30px;
		width:670px;
	}
	
#sidebar09 {
	float: right;
	padding-top: 40px;
	width: 200px;
}
	
.naslov-linija {
	width:195px; 
	height: 29px;
	background-color: #4885c4;
	border-bottom: 2px solid #000;
	margin-bottom: 8px;
	color: #FFF;
	padding-left: 5px;

	}
	
	
	
dd.product-description {
	width: 600px;}
	
#ZoomImage {
	border: 1px solid #27518E!important;
}
	
.eco {
	height: 75px;
	background-image: url(../images/bgeco-friendly.png);
	background-repeat: repeat-x;
	border-top: 1px solid #ebebeb;
	}
	
	
.eco-in {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}
	
