@import url('/plugins/newsletter/css/newsletter.css');

.home {
	
}

.home img.background-hat {
	position: absolute;
	margin: -33px 0 0 60px;
}

.home div.background {
	height: 281px;
	overflow: hidden;
	background: no-repeat top left;
}
	.home div.background div.text {
		color: #000;
		font-weight: bold;
		font-size: 1.2em;
		margin: 75px 0 0 425px;
	}
		.home div.background div.text h1 {
			color: #ff7e00;
			font-size: 1.666em;
			margin-bottom: 0.5em;
		}
		.home div.background div.text h2 {
			color: #002974;
			font-size: 1.5em;
			margin-bottom: 0.5em;
		}

.home .center {
	background: url('/dsg/home-center-back.gif') repeat-y top left;
	height: 1%;
}
	.home .center h2 {
		color: #fff;
		font-size: 1.6em;
		height: 24px; /*31*/
		padding: 7px 0 0 20px;
		margin-bottom: 1em;
	}

	.home .center-left {
		float: left;
		width: 320px;
	}
		.home .center .center-left h2 {
			background: #00328f url('/dsg/menu-left-icon.gif') no-repeat 22px 3px;
			padding-left: 55px;
		}
		.home .center .center-left ul {
			list-style-type: none;
			margin-left: 20px;
		}
		.home .center .center-left ul li {
			margin: 0;
			background: url('/dsg/menu-left-line-long.gif') no-repeat bottom left;
		}
		.home .center .center-left ul li a {
			display: block;
			color: #fff;
			font-size: 1.1em;
			padding: 3px 0;
			text-decoration: none;
			width: 270px;
		}
		.home .center .center-left ul li a:hover,
		.home .center .center-left ul li a.active {
			color: #ff7e00;
			font-weight: bold;
		}

	.home .center-center {
		float: left;
		width: 320px;
	}
		.home .center .center-center h2 {
			background: #7f7f7f;
		}

	.home .center-right {
		float: left;
		width: 322px;
	}
		.home .center .center-right h2 {
			background: #a1a1a1;
		}

	.home .center .center-footer {
		clear: both;
		height: 27px;
		background: url('/dsg/home-center-footer.gif') no-repeat top left;
	}
		.home .center .center-footer a {
			display: block;
			margin: 5px 0 0 20px;
			color: #000;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: none;
		}
		.home .center .center-footer a:hover {
			text-decoration: underline;
		}


.home .elements {
	background: #e7e7e7 url('/dsg/corner-2.gif') no-repeat bottom right;
	font-size: 1.1em;
}
	.home .elements h2 {
		font-size: 1.4em;
		color: #3a3a3a;
		font-weight: bold;
		margin-bottom: 1em;
	}
	.home .elements .elements-left {
		float: left;
		width: 280px;
		padding: 0 20px;
		border-right: 1px solid #000;
	}
	.home .elements .elements-center {
		float: left;
		width: 280px;
		padding: 0 20px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		margin-left: -1px;
	}
	.home .elements .elements-right {
		float: left;
		width: 280px;
		padding: 0 20px;
		border-left: 1px solid #000;
		margin-left: -1px;
	}

div.home-footer {
	height: 22px;
	padding-top: 8px;
	overflow: hidden;
	border-bottom: 5px solid #ff7e00;
}
	div.home-footer div.man {
		width: 131px;
		height: 255px;
		background: url('/dsg/home-man.png') no-repeat top left;
		position: absolute;
		margin: -233px 0 0 832px;
	}
	div.home-footer a.spletna-postaja {
		float: right;
		margin-right: 150px;
	}



div.product {
	float: left;
	width: 50%;
	text-align: center;
}
div.product a.image {
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #868686;
	margin: 0 auto 0.5em auto;
	text-decoration: none;
	background: #fff no-repeat center center;
}
div.product a.title {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}
div.product a.title:hover {
	text-decoration: underline;
}